* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
[emacs.git] / lisp / ChangeLog
blob92616097b6da1807c58d231281ba38bbdd416ac1
1 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
3         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
5 2010-06-11  Juri Linkov  <juri@jurta.org>
7         * finder.el (finder-known-keywords): Add keyword "vc"
8         for version control.
10         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
11         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
12         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
13         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
15 2010-06-11  Juri Linkov  <juri@jurta.org>
17         Move version control related files to the "vc" subdirectory.
18         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
19         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
20         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
21         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
22         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
23         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
24         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
25         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
26         Move files to the "vc" subdirectory.
28 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
30         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
31         (Bug#6367).
33 2010-06-11  Stephen Eglen  <stephen@gnu.org>
35         * shell.el: Bind `shell-resync-dirs' to M-RET.
37 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
39         * notifications.el: Move file from lisp/net, because it is
40         supposed to talk locally to the user.
42 2010-06-10  Julien Danjou  <julien@danjou.info>
44         * net/notifications.el (notifications-on-action-signal)
45         (notifications-on-closed-signal): Pass notification id as first
46         argument to the callback functions. Add docstrings.
47         (notifications-notify): Fix docstring.
49 2010-06-10  Glenn Morris  <rgm@gnu.org>
51         * emacs-lisp/authors.el (authors-ignored-files)
52         (authors-valid-file-names): Add some files.
54 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
57         merge conflict, giving preference to the emacs-23 version of the code.
59 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
61         * emacs-lisp/advice.el (ad-compile-function):
62         Define warning-suppress-types before we let-bind it (bug#6275).
64         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
65         declare it, make it buffer-local and permanent-local (bug#6324).
66         (vc-resynch-window): Adjust name.
67         * vc-hooks.el (vc-find-file-hook): Adjust name.
69 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
71         * net/notifications.el (notifications-notify): Fix docstring.
73 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
75         Update to Unicode 6.0.0 beta.
76         * international/charprop.el: Update copyright.
77         * international/mule-cmds.el (ucs-names): Update character ranges.
78         * international/uni-bidi.el:
79         * international/uni-category.el:
80         * international/uni-combining.el:
81         * international/uni-comment.el:
82         * international/uni-decimal.el:
83         * international/uni-decomposition.el:
84         * international/uni-digit.el:
85         * international/uni-lowercase.el:
86         * international/uni-mirrored.el:
87         * international/uni-name.el:
88         * international/uni-numeric.el:
89         * international/uni-old-name.el:
90         * international/uni-titlecase.el:
91         * international/uni-uppercase.el: Regenerate.
93 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
95         * emacs-lisp/smie.el (comment-string-strip): Declare function.
96         (smie-precs-precedence-table): Fix typo in docstring.
98         * vc-mtn.el (log-edit-extract-headers): Declare function.
100         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
102         * net/notifications.el (dbus-register-signal): Declare function.
103         (notifications-notify): Fix typos and reflow docstring.
105 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
107         Improve VC create/retrieve tag/branch.
108         * vc.el (vc-create-tag): Do not read the directory name for VCs
109         with repository revision granularity.  Adjust the tag/branch
110         prompt.  Reset VC properties.
111         (vc-retrieve-tag): Do not read the directory name for VCs
112         with repository revision granularity.  Reset VC properties.
114 2010-06-09  Julien Danjou  <julien@danjou.info>
116         * net/notifications.el: New file.
118 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
120         Add optional support for resetting VC properties.
121         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
122         call vc-file-clearprops when true.
123         (vc-resynch-buffer): Add new optional argument, pass it down.
124         (vc-resynch-buffers-in-directory): Likewise.
126         Improve support for special markup in the VC commit message.
127         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
128         * vc-hg.el (vc-hg-checkin): Add support for Date:.
129         * vc-git.el (vc-git-checkin):
130         * vc-bzr.el (vc-bzr-checkin): Likewise.
132 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
135         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
137 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
139         * iimage.el: Remove images as soon as the underlying text is modified.
140         (iimage-modification-hook): New function.
141         (iimage-mode-buffer): Use it.
143 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
146         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
147         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
148         (smie-indent-keyword): Add handling of open-paren keywords.
149         (smie-indent-comment-continue): Don't assume comment-continue.
151 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
153         * window.el (pop-to-buffer): Remove the conditional that
154         compares new-window and old-window, so it will reselect
155         the selected window unconditionally.
156         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
158 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * emacs-lisp/smie.el (smie-indent-offset-after)
161         (smie-indent-forward-token, smie-indent-backward-token): New functions.
162         (smie-indent-after-keyword): Use them.
163         (smie-indent-fixindent): Only applies to the indentation of the BOL.
164         (smie-indent-keyword): Tweak the black magic.
165         (smie-indent-comment-continue): Strip comment-continue before use.
166         (smie-indent-functions): Indent comments before keywords.
168 2010-06-06  Juri Linkov  <juri@jurta.org>
170         * isearch.el (isearch-lazy-highlight-search): Fix looping
171         by checking for empty match.  This syncs this loop with the
172         similar loop in `isearch-search'.  (Bug#6362)
174 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
176         * net/dbus.el (dbus-register-method): Declare function.
177         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
178         (dbus-introspect): Doc fix.
179         (dbus-event-bus-name, dbus-introspect-get-interface)
180         (dbus-introspect-get-argument): Reflow docstrings.
182 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
184         vc-log-incoming/vc-log-outgoing fixes for Git.
185         * vc-git.el (vc-git-log-view-mode): Fix font lock for
186         incoming/outgoing logs.
187         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
188         instead of vc-git-compute-remote.
189         (vc-git-compute-remote): Remove.
191 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
193         * term/common-win.el (x-colors): Add "dark green" and "dark
194         turquoise" (Bug#6332).
196 2010-06-04  Juri Linkov  <juri@jurta.org>
198         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
199         Instead of setting `replace' to t and replacing the same string
200         with itself, don't do certain actions when
201         kill-do-not-save-duplicates is non-nil and string is equal to car
202         of kill-ring: don't call menu-bar-update-yank-menu, don't push
203         interprogram-paste strings to kill-ring, and don't push the input
204         argument `string' to kill-ring.
205         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
207 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
209         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
211 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
213         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
214         (tramp-gvfs-handler-mounted-unmounted)
215         (tramp-gvfs-connection-mounted-p): Handle default-location.
217         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
218         move files to trash.
220 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
222         * international/mule-cmds.el (nonascii-insert-offset)
223         (nonascii-translation-table): Add obsolescence information.
225         * international/mule.el (make-translation-table-from-vector): Doc fix.
227 2010-06-03  Eric Ludlam  <zappo@gnu.org>
229         * cedet/semantic/lex-spp.el
230         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
231         invalid values during save, just save a nil (Bug#6324).
233 2010-06-03  Glenn Morris  <rgm@gnu.org>
235         * desktop.el (desktop-clear-preserve-buffers):
236         Add "*Warnings*" buffer.  (Bug#6336)
238 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
240         vc-log-incoming/vc-log-outgoing improvements for Git.
241         * vc-git.el (vc-git-log-outgoing): Use the same format as the
242         short log.
243         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
245         Add bindings for vc-log-incoming and vc-log-outgoing.
246         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
247         and vc-log-outgoing.
248         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
249         and vc-log-outgoing.
251 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
253         * net/rcirc.el (rcirc-sort-nicknames): Remove.
254         (rcirc-handler-366): Always sort nicknames.
256 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
258         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
260 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
262         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
263         fix.
265 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
267         * net/rcirc.el (rcirc-sort-nicknames): Change default.
268         (rcirc-sort-nicknames-join): Avoid setq.
270 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
272         * net/rcirc.el (rcirc-sort-nicknames): New custom.
273         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
274         (rcirc-handler-366): Use them.
276 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
278         Split smie-indent-calculate into more manageable chunks.
279         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
280         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
281         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
282         (smie-indent-exps): Extract from smie-indent-calculate.
283         (smie-indent-functions): New var.
284         (smie-indent-functions): Use them.
286 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
289         (smie-indent-calculate): Simplify and cleanup.
291 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
293         * net/tramp-gvfs.el (top): Require url-util.
294         (tramp-gvfs-mount-point): Remove.
295         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
296         New defuns.
297         (with-tramp-dbus-call-method): Format trace message.
298         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
299         Implement backup call, when operation on local files fails.
300         Use progress reporter.  Flush properties of changed files.
301         (tramp-gvfs-handle-make-directory): Make more traces.
302         (tramp-gvfs-url-file-name): Hexify file name in url.
303         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
304         into account for the resulting file name.
305         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
306         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
307         (tramp-gvfs-handler-mounted-unmounted)
308         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
309         attribute "default_location".  Set "prefix" property.
310         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
311         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
312         exists.  Raise an error, if not (due to a corresponding answer
313         "no" in interactive questions, for example).
315 22010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
317         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
319 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
321         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
322         right-*.  (Bug#6265)
324 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
326         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
327         * vc-git.el (vc-git-compute-remote): New function.
328         (vc-git-log-outgoing): Use it instead of hard coding a value.
329         (vc-git-log-incoming): New function.
331         Improve state updating for VC tag commands.
332         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
333         to update the state of all buffers in the directory.
335         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
337 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
339         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
340         `file-directory-p' to the filename part rather than to the whole text.
342 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
344         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
345         (bug#6231).
347 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
351 2010-05-31  Drew Adams  <drew.adams@oracle.com>
353         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
355 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
357         * subr.el (momentary-string-display): Just use read-event to read
358         the exit event (Bug#6238).
360 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
362         * international/mule.el (define-coding-system): Doc fix (bug#6313).
364 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
366         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
367         Suggested by Eli Zaretskii <eliz@gnu.org>.
369 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * minibuffer.el (completion-file-name-table): Don't return a boundary
372         past the end of `string' (bug#6299).
373         (completion--file-name-table): Delegate to completion-file-name-table
374         for the `boundaries' case.
376 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
378         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
379         movement commands.
381         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
382         `path-separator', but maintain compatibility with Emacs 20.2.
384 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
386         * server.el (server-process-filter): Receive parent-id argument
387         from emacsclient.
388         (server-create-window-system-frame): New arg.  Pass parent-id as
389         frame parameter.
391 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
393         Bidi-sensitive word movement with arrow keys.
394         * subr.el (right-arrow-command, left-arrow-command): Move to
395         bindings.el.
397         * bindings.el (right-char, left-char): Move from subr.el and
398         rename from right-arrow-command and left-arrow-command.
399         (right-word, left-word): New functions.
400         (global-map) <right>: Bind to right-char.
401         (global-map) <left>: Bind to left-char.
402         (global-map) <C-right>: Bind to right-word.
403         (global-map) <C-left>: Bind to left-word.
405         * ls-lisp.el (ls-lisp-classify-file): New function.
406         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
407         (ls-lisp-classify): Call ls-lisp-classify-file.
408         (insert-directory): Remove blanks from switches.
410 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
412         * ansi-color.el: Delete unused escape sequences (Bug#6085).
413         (ansi-color-drop-regexp): New constant.
414         (ansi-color-apply, ansi-color-filter-region)
415         (ansi-color-apply-on-region): Delete unrecognized control sequences.
416         (ansi-color-apply): Build string list before calling concat.
418 2010-05-28  Juri Linkov  <juri@jurta.org>
420         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
421         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
422         (Bug#5270)
424 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
426         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
427         to ignored backtrace functions.
428         (with-progress-reporter): Expand docstring.
429         (tramp-handle-delete-file): Implement TRASH argument.
430         (tramp-get-remote-trash): New defun.
432 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
434         * net/tramp-compat.el (tramp-compat-delete-file): Use
435         `symbol-value' for backward compatibility.
437         * net/tramp.el (tramp-handle-make-symbolic-link)
438         (tramp-handle-load)
439         (tramp-do-copy-or-rename-file-via-buffer)
440         (tramp-do-copy-or-rename-file-directly)
441         (tramp-do-copy-or-rename-file-out-of-band)
442         (tramp-handle-process-file, tramp-handle-call-process-region)
443         (tramp-handle-shell-command, tramp-handle-file-local-copy)
444         (tramp-handle-insert-file-contents, tramp-handle-write-region)
445         (tramp-delete-temp-file-function): Use `delete-file' instead
446         of `tramp-compat-delete-file'.
448         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
449         (tramp-fish-handle-make-symbolic-link)
450         (tramp-fish-handle-process-file): Use `delete-file' instead
451         of `tramp-compat-delete-file'.
453         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
454         `delete-file' instead of `tramp-compat-delete-file'.
456         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
457         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
458         `tramp-compat-delete-file'.
460         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
461         `delete-file' instead of `tramp-compat-delete-file'.
463         * net/tramp-smb.el (tramp-smb-handle-copy-file)
464         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
465         (tramp-smb-handle-write-region): Use `delete-file' instead of
466         `tramp-compat-delete-file'.
467         (tramp-smb-handle-delete-directory): Use 'trash as arg.
469 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
471         * dired.el (dired-delete-file): New arg TRASH.
472         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
473         (dired-do-flagged-delete, dired-do-delete): Use trash.
475         * speedbar.el (speedbar-item-delete): Allow trashing.
477         * files.el (delete-directory): New arg TRASH.
479         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
480         (ange-ftp-rename-remote-to-remote)
481         (ange-ftp-rename-local-to-remote)
482         (ange-ftp-rename-remote-to-local, ange-ftp-load)
483         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
484         `delete-file'.
485         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
486         allow trashing.
488         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
489         handle new TRASH arg of `delete-file'.
491         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
492         (tramp-handle-make-symbolic-link, tramp-handle-load)
493         (tramp-do-copy-or-rename-file-via-buffer)
494         (tramp-do-copy-or-rename-file-directly)
495         (tramp-do-copy-or-rename-file-out-of-band)
496         (tramp-handle-process-file, tramp-handle-call-process-region)
497         (tramp-handle-shell-command, tramp-handle-file-local-copy)
498         (tramp-handle-insert-file-contents, tramp-handle-write-region)
499         (tramp-delete-temp-file-function): Use null TRASH arg in
500         tramp-compat-delete-file call.
502         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
503         (tramp-fish-handle-delete-file)
504         (tramp-fish-handle-make-symbolic-link)
505         (tramp-fish-handle-process-file): Use null TRASH arg in
506         `tramp-compat-delete-file' call.
508         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
509         arg in `tramp-compat-delete-file' call.
511         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
512         (tramp-gvfs-handle-write-region): Use null TRASH arg in
513         `tramp-compat-delete-file' call.
515         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
516         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
517         `tramp-compat-delete-file' call.
519         * net/tramp-smb.el (tramp-smb-handle-copy-file)
520         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
521         (tramp-smb-handle-write-region): Use null TRASH arg in
522         tramp-compat-delete-file call.
523         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
524         (tramp-smb-handle-delete-file): Rename arg.
526         * diff.el (diff-sentinel):
527         * epg.el (epg--make-temp-file, epg-decrypt-string)
528         (epg-verify-string, epg-sign-string, epg-encrypt-string):
529         * jka-compr.el (jka-compr-partial-uncompress)
530         (jka-compr-call-process, jka-compr-write-region):
531         * server.el (server-sentinel): Remove optional arg from
532         delete-file, reverting 2010-05-03 change.
534 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
536         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
537         font-lock-constant-face, not obsolete font-lock-reference-face.
539 2010-05-27  Kenichi Handa  <handa@m17n.org>
541         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
542         element of GSTRING is nil.
544 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * emacs-lisp/smie.el (smie-forward-token-function)
547         (smie-backward-token-function): New vars.
548         (smie-backward-sexp, smie-forward-sexp)
549         (smie-indent-hanging-p, smie-indent-calculate): Use them.
550         (smie-default-backward-token): Rename from smie-backward-token and
551         skip comments.
552         (smie-default-forward-token): Rename from smie-forward-token and
553         skip comments.
554         (smie-next-sexp): Handle nil results from next-token.
555         (smie-indent-calculate): Add a new case for special `fixindent' comments.
557 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
559         * progmodes/verilog-mode.el (verilog-type-font-keywords):
560         Use font-lock-constant-face, not obsolete font-lock-reference-face.
562 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
564         * htmlfontify.el (hfy-face-resolve-face): New function.
565         (hfy-face-to-style): Use it (Bug#6279).
567 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
570         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
572 2010-05-26  Glenn Morris  <rgm@gnu.org>
574         * emulation/edt.el (edt-load-keys): Use locate-library.
576 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
578         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
579         (log-edit-changelog-entries): Doc fix.
580         (log-edit-changelog-insert-entries): Args changed.
581         Rename relative filenames in ChangeLog entries.  Delete tabs.
582         (log-edit-insert-changelog-entries): Reorganize return value of
583         `log-edit-changelog-entries' to pass filenames to
584         log-edit-changelog-insert-entries.
586 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
588         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
589         `image-dired-dired-insert-marked-thumbs' to
590         `image-dired-dired-toggle-marked-thumbs'.
592         * image-dired.el: Require cl when compiling.
593         (image-dired-dired-toggle-marked-thumbs): Rename from
594         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
595         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
596         to 'no-dir.  Skip files whose names don't match
597         `image-file-name-regexp'.  When file has a thumbnail overlay,
598         delete it.  (Bug#5270)
600 2010-05-25  Juri Linkov  <juri@jurta.org>
602         * image-mode.el (image-mode): Add image-after-revert-hook to
603         after-revert-hook.
604         (image-after-revert-hook): New function.  (Bug#5669)
606 2010-05-25  Juri Linkov  <juri@jurta.org>
608         * image.el (image-animated-p): When delay between animated images
609         is 0, set it to 10 (0.1 sec).  (Bug#6258)
611 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
613         * net/tramp.el (tramp-handle-insert-directory): Don't use
614         `forward-word', its default syntax could be changed.
616 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
618         * net/tramp.el (tramp-progress-reporter-update): New defun.
619         (with-progress-reporter): Use it.
620         (tramp-process-actions):
621         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
622         current message, in order to let progress reporter continue
623         afterwards.  (Bug#6257)
625 2010-05-25  Glenn Morris  <rgm@gnu.org>
627         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
628         Add :version.
630 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
632         * net/rcirc.el (rcirc-default-user-name): Change to "user".
633         (rcirc-default-full-name): Change to "unknown".
634         (rcirc-user-name-history): Add variable.
636 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
637             Jonathan Rockway  <jon@jrock.us>
639         * net/rcirc.el (rcirc-server-alist): Add :pass.
640         (rcirc): When prompting for connection parameters, also prompt for
641         username and password.
642         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
643         value to server when connecting.
645 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
648         (smie-merge-prec2s): Pass the tables as separate args.
649         (smie-bnf-precedence-table): Adjust call accordingly.
650         (smie-prec2-levels): Set levels at the end.
652         Replace Lisp calls to delete-backward-char by delete-char.
653         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
654         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
655         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
656         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
657         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
658         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
659         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
660         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
661         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
662         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
663         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
664         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
665         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
666         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
667         delete-backward-char by calls to delete-char.
669 2010-05-25  Kenichi Handa  <handa@m17n.org>
671         * language/hebrew.el (hebrew-shape-gstring): New function.
672         Register it in composition-function-table for all Hebrew combining
673         characters.
675 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * epa.el (epa--select-keys): Don't explicitly delete the window since
678         that can fail (e.g. sole window in frame).  Use dedication instead.
680 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
682         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
684 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
686         * image.el (image-refresh): Define as an alias for image-flush.
688         * image-mode.el (image-toggle-display-image): Caller changed.
690 2010-05-21  Juri Linkov  <juri@jurta.org>
692         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
693         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
694         whitespace, call wildcard-to-regexp on substrings and concat them
695         with "\\|".  (Bug#6114)
697 2010-05-21  Alan Mackenzie  <acm@muc.de>
699         * progmodes/cc-engine.el (c-parse-state-get-strategy):
700         Replace parameter `here' with `here-' and `here-plus', which sandwich
701         any pertinent CPP construct.
702         (c-remove-stale-state-cache-backwards): Fix a bug which happens
703         when doing (c-parse-state) in a CPP construct: Exclude any "new"
704         CPP construct from taking part in the scanning.
706 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
708         * net/tramp.el (tramp-do-copy-or-rename-file)
709         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
710         Tune `with-progress-reporter' messages.
711         (tramp-handle-vc-registered):
712         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
713         (tramp-fish-handle-insert-file-contents)
714         (tramp-fish-maybe-open-connection):
715         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
716         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
717         (tramp-imap-handle-insert-file-contents)
718         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
720 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
722         * add-log.el (change-log-font-lock-keywords):
723         Highlight all authors in multi-author entries.
725         * smerge-mode.el (smerge-refine-ignore-whitespace)
726         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
727         Fix typos in docstrings.
728         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
730 2010-05-21  Glenn Morris  <rgm@gnu.org>
732         * progmodes/fortran.el (fortran-mode):
733         * progmodes/f90.el (f90-mode): Derive from prog-mode.
735         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
736         having a relative path in src/Makefile.in.
738 2010-05-20  Kevin Ryde  <user42@zip.com.au>
740         * help-mode.el (help-make-xrefs): For Info node links turn
741         newlines into spaces.  Link node names with newlines are matched
742         by help-xref-info-regexp and buttonized, this change ensures they
743         can be followed successfully with RET.  (Bug#6206)
745 2010-05-20  Juri Linkov  <juri@jurta.org>
747         * locate.el (locate): Use pop-to-buffer instead of
748         switch-to-buffer-other-window.  (Bug#6204)
750 2010-05-20  Juri Linkov  <juri@jurta.org>
752         * replace.el (replace-highlight): Fix lazy-highlighting
753         for `M-s w str M-% str RET'.
755 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
757         * isearch.el (isearch-yank-word-or-char): Pull next subword
758         when `subword-mode' is activated.  (Bug#6220)
760 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
762         * isearch.el (isearch-update-post-hook): New hook.
763         (isearch-update): Use the new hook.  (Bug#6225)
765 2010-05-20  Juri Linkov  <juri@jurta.org>
767         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
768         [f1], [help], and (char-to-string help-char) instead of "\C-h".
769         (Bug#6222)
771 2010-05-20  Juri Linkov  <juri@jurta.org>
773         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
774         (Bug#6223)
776 2010-05-20  Juri Linkov  <juri@jurta.org>
778         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
779         FILE-NAME to read from the minibuffer when called interactively
780         with prefix argument instead of using buffer-file-name.
781         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
783         * dired.el: Update autoloads.
785 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
787         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
788         nxml-finish-element, for consistency with SGML mode.
790         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
791         octave-close-block.
793 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
795         * composite.el: Require cl when compiling.
796         (reference-point-alist, compose-gstring-for-graphic)
797         (compose-gstring-for-terminal): Fix typos in docstrings.
799 2010-05-19  Juri Linkov  <juri@jurta.org>
801         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
802         set-window-parameter.
804 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
806         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
807         where appropriate.
808         (tramp-maybe-open-connection): Use it.
810 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
812         * simple.el (move-end-of-line): Make sure we are at line beginning
813         before backing up to end of previous line.
815 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
817         * password-cache.el (password-cache-remove): Fix docstring.
819         * net/secrets.el: Autoload the widget functions.
820         (secrets-search-items, secrets-create-item)
821         (secrets-get-attributes, secrets-expand-item): Attributes will be
822         stored on the password database without leading ":", as all other
823         clients do as well.
824         (secrets-mode): Fix docstring.
825         (secrets-show-secrets): Provide it as autoloaded command only when
826         D-Bus support is available.  Check existence of Secret Service API.
828 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
830         * indent.el (indent-region): Deactivate region (bug#6200).
832 2010-05-19  Glenn Morris  <rgm@gnu.org>
834         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
836 2010-05-19  Kenichi Handa  <handa@m17n.org>
838         * composite.el: Register compose-gstring-for-graphic in
839         composition-function-table only for combining characters (Mn, Mc, Me).
841 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
843         * calc/calc-trail.el (calc-trail-isearch-forward)
844         (calc-trail-isearch-backward): Ensure that the new window
845         point is set correctly.
847 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
849         * subr.el (read-quoted-char): Resolve modifiers after key
850         remapping (bug#6212).
852 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
854         Add visualization code for secrets.
855         * net/secrets.el (secrets-mode): New major mode.
856         (secrets-show-secrets, secrets-show-collections)
857         (secrets-expand-collection, secrets-expand-item)
858         (secrets-tree-widget-after-toggle-function)
859         (secrets-tree-widget-show-password): New defuns.
861 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
864         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
865         handled in smie-next-sexp.
866         (smie-indent-calculate): Provide a starting indentation (so the
867         recursion is well-founded ;-).
869         Fix handling of non-associative equal levels.
870         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
871         when it's not needed.
872         (smie-op-left, smie-op-right): New functions.
873         (smie-next-sexp): New function, extracted from smie-backward-sexp.
874         Better handle equal levels to distinguish the associative case from
875         the "multi-keyword construct" case.
876         (smie-backward-sexp, smie-forward-sexp): Use it.
878 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
880         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
882         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
883         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
885 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
887         Provide a simple generic indentation engine and use it for Prolog.
888         * emacs-lisp/smie.el: New file.
889         * progmodes/prolog.el (prolog-smie-op-levels)
890         (prolog-smie-indent-rules): New var.
891         (prolog-mode-variables): Use them to configure SMIE.
892         (prolog-indent-line, prolog-indent-level): Remove.
894 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
896         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
897         order before computing the averages.
899 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
901         * calc/calc-vec.el (calc-histogram):
902         (calcFunc-histogram): Allow vectors as inputs.
903         (math-vector-avg): New function.
905         * calc/calc-ext.el (math-group-float): Have the number of digits
906         being grouped depend on the radix (Bug#6189).
908 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
910         * version.el (emacs-copyright, emacs-version): Don't define here,
911         now that emacs.c defines it.
913 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
915         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
916         "Describe Language Environment" menu item.
918         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
920         Bidi-sensitive movement with arrow keys.
921         * subr.el (right-arrow-command, left-arrow-command): New functions.
923         * bindings.el (global-map): Bind them to right and left arrow keys.
925         Don't override standard definition of convert-standard-filename.
926         * files.el (convert-standard-filename): Call
927         w32-convert-standard-filename and dos-convert-standard-filename on
928         the corresponding systems.
930         * w32-fns.el (w32-convert-standard-filename): Rename from
931         convert-standard-filename.  Doc fix.
933         * dos-fns.el (dos-convert-standard-filename): Doc fix.
934         (convert-standard-filename): Don't defalias.
935         (register-name-alist, make-register, register-value)
936         (set-register-value, intdos): Obsolete aliases for the
937         corresponding dos-* functions and variables.
938         (dos-intdos): Add a doc string.
940 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
942         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
943         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
944         (math-compose-tex-func):
945         * calc/calccomp.el (math-compose-expr):
946         * calc/calc-ext.el (math-format-flat-expr-fancy):
947         * calc/calc-store.el (calc-read-var-name):
948         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
950         * calc/calc.el (var-π, var-φ, var-γ): New variables.
951         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
952         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
953         (math-standard-units): Add units.
955 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * progmodes/asm-mode.el (asm-mode):
958         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
960         * pcomplete.el (pcomplete-completions-at-point): New function,
961         extracted from pcomplete-std-complete.
962         (pcomplete-std-complete): Use it.
964 2010-05-15  Glenn Morris  <rgm@gnu.org>
966         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
967         Remove references to CVS, RCS and Old directories.
969 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
971         * calc/calc-bin.el (math-format-twos-complement): Group digits when
972         appropriate.
974 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
977         (sh-mode-syntax-table): Give it a default value instead.
978         (sh-header-marker): Make buffer-local.
979         (sh-mode): Move make-local-variable to the corresponding setq.
980         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
981         Use complete-with-action.
983         * simple.el (prog-mode): New (abstract) major mode.
984         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
985         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
987 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
989         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
990         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
991         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
992         (sql-make-alternate-buffer-name, sql-placeholders-filter)
993         (sql-escape-newlines-filter, sql-input-sender)
994         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
996 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
998         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1000         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1001         latex-open-block and C-c / to latex-close-block.
1003         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1004         and C-c C-e to sgml-close-tag.
1006 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1008         * net/tramp.el (with-progress-reporter): Create reporter object
1009         only when the message would be displayed.  Handle nested calls.
1010         (tramp-handle-load, tramp-handle-file-local-copy)
1011         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1012         (tramp-maybe-send-script, tramp-find-shell):
1013         Use `with-progress-reporter'.
1014         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1015         Fix message text.
1017         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1018         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1019         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1020         Use `with-progress-reporter'.
1022 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1024         * ispell.el (ispell-init-process): Do not kill ispell process
1025         everytime when spellchecking from the minibuffer (bug#6143).
1027 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1031         * dos-fns.el: Add "dos-" prefix for namespace control.
1032         (convert-standard-filename): Define as alias for
1033         dos-convert-standard-filename but only if applicable.
1035 2010-05-12  Alan Mackenzie  <acm@muc.de>
1037         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1038         Push the mark at the start of these functions when appropriate.
1040 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * minibuffer.el (completion-cycle-threshold): New custom var.
1043         (completion--do-completion): Use it.
1044         (minibuffer-complete): Use cycling if appropriate.
1046 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1048         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1049         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1051 2010-05-11  Juri Linkov  <juri@jurta.org>
1053         * scroll-all.el (scroll-all-check-to-scroll):
1054         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1056 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * iimage.el (iimage-mode-map): Move initialization into declaration.
1059         (iimage-mode-buffer): Use with-silent-modifications.
1060         Simplify calling convention.  Adjust callers.
1061         (iimage-mode): Don't run hook redundantly.
1063         * minibuffer.el (completion-pcm--pattern->regex):
1064         Fix last change (bug#6160).
1066 2010-05-10  Juri Linkov  <juri@jurta.org>
1068         Remove nodes visited during Isearch from the Info history.
1069         * info.el (Info-isearch-initial-history)
1070         (Info-isearch-initial-history-list): New variables.
1071         (Info-isearch-start): Record initial values of
1072         Info-isearch-initial-history and Info-isearch-initial-history-list.
1073         Add Info-isearch-end to isearch-mode-end-hook.
1074         (Info-isearch-end): New function.
1076 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1078         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1079         format string, in order to work around a bug in pdksh.
1080         Reported by Gilles Pion <gpion@lfdj.com>.
1081         (tramp-handle-verify-visited-file-modtime): Do not send a command
1082         when the connection is not established.
1083         (tramp-handle-set-file-times): Simplify the check for utc.
1085 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1087         Fix use of `filter-buffer-substring' (rework previous change).
1088         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1089         (cua-repeat-replace-region):
1090         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1091         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1092         (cua-cut-region-to-global-mark): Use it.
1094 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
1096         * progmodes/sql.el: Version 2.1.
1097         (sql-product-alist): Redesign structure of product info.
1098         (sql-product, sql-user, sql-server, sql-database): Safe variables.
1099         (sql-port, sql-port-history): New variables.
1100         (sql-interactive-product): New variable.
1101         (sql-send-terminator): New variable.
1102         (sql-imenu-generic-expression): Add "Types" imenu entry.
1103         (sql-oracle-login-params, sql-sqlite-login-params)
1104         (sql-mysql-login-params, sql-solid-login-params)
1105         (sql-sybase-login-params, sql-informix-login-params)
1106         (sql-ingres-login-params, sql-ms-login-params)
1107         (sql-postgres-login-params, sql-interbase-login-params)
1108         (sql-db2-login-params, sql-linter-login-params)
1109         (sql-oracle-scan-on): New variables.
1110         (sql-mode-map): Add C-c C-i to start interactive mode.
1111         (sql-mode-menu): Update existing menu entries.
1112         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1113         (sql-mode-oracle-font-lock-keywords)
1114         (sql-mode-postgres-font-lock-keywords)
1115         (sql-mode-ms-font-lock-keywords)
1116         (sql-mode-sybase-font-lock-keywords)
1117         (sql-mode-informix-font-lock-keywords)
1118         (sql-mode-interbase-font-lock-keywords)
1119         (sql-mode-ingres-font-lock-keywords)
1120         (sql-mode-solid-font-lock-keywords)
1121         (sql-mode-mysql-font-lock-keywords)
1122         (sql-mode-sqlite-font-lock-keywords)
1123         (sql-mode-db2-font-lock-keywords)
1124         (sql-mode-linter-font-lock-keywords): Update initialization to
1125         reduce run-time complexity.
1126         (sql-add-product, sql-del-product): New functions.
1127         (sql-set-product-feature, sql-get-product-feature): New functions.
1128         (sql-product-font-lock): Update product API.
1129         (sql-add-product-keywords): New function.
1130         (sql-highlight-product): Update product API.
1131         (sql-help-list-products): New function.
1132         (sql-help): Dynamically lists free and non-free products.
1133         (sql-get-login): Correct bug in handling history and added
1134         prompt for port.
1135         (sql-copy-column): Copy without properties.
1136         (sqli-input-sender): Apply filters to SQLi input.
1137         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1138         Implement as a filter.
1139         (sql-escape-newlines-filter): Implement as a filter.
1140         (sql-remove-tabs-filter): New function.
1141         (sql-send-magic-terminator): New function.
1142         (sql-send-string): Implement magic terminator.
1143         (sql-send-region): Use `sql-send-string'.
1144         (sql-interactive-mode): Use product API.
1145         (sql-product-interactive): Use product API.
1146         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1147         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1148         (sql-db2, sql-linter): Use `sql-product-interactive'.
1149         (sql-connect): New function.
1150         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1151         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1152         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1153         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1154         Use `sql-connect'.
1156 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1159         New custom variable.
1160         (completion-pcm--string->pattern): Use it.
1161         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1162         Make it handle any symbol as `any'.
1163         (completion-pcm--merge-completions): Extract common suffix for the new
1164         `prefix' symbol as well.
1165         (completion-substring--all-completions): Use the new `prefix' symbol.
1167 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
1169         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1170         not bound.
1171         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1172         (tramp-compat-funcall): New defmacro.
1173         (tramp-compat-line-beginning-position)
1174         (tramp-compat-line-end-position)
1175         (tramp-compat-temporary-file-directory)
1176         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1177         (tramp-compat-copy-file, tramp-compat-copy-directory)
1178         (tramp-compat-delete-file, tramp-compat-delete-directory)
1179         (tramp-compat-number-sequence, tramp-compat-process-running-p)
1180         * net/tramp.el (top, with-progress-reporter)
1181         (tramp-rfn-eshadow-setup-minibuffer)
1182         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1183         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1184         (tramp-completion-mode-p, tramp-check-for-regexp)
1185         (tramp-open-connection-setup-interactive-shell)
1186         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1187         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1188         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1189         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1190         (tramp-reporter-dump-variable, tramp-load-report-modules)
1191         (tramp-append-tramp-buffers)
1192         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1194         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1196 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1198         * progmodes/compile.el (compilation-buffer-modtime): Rename from
1199         buffer-modtime.  Adjust users.
1201 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1203         * international/mule.el (auto-coding-alist): Only purecopy
1204         car of each item, not the whole list (Bug#6083).
1206 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1208         * progmodes/js.el (js-mode): Make paragraph variables local before
1209         calling c-setup-paragraph-variables (Bug#6071).
1211 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1213         * composite.el (compose-region, reference-point-alist): Fix typos
1214         in the doc strings.
1216 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1218         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1219         gnuplot's "set" command.
1221 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1223         * abbrev.el (last-abbrev-text): Doc fix.
1224         (abbrev-prefix-mark): Don't escape parenthesis.
1226 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1228         * composite.el (find-composition): Doc fix.
1230 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1232         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1233         (sql-oracle-program, sql-sqlite-options)
1234         (sql-query-placeholders-and-send): Doc fixes.
1235         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1236         (sql-imenu-generic-expression, sql-buffer)
1237         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1238         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1239         (sql-mode-sybase-font-lock-keywords)
1240         (sql-mode-informix-font-lock-keywords)
1241         (sql-mode-interbase-font-lock-keywords)
1242         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1243         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1244         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1245         (sql-product-feature, sql-highlight-product)
1246         (comint-line-beginning-position, sql-rename-buffer)
1247         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1248         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1249         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1250         Fix typos in docstrings.
1252 2010-05-08  Juri Linkov  <juri@jurta.org>
1254         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1255         property instead of `invisible' and `after-string' (bug#5998).
1257 2010-05-08  Juri Linkov  <juri@jurta.org>
1259         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1261 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1263         * filecache.el (file-cache-add-directory-list)
1264         (file-cache-add-directory-recursively): Fix typos in docstrings.
1266 2010-05-08  Kenichi Handa  <handa@m17n.org>
1268         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1269         (gujarati-composable-pattern): Fix typo.
1271 2010-05-08  Kenichi Handa  <handa@m17n.org>
1273         * language/indian.el (oriya-composable-pattern)
1274         (tamil-composable-pattern, malayalam-composable-pattern):
1275         Add two-part vowels to "v" (vowel sign).
1277 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1279         * files.el (copy-directory): Handle symlinks (Bug#5982).
1281 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1283         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1284         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1285         (Bug#5846).
1287 2010-05-08  Glenn Morris  <rgm@gnu.org>
1289         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1291         * minibuffer.el (completion-at-point): Doc fix.
1293 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * electric.el (Electric-command-loop): Minor tweak.
1297         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1298         better with dedicated windows.
1300 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1302         * Version 23.2 released.
1304 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1305             Stefan Monnier  <monnier@iro.umontreal.ca>
1307         Highlight vendor specific properties.
1308         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1309         (css-proprietary-property): New face.
1310         (css-font-lock-keywords): Use them.
1312 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
1314         * cus-start.el (all): Add native condition for tool-bar-* symbols.
1316 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1318         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1319         * files.el (auto-mode-alist): Remove redundant entries.
1321         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1322         * simple.el (auto-save-mode): Move from files.el.
1323         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1325 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1327         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1329 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1331         * mail/binhex.el (binhex-decode-region-internal)
1332         * mail/uudecode.el (uudecode-decode-region-internal)
1333         * net/dns.el (dns-read-string-name, dns-write, dns-read)
1334         (dns-read-type, dns-query)
1335         * pgg-parse.el (pgg-parse-armor)
1336         * pgg.el (pgg-verify-region)
1337         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1338         XEmacs.
1340         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1342 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
1344         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1346         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1347         * emulation/cua-base.el (cua-repeat-replace-region):
1348         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1349         (cua-cut-region-to-global-mark):
1350         Remove text properties with `set-text-properties'.
1352 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
1354         * net/tramp.el (top, with-progress-reporter):
1355         Use `symbol-function' inside `funcall'.
1357         * net/tramp-compat.el (tramp-compat-file-attributes)
1358         (tramp-compat-delete-file, tramp-compat-delete-directory):
1359         Handle only `wrong-number-of-arguments' error.
1361         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1362         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1363         inside `funcall'.
1365 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         * minibuffer.el (completion--sreverse, completion--common-suffix):
1368         New functions.
1369         (completion-pcm--merge-completions): Extract common suffix when safe.
1371         * emacs-lisp/easy-mmode.el (define-minor-mode):
1372         Make :variable more flexible.
1373         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1375 2010-05-05  Juri Linkov  <juri@jurta.org>
1377         Add `slow' and `history' tags to the desktop data.
1379         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1380         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1381         (Info-finder-find-node): Require `finder.el' to be able
1382         to restore node from the desktop.
1383         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1384         data `Info-history' and `slow' tag in the assoc list.
1385         (Info-restore-desktop-buffer): Don't restore nodes with the
1386         `slow' tag.  Restore `Info-history'.
1388 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1390         Add FORCE argument to `delete-file'.
1392         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1393         forcing to delete the temporary file.
1394         (ange-ftp-delete-file): Add FORCE arg.
1395         (ange-ftp-rename-remote-to-remote)
1396         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1397         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1398         Force file deletion.
1400         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1402         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1403         (tramp-handle-make-symbolic-link, tramp-handle-load)
1404         (tramp-do-copy-or-rename-file-via-buffer)
1405         (tramp-do-copy-or-rename-file-directly)
1406         (tramp-do-copy-or-rename-file-out-of-band)
1407         (tramp-handle-process-file, tramp-handle-call-process-region)
1408         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1409         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1410         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1412         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1413         (tramp-fish-handle-make-symbolic-link)
1414         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1416         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1417         Use `tramp-compat-delete-file'.
1419         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1420         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1422         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1423         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1425         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1426         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1427         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1428         `tramp-compat-delete-file'.
1430 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1432         Minor cleanups.
1433         * subr.el (add-minor-mode): Use push.
1434         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1435         * emulation/edt.el (edt-select-mode): Simplify.
1437         Use define-minor-mode in more cases.
1438         * term/tvi970.el (tvi970-set-keypad-mode):
1439         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1440         (normal-erase-is-backspace-mode):
1441         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1442         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1443         (get-scroll-bar-mode): New function.
1444         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1446         Use define-minor-mode for less obvious cases.
1447         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1448         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1449         * international/iso-ascii.el (iso-ascii-mode):
1450         * frame.el (auto-raise-mode, auto-lower-mode):
1451         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1453 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1455         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1456         in order to see error messages for failed logins.
1458 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1460         * diff.el (diff-sentinel):
1462         * epg.el (epg--make-temp-file, epg-decrypt-string)
1463         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1465         * jka-compr.el (jka-compr-partial-uncompress)
1466         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1468         * server.el (server-sentinel): Use delete-file's new FORCE arg
1469         (Bug#6070).
1471 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         Use define-minor-mode where applicable.
1474         * view.el (view-mode):
1475         * type-break.el (type-break-query-mode)
1476         (type-break-mode-line-message-mode):
1477         * textmodes/reftex.el (reftex-mode):
1478         * term/vt100.el (vt100-wide-mode):
1479         * tar-mode.el (tar-subfile-mode):
1480         * savehist.el (savehist-mode):
1481         * ibuf-ext.el (ibuffer-auto-mode):
1482         * composite.el (auto-composition-mode):
1483         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1484         Use define-minor-mode.
1485         (vhdl-mode): Use static mode-line format.
1486         (vhdl-mode-line-update): Delete.
1487         (vhdl-create-mode-menu, vhdl-activate-customizations)
1488         (vhdl-hs-minor-mode): Don't bother calling it.
1490 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * simple.el (with-wrapper-hook): Move.
1493         (buffer-substring-filters): Mark obsolete.
1494         (filter-buffer-substring-functions): New variable.
1495         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1497         Use a mode-line spec rather than a static string in Semantic.
1498         * cedet/semantic/util-modes.el:
1499         (semantic-minor-modes-format): New var to replace...
1500         (semantic-minor-modes-status): Remove.
1501         (semantic-mode-line-update): Construct a mode-line spec rather than
1502         a static string so that mouse buttons can be used on individual minor
1503         modes and so that semantic-mode-line-update only needs to be called
1504         when global settings are changed.
1505         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1506         Call semantic-mode-line-update.
1507         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1508         minor-mode-alist, check semantic-minor-mode-alist as well.
1509         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1510         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1511         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1512         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1513         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1514         (define-semantic-idle-service, semantic-idle-summary-mode):
1515         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1516         Don't call semantic-mode-line-update any more.
1518 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         Use define-minor-mode in CEDET where applicable.
1522         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1523         Use define-minor-mode.
1525         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1526         Remove unused arg `keymap' and code redundant with define-minor-mode.
1527         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1528         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1529         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1530         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1531         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1532         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1533         Use define-minor-mode.
1534         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1535         (semantic-show-unmatched-syntax-mode-setup)
1536         (semantic-show-parser-state-mode-setup)
1537         (semantic-highlight-func-mode-setup): Inline into sole caller.
1539         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1540         (semantic-mru-bookmark-mode): Use define-minor-mode.
1541         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1543         * cedet/semantic/idle.el (define-semantic-idle-service):
1544         Use define-minor-mode and inline setup function into its sole caller.
1545         (semantic-idle-scheduler-mode-setup)
1546         (semantic-idle-summary-mode-setup): Inline into sole caller.
1547         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1548         Use define-minor-mode.
1550         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1551         (semantic-decoration-mode): Use define-minor-mode.
1552         (semantic-decoration-mode-setup): Inline into sole caller.
1554         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1555         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1556         (ede-dired-add-to-target): Use dolist.
1558 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1559             Michael Albinus  <michael.albinus@gmx.de>
1561         Implement compression for inline methods.
1563         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1564         (tramp-copy-size-limit): Allow also nil.
1565         (tramp-inline-compress-commands): New defconst.
1566         (tramp-find-inline-compress, tramp-get-inline-compress)
1567         (tramp-get-inline-coding): New defuns.
1568         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1569         replaced by `tramp-get-inline-coding'.
1570         (tramp-handle-file-local-copy, tramp-handle-write-region)
1571         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1573 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1576         Remove unused functions.
1578         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1579         Set find-tag-default-function as a variable rather than a property.
1581         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1582         * progmodes/etags.el (tags-completion-at-point-function):
1583         Remove left over interactive spec.  Add autoloading stub.
1584         (complete-tag): Use tags-completion-at-point-function.
1586 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1588         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1590 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1592         * ido.el (ido-init-completion-maps): Remove C-v binding.
1593         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1595 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1597         * minibuffer.el (tags-completion-at-point-function): New function.
1598         (completion-at-point-functions): Use it.
1600         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1601         (semantic-mode): Use semantic-completion-at-point-function for
1602         completion-at-point-functions instead.
1604         * progmodes/etags.el (complete-tag): Revert last change.
1606 2010-04-29  Alan Mackenzie  <acm@muc.de>
1608         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1609         off-by-one error (in end of macro position).
1611 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1614         firefox is absent.  Don't autoload.
1615         (browse-url-galeon-program): Don't autoload.
1617 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1619         * bindings.el (complete-symbol): Move into minibuffer.el.
1621         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1622         completion cannot be performed, return nil instead of signalling
1623         an error.
1624         (completion-at-point): Make it an alias for complete-symbol.
1625         (complete-symbol): Move from bindings.el, and replace with the
1626         body of completion-at-point.
1628         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1630         * cedet/semantic.el (semantic-mode): When enabled, add
1631         semantic-ia-complete-symbol to completion-at-point-functions.
1633         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1634         if Semantic is not active.
1636 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1638         * net/tramp.el (tramp-remote-selinux-p): New defun.
1639         (tramp-handle-file-selinux-context)
1640         (tramp-handle-set-file-selinux-context): Use it.
1642 2010-04-28  Sam Steingold  <sds@gnu.org>
1644         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1645         `safe-local-variable' if the value is a string or a symbol with
1646         the property `bug-reference-url-format'.
1648 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1650         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1651         2010-04-27 change due to security risk.
1653 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         Make it possible to locally disable a globally enabled mode.
1656         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1657         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1658         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1659         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1660         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1661         that subsequent hooks get a chance to disable it.
1663 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1666         Avoid re-enabling a minor mode after the user turned the minor mode
1667         off if MODE-enable-in-buffers is run twice (typically once from
1668         fundamental-mode's after-change-major-mode-hook and a second time from
1669         run-mode-hook's own after-change-major-mode-hook).
1671         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1673 2010-04-27  Sam Steingold  <sds@gnu.org>
1675         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1676         `safe-local-variable' if the value is a string or a function, as
1677         documented and implemented on 2010-04-02.
1679 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1681         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1682         when method is 'kill.
1684 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1686         * ispell.el (ispell-init-process): Fix personal dictionary condition
1687         in default directory check.
1688         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1689         Kill ispell process when killing its associated buffer.
1691 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1693         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1694         but we aren't using it.
1696 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1698         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1699         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1701 2010-04-24  Glenn Morris  <rgm@gnu.org>
1703         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1704         Ignore VCS-ignore files, and deleted nextstep preferences files.
1705         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1706         (authors-ambiguous-files): New list.
1707         (authors-valid-file-names): Add some deleted files.
1708         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1709         (authors-disambiguate-file-name): New function.  (Bug#5501)
1710         (authors-canonical-file-name): Doc fix.
1711         Don't warn about obsolete files.
1712         (authors-canonical-file-name, authors-scan-el):
1713         Use authors-disambiguate-file-name.
1715         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1716         Add autoload cookies.
1717         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1718         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1719         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1720         They have definitions / compiler macros in cl.el.
1721         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1722         Replace manual autoloads with generated ones.
1723         (htmlfontify-unload-rgb-file): Remove autoload.
1724         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1726 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1729         (byte-compile-setq-default): Optimize for the
1730         single-var case and don't call byte-compile-form in this case to avoid
1731         inf-loop with byte-compile-set-default.
1733         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1735 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1737         Implement SELINUX backends.
1739         * net/tramp.el (tramp-file-name-handler-alist):
1740         Add `file-selinux-context' and `set-file-selinux-context'.
1741         (tramp-handle-file-selinux-context)
1742         (tramp-handle-set-file-selinux-context): New defuns.
1743         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1744         Handle PRESERVE-SELINUX-CONTEXT.
1746         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1747         Add `file-selinux-context' and `set-file-selinux-context'.
1748         (tramp-gvfs-handle-file-selinux-context)
1749         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1750         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1752         * net/ange-ftp.el (ange-ftp-copy-file):
1753         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1754         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1755         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1756         Add PRESERVE-SELINUX-CONTEXT.
1758 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1760         Synchronize with Tramp repository.
1762         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1763         (tramp-action-process-alive, tramp-action-out-of-band)
1764         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1765         (tramp-exists-file-name-handler): Fix docstring.
1766         (with-progress-reporter): New defmacro.
1767         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1768         (tramp-maybe-open-connection): Use it.
1770 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
1772         Detect ssh 'ControlMaster' argument automatically in some cases.
1774         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1775         (tramp-default-method): Use it.
1777 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1779         * net/tramp.el (tramp-handle-copy-file): Add new optional
1780         parameter `preserve-selinux-context'.
1781         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1783 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1785         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1786         Ensure, that non remote files are still checked.  Oops.
1788 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
1790         Fix Bug#5840.
1792         * icomplete.el (icomplete-completions): Use `non-essential'.
1794         * net/tramp.el (tramp-connectable-p): New defun.
1795         (tramp-handle-expand-file-name)
1796         (tramp-completion-handle-file-name-all-completions)
1797         (tramp-completion-handle-file-name-completion): Use it.
1799 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1803 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1805         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1807         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1809         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1810         is present.
1812         * info.el (info-tool-bar-map): Add labels.
1814         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1816         * cus-edit.el (custom-commands): Add labels for tool bar.
1817         (custom-buffer-create-internal, Custom-mode): Adjust for
1818         labels in custom-commands.
1820         * dynamic-setting.el: Renamed from font-setting.el.
1822 2010-04-21  John Wiegley  <jwiegley@gmail.com>
1824         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1825         toggles the use of virtual buffers.
1826         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1827         value.
1828         (ido-toggle-virtual-buffers): New function.
1830 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1832         Use `define-derived-mode'; fix window selection; doc fixes.
1833         * play/tetris.el (tetris, tetris-update-speed-function)
1834         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1835         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1836         (tetris-rotate-next, tetris-end-game, tetris-start-game)
1837         (tetris-pause-game): Fix typos in docstrings.
1838         (tetris-mode-map, tetris-null-map):
1839         Move initialization into declaration.
1840         (tetris-mode): Define with `define-derived-mode';
1841         set show-trailing-whitespace to nil.
1842         (tetris): Prefer window already displaying the "*Tetris*" buffer.
1844 2010-04-21  Karel Klíč  <kklic@redhat.com>
1846         * files.el (backup-buffer): Handle SELinux context, and return it
1847         if a backup was made by renaming.
1848         (backup-buffer-copy): Set SELinux context to the target file.
1849         (basic-save-buffer): Set SELinux context of the newly written file.
1850         (basic-save-buffer-1): Now it also returns any SELinux context.
1851         (basic-save-buffer-2): Set SELinux context of the newly created file,
1852         and return it.
1853         * net/tramp.el (tramp-file-name-for-operation):
1854         Add file-selinux-context.
1856 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1858         Make the log-edit comments use RFC822 format throughout.
1860         * vc.el (vc-checkin, vc-modify-change-comment):
1861         Adjust to new vc-start/finish-logentry.
1862         (vc-find-conflicted-file): New command.
1863         (vc-transfer-file): Adjust to new vc-checkin.
1864         (vc-next-action): Improve scoping.
1866         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1867         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1869         * vc-git.el (vc-git-log-edit-mode): Remove.
1870         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1871         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1873         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1874         (vc-start-logentry): Remove argument `extra'.
1875         (vc-finish-logentry): Remove extra args.
1877         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1878         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1879         (vc-bzr-conflicted-files): New function.
1881         * log-edit.el (log-edit-extra-flags)
1882         (log-edit-before-checkin-process): Remove.
1883         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1884         (log-edit-headers-alist): New var.
1885         (log-edit-header-contents-regexp): New const.
1886         (log-edit-match-to-eoh): New function.
1887         (log-edit-font-lock-keywords): Use them.
1888         (log-edit): Insert a "Summary:" header as default.
1889         (log-edit-mode): Mark font-lock rules as case-insensitive.
1890         (log-edit-done): Cleanup headers.
1891         (log-view-process-buffer): Remove.
1892         (log-edit-extract-headers): New function to replace it.
1894 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1896         * subr.el (default-direction-reversed): Remove obsolescence info.
1898 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1901         windows/frames.
1903         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1904         I.e. include text after point in the completion region.
1905         Also, return nil when we're not after/in a symbol.
1907         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1908         default enable-multibyte-characters.
1910 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * international/mule.el: Help the user choose a valid coding-system.
1913         (read-buffer-file-coding-system): New function.
1914         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1915         coding-system cannot encode all the chars.
1917         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1918         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1919         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1920         Don't use *vc-bzr-shelve*.
1922 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1924         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1925         Don't destroy list before using it.
1927 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1929         Fix the version number for added files.
1930         * vc-hg.el (vc-hg-working-revision): Check if the file is
1931         registered after hg parent fails (Bug#5961).
1933 2010-04-19  Glenn Morris  <rgm@gnu.org>
1935         * htmlfontify.el (htmlfontify-buffer)
1936         (htmlfontify-copy-and-link-dir): Autoload entry points.
1938 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1940         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1941         name relative to the project root (Bug#5960).
1943 2010-04-19  Glenn Morris  <rgm@gnu.org>
1945         * vc-git.el (vc-git-print-log): Doc fix.
1947 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1949         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1951 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1953         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1954         default settings (Bug#5928).
1956 2010-04-19  Glenn Morris  <rgm@gnu.org>
1958         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1959         New function.
1960         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1962 2010-04-19  Kenichi Handa  <handa@m17n.org>
1964         * language/indian.el (malayalam-composable-pattern): Fix previous
1965         change (add U+0D4D "SIGN VIRAMA").
1966         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1967         (tamil-composable-pattern): Fix typo in the regexp.
1968         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1969         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1970         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1972 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1974         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1975         paragraph-separate (Bug#5821).
1977 2010-04-19  Juri Linkov  <juri@jurta.org>
1979         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1981         * info.el (Info-find-node-2): Comment out code that skips
1982         breadcrumbs line.
1983         (Info-mouse-follow-link): New command.
1984         (Info-link-keymap): New keymap.
1985         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1986         Return a string with links instead of inserting breadcrumbs
1987         to the Info buffer.
1988         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1989         Instead of putting the `invisible' text property over the Info
1990         header, make an overlay over the Info header with the `invisible'
1991         property and `after-string' set to the string returned by
1992         `Info-breadcrumbs'.
1994 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1996         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1997         Reported by monkey@sandpframing.com.
1999 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2002         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2003         available in the "keyseq cache" any more.
2005         * custom.el (defcustom): Add edebug spec.
2007 2010-04-18  Juri Linkov  <juri@jurta.org>
2009         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2011         * view.el (view-file, view-buffer): Move test for special mode-class
2012         from view-file to view-buffer.
2014         * tar-mode.el (tar-extract): Turn if's into one cond
2015         like in arc-mode.el.
2017 2010-04-18  Juri Linkov  <juri@jurta.org>
2019         Add 7z archive format support (bug#5475).
2021         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2022         (archive-7z-extract): New defcustom.
2023         (archive-find-type): Add magic string for 7z.
2024         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2025         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2026         `buffer' arg of `call-process'.
2027         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2028         call the function `archive-7z-extract' with the variable
2029         `archive-7z-extract' let-bound to `archive-zip-extract'.
2030         (archive-7z-summarize, archive-7z-extract): New functions.
2032         * international/mule.el (auto-coding-alist):
2033         * files.el (auto-mode-alist): Add 7z file extension.
2035 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * loadup.el: Setup hash-cons for pure data.
2039         Fix duplicate entries in cedet's loaddefs.el files.
2040         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2041         Should make most file-local generated-autoload-file unnecessary.
2042         (print-readably): Silence warnings.
2043         (autoload-find-destination): Take load-name as an arg to make sure
2044         it's the same as the one that will be in the file.
2045         (autoload-generate-file-autoloads): Adjust to above changes.
2046         Try to make the dataflow a bit simpler.
2048         * cvs-status.el (cvs-refontify): Remove unused.
2050 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2052         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2054         * calc-bin.el (calc-radix): Have the "O" option turn on
2055         twos-complement mode.
2057 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2059         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2060         Add `calc-option-prefix-help' to calc-help autoloads.
2061         (calc-inverse): Add "Option" to message, as appropriate.
2062         (calc-hyperbolic): Add "Option" to message, as appropriate.
2063         (calc-option, calc-is-option): New functions.
2065         * calc-help.el (calc-full-help): Add `calc-option-help'.
2066         (calc-option-prefix-help): New function.
2068         * calc-misc.el (calc-help): Add "Option" entry.
2070         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2071         (calc-option-flag): New variable.
2072         (calc-do): Set `calc-option-flag to nil.
2073         (calc-set-mode-line): Add "Opt " as appropriate.
2075 2010-04-16  Juri Linkov  <juri@jurta.org>
2077         Move scrolling commands from simple.el to window.el
2078         because their primitives are implemented in window.c.
2080         * simple.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         * window.el (scroll-error-top-bottom)
2085         (scroll-up-command, scroll-down-command, scroll-up-line)
2086         (scroll-down-line, scroll-other-window-down)
2087         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2088         Move from simple.el to window.el because their primitives are
2089         implemented in window.c.
2091 2010-04-16  Juri Linkov  <juri@jurta.org>
2093         * isearch.el (isearch-lookup-scroll-key): Check both
2094         `isearch-scroll' and `scroll-command' properties.
2095         (scroll-up, scroll-down): Remove `isearch-scroll' property.
2097         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2099         * simple.el (scroll-up-command, scroll-down-command)
2100         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2102 2010-04-15  Juri Linkov  <juri@jurta.org>
2104         * simple.el (scroll-up-command, scroll-down-command)
2105         (scroll-up-line, scroll-down-line): Put `scroll-command'
2106         property on the these symbols.  Remove them from
2107         `scroll-preserve-screen-position-commands'.
2109         * mwheel.el (mwheel-scroll): Put `scroll-command' and
2110         `isearch-scroll' properties on the `mwheel-scroll' symbol.
2111         Remove it from `scroll-preserve-screen-position-commands'.
2113         * isearch.el (isearch-allow-scroll): Doc fix.
2115 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
2117         * net/tramp.el (tramp-error-with-buffer): Don't show the
2118         connection buffer when we are in completion mode.
2119         (tramp-file-name-handler): Catch the error for some operations
2120         when we are in completion mode.  This gives the user the chance to
2121         correct the file name in the minibuffer.
2123 2010-04-15  Glenn Morris  <rgm@gnu.org>
2125         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2127 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
2129         Simplify by using `define-derived-mode'.
2130         * info.el (Info-mode):
2131         * calendar/todo-mode.el (todo-mode):
2132         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2133         (gomoku-mode-map): Move initialization into declaration.
2135 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
2137         Fix Bug#5840.
2138         * ido.el (ido-file-name-all-completions-1):
2139         * minibuffer.el (minibuffer-completion-help):
2140         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2142 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * simple.el (non-essential): New var.
2146         Add a new field `location' to bookmarks for non-file bookmarks.
2147         * bookmark.el (bookmark-location): Use the new field, if present.
2148         (bookmark-insert-location): Undo last change, not needed any more.
2149         * man.el (Man-bookmark-make-record):
2150         * woman.el (woman-bookmark-make-record): Add `location' field.
2152 2010-04-14  Juri Linkov  <juri@jurta.org>
2154         * simple.el (scroll-error-top-bottom): New defcustom.
2155         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
2157         * emulation/pc-select.el (pc-select-override-scroll-error):
2158         Obsolete in favor of `scroll-error-top-bottom'.
2160 2010-04-14  Juri Linkov  <juri@jurta.org>
2162         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2163         `scroll-up-command' and `M-v' to `scroll-down-command'.
2165         * emulation/cua-rect.el (cua--init-rectangles):
2166         * forms.el (forms--change-commands):
2167         * image-mode.el (image-mode-map):
2168         Remap scroll-down-command and scroll-up-command
2169         in addition to scroll-down and scroll-up.
2171 2010-04-14  Juri Linkov  <juri@jurta.org>
2173         * mwheel.el (scroll-preserve-screen-position-commands):
2174         Add mwheel-scroll to this list of commands.
2176         * simple.el (scroll-preserve-screen-position-commands):
2177         Add scroll-up-command, scroll-down-command, scroll-up-line,
2178         scroll-down-line to this list of commands.
2180 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2182         * obsolete/complete.el: Move from lisp/complete.el.
2184         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2186         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2187         to the minor mode function now turns the mode ON unconditionally.
2189 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * vc-dir.el (vc-dir-kill-line): New command.
2192         (vc-dir-mode-map): Bind it to C-k.
2194         * bookmark.el (bookmark-insert-location): Handle a nil filename.
2196         * woman.el: Add bookmark declarations to silence the compiler.
2197         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2198         step to compatibility between man and woman bookmarks.
2199         Adjust for Man-default-bookmark-title renaming.
2200         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
2202         * man.el: Add bookmark declarations to silence the compiler.
2203         (Man-name-local-regexp): Make it match NAME as well.
2204         (Man-getpage-in-background): Return the buffer.
2205         (Man-notify-when-ready): Use `case'.
2206         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2207         Don't hardcode "NAME".  Simplify.
2208         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2209         Rename from Man-bookmark-make-record.
2210         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
2211         we have the actual man-args.  Use Man-getpage-in-background rather
2212         than `man' since the arg is already processed.  Let bookmark.el do the
2213         window handling.  Only wait for the relevant process.
2214         Don't forget to autoload.
2216         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2218 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2220         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2221         New functions.
2222         (woman-mode): Setup bookmark support.
2224         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2225         (man-bookmark-jump): New functions.
2226         (Man-mode): Setup bookmark support.
2228 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2230         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2231         recognize ssh-keygen prompt (Bug#2817).
2233 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2235         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2237 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2239         Synchronize with Tramp repository.
2241         * net/tramp.el (tramp-completion-function-alist)
2242         (tramp-file-name-regexp, tramp-chunksize)
2243         (tramp-local-coding-commands, tramp-remote-coding-commands):
2244         Fix docstring.
2245         (tramp-remote-process-environment): Use `format' instead of `concat'.
2246         (tramp-handle-directory-files-and-attributes)
2247         (tramp-get-remote-path): Use `copy-tree'.
2248         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2249         compatibility: Use `completion-ignore-case' if
2250         `read-file-name-completion-ignore-case' does not exist.
2251         (tramp-do-copy-or-rename-file-directly): Do not use
2252         `tramp-handle-file-remote-p'.
2253         (tramp-do-copy-or-rename-file-out-of-band):
2254         Use `tramp-compat-delete-directory'.
2255         (tramp-do-copy-or-rename-file-out-of-band)
2256         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2257         Use `format-spec-make'.
2258         (tramp-find-foreign-file-name-handler)
2259         (tramp-advice-make-auto-save-file-name)
2260         (tramp-set-auto-save-file-modes): Remove superfluous check for
2261         `stringp'.  This is done inside `tramp-tramp-file-p'.
2262         (tramp-debug-outline-regexp): New defconst.
2263         (tramp-get-debug-buffer): Use it.
2264         (tramp-check-for-regexp): Use (forward-line 1).
2265         (tramp-set-auto-save-file-modes): Adapt version check.
2267         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2268         Wrap call of `featurep' for 2nd argument.
2269         (tramp-compat-make-temp-file): Simplify fallback implementation.
2270         (tramp-compat-copy-tree): Remove function.
2271         (tramp-compat-delete-directory): Provide implementation for older
2272         Emacsen.
2274         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2275         Do not use `tramp-fish-handle-file-attributes.
2277         * net/trampver.el: Update release number.
2279 2010-04-10  Glenn Morris  <rgm@gnu.org>
2281         * progmodes/compile.el (compilation-save-buffers-predicate):
2282         Add missing :version tag.
2284 2010-04-09  Sam Steingold  <sds@gnu.org>
2286         * progmodes/compile.el (compilation-save-buffers-predicate):
2287         Remove the "autoload" cookie.
2289         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2290         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2291         and `bug-reference-prog-mode' can be used in hooks directly.
2293 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2295         Add --author support to git commit.
2296         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2297         (vc-git-log-edit-mode): New minor mode.
2298         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2299         New declarations.
2301 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
2303         * vc-hooks.el, vc-git.el: Improve documentation comments.
2305 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2307         Fix some of the problems in defsubst* (bug#5728).
2308         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2309         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2311 2010-04-07  Sam Steingold  <sds@gnu.org>
2313         * progmodes/compile.el (compilation-save-buffers-predicate):
2314         New custom variable.
2315         (compile, recompile): Pass it to `save-some-buffers'.
2317 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
2319         * wid-edit.el (widget-choose): Move cursor to the second line of
2320         the buffer (Bug#5695).
2322 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2324         Add new VC methods: vc-log-incoming and vc-log-outgoing.
2325         * vc.el (vc-print-log-setup-buttons): New function split out from
2326         vc-print-log-internal.
2327         (vc-log-internal-common): New function, a parametrized version of
2328         vc-print-log-internal.
2329         (vc-print-log-internal): Just call vc-log-internal-common with the
2330         right arguments.
2331         (vc-incoming-outgoing-internal):
2332         (vc-log-incoming, vc-log-outgoing): New functions.
2333         (vc-log-view-type): New permanent local variable.
2335         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2337         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2338         of the dynamic bound vc-short-log.
2339         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2341         * vc-git.el (vc-git-log-outgoing): New function.
2342         (vc-git-log-view-mode): Use vc-log-view-type instead
2343         of the dynamic bound vc-short-log.
2345         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2346         of the dynamic bound vc-short-log.  Highlight the tag.
2347         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2348         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2349         (vc-hg-incoming-mode): Remove.
2350         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2352 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2354         Fix default-directory for vc-root-diff.
2355         * vc.el (vc-root-diff): Bind default-directory to the root
2356         directory for the diff command.
2358 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2360         * progmodes/verilog-mode.el (verilog-forward-sexp):
2361         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2362         word keywords, suggested by Steve Pearlmutter.
2363         (verilog-pretty-declarations): Support lineup of declarations in
2364         port lists.
2365         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2366         fix bug for /* / comments
2367         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2368         Speed up and simplfy as this is never called with a bound.
2369         (verilog-pretty-declarations): Enhance to line up declarations
2370         inside a parameter list, suggested by Alan Morgan.
2371         (verilog-pretty-expr): Tune assignment regular expression match
2372         string for corner cases; also use markers instead of character
2373         number as indent changes the later.
2375 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2377         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2378         as missing keyword.
2379         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2380         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2381         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2382         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2383         Tennant.
2384         (verilog-keywords):
2385         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2386         1800-2009 keywords, including "global.".
2388 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2390         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2391         appearing in buffer list (if a live buffer name matched a recentf
2392         file basename).  Should use uniquify to offer a real solution.
2394 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2396         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2397         comment to code, and add a :version tag.
2398         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2400 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2402         Enable recentf-mode if using virtual buffers.
2403         * ido.el (recentf-list): Declare for byte-compiler.
2404         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2405         (ido-make-buffer-list): Simplify.
2406         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2408 2010-04-05  Juri Linkov  <juri@jurta.org>
2410         Scrolling commands which scroll a line instead of full screen.
2411         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2413         * simple.el (scroll-up-line, scroll-down-line): New commands.
2414         Put property isearch-scroll=t on them.
2416         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2417         Remove commands.
2419 2010-04-05  Juri Linkov  <juri@jurta.org>
2421         Scrolling commands which do not signal errors at top/bottom.
2422         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2424         * simple.el (scroll-up-command, scroll-down-command): New commands.
2425         Put property isearch-scroll=t on them.
2427         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2428         `scroll-down-command' and [next] from `scroll-up' to
2429         `scroll-up-command'.
2431         * emulation/cua-base.el: Put property CUA=move on
2432         `scroll-up-command' and `scroll-down-command'.
2433         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2434         and `scroll-down-command' to `cua-scroll-down'.
2436 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2438         * help.el (describe-mode): Return nil.
2440 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2442         * ido.el (ido-use-virtual-buffers): New variable to indicate
2443         whether "virtual buffer" support is enabled for IDO.
2444         (ido-virtual): Face used to indicate virtual buffers in the list.
2445         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2446         exists, but a virtual buffer of that name does (which would be why
2447         it was in the list), recreate the buffer by reopening the file.
2448         (ido-make-buffer-list): If virtual buffers are being used, call
2449         `ido-add-virtual-buffers-to-list' before the make list hook.
2450         (ido-virtual-buffers): New variable which contains a copy of the
2451         current contents of the `recentf-list', albeit pared down for the
2452         sake of speed, and with proper faces applied.
2453         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2454         create a list of "virtual buffers" to present to the user in
2455         addition to the currently open set.  Note that this logic could
2456         get rather slow if that list is too large.  With the default
2457         `recentf-max-saved-items' of 200, there is little speed penalty.
2459 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2461         * font-lock.el: Require CL when compiling.
2462         (font-lock-turn-on-thing-lock): Use `case'.
2464 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2466         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2467         Zaretskii.
2469 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2471         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2472         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2473         (semantic-imenu-goto-function): Reflow docstring.
2475 2010-04-02  Juri Linkov  <juri@jurta.org>
2477         * ehelp.el (electric-help-orig-major-mode):
2478         New buffer-local variable.
2479         (electric-help-mode): Set it to original major-mode.  Doc fix.
2480         (with-electric-help): Use `electric-help-orig-major-mode' instead
2481         of (default-value 'major-mode).  Doc fix.
2482         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2484 2010-04-02  Sam Steingold  <sds@gnu.org>
2486         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2487         `vc-hg-command' with a list of flags.
2489         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2490         Also accept "patch" and "RFE".
2491         (bug-reference-fontify): `bug-reference-url-format' can also be a
2492         function to be able to handle the bug kind.
2493         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2495 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2497         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2498         value to fboundp, it may not be a symbol.
2500 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2502         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2504 2010-03-31  Juri Linkov  <juri@jurta.org>
2506         * simple.el (next-line, previous-line): Re-throw a signal
2507         with `signal' instead of using `ding'.
2508         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2510 2010-03-31  Juri Linkov  <juri@jurta.org>
2512         * simple.el (keyboard-escape-quit): Raise deselecting the active
2513         region higher than exiting the minibuffer.
2514         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2516 2010-03-31  Juri Linkov  <juri@jurta.org>
2518         * image.el (image-animated-p): Use `image-metadata' instead of
2519         `image-extension-data'.  Get GIF extenstion data from metadata
2520         property `extension-data'.
2522 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * simple.el (append-to-buffer): Simplify.
2526 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2528         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2529         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2531 2010-03-31  Kenichi Handa  <handa@m17n.org>
2533         * language/sinhala.el (composition-function-table): Fix regexp for
2534         the new Unicode specification.
2536         * language/indian.el (devanagari-composable-pattern)
2537         (tamil-composable-pattern, kannada-composable-pattern)
2538         (malayalam-composable-pattern): Adjust for the new Unicode
2539         specification.
2540         (bengali-composable-pattern, gurmukhi-composable-pattern)
2541         (gujarati-composable-pattern, oriya-composable-pattern)
2542         (telugu-composable-pattern): New variables to cope with the new
2543         Unicode specification.  Use them in composition-function-table.
2545 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2547         Make tmm-menubar work for the Buffers menu again (bug#5726).
2548         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2549         vectors rather than cons cells, as used in menu-bar-update-buffers.
2551 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2553         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2554         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2555         electric punctuation for "{}();,:" (Bug#5586).
2557         * mail/sendmail.el (mail-default-directory): Doc fix.
2559 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2561         * mail/sendmail.el (mail-default-directory): Doc fix.
2563 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2565         * subr.el (version-regexp-alist, version-to-list)
2566         (version-list-<, version-list-=, version-list-<=)
2567         (version-list-not-zero, version<, version<=, version=): Doc fix.
2568         (Bug#5744).
2570 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2572         * vc.el (vc-root-diff): Doc fix.
2574 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2576         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2578         * simple.el (append-to-buffer): Fix last change.
2580 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2582         * simple.el (append-to-buffer): Ensure that point is preserved if
2583         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2584         (Bug#5749)
2586 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2588         * files.el (auto-mode-case-fold): Change default to t.
2590 2010-03-30  Juri Linkov  <juri@jurta.org>
2592         * dired-x.el (dired-omit-mode): Doc fix.
2594 2010-03-30  Juri Linkov  <juri@jurta.org>
2596         * replace.el (occur-accumulate-lines): Move occur-engine related
2597         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2598         to be located after `occur-engine'.
2600 2010-03-30  Juri Linkov  <juri@jurta.org>
2602         Make occur handle multi-line matches cleanly with context.
2603         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2605         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2606         (occur-engine): Add local variables `ret', `prev-after-lines',
2607         `prev-lines'.  Use more arguments for `occur-context-lines'.
2608         Set first elem of its returned list to `data', and the second elem
2609         to `prev-after-lines'.  Don't print the separator line.
2610         In the end, print remaining context after-lines.
2611         (occur-context-lines): Add new arguments `begpt', `endpt',
2612         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2613         after-lines of the previous match with before-lines of the
2614         current match and not overlap them.  Return a list with two
2615         values: the output line and the list of context after-lines.
2617 2010-03-30  Juri Linkov  <juri@jurta.org>
2619         * replace.el (occur-accumulate-lines): Fix a bug where the first
2620         context line at the beginning of the buffer was missing.
2622 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2624         * files.el: Make bidi-display-reordering safe variable for boolean
2625         values.
2627 2010-03-29  Phil Hagelberg  <phil@evri.com>
2628             Chong Yidong  <cyd@stupidchicken.com>
2630         * subr.el: Extend progress reporters to perform "spinning".
2631         (progress-reporter-update, progress-reporter-do-update):
2632         Handle non-numeric value arguments.
2633         (progress-reporter--pulse-characters): New var.
2635 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2637         * progmodes/compile.el (compilation-start): Fix regexp detection
2638         of initial cd command (Bug#5771).
2640 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2642         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2644 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2646         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2647         * lisp/progmodes/gdb-mi.el: Restore.
2648         * lisp/progmodes/gdb-ui.el: Remove.
2649         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2651 2010-03-25  Glenn Morris  <rgm@gnu.org>
2653         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2654         all dired buffers, even tramp ones.  (Bug#5755)
2656 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         Add "union tags" in mpc.el.
2659         * mpc.el: Remove backward compatibility code.
2660         (mpc-browser-tags): Change default.
2661         (mpc--find-memoize-union-tags): New var.
2662         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2663         (mpc-cmd-find): Handle the case where the playlist does not exist.
2664         Handle union-tags.
2665         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2666         (mpc-cmd-add): Use mpc-cmd-flush.
2667         (mpc-tagbrowser-tag-name): New fun.
2668         (mpc-tagbrowser-buf): Use it.
2669         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2671 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2673         Misc cleanup.
2674         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2675         Use replace-regexp-in-string.
2676         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2677         (makefile-imake-mode-syntax-table): Move init into defvar.
2678         (makefile-mode): Use define-derived-mode.
2680         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2681         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2682         not be present any more.
2684 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2686         * faces.el (set-face-attribute): Fix typo in docstring.
2687         (face-valid-attribute-values): Reflow docstring.
2689         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2691 2010-03-24  Glenn Morris  <rgm@gnu.org>
2693         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2695 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2697         * indent.el (indent-for-tab-command): Doc fix.
2699 2010-03-24  Alan Mackenzie  <acm@muc.de>
2701         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2702         Fix off-by-one error.  Fixes bug #5747.
2704 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2706         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2707         (image-dired-read-comment): Doc fix.
2709         * json.el (json-object-type, json-array-type, json-key-type)
2710         (json-false, json-null, json-read-number):
2711         * minibuffer.el (completion-in-region-functions):
2712         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2713         (cal-tex-cursor-week):
2714         * emacs-lisp/trace.el (trace-function):
2715         * eshell/em-basic.el (eshell/printnl):
2716         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2717         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2718         * obsolete/levents.el (allocate-event, event-key, event-object)
2719         (event-point, event-process, event-timestamp, event-to-character)
2720         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2721         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2722         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2723         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2724         (reftex-highlight-selection): Fix typos in docstrings.
2726 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2728         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2730 2010-03-24  Glenn Morris  <rgm@gnu.org>
2732         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2733         2008-02-13 without comment; mark it obsolete.
2734         (rmail-highlight-headers): Use rmail-highlight-face once more.
2736 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2738         * woman.el (woman2-process-escapes): Only consume the newline if
2739         the filler character is on a line by itself (Bug#5729).
2741 2010-03-24  Kenichi Handa  <handa@m17n.org>
2743         * language/indian.el (devanagari-composable-pattern): Add more
2744         consonants.
2746 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2748         * net/trampver.el: Update release number.
2750 2010-03-24  Glenn Morris  <rgm@gnu.org>
2752         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2754 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2756         * net/tramp.el (tramp-find-executable):
2757         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2758         output of "wc -l" more robust.
2759         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2760         (tramp-open-connection-setup-interactive-shell): Remove workaround
2761         for OpenSolaris bug, it is not needed anymore.
2763 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
2765         * cedet/semantic/imenu.el: New file, from the CEDET repository
2766         (Bug#5412).
2768 2010-03-24  Glenn Morris  <rgm@gnu.org>
2770         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2772 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
2774         * files.el (auto-mode-alist): Accept more verilog file patterns.
2776 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2778         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2780 2010-03-24  Glenn Morris  <rgm@gnu.org>
2782         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2783         log-edit-before-checkin-process.
2785         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2787         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2789         * vc-dispatcher.el (vc-start-logentry): Doc fix.
2790         (log-view-process-buffer, log-edit-extra-flags): Declare.
2792         * log-edit.el (log-edit-before-checkin-process): Doc fix.
2794         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2795         Consistently check ede-object is bound throughout.
2797         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2799 2010-03-23  Sam Steingold  <sds@gnu.org>
2801         Fix bug#5620: recalculate all markers on compilation buffer
2802         modifications, not on file modifications.
2803         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2804         the buffer modification time, for buffers not associated with files.
2805         (compilation-mode): Create it.
2806         (compilation-filter): Update it.
2807         (compilation-next-error-function): Use it instead of
2808         `visited-file-modtime' for timestamp.
2810 2010-03-23  Juri Linkov  <juri@jurta.org>
2812         Implement Occur multi-line matches.
2813         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2815         * replace.el (occur): Doc fix.
2816         (occur-engine): Set `begpt' to the beginning of the first line.
2817         Set `endpt' to the end of the last match line.  At first, count
2818         line numbers between `origpt' and `begpt'.  Split out code from
2819         `out-line' variable to new let-bindings `match-prefix' and
2820         `match-str'.  In `out-line' add non-numeric prefix to all
2821         non-first lines of multi-line matches.  Finally, count lines
2822         between `begpt' and `endpt' and add to `lines'.
2824 2010-03-23  Juri Linkov  <juri@jurta.org>
2826         * replace.el (occur-accumulate-lines, occur-engine):
2827         Use `occur-engine-line' instead of duplicate code.
2828         (occur-engine-line): New function created from duplicate code
2829         in `occur-accumulate-lines' and `occur-engine'.
2831         * replace.el (occur-engine-line): Add optional arg `keep-props'.
2832         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2834 2010-03-23  Juri Linkov  <juri@jurta.org>
2836         * finder.el: Remove TODO tasks.
2838         * info.el (Info-finder-find-node): Add node "all"
2839         with all package info.  Handle a list of multiple keywords
2840         separated by comma.
2841         (info-finder): In interactive use with a prefix argument,
2842         use `completing-read-multiple' to read a list of keywords
2843         separated by comma.
2845 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2847         Add a new completion style `substring'.
2848         * minibuffer.el (completion-basic--pattern): New function.
2849         (completion-basic-try-completion, completion-basic-all-completions):
2850         Use it.
2851         (completion-substring--all-completions)
2852         (completion-substring-try-completion)
2853         (completion-substring-all-completions): New functions.
2854         (completion-styles-alist): New style `substring'.
2856 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         Get rid of .elc files after removal of the corresponding .el.
2859         * Makefile.in (compile-clean): New target.
2860         (compile-main): Use it.
2862 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2864         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2865         don't do make there.  When compiling with separate object dir, there
2866         is no Makefile there.
2868 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         Get rid of the ELCFILES abomination, again.
2871         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2872         (all, compile): Don't call compile-last.
2873         (compile-main): Build the "elcfiles" list dynamically.
2874         (compile-targets): New (internal) target.
2876 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2878         * Makefile.in (top_srcdir): Define.
2879         (abs_top_builddir): Define.
2880         (srcdir): Don't append `/..'.
2881         (EMACS): Use ${abs_top_builddir}.
2882         (all, compile, compile-always, compile-last): Don't set emacswd.
2883         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2884         $(srcdir).
2885         (lisp): Use $(srcdir) instead of @srcdir@.
2887 2010-03-21  Juri Linkov  <juri@jurta.org>
2889         Fix message of multi-line occur regexps and multi-buffer header lines.
2890         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2892         * replace.el (occur-1): Don't display regexp if it is longer
2893         than window-width.  Use `query-replace-descr' to display regexp.
2894         (occur-engine): Don't display regexp in the buffer header for
2895         multi-buffer occur.  Display a separate header line with total
2896         match count and regexp for multi-buffer occur.
2897         Use `query-replace-descr' to display regexp.
2899 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2901         * net/secrets.el: Fix parenthesis.
2902         (secrets-enabled): Fix parenthesis.
2904 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         Use more relative file and directory names.
2907         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2908         (setwins, setwins_almost, setwins_for_subdirs):
2909         Don't `cd'; output relative names.
2910         (all, compile, compile-always, compile-last): Set emacswd.
2911         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2912         Just cd to the lisp source dir so we can use relative file names.
2914         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2916 2010-03-20  Glenn Morris  <rgm@gnu.org>
2918         * textmodes/rst.el: Use faces for font-lock customization, and make the
2919         old -face variables obsolete.
2920         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2921         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2922         (rst-block-face, rst-external-face, rst-definition-face)
2923         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2924         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2925         Make obsolete.
2926         (rst-font-lock-keywords-function): Update for above changes.
2928 2010-03-20  Juri Linkov  <juri@jurta.org>
2930         * s-region.el:
2931         * obsolete/s-region.el: Move to obsolete.
2933 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2935         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2937 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2939         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2941 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2943         Add special markup processing for commit logs.
2944         * log-edit.el (log-edit-extra-flags): New variable.
2945         (log-edit): Add new argument MODE.  Use that mode when non-nil
2946         instead of the log-view-mode.
2947         (log-view-process-buffer): New function.
2949         * vc.el: Document that the checkin method takes optional
2950         arguments.  Document new backend specific method: log-view-mode.
2951         (vc-default-log-edit-mode): New function.
2952         (vc-checkin): Use a backend specific log-view-mode.
2953         Pass extra arguments to the checkin method.
2954         (vc-modify-change-comment): Pass a dummy extra argument.
2956         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2957         log-edit.
2958         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2959         (vc-finish-logentry): Process the log buffer before passing it
2960         down.  Pass log-edit-extra-flags.
2962         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2963         command.
2964         (log-edit-extra-flags, log-edit-before-checkin-process):
2965         New declarations.
2967         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2968         command.
2969         (log-edit-extra-flags, log-edit-before-checkin-process):
2970         New declarations.
2971         (vc-hg-log-edit-mode): New derived mode.
2973         * vc-arch.el (vc-arch-checkin):
2974         * vc-cvs.el (vc-cvs-checkin):
2975         * vc-git.el (vc-git-checkin):
2976         * vc-mtn.el (vc-mtn-checkin):
2977         * vc-rcs.el (vc-rcs-checkin):
2978         * vc-sccs.el (vc-sccs-checkin):
2979         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2981 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2984         parent typo).
2986 2010-03-19  Glenn Morris  <rgm@gnu.org>
2988         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2990 2010-03-18  Glenn Morris  <rgm@gnu.org>
2992         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2994         * replace.el (query-replace-history): Give it a doc string.
2995         (map-query-replace-regexp): Use query-replace-from-history-variable
2996         and query-replace-to-history-variable.
2998         * mail/hashcash.el (declare-function): Remove duplicate definition.
3000         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3001         Make it an obsolete alias for report-emacs-bug-address.
3002         (message-strip-special-text-properties): Declare.
3003         (report-emacs-bug): Remove test for a pretest bug address.
3004         Combine message-mode-specific code.
3006         * mail/supercite.el: Don't require sendmail.
3007         (mh-in-header-p): Declare rather than using with-no-warnings.
3008         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3009         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3011         * calendar/cal-french.el: Convert to utf-8.
3013         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3014         Emacs scripts.
3016 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3018         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3019         of a subfeature.
3021 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3023         * net/secrets.el (top): Register the D-Bus signals only when the
3024         service "org.freedesktop.secrets" can be pinged.
3025         Provide subfeature `enabled'.
3027 2010-03-14  Juri Linkov  <juri@jurta.org>
3029         Add finder unknown keywords.
3031         * finder.el (finder-unknown-keywords): New function.
3033         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3034         to create a Finder node with unknown keywords.
3036 2010-03-14  Juri Linkov  <juri@jurta.org>
3038         * finder.el (finder-compile-keywords): Replace `princ' with
3039         `prin1' on a list of symbols interned from keyword strings.
3041         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3042         a comma, then split keywords using a comma and optional whitespace.
3043         Otherwise, split by whitespace.
3045         * complete.el:
3046         * face-remap.el:
3047         * log-view.el:
3048         * net/hmac-def.el:
3049         * net/hmac-md5.el:
3050         * net/netrc.el:
3051         * progmodes/mixal-mode.el: Fix keywords.
3053 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3055         * Makefile.in (ELCFILES): Add net/secrets.elc.
3057         * net/secrets.el: New file.
3059 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3061         * facemenu.el (list-colors-display, list-colors-print): New arg
3062         callback.  Use it to allow selecting colors.
3064         * wid-edit.el (widget-image-insert): Insert image prop even if the
3065         current display is non-graphic.
3066         (widget-field-value-set): New fun.
3067         (editable-field): Use it.
3068         (widget-field-value-get): Clean up unused var.
3069         (widget-color-value-create, widget-color--choose-action):
3070         New funs.  Allow using list-colors-display to choose color.
3072 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3074         * cus-edit.el: Resort topmost custom groups.
3075         (custom-buffer-sort-alphabetically): Default to t.
3076         (customize-apropos): Use apropos-parse-pattern.
3077         (custom-search-field): New var.
3078         (custom-buffer-create-internal): Add custom-apropos search field.
3079         (custom-add-parent-links): Don't display parent doc.
3080         (custom-group-value-create): Don't sort top-level custom group.
3081         (custom-magic-value-create): Show visibility button before option name.
3083         (custom-variable-state): New fun, from custom-variable-state-set.
3084         (custom-variable-state-set): Use it.
3085         (custom-group-value-create): Hide options with standard values
3086         using the :hidden-states property.  Use progress reporter.
3088         (custom-show): Simplify.
3089         (custom-visibility): Disable images by default.
3090         (custom-variable): New property :hidden-states.
3091         (custom-variable-value-create): Enable images for
3092         custom-visibility widgets.  Use :hidden-states property to
3093         determine initial visibility.
3095         * wid-edit.el (widget-image-find): Give images center ascent.
3096         (visibility): Add :on-image and :off-image properties.
3097         (widget-visibility-value-create): Use them.
3099 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3101         * cus-edit.el (processes): Remove from development group.
3102         (oop, hypermedia): Delete group.
3103         (comm): Promote to top-level group.
3105         * net/browse-url.el (browse-url):
3106         * net/xesam.el (xesam):
3107         * net/tramp.el (tramp):
3108         * net/goto-addr.el (goto-address):
3109         * net/ange-ftp.el (ange-ftp): Put in comm group.
3111         * view.el (view): Remove from editing group.
3113         * uniquify.el (uniquify): Put in files group.
3115         * net/browse-url.el (browse-url):
3116         * ps-print.el (postscript): Put in external group.
3118         * cus-edit.el (outlines):
3119         * textmodes/text-mode.el (text-mode-hook):
3120         * textmodes/table.el (table):
3121         * textmodes/picture.el (picture):
3122         * outline.el (outlines): Put in wp group.
3124         * nxml/nxml-mode.el (nxml): Remove from wp group.
3126         * net/tramp-imap.el (tramp-imap): Put in tramp group.
3128         * mail/metamail.el (metamail): Remove from hypermedia group.
3130         * cus-edit.el (abbrev):
3131         * whitespace.el (whitespace):
3132         * vcursor.el (vcursor):
3133         * reveal.el (reveal):
3134         * hl-line.el (hl-line): Put in convenience group.
3136         * epg-config.el (epg): Put in data group.
3138         * emulation/pc-select.el (pc-select): Put in emulations group.
3140         * calculator.el (calculator): Put in applications group.
3142 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3144         Add .dir-locals.el support for file-less buffers.
3145         * files.el (hack-local-variables): Split out code to apply local
3146         variable settings ...
3147         (hack-local-variables-apply): ... here.  New function.
3148         (hack-dir-local-variables): Use the default directory for when the
3149         buffer does not have an associated file.
3150         (hack-dir-local-variables-non-file-buffer): New function.
3151         * diff-mode.el (diff-mode):
3152         * vc-annotate.el (vc-annotate-mode):
3153         * vc-dir.el (vc-dir-mode):
3154         * log-edit.el (log-edit-mode):
3155         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3157 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3159         Add support for shelving snapshots and for showing shelves.
3160         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3161         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3162         New functions.
3163         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3164         (vc-bzr-extra-menu-map): Map them.
3166 2010-03-11  Glenn Morris  <rgm@gnu.org>
3168         * cus-edit.el (customize-changed-options-previous-release):
3169         Bump to 23.1.
3171         * image.el (image-animate-max-time): Fix :version tag.
3173 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3175         * Branch for 23.2.
3177 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * vc-git.el (vc-git-revision-table): Include remote branches.
3181 2010-03-10  Kim F. Storm  <storm@cua.dk>
3183         Animated image API.
3184         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3186         * image.el (image-animate-max-time): New defcustom.
3187         (image-animated-types): New defconst.
3188         (create-animated-image, image-animate-timer)
3189         (image-animate-start, image-animate-stop, image-animate-timeout)
3190         (image-animated-p): New functions.
3192         * image-mode.el (image-toggle-display-image):
3193         Replace `create-image' with `create-animated-image'.
3195 2010-03-09  Miles Bader  <miles@gnu.org>
3197         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3198         instead of "format:"; this ensures that the output is
3199         newline-terminated.
3201 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
3203         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3204         that all errors are caught, and that the return value is always a
3205         list (Bug#5692).
3207 2010-03-08  Kenichi Handa  <handa@m17n.org>
3209         * language/misc-lang.el (windows-1256): New coding system.
3210         (cp1256): New alias of windows-1256 (bug#5690).
3212 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3214         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3215         call to rfc822-bad-address.  (Bug#5692)
3217 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3219         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3220         Use vc-git-root as default directory for revision path (Bug#5657).
3222 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3224         * calculator.el (calculator): Don't bind split-window-keep-point
3225         (Bug#5674).
3227 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * vc-git.el: Re-flow to fit into 80 columns.
3230         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3231         Remove spurious `quote' element in each case alternative.
3232         (vc-git-show-log-entry): Use prog1.
3233         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3235 2010-03-06  Glenn Morris  <rgm@gnu.org>
3237         * cedet/semantic/grammar.el (semantic-grammar-header-template):
3238         Update template copyright to GPLv3+.
3240 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3242         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3244 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3246         * macros.el (insert-kbd-macro): Look up keyboard macro using the
3247         definition, not the name (Bug#5481).
3249 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3251         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3252         argument with a local variable.  (Bug#5670)
3254 2010-03-02  Juri Linkov  <juri@jurta.org>
3256         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
3258 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
3260         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3261         error when FILENAME and NEWNAME are existing remote directories.
3263         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3264         parameter DIR-FLAG.
3266 2010-03-02  Glenn Morris  <rgm@gnu.org>
3268         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3269         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3271 2010-03-01  Kenichi Handa  <handa@m17n.org>
3273         * language/burmese.el (burmese-composable-pattern): Rename from
3274         myanmar-composable-pattern.
3276         * international/characters.el (script-list):
3277         * international/fontset.el (script-representative-chars):
3278         Change myanmar to burmese.
3279         (otf-script-alist): Likewise.
3280         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3282 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3284         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3286 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3288         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3290 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3292         * net/tramp.el (tramp-handle-write-region): START can be a string.
3293         Take care in the checks.  Reported by Dan Davison
3294         <davison@stats.ox.ac.uk>.
3296 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3298         * net/dbus.el (dbus-introspect, dbus-get-property)
3299         (dbus-set-property, dbus-get-all-properties):
3300         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3302 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3304         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3305         * emacs-lisp/elint.el (elint-add-required-env):
3306         * cedet/semantic/db-find.el
3307         (semanticdb-find-translate-path-brutish-default):
3308         * cedet/ede/make.el (ede-make-check-version):
3309         * calendar/icalendar.el (icalendar--add-diary-entry):
3310         * calc/calcalg2.el (math-tracing-integral):
3311         * files.el (recover-session-finish): Use with-current-buffer
3312         instead of save-excursion.
3314 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3316         Fix in-buffer completion when after-change-functions modify the buffer.
3317         * minibuffer.el (completion--replace): New function.
3318         (completion--do-completion): Use it and use relative movement.
3320 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3322         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3324 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3326         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3327         Allow the characters _<> in the stack entry (Bug#5653).
3329 2010-02-26  Kenichi Handa  <handa@m17n.org>
3331         * language/burmese.el: Fix entries in composition-function-table.
3332         (myanmar-composable-pattern): New variable.
3334         * international/fontset.el (setup-default-fontset): Add an entry
3335         for myanmar.
3337         * international/characters.el (script-list): Add Myanmar
3338         Extended-A.
3340 2010-02-26  Glenn Morris  <rgm@gnu.org>
3342         * custom.el (custom-initialize-delay): Doc fix.
3344         * mail/sendmail.el (send-mail-function): Autoload the call
3345         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3347 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3349         * files.el (hack-local-variables-filter): For eval forms, also
3350         check safe-local-variable-p (Bug#5636).
3352 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3354         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3355         and use c(ad)r of cddr (Bug#5640).
3357 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3359         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3360         setting the modes by `ignore-errors'.  It might fail, for example
3361         if the file is not owned by the user but the group.
3362         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3364 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3366         * files.el (directory-listing-before-filename-regexp): Use
3367         stricter matching for iso-style dates, to avoid false matches with
3368         date-like filenames (Bug#5597).
3370         * htmlfontify.el (htmlfontify): Doc fix.
3372         * eshell/eshell.el (eshell): Doc fix.
3374         * startup.el (fancy-about-screen): In mode-line, apply
3375         mode-line-buffer-id face only to the buffer name (Bug#5613).
3377 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3379         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3380         In `watcom' anchor regexp to start of line, to avoid slowness
3381         (Bug#5599).
3383 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3385         * subr.el (remove-yank-excluded-properties): Explain in a comment
3386         why `category' property is removed.
3388 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3390         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3391         2010-02-17 change.
3393 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3395         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3396         (icalendar--convert-weekly-to-ical)
3397         (icalendar--convert-yearly-to-ical)
3398         (icalendar--convert-block-to-ical)
3399         (icalendar--convert-cyclic-to-ical)
3400         (icalendar--convert-anniversary-to-ical): Take care of time
3401         specifications where hour has 1-digit only (Bug#5549).
3403 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3405         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3406         of disassemble output in GDB 7.1.
3408 2010-02-19  Glenn Morris  <rgm@gnu.org>
3410         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3411         property.  (Bug#5593)
3413 2010-02-18  Sam Steingold  <sds@gnu.org>
3415         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3417 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3419         Use abbreviated file names in bookmarks (bug#5591).
3420         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3421         calls to expand-file-name.
3422         (bookmark-relocate): Use abbreviated file names in bookmarks.
3423         (bookmark-load): Use abbreviated file names in messages.
3425 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3427         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3428         expand "." and "..".  Reported by Thierry Volpiatto
3429         <thierry.volpiatto@gmail.com>.
3431 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3433         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3434         permissions of the temporary file to "0600".  In case the remote
3435         file has no read permissions for the owner, there might be
3436         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3438 22010-02-18  Glenn Morris  <rgm@gnu.org>
3440         * emacs-lisp/authors.el (authors-renamed-files-alist):
3441         Add entries for INSTALL.CVS.
3443 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3445         * vc-bzr.el: Fix typo in Known Bugs section.
3447         * isearch.el (isearch-update-post-hook): New hook.
3448         (isearch-update): Use the new hook.
3450 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3452         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3453         Fix errors in copying directories.
3454         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3455         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3456         (tramp-handle-delete-file)
3457         (tramp-handle-dired-recursive-delete-directory)
3458         (tramp-handle-write-region): Flush also the cache for the upper
3459         directory.
3461 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3463         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3465         * cus-edit.el (hardware): Doc fix.
3467         * man.el (man): Add to external custom group.
3469         * delim-col.el (columns): Move to wp custom group.
3471         * doc-view.el (doc-view): Add to data custom group.
3473         * cedet/data-debug.el (data-debug): Move to extensions group.
3475         * cedet/ede.el (ede):
3476         * cedet/srecode.el (srecode):
3477         * cedet/semantic.el (semantic): Put in tools and extensions group.
3479         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3481         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3482         by ispell-parse-output (Bug#5575).
3484 2010-02-16  Kenichi Handa  <handa@m17n.org>
3486         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3487         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3488         (skkdic-convert): Use `euc-japan' coding system for writing.
3490 2010-02-16  Glenn Morris  <rgm@gnu.org>
3492         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3493         tex-main-file before using it.  (Bug#5562)
3495 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3498         warnings, since it is annoying for the user to see them each time he
3499         runs the code.
3501 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3503         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3504         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3505         instead of PROC for caching "first-password-request".  Otherwise,
3506         new processes would not profit from passwords already entered.
3508         * net/tramp-cache.el (tramp-dump-connection-properties):
3509         Don't save "first-password-request" property.
3511 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3513         * outline.el (outline-head-from-level):
3514         * simple.el (with-wrapper-hook):
3515         * cedet/ede.el (ede-run-target, project-delete-target)
3516         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3517         (ede-adebug-project, ede-adebug-project-parent)
3518         (ede-adebug-project-root):
3519         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3520         (elint-defun, elint-buffer-env, elint-top-form-logged)
3521         (elint-unbound-variable):
3522         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3523         Fix typos in docstrings.
3525 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3527         * files.el (insert-directory): When WILDCARD-REGEXP and
3528         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3529         whole directory.  (Bug#5551)
3531         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3532         dired's alignment sanity.  (Bug#5516)
3534 2010-02-14  Juri Linkov  <juri@jurta.org>
3536         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3537         Remove remaining ^H with their preceding chars.  (Bug#5566)
3539 2010-02-13  Glenn Morris  <rgm@gnu.org>
3541         * simple.el (transpose-subr): Give it a doc-string.
3543         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3544         Doc fixes.
3546 2010-02-12  Juri Linkov  <juri@jurta.org>
3548         * arc-mode.el (archive-unique-fname): Make directories for nested
3549         archives.  (Bug#5540)
3551 2010-02-12  Juri Linkov  <juri@jurta.org>
3553         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3555 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3557         * subr.el (copy-overlay): Handle deleted overlays.
3559         * man.el (Man-completion-table): Don't signal an error if we can't run
3560         manual-program (bug#4056).
3562 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3564         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3566 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3568         * info.el (Info-bookmark-jump): Simplify.
3570         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3571         (bookmark-default-handler): Accept new bookmark field `buffer'.
3573 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3575         * iswitchb.el (iswitchb-completions): Revert last change.
3577 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3579         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3580         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3581         This prevents file names like "~/" being listed literally.
3583 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3585         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3586         Remove dead code.  (Bug#5546)
3588 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3590         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3591         correctly (Bug#5548).
3593 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3595         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3596         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3598 2010-02-08  Kenichi Handa  <handa@m17n.org>
3600         * international/mule-util.el (with-coding-priority): Add autoload
3601         cookie for putting `lisp-indent-function'.
3603 2010-02-07  Glenn Morris  <rgm@gnu.org>
3605         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3606         Move F2003 named interfaces from keywords-2 to keywords-1, and
3607         use function-name-face rather than constant-face.
3608         Simplify "abstract interface" regexp.
3610 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3612         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3613         ID-FORMAT.  Pass it to `file-attributes'.
3615         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3617 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3619         * faces.el (set-face-attribute): Allow calling
3620         internal-set-lisp-face-attribute with 'unspecified family and
3621         foundry argument (Bug#5536).
3623 2010-02-07  Glenn Morris  <rgm@gnu.org>
3625         * progmodes/f90.el (f90-font-lock-keywords-2)
3626         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3627         Handle F2003 named interfaces.
3629 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3631         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3632         beg and end before calling c-get-state-before-change-functions.
3634 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3636         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3638 2010-02-05  Juri Linkov  <juri@jurta.org>
3640         * doc-view.el (doc-view-mode):
3641         * image-mode.el (image-mode): Put property mode-class=special.
3642         (Bug#4896)
3644 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3646         * vc-svn.el (vc-svn-revision-table): New function.
3648 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3650         * net/ange-ftp.el (ange-ftp-insert-directory):
3651         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3652         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3653         Handle also directories.  (Bug#5478)
3655 2010-02-05  Glenn Morris  <rgm@gnu.org>
3657         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3659 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3661         * startup.el (command-line-1): Convert options beginning with a
3662         single dash as well (Bug#5519).
3664 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3666         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3667         * minibuffer.el (completion-initials-expand): Only check the presence
3668         of delims *within* the boundaries, since otherwise the / delim is
3669         always found for files.
3671         Fix up various corner case problems.
3672         * doc-view.el (doc-view-last-page-number): New function.
3673         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3674         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3675         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3676         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3677         (doc-view-convert-current-doc): Don't create the resolution.el file
3678         here any more.
3679         (doc-view-pdf/ps->png): Do it here instead.
3680         (doc-view-already-converted-p): Check that resolution.el is present.
3681         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3682         windows that are not yet showing images.
3684 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3686         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3687         `dired-uncache' for every elemnt which is an absolute file name.
3689         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3690         directory, handle its directory component.
3691         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3692         function is called permanently and creates noise, otherwise.
3694         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3695         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3696         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3698 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3700         * macros.el (apply-macro-to-region-lines):
3701         Minor simplification.  (Bug#5485)
3703 2010-02-04  Glenn Morris  <rgm@gnu.org>
3705         * mail/rmail.el (rmail-show-message-1): Handle malformed
3706         quoted-printable text.  (Bug#5441)
3708         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3710         * simple.el (visual-line-mode): Capitalize lighter.
3712 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3714         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3715         list of files considered for "virtual buffer" completions.
3717 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3719         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3720         also in case of (and (not full) (not wildcard)). This is needed,
3721         when dired is called with a list of files, which are not in
3722         `default-directory'.  (Bug#5478)
3724 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3728 2010-02-02  Juri Linkov  <juri@jurta.org>
3730         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3731         from unidiff to allow function-line after @@.
3733 2010-02-02  Juri Linkov  <juri@jurta.org>
3735         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3736         '(RCS SCCS) with inverted condition.
3738 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3740         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3741         messages.
3743 2010-02-01  Juri Linkov  <juri@jurta.org>
3745         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3746         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3747         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3748         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3750 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3753         (doc-view-revert-buffer): New command.
3754         (doc-view-mode-map): Use it.
3756 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3758         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3759         pending merge is detected.
3761 2010-01-31  Juri Linkov  <juri@jurta.org>
3763         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3764         beginning of interactive spec like all other grep commands do.
3765         Put "all" in front of "gz".  (Bug#5260)
3767 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3769         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3771 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3773         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3774         regexp is incorrect (Bug#5476).
3776 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3778         * net/tramp.el (tramp-handle-insert-directory): Handle also
3779         symlinks, when FILENAME is not in `default-directory'.
3781 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3783         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3784         FILE is not in `default-directory'.  (Bug#5478)
3786         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3787         of SWITCHES.  Handle the case, FILENAME is not in
3788         `default-directory'.  (Bug#5478)
3789         (tramp-register-file-name-handlers): Add safe-magic property.
3791 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3793         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3794         unzip (Bug#5475).
3796 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3798         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3799         (flymake-master-make-header-init): Add other C++ filename masks.
3800         (flymake-find-possible-master-files)
3801         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3803 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3805         Fix some busybox annoyances.
3807         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3808         not responding." string.
3809         (tramp-open-connection-setup-interactive-shell): Dump stty
3810         settings.  Enable "neveropen" arg for all `tramp-send-command'
3811         calls.  Handle "=" in variable values properly.
3812         (tramp-find-inline-encoding): Raise an error, when no encoding is
3813         found.
3814         (tramp-wait-for-output): Check, whether PROC buffer is available.
3815         Remove spurious " ^H" sequences, sent by busybox.
3816         (tramp-get-ls-command): Suppress coloring, if possible.
3818 2010-01-28  Glenn Morris  <rgm@gnu.org>
3820         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3822         * log-edit.el (log-edit-strip-single-file-name): Add missing
3823         :safe, :group, and :version tags.
3825 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3827         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3828         buffers.  (Bug#5477)
3830 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3832         * files.el (delete-directory): Handle moving to trash without
3833         first doing recursion (Bug#5436).
3835 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3837         * vc-hooks.el (vc-path): Mark as obsolete.
3839 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3841         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3842         names too.
3844         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3845         for the short log.
3846         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3848 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3850         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3852         * vc-bzr.el (vc-bzr-revision-table): New function.
3854 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3856         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3857         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3859 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3861         Remove support for adding --signoff on commit.
3862         Future support will use an incompatible generic mechanism.
3863         * vc-git.el (vc-git-add-signoff): Remove variable.
3864         (vc-git-toggle-signoff): Remove function.
3865         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3867         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3868         from xterm-set-background-mode.  Return t if the background mode
3869         was set.
3870         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3871         earlier, call it again in case the background mode has changed.
3873 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3875         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3876         (Bug#3541).
3878 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3880         * emacs-lisp/assoc.el (aelement): Doc fix.
3881         (aput, adelete, amake): Use lexical-let (Bug#5450).
3883 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3885         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3886         is the same as subprogram call, not declaration.  (Bug#5435).
3888 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3890         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3891         (tramp-smb-maybe-open-connection): Use it.
3893 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3895         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3897 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3900         just because we see "encoding: 8bit".
3901         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3903 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3905         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3907 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3909         * jka-compr.el (jka-compr-load): If load-file is not in
3910         load-history, try its file-truename version.  (bug#5447)
3912 2010-01-21  Alan Mackenzie  <acm@muc.de>
3914         Fix a situation where deletion of a cpp construct throws an error.
3915         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3916         invoking c-with-all-but-one-cpps-commented-out, check that the
3917         special cpp construct is still in the buffer.
3918         (c-parse-state): Record the special cpp with markers, not numbers.
3920 2010-01-21  Kenichi Handa  <handa@m17n.org>
3922         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3923         process last-command-event, as it is now decoded first (Bug#5380).
3925 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3927         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3929 2010-01-20  Glenn Morris  <rgm@gnu.org>
3931         * indent.el (tab-always-indent): Fix custom-type.
3933 2010-01-19  Alan Mackenzie  <acm@muc.de>
3935         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3936         buffer throws "args out of range".
3937         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3938         playing the role of delimiter.
3940 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3942         * progmodes/ada-mode.el: Fix bug#5400.
3943         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3944         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3945         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3946         Improve comments in "is" portion.  Handle null procedure declaration.
3947         (ada-move-to-end): Improve doc string.
3949 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3951         * ido.el (ido-cur-list): Initialize to nil.
3952         Remove obsolete information from commentary.
3953         (ido-choice-list): Initialize to nil.
3954         (ido-get-bufname): Reject minibuffers.
3955         (ido-make-buffer-list): If "default" is a nonexistent
3956         buffer, ignore it, as per the function's comment.
3957         (ido-kill-buffer-internal): New function.
3958         (ido-kill-buffer-at-head): Use it.
3959         (ido-visit-buffer): Likewise.
3961 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3963         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3965 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3967         * cedet/ede/locate.el (ede-locate-file-in-project)
3968         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3969         (ede-enable-locate-on-project): Fix typos in error messages.
3971         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3972         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3973         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3974         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3975         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3976         Fix typos in menu help.
3978         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3979         Fix typos in chart titles.
3981         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3982         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3983         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3984         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3985         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3986         (semantic-parse-stream, semantic-parse-region)
3987         (semantic-parse-region-default, semantic--set-buffer-cache)
3988         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3989         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3990         (semantic-default-submodes):
3991         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3992         (semanticdb-create-ebrowse-database)
3993         (semanticdb-find-tags-for-completion-method)
3994         (semanticdb-find-tags-by-class-method)
3995         (semanticdb-deep-find-tags-by-name-method)
3996         (semanticdb-deep-find-tags-for-completion-method):
3997         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3998         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3999         (semanticdb-find-tags-for-completion-method)
4000         (semanticdb-find-tags-by-class-method)
4001         (semanticdb-deep-find-tags-for-completion-method):
4002         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4003         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4004         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4005         (semanticdb-find-tags-by-name-method)
4006         (semanticdb-find-tags-by-name-regexp-method)
4007         (semanticdb-find-tags-for-completion-method)
4008         (semanticdb-find-tags-by-class-method)
4009         (semanticdb-find-tags-external-children-of-type-method)
4010         (semanticdb-find-tags-subclasses-of-type-method)
4011         (semanticdb-deep-find-tags-by-name-method)
4012         (semanticdb-deep-find-tags-by-name-regexp-method)
4013         (semanticdb-deep-find-tags-for-completion-method):
4014         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4015         (semanticdb-enable-gnu-global-in-buffer)
4016         (semanticdb-find-tags-for-completion-method)
4017         (semanticdb-deep-find-tags-by-name-method)
4018         (semanticdb-deep-find-tags-for-completion-method):
4019         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4020         (javascript-mode, semanticdb-find-translate-path)
4021         (semanticdb-find-tags-for-completion-method)
4022         (semanticdb-find-tags-by-class-method)
4023         (semanticdb-deep-find-tags-by-name-method)
4024         (semanticdb-deep-find-tags-for-completion-method)
4025         (semanticdb-find-tags-external-children-of-type-method):
4026         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4027         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4028         (global-semantic-idle-scheduler-mode):
4029         * cedet/srecode/dictionary.el (srecode-field-value)
4030         (srecode-dictionary-add-section-dictionary):
4031         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4032         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4033         (describe-class, eieio-describe-generic, describe-generic):
4034         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4035         (eieio-speedbar-expand):
4036         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4037         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4038         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4039         (viper-del-backward-char-in-replace, viper-backward-indent)
4040         (viper-brac-function, viper-register-to-point, viper-submit-report):
4041         * net/tramp.el (tramp-remote-coding-commands):
4042         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4043         Fix typos in docstrings.
4045 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4047         * mail/sendmail.el (mail-yank-original): Set the mark if the
4048         specified function for yanking does not do it.
4050 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4052         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4054         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4055         resyncing a directory.
4057 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4059         * progmodes/ada-mode.el: Fix bug#1920.
4060         (ada-ident-re): Delete ., allow multibyte characters.
4061         (ada-goto-label-re): New; matches goto labels.
4062         (ada-block-label-re): New; matches block labels.
4063         (ada-label-re): New; matches both.
4064         (ada-named-block-re): Deleted; callers changed to use
4065         `ada-block-label-re' instead.
4066         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4067         Use `ada-block-label-re'.
4068         (ada-indent-on-previous-lines): Improve handling of goto labels.
4069         (ada-get-indent-block-start): Special-case block label.
4070         (ada-get-indent-label): Split into `ada-indent-block-label' and
4071         `ada-indent-goto-label'.
4072         (ada-goto-stmt-start, ada-goto-next-non-ws):
4073         Optionally ignore goto labels.
4074         (ada-goto-next-word): Simplify.
4075         (ada-indent-newline-indent-conditional): Insert newline before
4076         trying to fix indentation; doc fix.
4078 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4080         * calc/calc.el (calc-command-flags): Give it an initial value.
4082 2010-01-17  Glenn Morris  <rgm@gnu.org>
4084         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4086 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4088         * cedet/semantic.el (semantic-mode):
4089         * files.el (minibuffer-with-setup-hook):
4090         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4091         (artist-key-draw-continously, artist-key-do-continously-continously)
4092         (artist-key-set-point-continously, artist-mouse-draw-continously):
4093         Fix typos in docstrings.
4095 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
4097         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4098         return t (Bug#3898).
4100 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
4102         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4103         can parse the output of the external commands (Bug#5279).
4105 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
4107         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4109 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
4111         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4113         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4115         * startup.el (command-line): Remove unused --icon-type arg.
4116         Handle --display arg, passing it to command-line-1 (Bug#5392).
4118 2010-01-16  Mario Lang  <mlang@delysid.org>
4120         * cedet/ede/cpp-root.el (ede-cpp-root-project):
4121         * cedet/ede/files.el (ede-expand-filename):
4122         * cedet/ede/simple.el (ede-simple-project):
4123         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4124         (semantic-complete-inline-tag-engine):
4125         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4126         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4127         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4128         * cedet/semantic/db.el (semanticdb-equivalent-mode):
4129         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4130         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4131         * emacs-lisp/chart.el (chart-translate-namezone):
4132         * textmodes/artist.el (artist-compute-popup-menu-table):
4133         Remove duplicated words in doc-strings.
4135 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
4137         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4138         to mairix-search to suppress threading (Bug#5342).
4140 2010-01-15  Kenichi Handa  <handa@m17n.org>
4142         * international/mule-cmds.el (canonicalize-coding-system-name):
4143         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4145 2010-01-15  Glenn Morris  <rgm@gnu.org>
4147         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
4149         * wid-edit.el (widget-keymap): Doc fix.
4151         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4152         former seems to be more widely accepted by various svn versions.
4154 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4156         * find-cmd.el (find-constituents):
4157         * vc-arch.el (vc-arch-root):
4158         * window.el (window-body-height, pop-up-frames):
4159         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4160         (semantic-no-reparse-needed-change-hook):
4161         * cedet/srecode/insert.el (srecode-resolve-argument-list)
4162         (srecode-template-inserter-blank, srecode-template-inserter-variable)
4163         (srecode-template-inserter-ask, srecode-template-inserter-width)
4164         (srecode-template-inserter-section-start)
4165         (srecode-template-inserter-section-end, srecode-insert-method):
4166         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4167         * progmodes/ada-stmt.el (ada-if):
4168         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4169         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4170         (ispell-encoding8-command, ispell-aspell-supports-utf8)
4171         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4173         * progmodes/flymake.el (flymake-post-syntax-check):
4174         Fix typo in error message.
4176 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4178         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4179         which is always a string.  (Bug#5313)
4181 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4183         * progmodes/ada-xref.el (ada-default-prj-properties):
4184         Simplify previous change.
4186 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4188         * progmodes/ada-xref.el (ada-default-prj-properties):
4189         Default ada_project_path to $ADA_PROJECT_PATH.
4191 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4193         * progmodes/ada-mode.el (ada-create-keymap):
4194         Override `narrow-to-defun' with `ada-narrow-to-defun'.
4196 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4198         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4199         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4200         (ada-get-current-indent, ada-imenu-generic-expression)
4201         (ada-which-function): Check for it.
4203 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4205         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4206         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4208 2010-01-14  Glenn Morris  <rgm@gnu.org>
4210         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
4212 2010-01-14  Kenichi Handa  <handa@m17n.org>
4214         * composite.el (auto-composition-mode): Make it a buffer local
4215         variable (permanent-local).
4216         (auto-composition-function): Set the default value to
4217         auto-compose-chars.
4218         (auto-composition-mode): Make it a simple function, not a minor mode.
4219         (global-auto-composition-mode): Likewise.
4220         (turn-on-auto-composition-if-enabled): Delete it.
4222 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4224         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4226 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4228         * files.el (copy-directory): Compute target for recursive
4229         directories with identical names.  (Bug#5343)
4231 2010-01-12  Glenn Morris  <rgm@gnu.org>
4233         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4234         it to bug-gnu-emacs rather than emacs-pretest-bug.
4236 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4238         * cedet/data-debug.el (data-debug): Fix customization group reference.
4240 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4242         * cedet/semantic/analyze.el (semantic-analyze-push-error)
4243         (semantic-analyze-context, semantic-analyze-context-assignment)
4244         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4245         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4246         (semantic-java-doc-keywords-map):
4247         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4248         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4249         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4250         (semantic-c-classname, semantic-format-tag-uml-prototype)
4251         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4252         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4253         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4254         (semantic-get-local-variables, semantic-end-of-command)
4255         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4256         (lisp-mode):
4257         * cedet/semantic/bovine/make.el (makefile-mode):
4258         * cedet/semantic/wisent/python.el (wisent-python-string-re)
4259         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4260         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4261         (semantic-lex, semantic-get-local-variables, python-mode):
4262         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4263         * cedet/srecode/extract.el (srecode-extract-state-set)
4264         (srecode-extract-method): Fix typos in docstrings.
4266 2010-01-11  Sam Steingold  <sds@gnu.org>
4268         * imenu.el (imenu-default-create-index-function): Detect infinite
4269         loops caused by imenu-prev-index-position-function.
4271 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4273         * htmlfontify.el (htmlfontify-load-rgb-file)
4274         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4275         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4276         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4277         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4278         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4279         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4280         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4281         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4282         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4283         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4284         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4285         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4286         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4287         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4288         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4289         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4290         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4291         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4292         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4293         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4294         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4295         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4296         backslash-quoting from parentheses, etc.
4298 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
4300         * progmodes/js.el: Autoload javascript-mode alias.
4302 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4304         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4305         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4306         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4307         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4308         Fix typos in docstrings.
4309         (ffap-url-regexp): Doc fix.
4310         (ffap-at-mouse): Fix typo in message.
4312 2010-01-11  Glenn Morris  <rgm@gnu.org>
4314         * version.el (emacs-copyright): Set copyright year to 2010.
4316 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4318         * format.el (format-annotate-function): Only set
4319         write-region-post-annotation-function after running to-fn so as not to
4320         affect nested write-region calls (bug#5273).
4322 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
4324         * cedet/semantic.el (semantic-new-buffer-setup-functions):
4325         Add python parser.
4327         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4328         wisent/python.el.
4330 2010-01-10  Richard Kim  <emacs18@gmail.com>
4332         * cedet/semantic/wisent/python-wy.el:
4333         * cedet/semantic/wisent/python.el: New files.
4335 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4337         * man.el (Man-goto-section): Signal error if the section is not
4338         found (Bug#5317).
4340 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
4342         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4343         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
4345 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4347         * progmodes/compile.el: Don't treat compile-command as safe if
4348         compilation-read-command might be nil (Bug#4218).
4350 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4352         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4353         NS options.
4355 2010-01-08  Kenichi Handa  <handa@m17n.org>
4357         * international/fontset.el (build-default-fontset-data):
4358         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4360 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4362         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4363         to `create-file-buffer' as it expects, not just a buffer name.
4364         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4365         to help uniquify.  (Bug#3224)
4367 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4369         * font-setting.el (font-setting-change-default-font): Use user-spec
4370         instead of name.
4372 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4374         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4376 2010-01-05  Tom Tromey  <tromey@redhat.com>
4378         * progmodes/python.el (python-font-lock-keywords):
4379         Handle qualified decorators (Bug#881).
4381 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4383         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4384         in a lightweight checkout.
4386 2010-01-05  Kenichi Handa  <handa@m17n.org>
4388         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4390 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4392         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4394 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4396         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4397         checkouts.  (Bug#618)
4398         (vc-bzr-log-view-mode): Also highlight the author.
4399         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4400         (vc-bzr-shelve-menu-map):
4401         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4402         (vc-bzr-shelve-apply): Make prompt more explicit.
4404 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4406         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4407         They are valid characters in URL paths (rfc3986), and at least
4408         Firefox does not understand the encoded version (Bug#3166).
4410 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4412         * progmodes/octave-mod.el (octave-end-keywords)
4413         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4414         Add "end" keyword (Bug#3061).
4415         (octave-end-as-array-index-p): New function.
4416         (calculate-octave-indent): Use it.
4418 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4420         * bookmark.el: Consistently put the text property on the bookmark name.
4421         (bookmark-bmenu-marks-width): Bump back to 2, to include
4422         annotation marks.
4423         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4424         property on the bookmark name, instead of not putting it at all.
4425         (bookmark-bmenu-list): Fix where we put the text property.
4427 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4429         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4430         for showing buffer modified state (as added in the previous change).
4432 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4434         * bookmark.el: Show modified state of bookmark buffer more accurately.
4435         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4436         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4437         (with-buffer-modified-unmodified): New macro.
4438         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4439         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4440         Use new macro to preserve the buffer modified state.
4442 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4444         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4445         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4446         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4447         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4448         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4449         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4450         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4452 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4454         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4455         Make the lines in the generated doc string shorter.  (Bug#4668)
4457 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4459         * net/rcirc.el: Add follow-link binding (Bug#4738).
4461 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4463         * Makefile.in (bzr-update): Rename from cvs-update.
4464         (cvs-update): New target for backward compatibility.
4466         * makefile.w32-in (bzr-update): Rename from cvs-update.
4467         (cvs-update): New target for backward compatibility.
4469 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4471         * bookmark.el: Remove gratuitous gratitude.
4473 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4475         * bookmark.el (bookmark-bmenu-any-marks): New function
4476         (bookmark-bmenu-save): Clear buffer modification if no marks.
4478 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4480         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4481         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4482         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4483         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4485         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4486         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4487         To: emacs-devel {_AT_} gnu.org
4488         Subject: bookmark.el bug report
4489         Date: Mon, 28 Dec 2009 14:19:16 +0800
4490         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4492 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4494         * bookmark.el: Improvements suggested by Drew Adams:
4495         (bookmark-bmenu-ensure-position): New name for
4496         `bookmark-bmenu-check-position'.  Just ensure the position,
4497         don't return any meaningful value.
4498         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4499         New constants.
4501 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4503         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4504         (bookmark-yank-point, bookmark-bmenu-check-position):
4505         Fix typos in docstrings.
4506         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4507         (bookmark-name-from-full-record, bookmark-get-position)
4508         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4509         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4510         Remove useless quoting of parenthesis, etc. in docstrings.
4512         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4513         (ediff-append-custom-diff): Fix typo in error message.
4514         (ediff-meta-mark-equal-files): Fix typos in messages.
4516         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4518         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4519         Fix typo in docstring.
4521         * net/imap-hash.el (imap-hash-make): Doc fix.
4522         (imap-hash-test): Fix typo in error message; reflow docstring.
4523         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4524         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4525         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4526         Fix typos in docstrings.
4527         (imap-hash-open-connection): Fix typo in error message.
4529         * play/gomoku.el (gomoku): Fix typos in docstring.
4531         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4532         (gdb-jsonify-buffer): Fix typos in docstring.
4533         (gdb-goto-breakpoint): Fix typo in error message.
4534         ("Display Other Windows"): Fix typo in help message.
4535         (gdb-speedbar-expand-node): Fix typo in question.
4537         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4538         (idlwave-html-system-help-location, idlwave-html-help-location)
4539         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4540         (idlwave-help-browser-generic-args, idlwave-help-directory)
4541         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4542         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4543         (idlwave-online-help, idlwave-help-html-link)
4544         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4545         Fix typos in docstrings.
4546         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4547         Reflow docstrings.
4548         (idlwave-help-assistant-start): Fix typo in error message.
4550         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4551         (octave-electric-space): Fix typos in docstrings.
4553 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4555         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4557 2010-01-01  Juri Linkov  <juri@jurta.org>
4559         * comint.el (comint-input-ring-size): Make it a defcustom and
4560         increase the default to 500 (Bug#5148).
4562 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4564         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4565         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4566         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4568 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4570         Show working revision correctly for mercurial.
4571         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4572         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4574 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4576         Declare some functions for the byte-compiler.
4577         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4578         (speedbar-timer-fn, speedbar-change-expand-button-char)
4579         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4581 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4583         This changeset reverts GDB Graphical Interface to use annotations.
4584         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4586 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4588         Make vc-dir work on subdirectories of the bzr root.
4589         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4590         file names relative to it.
4591         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4592         relative directory to vc-bzr-after-dir-status.
4594 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4596         * font-lock.el (font-lock-refresh-defaults): New function, which
4597         can be used to let font-lock react to external changes in
4598         variables like font-lock-defaults and keywords.
4599         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4601 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4603         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4605         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4607 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4609         Supersede color.diff settings in git log (bug#5211).
4611         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4612         escape chars in its output when the user has color.diff set to `always'.
4613         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4615 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4617         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4618         node.  Keep previous "Index" name to work with past coreutils too.
4620         * man.el (man): Revise docstring a bit to show -a and -l as
4621         examples.  Add -k description since support for it has otherwise
4622         been a secret.  (Further to bug#3717.)
4623         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4624         "no matches" rather than "Can't find manpage", as the latter reads
4625         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4627 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4629         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4630         switches.  Check also for //SUBDIRED// line.
4632 2009-12-25  Kenichi Handa  <handa@m17n.org>
4634         * language/indian.el (devanagari-composable-pattern): Fixed to
4635         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4636         Devanagari.
4637         (malayalam-composable-pattern): Fix previous change.
4639 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4641         * ps-print.el (ps-face-attributes): It was not returning the
4642         attribute face for faces specified as string.  Reported by harven
4643         <harven@free.fr>.
4644         (ps-print-version): New version 7.3.5.
4646 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4648         * calendar/icalendar.el (icalendar--convert-tz-offset):
4649         Fix timezone names.
4650         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4651         (icalendar--add-diary-entry): Remove the trailing blank that
4652         diary-make-entry inserts.
4654 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4656         Make `file-expand-wildcards' work for remote files.
4658         * files.el (file-expand-wildcards): In case of remote files, check
4659         only local file name part for wildcards.  Provide feature 'files
4660         and subfeature 'remote-wildcards.  (Bug#5198)
4662         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4663         if there is already an established connection.
4664         (tramp-advice-file-expand-wildcards): Remove it.
4666         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4667         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4668         Activate advice for older GNU Emacs versions.  (Bug#5237)
4670 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4672         Some doc fixes (more needed).
4674         * find-cmd.el (find-constituents): Reflow docstring.
4675         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4676         (find-generic): Doc fix.
4678 2009-12-17  Juri Linkov  <juri@jurta.org>
4680         Fix regression from 23.1 to allow multiple modes in Local Variables.
4682         * files.el (hack-local-variables-filter): While ignoring duplicates,
4683         don't take `mode' into account.
4684         (hack-local-variables-filter, hack-dir-local-variables):
4685         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4687 2009-12-17  Juri Linkov  <juri@jurta.org>
4689         Make `dired-diff' safer.  (Bug#5225)
4691         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4692         `current' or when `file' is a directory of the `current' file.
4694 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4696         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4697         unconditionally preloaded files.
4699 2009-12-16  Juri Linkov  <juri@jurta.org>
4701         Revert to old 23.1 logic of using the file at the mark as default.
4702         * dired-aux.el (dired-diff): Use the file at the mark as default
4703         if it's not the same as the current file, and the target dir is
4704         the current dir or the mark is active.  Add the current file
4705         as the arg of `dired-dwim-target-defaults'.  Use the default file
4706         in the prompt.  (Bug#5225)
4708 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4710         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4711         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4712         (tramp-check-for-regexp): Check also, when an echoing shell stops
4713         to echo sent commands.
4715 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4717         * Makefile.in: Revert last change (Bug#5191).
4719 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4721         * vc-hg.el (vc-hg-print-log): Fix argument order.
4722         (vc-hg-working-revision): Make sure the command is executed in a
4723         known environment so that we can parse the output.  (Bug#4417)
4725 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4727         * progmodes/python.el (python-symbol-completions): Remove text
4728         properties from symbol string before calling python-send-receive.
4730 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4732         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4733         when there are values for both file and line.  (Bug#5060)
4735 2009-12-14  Juri Linkov  <juri@jurta.org>
4737         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4738         whitespace after the file name of the first line of unified format,
4739         because git-diff doesn't output whitespace and file modification time
4740         after the file name.
4742 2009-12-14  David Kastrup  <dak@gnu.org>
4744         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4745         check if it already has the `display' property added by
4746         `Info-display-images-node', and not put the `invisible' property
4747         in this case.
4749 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4751         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4752         (semantic-mru-bookmark-mode): Doc fixes.
4754         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4755         of assert.
4757 2009-12-13  Glenn Morris  <rgm@gnu.org>
4759         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4760         (report-emacs-bug): In message-mode, sort manually before storing
4761         original report text.  (Bug#5178)
4762         Remove superfluous save-excursion.
4764 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4766         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4767         when responding to "GetAll" properties.
4769 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4771         * simple.el (compose-mail): Remove mail-setup-with-from from
4772         customization checks.
4774 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4776         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4777         RAR archives created on Unix systems.
4779 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4781         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4782         the varalias that was accidentally removed by the 2009-11-19 change
4783         (bug#5186).
4785 2009-12-12  Kenichi Handa  <handa@m17n.org>
4787         * language/indian.el (indian-compose-regexp): New function.
4788         (malayalam-composable-pattern): Fix the pattern.
4789         (composition-function-table): Set malayalam-composable-pattern for
4790         Malayalam characters.
4792 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4794         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4795         rather than down-mouse-1, based on follow-link conventions.
4797         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4798         are compiled.
4800 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4802         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4803         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4804         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4805         (verilog-leap-to-head, verilog-backward-token):
4806         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4808 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4810         * progmodes/verilog-mode.el (verilog-auto-lineup)
4811         (verilog-nameable-item-re): Cleanup user-visible spelling and
4812         documentation errors.  One reported by Gary Delp.
4813         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4814         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4815         package, bug195.  Reported by Pierre-David Pfister.
4817 2009-12-11  Glenn Morris  <rgm@gnu.org>
4819         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4821         * mail/emacsbug.el: No longer require sendmail.
4822         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4823         (report-emacs-bug-orig-text): Doc fix.
4824         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4825         New local variables, to adapt to different mail-user-agents.
4826         (report-emacs-bug): Fix test for a gnu.org address.
4827         Use overlays for emphasis, since font-lock defeats 'face property.
4828         Pretest bugs also end up at the newsgroup these days.
4829         Stop message-mode stripping text properties.
4830         Set and use the new buffer-local variables.
4831         (report-emacs-bug-hook): Add doc-string.
4832         Remove some unnecessary save-excursions and simplify.
4833         Use the appropriate hook and send-command.
4835         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4836         capitalization of some menu entries.
4838 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4840         * whitespace.el (whitespace-display-char-on):
4841         Ensure `buffer-display-table' is unique when two or more windows are
4842         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4843         New version 12.1.
4845 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4847         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4848         characters in the Attribute field.
4850 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4852         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4854 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4856         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4857         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4858         Disregard autoload-excludes.
4859         (update-directory-autoloads): Obey autoload-excludes here instead.
4860         But don't store its contents in no-autoloads and remove entries that
4861         refer to excludes files.
4863 2009-12-10  Glenn Morris  <rgm@gnu.org>
4865         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4866         (expand-mail-aliases): Define for compiler.
4868         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4869         Define for compiler.
4871         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4872         appropriate for the mail-user-agent in use.
4874 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4876         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4878 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4880         Fix short log parsing and fontification.
4881         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4882         Fix fontification for the [merge] label.
4884 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4886         Drop some properties to avoid surprises (bug#5002).
4887         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4888         (hfy-fontify-buffer): Use it.
4890 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4892         Minor cleanup.
4893         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4894         Adjust all callers.
4895         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4896         args compulsory.  Adjust callers.
4897         (ffap-gopher-at-point): Remove unused var `name'.
4899         Get rid of the ELCFILES abomination.
4900         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4901         (compile-elcfiles): New phony target.
4902         (compile-main): Compute ELCFILES dynamically.
4903         (compile-clean): New target to remove left-over elc files.
4904         (compile, all): Use it.
4906 2009-12-09  Kenichi Handa  <handa@etlken>
4908         * international/mule-diag.el: Require help-mode instead of help-fns.
4910 2009-12-09  Kenichi Handa  <handa@m17n.org>
4912         * international/mule-cmds.el (ucs-names): Supply sufficiently
4913         fine ranges instead of pre-calculating accurate ranges.
4914         Iterate with bigger gc-cons-threshold.
4916 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4918         Add support for stashing a snapshot of the current tree.
4919         * vc-git.el (vc-git-stash-snapshot): New function.
4920         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4922 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4924         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4925         instead of `(beginning|end)-of-line'.
4927 2009-12-08  Glenn Morris  <rgm@gnu.org>
4929         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4931         * Makefile.in (ELCFILES): Regenerate.
4933 2009-12-07  Juri Linkov  <juri@jurta.org>
4935         Don't lazy-highlight the comint output in history Isearch mode.
4937         * comint.el (comint-history-isearch-search): Instead of
4938         `comint-line-beginning-position', use `comint-after-pmark-p'
4939         to check if point if before the process mark, and go to
4940         `process-mark' in this case.
4942 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4944         * textmodes/tex-mode.el (latex-complete)
4945         (latex-indent-or-complete): Remove.
4946         (latex-mode): Set completion-at-point-functions instead.
4948         Provide a standard completion command and hook it into TAB.
4949         * minibuffer.el (completion-at-point-functions): New var.
4950         (completion-at-point): New command.
4951         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4952         * progmodes/python.el (python-mode-map): Use completion-at-point.
4953         (python-completion-at-point): Rename from python-partial-symbol and
4954         adjust for use in completion-at-point-functions.
4955         (python-mode): Setup completion-at-point for Python completion.
4956         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4957         extracted from lisp-complete-symbol.
4958         (lisp-complete-symbol): Use it.
4959         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4960         setup completion-at-point for Elisp completion.
4961         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4962         Use completion-at-point.
4963         * ielm.el (ielm-map): Use completion-at-point.
4964         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4965         * progmodes/sym-comp.el: Move to...
4966         * obsolete/sym-comp.el: Move from progmodes.
4968 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4970         Prevent save-buffer in Rmail buffers from using the coding-system
4971         of the current message, and from clobbering the encoding mnemonics
4972         in the mode line (Bug#4623).
4974         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4975         flag, too.
4976         (rmail-message-encoding): New variable.
4977         (rmail-write-region-annotate): Record the encoding of the current
4978         message in rmail-message-encoding.
4979         (rmail-after-save-hook): New function, restores the encoding of
4980         the current message after the message collection is saved.
4982 2009-12-07  Juri Linkov  <juri@jurta.org>
4984         * progmodes/grep.el (grep-read-files): Use `completing-read'
4985         instead of `read-string'.  Set its `collection' arg to
4986         `read-file-name-internal'.  (Bug#4301)
4988 2009-12-07  Juri Linkov  <juri@jurta.org>
4990         Correctly restore original Isearch point.  (Bug#4994)
4992         * isearch.el (isearch-mode): Move `isearch-push-state' after
4993         `(run-hooks 'isearch-mode-hook)'.
4994         (isearch-cancel): When `isearch-push-state-function' is defined,
4995         let-bind `isearch-cmds' to the first state (the last element of
4996         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4997         function and restores the original point).  Otherwise, move point
4998         to `isearch-opoint'.
5000 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5003         chars that don't have names, so the table can be built much faster at
5004         run-time.
5006 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5008         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5009         change.  Suggested by David Kastrup.
5011         * simple.el (compose-mail): Check for incompatibilities and warn.
5012         (compose-mail-user-agent-warnings): New option.
5014 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5016         Support showing a single log entry from vc-annotate.
5017         * vc.el (print-log): Add a new argument: START-REVISION.
5018         (vc-print-log-internal): Add a new optional argument and
5019         pass it to the backend.
5020         (vc-print-log, vc-print-root-log): Adjust callers.
5021         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5022         buffer already displays the requested log entry, use it.
5023         Otherwise display only the log entry in question.
5024         * vc-svn.el (vc-svn-print-log):
5025         * vc-mtn.el (vc-mtn-print-log):
5026         * vc-hg.el (vc-hg-state):
5027         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5028         (vc-git-show-log-entry): Return t on success.
5029         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5030         (vc-bzr-show-log-entry): Return t on success.
5031         * vc-rcs.el (vc-rcs-print-log):
5032         * vc-sccs.el (vc-sccs-print-log):
5033         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5035 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5037         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5038         Add menus to the meta mode.  (Bug#5043)
5040 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5042         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5043         event-key.
5045         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5047 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5049         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5050         Berbain <raphael.berbain@gmail.com>.
5052         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5053         characters.
5054         (tramp-initial-end-of-output): New defconst.
5055         (tramp-methods, tramp-find-shell)
5056         (tramp-open-connection-setup-interactive-shell)
5057         (tramp-maybe-open-connection): Use it.
5058         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5059         existence of `#' and `$'.
5061         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5062         `tramp-initial-end-of-output'.
5064 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5066         Get the background mode from the terminal for xterm, and set
5067         faces accordingly.
5068         * term/xterm.el (xterm-set-background-mode): New function.
5069         (terminal-init-xterm): Use it in case xterm supports background
5070         color queries.  Recompute faces after getting the background
5071         color.
5073 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5075         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5076         number comment back on its own line, for easier parsing.
5078 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         Make it work for non-file buffers (bug#5102).
5081         * doc-view.el (doc-view-current-cache-dir):
5082         Use doc-view-buffer-file-name rather than buffer-file-name.
5083         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5085 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5087         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5088         author field is too short.
5090 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5092         * vc-git.el (vc-git-print-log): Handle a limit argument.
5093         Display the short log in graph form and with labels.
5094         (vc-git-log-view-mode): Handle labels.
5096         Make vc-revert change VC state from 'added to 'unregistered.
5097         * vc-git.el (vc-git-revert): Call git reset first.
5099 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5101         * net/newst-backend.el, net/newst-plainview.el:
5102         * net/newst-reader.el, net/newst-ticker.el:
5103         * net/newst-treeview.el, net/newsticker.el:
5104         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
5106 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5108         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5110         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5111         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
5112         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5113         Update annotation regexp.
5115         * simple.el (beginning-of-visual-line): Constrain to field
5116         boundaries (Bug#5106).
5118 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5120         * xml.el (xml-substitute-numeric-entities): Move
5121         newsticker--decode-numeric-entities in newst-backend.el to
5122         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5123         * net/newst-backend.el (newsticker--parse-generic-feed)
5124         (newsticker--parse-generic-items)
5125         (newsticker--decode-numeric-entities): Move
5126         newsticker--decode-numeric-entities in newst-backend.el to
5127         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5129 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
5131         * progmodes/js.el (js--js-not): Add null to the list of values.
5133 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5135         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5137 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5139         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5140         delimiter if it is at the end of the current line.
5141         (bibtex-generate-url-list): Fix docstring.
5143 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5145         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5146         minibuffer's content with itself.
5147         Fold the confirm-after-completion case into the `confirm' case.
5148         (completion-pcm-word-delimiters): Add : and / to the delimiters.
5150 2009-12-06  Kevin Ryde  <user42@zip.com.au>
5152         * ffap.el (ffap-rfc-path): Make this a defcustom since
5153         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
5155         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5156         manuals, similar to existing setup for help-mode.  (Bug#3913.)
5158 2009-12-05  Juri Linkov  <juri@jurta.org>
5160         Save and restore dired buffer's point positions too.  (Bug#4880)
5162         * dired.el (dired-save-positions): Return in the first element
5163         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5164         Doc fix.
5165         (dired-restore-positions): First restore buffer's position.
5166         While restoring window's positions, check if window still displays
5167         the original buffer.
5169 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
5171         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5172         if possible.
5174         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5175         Make argument optional.
5177         * shell.el (shell): Require ansi-color (Bug#5113).
5179         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5181         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5183 2009-12-05  Alan Mackenzie  <acm@muc.de>
5185         * progmodes/cc-mode.el (c-before-hack-hook)
5186         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5187         `c-file-style' to work again.  This reversion restores the current
5188         software to its state in Emacs 23.1.  (Bug#4146)
5190 2009-12-05  Kevin Ryde  <user42@zip.com.au>
5192         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5193         comment-start-skip to comment-end-skip as comment (Bug#4781).
5195 2009-12-05  Juri Linkov  <juri@jurta.org>
5197         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5198         for virtual nodes.  (Bug#4147)
5199         (Info-find-node-2): Set `Info-current-node-virtual' to nil
5200         when moving from a virtual node.
5201         (Info-mode-menu): Add `Info-virtual-index' to the menu.
5202         (Info-mode): Add `Info-virtual-index' to the docstring.
5204 2009-12-05  Eric Ludlam  <zappo@gnu.org>
5206         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5207         Describe project macro symbols.
5209         * cedet/semantic/complete.el (semantic-complete-do-completion):
5210         Don't call semantic-collector-current-exact-match.
5212         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5213         ede-objects as targets.
5215         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5216         a target's object list even if compiler vars are already in the
5217         Makefile.
5219         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5220         list of headers producing necessary macros.
5222 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5224         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5225         track of the buffer position of the end of a BibTeX entry as this
5226         position may change during reformatting.
5227         (bibtex-format-entry): Remove whitespace before processing
5228         numerical fields so that we recognize the latter properly.
5229         (bibtex-reformat): Do not use push which changes the global value
5230         of bibtex-entry-format.
5231         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5232         (bibtex-field-re-init): Replace only space characters by regexp
5233         for whitespace.
5234         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5235         (bibtex-initialize): Also update bibtex-strings.
5236         (bibtex-kill-field): Preserve white space at end of entry.
5237         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5238         Update bibtex-reference-keys.
5240 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * minibuffer.el (completion-pcm--merge-try): Also consider placing
5243         point after a star, if that's the only place where modifications can
5244         make progress.
5246 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
5248         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5249         in docstrings.
5251 2009-12-04  Juri Linkov  <juri@jurta.org>
5253         * proced.el (proced): Call `(proced-update t)' to update process
5254         information instead of only running proced-post-display-hook.
5255         (proced-send-signal): Add a leading space to the buffer name
5256         " *Marked Processes*" to make this buffer ephemeral.
5258 2009-12-04  Juri Linkov  <juri@jurta.org>
5260         * dired.el (dired-auto-revert-buffer): New defcustom.
5261         (dired-internal-noselect): Use it.
5263 2009-12-04  Juri Linkov  <juri@jurta.org>
5265         Change roles of modes and functions in image-mode.el (Bug#5062).
5267         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5268         in `auto-mode-alist'.
5269         (image-mode-previous-major-mode): New variable.
5270         (image-minor-mode-map): Rename from `image-mode-text-map'.
5271         (image-mode): Move graceful error-handling code from
5272         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
5273         (image-minor-mode): Remove all image-handling code.
5274         Replace `image-mode-text-map' with `image-minor-mode-map'.
5275         Check for `image-type' in mode-line format string.
5276         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5277         (image-mode-as-text): New function with most code from
5278         `image-mode-maybe'.
5279         (image-toggle-display-text): Move code that removes image
5280         properties from `image-toggle-display' to here.
5281         (image-toggle-display-image): New function with code that adds
5282         image properties copied from `image-toggle-display'.
5283         (image-toggle-display): Remove most code with leaving only code
5284         that toggles between `image-mode-as-text' and `image-mode'.
5286 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
5288         * net/newst-treeview.el
5289         (newsticker--treeview-list-highlight-start): Restored call to
5290         save-excursion: Selected item was stuck.
5291         (newsticker--treeview-list-select): New.
5292         (newsticker--treeview-item-show-text)
5293         (newsticker--treeview-item-show)
5294         (newsticker--treeview-item-update): Use new
5295         newsticker-treeview-item-mode.
5296         (newsticker-treeview-update): Keep current item.
5297         (newsticker-treeview-next-new-or-immortal-item): Doc change.
5298         (newsticker--treeview-first-feed): Doc change.
5299         (newsticker-treeview-list-menu)
5300         (newsticker-treeview-item-menu): Added menu entries.
5301         (newsticker-treeview-item-mode): New.
5303         * net/newst-backend.el (newsticker-customize): Delete other
5304         windows.
5306 2009-12-04  Sam Steingold  <sds@gnu.org>
5308         * log-view.el (log-view-mode-map): "q" calls quit-window,
5309         like in all the other non-self-insert buffers.
5311 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         Minor cleanup.
5314         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5315         key decoding rather than do it manually via last-input-event +
5316         ascii-character.
5317         (term-exec): Use delete-and-extract-region.
5318         (term-handle-ansi-terminal-messages): Remove unused var `end'.
5319         (term-process-pager): Remove unused var `i'.
5320         (term-dynamic-simple-complete): Make obsolete.
5321         (serial-update-config-menu): Remove unused vars `y' and `str'.
5322         (term-update-mode-line): Remove unused var `temp'.
5324 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5326         Limit the number of log entries displayed by default.
5327         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5328         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5329         using a prefix argument.
5331 2009-12-03  Glenn Morris  <rgm@gnu.org>
5333         * progmodes/idlwave.el (class): Restore still useful declaration.
5335 2009-12-03  Alan Mackenzie  <acm@muc.de>
5337         Enhance `c-parse-state' to run efficiently in "brace deserts".
5339         * progmodes/cc-mode.el (c-basic-common-init):
5340         Call c-state-cache-init.
5341         (c-neutralize-syntax-in-and-mark-CPP): Rename from
5342         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
5343         placing `category' properties value 'c-cpp-delimiter at its boundaries.
5345         * progmodes/cc-langs.el (c-before-font-lock-function):
5346         c-extend-and-neutralize-syntax-in-CPP has been renamed
5347         c-neutralize-syntax-in-and-mark-CPP.
5349         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5350         with `category' properties now, not `syntax-table' ones.
5352         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5353         enhanced (but slower) version of c-end-of-macro that won't land
5354         inside a literal or on another awkward character.
5355         (c-state-cache-too-far, c-state-cache-start)
5356         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5357         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5358         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5359         (c-state-min-scan-pos, c-state-brace-pair-desert)
5360         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5361         buffer local variables.
5362         (c-state-literal-at, c-state-lit-beg)
5363         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5364         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5365         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5366         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5367         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5368         (c-renarrow-state-cache)
5369         (c-append-lower-brace-pair-to-state-cache)
5370         (c-state-push-any-brace-pair, c-append-to-state-cache)
5371         (c-remove-stale-state-cache)
5372         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5373         (c-invalidate-state-cache-1, c-parse-state-1)
5374         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5375         (c-parse-state): Enhance and refactor.
5376         (c-debug-parse-state): Amend to deal with all the new variables.
5378         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5379         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5380         modify to use category text properties rather than syntax-table ones.
5381         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5382         to switch off/on the syntactic paren property of C++ template
5383         delimiters using the category property.
5384         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5385         template delims suppressed.
5386         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5387         New constant/macros which apply category properties to the start
5388         and end of preprocessor constructs.
5389         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5390         "comment out" the syntactic value of characters in preprocessor
5391         constructs.
5392         (c-with-cpps-commented-out)
5393         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5394         with characters in all or all but one preprocessor constructs
5395         "commented out".
5397 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5399         * proced.el (proced-filter-alist): Use regexp-quote.
5401 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5403         Cleanup.
5404         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5405         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5406         arguments.  Expand `default-directory'.
5408         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5409         the benefit of returning an expanded localname.
5410         (tramp-tramp-file-p): Handle the case NAME is not a string.
5412 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5414         Add support for bzr shelve/unshelve.
5415         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5416         (vc-bzr-extra-menu-map): New variables.
5417         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5418         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5419         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5420         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5421         (vc-bzr-dir-extra-headers): Display shelves.
5423         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5425 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5427         * textmodes/bibtex.el (bibtex-complete-internal):
5428         Use completion-in-region.
5429         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5431 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5433         Support applying stashes.  Improve UI.
5434         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5435         (vc-git-stash-apply, vc-git-stash-pop)
5436         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5437         (vc-git-stash-menu): New functions.
5438         (vc-git-stash-menu-map): New variable.
5439         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5441 2009-12-03  Glenn Morris  <rgm@gnu.org>
5443         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5444         (vc-print-log-internal): Fix previous change.
5445         (vc-revert): Correct pluralization.
5447 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5450         it to be an alist any more.
5451         (makefile-complete): Use completion-in-region.
5453         * progmodes/octave-mod.el (octave-complete-symbol):
5454         Use completion-in-region.
5456         Misc cleanup.
5457         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5458         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5459         (idlwave-complete-class): Don't quote lambda.
5460         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5461         (idlwave-mode-map): Move initialization into declaration.
5462         (idlwave-action-and-binding): Use backquotes.
5463         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5464         Simplify.
5465         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5466         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5467         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5468         `parts', and `all-parts'.
5469         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5470         (idlwave-convert-xml-system-routine-info): Remove unused string
5471         `version-string'.
5472         (idlwave-display-user-catalog-widget): Use dolist.
5473         (idlwave-scanning-lib): Declare dynamically-scoped var.
5474         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5475         (completion-highlight-first-word-only): Declare to silence bytecomp.
5476         (idlwave-popup-select): Tighten scope of `resp'.
5477         (idlwave-find-struct-tag): Remove unused var `beg'.
5478         (idlwave-after-load-rinfo-hook): Declare.
5479         (idlwave-sintern-class-info): Remove unused var `taglist'.
5480         (idlwave-find-class-definition): Remove unused var `list'.
5481         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5482         (idlwave-what-module-find-class): Remove unused var `classes'.
5484 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5486         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5488 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5491         buffers visited.  Remove redundant current-buffer-saving.
5493 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5495         Use completion-in-buffer and remove uses of dynamic scoping.
5496         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5497         (pascal-buffer-to-use, pascal-flag): Don't declare.
5498         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5499         (pascal-get-completion-decl, pascal-keyword-completion):
5500         Add `pascal-str' argument, save-excursion,
5501         return the found completions, and don't filter with pascal-pred.
5502         (pascal-completion-cache): New var.
5503         (pascal-completion): Don't switch buffer any more (it was never
5504         necessary).  Don't save-excursion any more (it's done by the called
5505         subroutines).  Use a cache to avoid redundant computations.
5506         Use complete-with-action rather than pascal-completion-response and
5507         let it apply the predicate as well.
5508         (pascal-complete-word): Use completion-in-buffer when
5509         pascal-toggle-completions is nil.
5510         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5511         not used any more.
5512         (pascal-comp-defun): Don't change buffer any more.
5513         Use complete-with-action rather than pascal-completion-response and
5514         let it apply the predicate as well.
5515         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5516         when neded.
5518 2009-12-02  Kenichi Handa  <handa@m17n.org>
5520         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5521         shape for all Indic scripts.
5523 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5525         Use completion-in-buffer.
5526         * wid-edit.el (widget-field-text-end): New function.
5527         (widget-field-value-get): Use it.
5528         (widget-string-complete, widget-file-complete)
5529         (widget-color-complete): Use it and completion-in-region.
5530         (widget-complete): Don't narrow the buffer.
5532 2009-12-02  Glenn Morris  <rgm@gnu.org>
5534         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5535         (rmail-select-summary): Use rmail-pop-to-buffer.
5536         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5537         rmail-pop-to-buffer, to prevent horizontal splits.
5539         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5540         save-excursion with save-current-buffer.
5541         Widen before searching.  (Bug#5093)
5542         (diary-list-sexp-entries): Remove superfluous save-excursion.
5544 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5546         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5547         name.  (Bug#5038)
5549 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5551         * ido.el (ido-file-internal): Handle filenames at point that do
5552         not have a directory part.  (Bug#5049)
5554 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5556         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5557         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5559 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5561         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5562         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5563         any more.
5565 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         * comint.el (comint-insert-input): Ignore clicks to the right of
5568         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5570         * vc.el (vc-print-log-internal): Don't wait for the process to
5571         terminate before setting up the major mode.
5573         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5574         in case.
5576         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5577         the last element.
5579         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5581 2009-12-01  Glenn Morris  <rgm@gnu.org>
5583         * window.el (window--display-buffer-2): Fix previous changes.
5585 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5587         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5589 2009-12-01  Glenn Morris  <rgm@gnu.org>
5591         * Makefile.in (ELCFILES): Add mpc.elc.
5593 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * mpc.el: New file.
5597 2009-12-01  Glenn Morris  <rgm@gnu.org>
5599         * window.el (window-to-use): Define for compiler.
5601         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5602         consistent with others (no final period).
5604         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5605         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5607 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5609         Make vc-print-log buttons work.
5610         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5612 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5614         * savehist.el (savehist-autosave-interval): Allow setting to nil
5615         through customize.  (Bug#5056)
5617 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5619         Fix references to jit-lock properties.
5620         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5621         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5622         (perl-font-lock-special-syntactic-constructs):
5623         Quote jit-lock-defer-multiline property.
5625 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5627         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5629 2009-11-30  Juri Linkov  <juri@jurta.org>
5631         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5632         value `buffer' of `multi-isearch-next-buffer-current-function'.
5633         Use `(current-buffer)' when `buffer' is nil.
5634         (multi-isearch-next-buffer-from-list): Don't fallback to
5635         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5637 2009-11-30  Juri Linkov  <juri@jurta.org>
5639         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5640         of buffers with `get-buffer' to `multi-isearch-buffers'.
5641         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5642         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5643         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5644         FILES with `expand-file-name' converting relative file names
5645         to absolute.  Doc fix.  (Bug#4727)
5647 2009-11-30  Juri Linkov  <juri@jurta.org>
5649         * misearch.el (multi-isearch-read-buffers)
5650         (multi-isearch-read-matching-buffers): New functions.
5651         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5652         Use them in the `interactive' spec.  Doc fix.
5653         (multi-isearch-read-files, multi-isearch-read-matching-files):
5654         New functions.
5655         (multi-isearch-files, multi-isearch-files-regexp):
5656         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5658 2009-11-30  Juri Linkov  <juri@jurta.org>
5660         * doc-view.el (doc-view-continuous):
5661         Rename from `doc-view-continuous-mode'.
5662         (doc-view-menu): Move "Toggle display" to the top.
5663         Add submenu "Continuous" with radio buttons "Off"/"On"
5664         and "Save as Default".
5665         (doc-view-scroll-up-or-next-page)
5666         (doc-view-scroll-down-or-previous-page)
5667         (doc-view-next-line-or-next-page)
5668         (doc-view-previous-line-or-previous-page): Rename
5669         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5671 2009-11-30  Juri Linkov  <juri@jurta.org>
5673         * comint.el (comint-mode-map): Rebind `M-r' from
5674         `comint-previous-matching-input' to
5675         `comint-history-isearch-backward-regexp'.
5676         Unbind `M-s' to allow global key binding `M-s'.
5677         Add menu items for `comint-history-isearch-backward' and
5678         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5680 2009-11-30  Juri Linkov  <juri@jurta.org>
5682         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5683         For def=recenter, replace `recenter' with `recenter-top-bottom'
5684         that is called with `this-command' and `last-command' let-bound
5685         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5686         set `recenter-last-op' to nil.  (Bug#4981)
5688 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5690         Minor cleanup and simplification.
5691         * filecache.el (file-cache-add-directory)
5692         (file-cache-add-directory-recursively)
5693         (file-cache-add-from-file-cache-buffer)
5694         (file-cache-delete-file-regexp, file-cache-delete-directory)
5695         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5696         (file-cache-temp-minibuffer-message): Delete function.
5697         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5699         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5700         Don't signal an error when bumping into EOB in tr, s, or y.
5702 2009-11-29  Juri Linkov  <juri@jurta.org>
5704         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5705         (Bug#4960)
5707         * descr-text.el (describe-char-unidata-list): Use lowercase name
5708         for "Unicode name" like in other tags.
5710 2009-11-29  Juri Linkov  <juri@jurta.org>
5712         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5713         New compatibility macro.
5714         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5716 2009-11-29  Juri Linkov  <juri@jurta.org>
5718         Add defcustom to define the cycling order of `recenter-top-bottom'.
5719         (Bug#4981)
5721         * window.el (recenter-last-op): Doc fix.
5722         (recenter-positions): New defcustom.
5723         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5724         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5726 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5728         Improve integration of Tramp and ange-ftp in eshell.
5730         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5731         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5732         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5734         * eshell/esh-util.el (top): Require also Tramp when compiling.
5735         (eshell-directory-files-and-attributes): Check for FTP remote
5736         connection.
5737         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5738         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5739         (eshell-file-attributes): Handle ".".  Return `entry'.
5741         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5742         (ange-ftp-directory-files-and-attributes)
5743         (ange-ftp-real-directory-files-and-attributes): New defuns.
5745         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5746         shell with "exec" when possible.  This prevents trailing prompts
5747         in `start-file-process'.
5749 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         Try and remove assumptions about point-min==1.
5752         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5753         (rng-compute-mode-line-string): Show the validation percentage in
5754         terms of the narrowed text, not the widened text.
5755         (rng-do-some-validation): Don't catch internal errors when debugging.
5756         (rng-first-error): Simplify.
5757         (rng-after-change-function): Remove work around.  AFAIK the bug has
5758         been fixed a while ago.
5760         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5761         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5763         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5765         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5766         `cd' doesn't always do it for us (bug#5067).
5768         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5769         on 2009-10-25 as part of some other change (bug#5067).
5771 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5774         `suspicious'.
5775         (byte-compile-warnings): Use byte-compile-warning-types.
5776         (byte-compile-save-excursion): Warn about use of set-buffer right
5777         after save-excursion.
5779         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5780         the excursion as well.
5782 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5784         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5785         providing a Tramp related implementation of "su" and "sudo".
5786         (eshell-unix-initialize): Add "su" and "sudo".
5788 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5790         * net/socks.el (socks-send-command): Convert binary request to
5791         unibyte before sending.  This fixes mishandling of some port
5792         numbers such as 129.
5794 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * help.el (describe-bindings-internal): Remove `interactive'.
5798         * man.el (Man-completion-table): Trim a terminating "(".
5799         Remove the space between name page a section.
5800         Add the command's description on the `help-echo' property.
5801         Remove `process-connection-type' binding since it's unused by
5802         call-process.
5803         Provide completion for the "<section> <name>" format as well.
5804         (Man-default-man-entry): Remove spurious var shadowing the argument.
5806 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5808         * log-view.el: Add "Keywords: tools", since its other keywords
5809         aren't in finder-known-keywords, and following vc.el.
5811         * sha1.el (sha1-string-external): default-directory "/" in case
5812         otherwise non-existent.  process-connection-type pipe for touch of
5813         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5815 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5817         Misc coding convention cleanups.
5818         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5819         hfy-init-kludge-hooks.
5820         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5821         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5822         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5823         and push.
5824         (hfy-slant, hfy-weight): Use tables rather than code.
5825         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5826         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5827         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5828         (hfy-face-to-css): Remove `nconc' with single arg.
5829         (hfy-p-to-face-lennart): Use `or'.
5830         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5831         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5832         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5833         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5834         (hfy-force-fontification): Use run-hooks.
5836 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5838         Various minor fixes.
5839         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5840         Javascript belongs in the header, not the body.
5841         (hfy-javascript): Remove.
5842         (hfy-fontify-buffer): Don't insert it any more.
5843         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5844         Fix bug in invis handling when there were no invis props in a chunk.
5846 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5850 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5852         * finder.el (finder-mode-map): Add a menu.
5854 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5856         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5857         "unsigned" structs.
5859         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5860         fork" statement better.
5862 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5864         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5865         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5866         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5867         Reported by Clay Douglass.
5869         (verilog-auto-inst, verilog-auto-star-safe)
5870         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5871         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5872         Pierre-David Pfister.
5874 2009-11-26  Glenn Morris  <rgm@gnu.org>
5876         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5877         the scope.
5879 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5881         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5882         Really use previous revision.
5884 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5886         * man.el (Man-completion-table): default-directory "/" in case
5887         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5888         not to truncate long names.  process-connection-type pipe to avoid
5889         any chance of hitting the pseudo-tty TIOCGWINSZ.
5890         (man): completion-ignore-case t for friendliness and since man
5891         itself is case-insensitive on the command line.
5892         Further to Bug#3717.
5894         * arc-mode.el: Add "Keywords: files", so the details in its
5895         commentary can be reached from finder-by-keyword.
5896         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5897         editing mode, but it's comms related and sgml-mode.el has "comm"
5898         on that basis too.
5899         * textmodes/bibtex-style.el: Add "Keywords: tex".
5900         * international/isearch-x.el, international/ja-dic-cnv.el:
5901         * international/ja-dic-utl.el, international/kkc.el:
5902         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5904 2009-11-25  Juri Linkov  <juri@jurta.org>
5906         * man.el (Man-completion-table): Modify regexp to include
5907         section names to completion strings.  (Bug#3717)
5909 2009-11-25  Juri Linkov  <juri@jurta.org>
5911         Search recursively in gzipped files.  (Bug#4982)
5913         * progmodes/grep.el (grep-highlight-matches): Add new options
5914         `always' and `auto'.  Doc fix.
5915         (grep-process-setup): Check `grep-highlight-matches' for
5916         `auto-detect' to determine the need to compute grep defaults.
5917         Move Windows/DOS specific --colors settings handling
5918         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5919         to get the value of "--color=".
5920         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5921         has the value `auto-detect'.  Move Windows/DOS specific settings
5922         from `grep-process-setup'.
5923         (zrgrep): New command with alias `rzgrep'.
5925 2009-11-25  Juri Linkov  <juri@jurta.org>
5927         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5928         to nil instead of switching off view-mode.  (Bug#4896)
5930 2009-11-25  Juri Linkov  <juri@jurta.org>
5932         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5934         * mwheel.el (mwheel-scroll-up-function)
5935         (mwheel-scroll-down-function): New defvars.
5936         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5937         `scroll-up', and `mwheel-scroll-down-function' instead of
5938         `scroll-down'.
5940         * doc-view.el (doc-view-scroll-up-or-next-page)
5941         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5942         Use this ARG in the call to image-scroll-up/image-scroll-down.
5943         Change `interactive' spec to "P".  Goto next/previous page only
5944         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5945         SPC/DEL case).  Doc fix.
5946         (doc-view-next-line-or-next-page)
5947         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5948         for consistency.
5949         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5950         `doc-view-scroll-up-or-next-page', and buffer-local
5951         `mwheel-scroll-down-function' to
5952         `doc-view-scroll-down-or-previous-page'.
5954 2009-11-25  Juri Linkov  <juri@jurta.org>
5956         Provide additional default values (directories at other Dired
5957         windows) via M-n in the minibuffer of some Dired commands.
5959         * dired-aux.el (dired-diff, dired-compare-directories)
5960         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5961         `minibuffer-default' in `minibuffer-with-setup-hook'.
5962         (dired-dwim-target-directory): Find a window that displays Dired
5963         buffer instead of failing when the next window is not Dired.
5964         Use `get-window-with-predicate' to find for the next Dired window.
5965         (dired-dwim-target-defaults): New function.
5967         * ediff-util.el (ediff-read-file-name):
5968         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5969         in `minibuffer-with-setup-hook'.
5971 2009-11-25  Juri Linkov  <juri@jurta.org>
5973         Provide additional default values (file name at point or at the
5974         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5976         * minibuffer.el (read-file-name-defaults): New function.
5977         (read-file-name): Reset `minibuffer-default' to nil when
5978         it duplicates initial input `insdef'.
5979         Bind `minibuffer-default-add-function' to lambda that
5980         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5981         (minibuffer-insert-file-name-at-point): New command.
5983         * files.el (file-name-at-point-functions): New defcustom.
5984         (find-file-default): Remove defvar.
5985         (find-file-read-args): Don't use `find-file-default'.
5986         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5987         to `read-file-name'.
5988         (find-file-literally): Use `read-file-name' with
5989         `confirm-nonexistent-file-or-buffer'.
5991         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5993         * dired.el (dired-read-dir-and-switches):
5994         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5995         to `read-file-name'.
5996         (dired-file-name-at-point): New function.
5997         (dired-mode): Add hook `dired-file-name-at-point' to
5998         `file-name-at-point-functions'.
6000 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6002         Really make the *Completions* window soft-dedicated (bug#5030).
6003         * window.el (window--display-buffer-2): Add `dedicated' argument.
6004         (display-buffer): Pass it when needed so the dedicated flag is set
6005         after calling set-window-buffer, which would otherwise reset it.
6007 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         * progmodes/meta-mode.el (meta-complete-symbol):
6010         * progmodes/etags.el (complete-tag):
6011         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6012         Use completion-in-region.
6014         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6015         (dabbrev-completion): Use completion-in-region.
6016         (dabbrev--abbrev-at-point): Simplify regexp.
6018         * abbrev.el (abbrev--before-point): Use word-motion functions
6019         if :regexp is not specified (bug#5031).
6021         * subr.el (string-prefix-p): New function.
6023         * man.el (Man-completion-cache): New var.
6024         (Man-completion-table): Use it.
6026         * vc.el (vc-print-log-internal): Make `limit' optional for better
6027         compatibility (e.g. with vc-annotate.el).
6029 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6031         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6032         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6034         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6035         when .el source file not found or other error.
6037 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6039         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6041 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         Handle the [back] button properly (bug#4979).
6044         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6045         Use help-setup-xref, help-buffer, and with-help-window.
6046         (describe-char): Add `buffer' argument.
6047         Pass proper command to help-setup-xref.  Don't meddle with
6048         help-xref-stack-item directly.
6049         (describe-text-category): Use with-help-window and help-buffer.
6051         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6052         for the displayed buffer (bug#4887).
6054         * man.el (Man-completion-table): New function.
6055         (man): Use it.
6057 2009-11-24  David Reitter  <david.reitter@gmail.com>
6059         * vc-git.el (vc-git-registered): Use checkout directory (where
6060         .git is) rather than the file's directory and a relative path spec
6061         to work around a bug in git.
6063 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6065         Improve handling of processes on remote hosts.
6067         * eshell/esh-util.el (eshell-path-env): New defvar.
6068         (eshell-parse-colon-path): New defun.
6069         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6071         * eshell/esh-ext.el (eshell-search-path):
6072         Use `eshell-parse-colon-path'.
6073         (eshell-remote-command): Remove argument HANDLER.
6074         (eshell-external-command): Check for FTP remote connection.
6076         * eshell/esh-proc.el (eshell-gather-process-output):
6077         Use `file-truename', in order to start also symlinked files.
6078         Apply `start-file-process' instead of `start-process'.
6079         Shorten `command' to the local file name part.
6081         * eshell/em-cmpl.el (eshell-complete-commands-list):
6082         Use `eshell-parse-colon-path'.
6084         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6086         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6087         to `eshell-directory-change-hook'.
6089 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6091         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6092         because it could be enabled automatically if view-read-only is non-nil.
6094 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
6096         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6097         made on 2009-11-22.
6099 2009-11-24  Glenn Morris  <rgm@gnu.org>
6101         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6102         deleted variable bookmark-bmenu-bookmark-column.
6104         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6105         Move after definition of global-semantic-idle-tag-highlight-mode.
6107 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6111 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6113         * net/browse-url.el (browse-url-filename-alist): On Windows, add
6114         two slashes to the "file:" prefix.
6115         (browse-url-file-url): De-munge Cygwin filenames before passing
6116         them to Windows browser.
6117         (browse-url-default-windows-browser): Use call-process.
6119 2009-11-23  Juri Linkov  <juri@jurta.org>
6121         Implement DocView Continuous mode.  (Bug#4896)
6122         * doc-view.el (doc-view-continuous-mode): New defcustom.
6123         (doc-view-mode-map): Bind C-n/<down> to
6124         `doc-view-next-line-or-next-page', C-p/<up> to
6125         `doc-view-previous-line-or-previous-page'.
6126         (doc-view-next-line-or-next-page)
6127         (doc-view-previous-line-or-previous-page): New commands.
6129 2009-11-23  Juri Linkov  <juri@jurta.org>
6131         Implement Isearch in comint input history.  (Bug#3746)
6132         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6133         `isearch-mode-hook'.
6134         (comint-history-isearch): New defcustom.
6135         (comint-history-isearch-backward)
6136         (comint-history-isearch-backward-regexp): New commands.
6137         (comint-history-isearch-message-overlay): New buffer-local variable.
6138         (comint-history-isearch-setup, comint-history-isearch-end)
6139         (comint-goto-input, comint-history-isearch-search)
6140         (comint-history-isearch-message, comint-history-isearch-wrap)
6141         (comint-history-isearch-push-state)
6142         (comint-history-isearch-pop-state): New functions.
6144 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
6146         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6147         return.
6148         (tramp-handle-make-symbolic-link)
6149         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6150         Quote file names.
6151         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6152         (tramp-handle-process-file): Use it.
6154 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6156         * window.el (move-to-window-line-last-op): Remove.
6157         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6159 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6161         Make M-r mirror the new cycling behavior of C-l.
6162         * window.el (move-to-window-line-last-op): New var.
6163         (move-to-window-line-top-bottom): New command.
6164         (global-map): Bind M-r move-to-window-line-top-bottom.
6166 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
6168         * dired-x.el (dired-guess-shell-alist-default):
6169         Support xz format.  (Bug#4953)
6171 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
6173         * cedet/srecode/map.el (srecode-get-maps):
6174         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6175         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6176         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6177         (semantic-toggle-decoration-style):
6178         * cedet/semantic/decorate/include.el
6179         (semantic-decoration-include-describe)
6180         (semantic-decoration-unknown-include-describe)
6181         (semantic-decoration-unparsed-include-describe)
6182         (semantic-decoration-all-include-summary):
6183         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6184         * cedet/semantic/analyze/complete.el
6185         (semantic-analyze-possible-completions):
6186         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6187         (semantic-show-unmatched-syntax-mode)
6188         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6189         (semantic-highlight-func-mode):
6190         * cedet/semantic/util.el (semantic-describe-buffer):
6191         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6192         (semantic-symref-find-tags-by-name)
6193         (semantic-symref-find-tags-by-regexp)
6194         (semantic-symref-find-tags-by-completion)
6195         (semantic-symref-find-file-references-by-name)
6196         (semantic-symref-find-text):
6197         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6198         (senator-yank-tag):
6199         * cedet/semantic/scope.el (semantic-calculate-scope):
6200         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6201         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6202         (define-semantic-idle-service):
6203         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6204         (semantic-complete-analyze-inline-idle):
6205         * cedet/semantic/analyze.el (semantic-analyze-current-context):
6206         * cedet/mode-local.el (describe-mode-local-bindings)
6207         (describe-mode-local-bindings-in-mode):
6208         * cedet/ede/make.el (ede-make-check-version):
6209         * cedet/ede/locate.el (ede-enable-locate-on-project):
6210         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6211         (cedet-idutils-version-check):
6212         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6213         (cedet-gnu-global-version-check):
6214         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6215         (cedet-cscope-version-check): Use called-interactively-p instead
6216         of interactive-p.
6218         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6219         Use semantic-format-tag-prototype.
6221 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6223         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6224         last-command-char/last-command-event.
6225         (viper-prefix-arg-value): Do correct conversion of event-char for
6226         XEmacs.
6228         * emulation/viper-util.el, emulation/viper.el:
6229         Use viper-last-command-char instead of
6230         last-command-char/last-command-event.
6232         * ediff-init.el, ediff-mult.el, ediff-util.el:
6233         Replace last-command-char and last-command-event
6234         with (ediff-last-command-char) everywhere.
6236         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6237         created in fundamental mode.
6239         * ediff.el (ediff-version): Revert the change of interactive-p to
6240         called-interactively-p.
6242 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
6244         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6245         generation from word-movement command names.
6247 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
6249         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6250         (semantic-complete-jump-local, semantic-complete-jump):
6251         Improve prompt string.
6253 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
6255         * cus-start.el (all): Add native condition for font-use-system-font.
6257 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
6259         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6260         Correct the patch from 2009-11-18.  (Bug#3910)
6262 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
6264         * progmodes/subword.el: Rename from lisp/subword.el.
6266         * subword.el: Rename to progmodes/subword.el.
6268         * Makefile.in (ELCFILES): Adapt to subword.el move.
6270 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6271             Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6274         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6275         (bookmark-bmenu-show-filenames): Use push.
6276         (bookmark-bmenu-hide-filenames): Use local var instead of
6277         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
6278         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6279         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6280         filenames now that the bookmark names are always available.
6282 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6285         (bookmark-search-pattern): Move and leave unbound.
6286         (bookmark-bmenu-mode-map): Change binding.
6287         (bookmark-read-search-input): Simplify.
6288         Don't use text-char-description.  Don't error on non-char events.
6289         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6290         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6291         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6292         Use a local var for the timer.
6293         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6294         (i.e. bookmark-bmenu-search).
6296 2009-11-21  Glenn Morris  <rgm@gnu.org>
6298         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
6300 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6302         * net/browse-url.el (browse-url-default-windows-browser):
6303         Use cygstart for cygwin.
6305 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
6307         * bookmark.el: Formatting and doc fixes only:
6308         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6309         (bookmark-bmenu-search): Wrap to fit within 80 columns.
6310         Minor grammar and punctuation fixes in doc string.
6311         (bookmark-read-search-input): Adjust to fit within 80 columns.
6313 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6315         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6316         (c-backward-into-nomenclature): Adapt to subword renaming.
6318         * subword.el (subword-forward, subword-backward, subword-mark)
6319         (subword-kill, subword-backward-kill, subword-transpose)
6320         (subword-downcase, subword-upcase, subword-capitalize)
6321         (subword-forward-internal, subword-backward-internal):
6322         Rename from forward-subword, backward-subword, mark-subword,
6323         kill-subword, backward-kill-subword, transpose-subwords,
6324         downcase-subword, upcase-subword, capitalize-subword,
6325         forward-subword-internal, backward-subword-internal.
6327 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6329         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6330         New options.
6331         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6332         New vars.
6333         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6334         (bookmark-bmenu-filter-alist-by-regexp)
6335         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6336         (bookmark-bmenu-search): New command.
6337         (bookmark-bmenu-mode-map): Bind it.
6339 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6341         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6343         * cedet/semantic/idle.el (define-semantic-idle-service)
6344         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6346 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6348         * progmodes/cc-cmds.el: declare-functioned forward-subword and
6349         backward-subword to quit the byte-compiler.
6351         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6353         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6355         * progmodes/cc-cmds.el (c-update-modeline)
6356         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6357         Refer to subword.el functions instead of cc-subword.el.
6359         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6360         subword.el functions instead of cc-subword.el.
6362         * progmodes/cc-subword.el: Rename to subword.el.
6363         * subword.el: Rename from progmodes/cc-subword.el.
6364         (subword-mode-map): Rename from c-subword-mode-map.
6365         (subword-mode): Rename from c-subword-mode.
6366         (global-subword-mode): New global minor mode.
6367         (forward-subword): Rename from c-forward-subword.
6368         (backward-subword): Rename from c-backward-subword.
6369         (mark-subword): Rename from c-mark-subword.
6370         (kill-subword): Rename from c-kill-subword.
6371         (backward-kill-subword): Rename from c-backward-kill-subword.
6372         (transpose-subwords): Rename from c-tranpose-subword.
6373         (downcase-subword): Rename from c-downcase-subword.
6374         (capitalize-subword): Rename from c-capitalize-subword.
6375         (forward-subword-internal): Rename from c-forward-subword-internal.
6376         (backward-subword-internal): Rename from c-backward-subword-internal.
6378 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6380         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6381         from a dired buffer.
6382         (vc-dired-deduce-fileset): New function.
6383         (vc-root-diff, vc-print-root-log): Use it.
6385         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6386         nil LIMIT argument to vc-print-log-internal.
6388 2009-11-20  Glenn Morris  <rgm@gnu.org>
6390         * Makefile.in (ELCFILES): Regenerate.
6392 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6394         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6396         * cedet/semantic.el: Enable idle-mode menu items only if
6397         global-semantic-idle-scheduler-mode is enabled.
6398         (semantic-default-submodes): Doc fix.
6400         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6401         When turning off, disable other idle modes.
6403 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6405         * calc/calc.el (calc-set-mode-line):
6406         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6407         (math-format-number): Rename `math-format-complement-signed' to
6408         `math-format-twos-complement'.
6410         * calc/calc-bin.el (math-format-twos-complement): Rename from
6411         math-format-complement-signed.
6412         (calc-radix): Rename `calc-complement-signed-mode' to
6413         `calc-twos-complement-mode'.
6414         (calc-octal-radix, calc-hex-radix): Add an argument for
6415         two's complement.
6417         * calc/calc-embed.el (calc-embedded-mode-vars):
6418         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6420         * calc/calc-ext.el (calc-init-extensions):
6421         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6422         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6424         * calc/calc-units.el (math-build-units-table-buffer):
6425         Let `calc-twos-complement-mode' be nil.
6427         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6428         entries.
6430         * calc/calc-vec.el (calcFunc-vunpack):
6431         * calc/calc-aent.el (calc-do-calc-eval):
6432         * calc/calc-forms.el (math-format-date):
6433         * calc/calc-graph.el (calc-graph-plot):
6434         * calc/calc-math.el (math-use-emacs-fn):
6435         * calc/calccomp.el (math-compose-expr):
6436         Let `calc-twos-complement-mode' be nil.
6438 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6440         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6441         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6442         * minibuffer.el (completion-in-region-functions): New hook.
6443         (completion-in-region): New function.
6444         * emacs-lisp/lisp.el (lisp-complete-symbol):
6445         * pcomplete.el (pcomplete-std-complete): Use it.
6447 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6449         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6450         (latex-complete-alist): New vars.
6451         (latex-string-prefix-p, latex-complete-bibtex-keys)
6452         (latex-complete-envnames, latex-complete-refkeys)
6453         (latex-complete-data): New functions.
6454         (latex-complete, latex-indent-or-complete): New commands.
6456         * window.el (display-buffer-mark-dedicated): New var.
6457         (display-buffer): Obey it.
6458         * minibuffer.el (minibuffer-completion-help): Use it.
6460         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6462         * filecache.el (file-cache-add-file): Use push and cons.
6463         (file-cache-delete-file-regexp): Use push.
6464         (file-cache-complete): Use completion-in-region.
6466         * simple.el (with-wrapper-hook): Fix thinko.
6468         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6469         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6470         Use with-current-buffer and string-to-number.
6471         (hfy-fallback-colour-values): Use assoc-string.
6472         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6473         (hfy-face-at): Remove unused var `found-face'.
6474         (hfy-compile-stylesheet): Remove unused var `css'.
6475         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6476         and `orig-buffer'.
6477         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6478         Use with-current-buffer.
6479         (hfy-text-p): Use expand-file-name and fewer setq.
6481 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6483         * htmlfontify.el, hfy-cmap.el: New files.
6485 2009-11-19  Juri Linkov  <juri@jurta.org>
6487         * minibuffer.el (completions-format): New defcustom.
6488         (completion--insert-strings): Implement vertical format.
6490         * simple.el (switch-to-completions): Move point to the first
6491         completion when point was at the beginning of the buffer.
6493 2009-11-19  Juri Linkov  <juri@jurta.org>
6495         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6497         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6499 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6501         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6502         (mail-signature): Change default to t.
6503         (mail-from-style): Deprecate `system-default' value.
6504         (mail-insert-from-field): For default value of mail-from-style,
6505         default to `angles' unless `angles' needs quoting and `parens'
6506         does not.
6507         (mail-citation-prefix-regexp): Use citation regexp from
6508         message-mode.
6510 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6512         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6513         Set variables for computing the prompt for reading password.
6515 2009-11-19  Glenn Morris  <rgm@gnu.org>
6517         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6519         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6521         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6522         (newsticker-treeview-listwindow-height): Fix custom type.
6524 2009-11-19  Kenichi Handa  <handa@m17n.org>
6526         * descr-text.el (describe-char-padded-string): Compose with TAB
6527         only if there's a font for CH.
6528         (describe-char): Fix the condition for detecting a trivial composition.
6530 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6532         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6533         more accurate version of the regexp.  (Bug#3910)
6535 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6537         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6539 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6541         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6542         (font-setting-change-default-font): Fix typo in docstring.
6544 2009-11-18  Alan Mackenzie  <acm@muc.de>
6546         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6548 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6550         * font-setting.el (font-use-system-font): Move ...
6552         * cus-start.el (all): ... to here.
6554 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6556         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6557         Don't set `ad-return-value' if `ad-do-it' doesn't.
6559         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6560         modification time.
6562 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6564         * menu-bar.el: Put "Use system font" in Option-menu.
6565         (menu-bar-options-save): Add font-use-system-font.
6567         * loadup.el: If feature system-font-setting or font-render-setting is
6568         there, load font-setting.
6570         * Makefile.in (ELCFILES): Add font-settings.el.
6571         * font-setting.el: New file.
6573 2009-11-17  Glenn Morris  <rgm@gnu.org>
6575         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6577         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6578         Preserve point in the list buffer.  (Bug#4939)
6579         Use point-at-eol.
6580         (newsticker--treeview-list-update-highlight)
6581         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6583 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6585         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6586         Remove.
6588         * calc/calc-ext.el (calc-init-extensions): Remove references to
6589         symclip.
6591         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6593         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6594         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6595         `calc-symclip'.
6597 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6599         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6600         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6602         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6603         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6604         Ignore trailing spaces by omit-nulls to split-string (fixing
6605         regression from Emacs 21 due to the incompatible split-string
6606         change).  (Bug #4928.)
6608 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6610         * vc.el (vc-log-show-limit): Default to 2000.
6611         (vc-print-log-internal): Insert buttons to request more entries
6612         when limiting the output.
6614         * vc-sccs.el (vc-sccs-print-log):
6615         * vc-rcs.el (vc-rcs-print-log):
6616         * vc-cvs.el (vc-cvs-print-log):
6617         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6618         LIMIT is non-nil.
6620 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6622         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6623         error when `tramp-gvfs-dbus-event-vector' is set.
6624         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6626 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6628         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6630 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6632         * net/dbus.el (dbus-unregister-service): New defun.
6633         (dbus-register-property): Register the handlers of
6634         "org.freedesktop.DBus.Properties" for SERVICE.
6635         (dbus-property-handler): Fix docstring.
6637 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6639         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6640         Quote doc string reference in defvaralias as it is not in special form.
6641         (byte-compile-output-docform): Doc fix.
6643 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6645         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6646         (calc-complement-signed-mode): New variables.
6647         (calc-set-mode-line): Add indicator for twos-complements.
6648         (math-format-number): Format twos-complement notation.
6650         * calc/calc-bin.el (calc-word-size): Reset the variables
6651         `math-2-word-size' and `math-half-2-word-size'.
6652         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6653         (calc-symclip): New functions.
6655         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6657         * calc/calc-embed.el (calc-embedded-mode-vars):
6658         Add `calc-complement-signed-mode' to the list of modes.
6660         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6661         (calc-b-oper-keys): Add `calc-symclip' to list.
6663         * calc/calc-ext.el (math-read-number-fancy): Read complement
6664         signed numbers.
6665         (calc-init-extensions): Add binding for `calc-symclip'.
6666         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6668         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6669         `calc-symclip'.
6670         (calc-modes-menu): Add item for twos complement mode.
6672         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6674 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6676         * register.el (jump-to-register, insert-register): Handle Semantic
6677         tags.  From commented-out advice in semantic/senator.el.
6679 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6681         * vc.el (vc-log-show-limit): New variable.
6682         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6683         when using a prefix argument.
6684         (vc-print-log-internal): Add new argument LIMIT.
6686         * vc-svn.el (vc-svn-print-log):
6687         * vc-mtn.el (vc-mtn-print-log):
6688         * vc-hg.el (vc-hg-print-log):
6689         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6690         pass it to the log command when set.  Make the BUFFER argument
6691         non-optional.
6693         * vc-sccs.el (vc-sccs-print-log):
6694         * vc-rcs.el (vc-rcs-print-log):
6695         * vc-git.el (vc-git-print-log):
6696         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6697         ignore it.  Make the BUFFER argument non-optional
6699         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6701 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6703         * dired.el (dired-mode-map): Move encryption items to "Operate"
6704         menu (Bug#4703).
6706         * strokes.el (strokes-update-window-configuration): Make strokes
6707         buffer current before erasing (Bug#4906).
6709         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6710         (semantic-idle-summary-mode): Define using define-minor-mode
6711         instead of define-semantic-idle-service.
6712         (semantic-idle-summary-mode): New function.
6713         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6714         that mouse motion does not reset the echo area.
6716 2009-11-15  Juri Linkov  <juri@jurta.org>
6718         * simple.el (set-mark-default-inactive): Add :type, :group
6719         and :version.  (Bug#4876)
6721 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6723         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6724         (archive-unique-fname): ... here.  (Bug#4929)
6726 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6728         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6729         with a real fix.
6731         * novice.el (disabled-command-function): Add useful args.
6732         Setup the help buffer so that [back] works.
6733         Remove redundant call to help-mode.
6734         (disabled-command-function): Use `case'.
6735         (en/disable-command): New function extracted from enable-command.
6736         (enable-command, disable-command): Use it.
6738 2009-11-14  Glenn Morris  <rgm@gnu.org>
6740         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6741         constants.  (Bug#4913)
6743         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6745 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6747         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6748         defined in C that have no doc-strings.  (Bug#1063)
6750 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6752         * cus-edit.el (data, files):
6753         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6755 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6757         * simple.el (shell-command): Doc fix (Bug#4891).
6759         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6761 2009-11-14  Glenn Morris  <rgm@gnu.org>
6763         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6764         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6765         If they are already loaded, eval-after-load will do the right thing.
6767         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6768         compiling.
6770         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6772         * simple.el (x-selection-owner-p): Declare.
6773         (read-mail-command): Use custom radio type rather than choice.
6774         (completion-no-auto-exit): Doc fix.
6776         * custom.el (defgroup):
6777         * epg-config.el (epg): Doc fixes.
6779 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6781         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6782         * international/ccl.el (define-ccl-program): Do not purecopy the
6783         docstring, defconst does it anyway.
6785 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6788         a second time.
6790         * x-dnd.el (x-dnd-maybe-call-test-function):
6791         * window.el (split-window-vertically):
6792         * whitespace.el (whitespace-help-on):
6793         * vc-rcs.el (vc-rcs-consult-headers):
6794         * userlock.el (ask-user-about-lock-help)
6795         (ask-user-about-supersession-help):
6796         * type-break.el (type-break-force-mode-line-update):
6797         * time-stamp.el (time-stamp-conv-warn):
6798         * terminal.el (te-set-output-log, te-more-break, te-filter)
6799         (te-sentinel, terminal-emulator):
6800         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6801         (term-write-input-ring, term-check-source, term-start-output-log):
6802         (term-display-buffer-line, term-dynamic-list-completions):
6803         (term-ansi-make-term, serial-term):
6804         * subr.el (selective-display):
6805         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6806         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6807         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6808         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6809         (speedbar-remove-localized-speedbar-support)
6810         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6811         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6812         (speedbar-buffers-line-directory):
6813         * simple.el (shell-command-on-region, append-to-buffer)
6814         (prepend-to-buffer):
6815         * shadowfile.el (shadow-save-todo-file):
6816         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6817         (scroll-bar-maybe-set-window-start):
6818         * sb-image.el (speedbar-image-dump):
6819         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6820         (load-save-place-alist-from-file):
6821         * ps-samp.el (ps-print-message-from-summary):
6822         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6823         (ps-background-image, ps-begin-job, ps-do-despool):
6824         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6825         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6826         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6827         (pr-call-process, pr-file-list, pr-interface-save):
6828         * novice.el (disabled-command-function)
6829         (enable-command, disable-command):
6830         * mouse.el (mouse-buffer-menu-alist):
6831         * mouse-copy.el (mouse-kill-preserving-secondary):
6832         * macros.el (kbd-macro-query):
6833         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6834         * informat.el (batch-info-validate):
6835         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6836         * hippie-exp.el (try-expand-dabbrev-visible):
6837         * help-mode.el (help-make-xrefs):
6838         * help-fns.el (describe-variable):
6839         * generic-x.el (bat-generic-mode-run-as-comint):
6840         * finder.el (finder-mouse-select):
6841         * find-dired.el (find-dired-sentinel):
6842         * filesets.el (filesets-file-close):
6843         * files.el (list-directory):
6844         * faces.el (list-faces-display, describe-face):
6845         * facemenu.el (list-colors-display):
6846         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6847         * epg.el (epg--process-filter, epg-cancel):
6848         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6849         (epa--read-signature-type):
6850         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6851         (emerge-file-names):
6852         * ehelp.el (electric-helpify):
6853         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6854         * ediff-vers.el (rcs-ediff-view-revision):
6855         * ediff-util.el (ediff-setup):
6856         * ediff-mult.el (ediff-append-custom-diff):
6857         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6858         (ediff-wordify):
6859         * echistory.el (Electric-command-history-redo-expression):
6860         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6861         * disp-table.el (describe-display-table):
6862         * dired.el (dired-find-buffer-nocreate):
6863         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6864         * dabbrev.el (dabbrev--same-major-mode-p):
6865         * chistory.el (list-command-history):
6866         * apropos.el (apropos-documentation):
6867         * allout.el (allout-obtain-passphrase):
6868         (allout-copy-exposed-to-buffer):
6869         (allout-verify-passphrase): Use with-current-buffer.
6871 2009-11-13  Glenn Morris  <rgm@gnu.org>
6873         * Makefile.in (ELCFILES): Regenerate.
6875 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6877         * net/dbus.el (dbus-registered-objects-table): Rename from
6878         `dbus-registered-functions-table', because it contains also properties.
6879         (dbus-unregister-object): Unregister also properties.
6880         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6881         Use a timeout of 500 msec, in order to not block.
6882         (dbus-register-property, dbus-property-handler): New defuns.
6884 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * simple.el (minibuffer-default-add-completions): Drop deprecated
6887         4th arg.
6889 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6891         * textmodes/artist.el (artist-mouse-choose-operation):
6892         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6893         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6894         (artist-compute-up-event-key): New function.
6895         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6897 2009-11-13  Kenichi Handa  <handa@m17n.org>
6899         * language/japan-util.el: Make sure that the value of jisx0208
6900         property is jisx0208 character.
6902 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6904         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6905         car or each item, not the whole list.
6907 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6909         * minibuffer.el (minibuffer-completion-help):
6910         Use minibuffer-hide-completions.
6912 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6914         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6915         (dired-revert): Use them (bug#4880).
6917 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6919         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6921 2009-11-12  Juri Linkov  <juri@jurta.org>
6923         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6924         New functions.
6925         (find-file-literally-at-point): Alias of `ffap-literally'.
6927 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6929         * textmodes/ispell.el (ispell-skip-region-alist):
6930         * textmodes/css-mode.el (auto-mode-alist):
6931         * progmodes/compile.el (auto-mode-alist):
6932         * international/mule.el (ctext-non-standard-encodings-alist)
6933         (ctext-non-standard-encodings-regexp):
6934         * simple.el (shell-command-switch, text-read-only):
6935         * replace.el (occur-mode-map):
6936         * paths.el (rmail-file-name):
6937         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6938         * find-file.el (ff-special-constructs):
6939         * files.el (file-name-handler-alist):
6940         * composite.el: Purecopy strings.
6942         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6944 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6946         * widget.el (define-widget): Purecopy the docstring.
6947         * international/mule-cmds.el (charset): Do not purecopy the
6948         docstring here, define-widget does it.
6950         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6951         * textmodes/bibtex-style.el (auto-mode-alist):
6952         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6953         * progmodes/compile.el (compile-command):
6954         * language/korea-util.el (default-korean-keyboard):
6955         * international/mule-conf.el (file-coding-system-alist):
6956         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6957         * tooltip.el (tooltip-frame-parameters):
6958         * newcomment.el (comment-end, comment-padding):
6959         * dired.el (dired-trivial-filenames):
6960         * comint.el (comint-file-name-prefix): Purecopy initial values.
6962 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6964         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6965         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6966         `tramp-unload'.
6967         (tramp-advice-make-auto-save-file-name)
6968         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6969         after removing the advice.
6971 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6973         * progmodes/grep.el (grep-regexp-alist):
6974         * international/mule-cmds.el (iso-2022-control-alist):
6975         * emacs-lisp/timer.el (timer-duration-words):
6976         * subr.el (version-separator, version-regexp-alist):
6977         * minibuffer.el (completion-styles-alist):
6978         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6979         Change defvars to defconsts.
6981         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6982         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6983         * international/mule-conf.el: Allow to be byte compiled.
6985         * international/mule.el (define-charset): Purecopy props.
6986         (load-with-code-conversion): Purecopy doc string and file name.
6987         (put-charset-property): Purecopy strings.
6988         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6990         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6991         (define-char-code-property): Correctly purecopy the table.
6993         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6995         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6997         * subr.el (add-hook): Purecopy strings.
6998         (eval-after-load): Purecopy load-history-regexp and the form.
7000         * custom.el (custom-declare-group): Purecopy load-file-name.
7002         * subr.el (menu-bar-separator): New defconst.
7003         * net/eudc.el (eudc-tools-menu):
7004         * international/mule-cmds.el (set-coding-system-map)
7005         (mule-menu-keymap):
7006         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7007         * vc-hooks.el (vc-menu-map):
7008         * replace.el (occur-mode-map):
7009         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7010         (menu-bar-edit-menu, menu-bar-goto-menu)
7011         (menu-bar-custom-menu, menu-bar-showhide-menu)
7012         (menu-bar-options-menu, menu-bar-tools-menu)
7013         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7014         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7015         (menu-bar-help-menu):
7016         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7017         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7019         * term/x-win.el (x-gtk-stock-map):
7020         * progmodes/vera-mode.el (auto-mode-alist):
7021         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7022         (inferior-lisp-program, inferior-lisp-load-command):
7023         * progmodes/hideshow.el (hs-special-modes-alist):
7024         * progmodes/gud.el (same-window-regexps):
7025         * progmodes/grep.el (grep-program, find-program, xargs-program):
7026         * net/telnet.el (same-window-regexps):
7027         * net/rlogin.el (same-window-regexps):
7028         * language/ethiopic.el (font-ccl-encoder-alist):
7029         * vc-sccs.el (vc-sccs-master-templates):
7030         * vc-rcs.el (vc-rcs-master-templates):
7031         * subr.el (cl-assertion-failed):
7032         * simple.el (next-error-overlay-arrow-position):
7033         * lpr.el (lpr-command):
7034         * locate.el (locate-ls-subdir-switches):
7035         * info.el (same-window-regexps, info)
7036         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7037         * image-mode.el (image-mode, auto-mode-alist):
7038         * hippie-exp.el (hippie-expand-ignore-buffers):
7039         * format.el (format-alist):
7040         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7041         (find-name-arg):
7042         * facemenu.el (facemenu-keybindings):
7043         * dired.el (dired-listing-switches, dired-chown-program):
7044         * diff.el (diff-switches, diff-command):
7045         * cus-edit.el (same-window-regexps):
7046         * bindings.el (mode-line-mule-info)
7047         (mode-line-buffer-identification): Purecopy strings.
7049 2009-11-11  Juri Linkov  <juri@jurta.org>
7051         * simple.el (dired-get-filename) <declare-function>:
7052         Tell the byte-compiler about dired-get-filename.
7053         (shell-command): In Dired mode, get filename from the current line
7054         as the default value.
7056 2009-11-10  Glenn Morris  <rgm@gnu.org>
7058         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7059         * calendar/holidays.el, progmodes/cperl-mode.el:
7060         Update x-popup-menu declarations.
7062         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7063         (list-load-path-shadows): Use dolist.
7064         (list-load-path-shadows): Use with-current-buffer.
7066 2009-11-10  Juri Linkov  <juri@jurta.org>
7068         * minibuffer.el (read-file-name): Support a list of default values
7069         in `default-filename'.  Use the first file name where only one
7070         element is required.  Doc fix.
7072 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7074         * net/dbus.el (dbus-unregister-object): Release service, if no
7075         other method is registered for it.
7077 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7079         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7080         bookmark-sort-flag is non-nil (Bug#4653).
7082 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7084         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7085         the progress reporter entirely.
7087         * emulation/cua-base.el: Add CUA property to some CC mode commands
7088         (Bug#4100).
7090 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7092         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7093         at end of sentence (Bug#4818).
7095 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
7097         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7098         Handle "see declaration of" MSFT statements (Bug#4100).
7100 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
7102         * net/tramp.el (tramp-advice-make-auto-save-file-name)
7103         (tramp-advice-file-expand-wildcards): Unload via
7104         `ad-remove-advice'.
7106         * net/trampver.el: Update release number.
7108 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7110         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7111         `ad-do-it'.
7113 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
7115         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7116         in order to keep context in SELinux.
7118 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7120         * dired-aux.el (dired-query): Place cursor in echo area and allow
7121         C-g.
7123         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7124         menu item if not on a directory (Bug#4701).
7126 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
7128         Sync with Tramp 2.1.17.
7130         * net/tramp.el (tramp-handle-copy-directory): Don't use
7131         `file-remote-p' (due to compatibility).
7133         * net/tramp-compat.el (tramp-compat-copy-directory)
7134         (tramp-compat-delete-directory): New defuns.
7136         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7137         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7138         `tramp-compat-delete-directory'.
7140         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7141         (tramp-smb-handle-delete-directory): Use
7142         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7144         * net/trampver.el: Update release number.
7146 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
7148         * tar-mode.el (tar-copy): Call write-region on the right buffer
7149         (Bug#4857).
7151         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7152         by hand, if necessary (Bug#4878).
7154 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
7156         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7157         align size column (Bug#4839).
7159         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7160         statement.
7162 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7164         * progmodes/ld-script.el (auto-mode-alist):
7165         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7167         * cus-face.el (custom-declare-face): Purecopy face spec.
7169 2009-11-06  Kenichi Handa  <handa@m17n.org>
7171         * international/uni-bidi.el: Re-generated.
7172         * international/uni-category.el: Re-generated.
7173         * international/uni-combining.el: Re-generated.
7174         * international/uni-mirrored.el: Re-generated.
7176 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7178         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7179         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7180         (tex-start-options, slitex-run-command, latex-run-command)
7181         (tex-run-command, tex-directory):
7182         * textmodes/ispell.el (ispell-html-skip-alists)
7183         (ispell-tex-skip-alists, ispell-tex-skip-alists):
7184         * textmodes/fill.el (adaptive-fill-first-line-regexp):
7185         (adaptive-fill-regexp):
7186         * textmodes/dns-mode.el (auto-mode-alist):
7187         * progmodes/python.el (interpreter-mode-alist):
7188         * progmodes/etags.el (tags-compression-info-list):
7189         * progmodes/etags.el (tags-file-name):
7190         * net/browse-url.el (browse-url-galeon-program)
7191         (browse-url-firefox-program):
7192         * mail/sendmail.el (mail-signature-file)
7193         (mail-citation-prefix-regexp):
7194         * international/mule-conf.el (eight-bit):
7195         * international/latexenc.el (latex-inputenc-coding-alist):
7196         * international/fontset.el (x-pixel-size-width-font-regexp):
7197         * emacs-lisp/warnings.el (warning-type-format):
7198         * emacs-lisp/trace.el (trace-buffer):
7199         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7200         (emacs-lisp-mode-map):
7201         * calendar/holidays.el (holiday-solar-holidays)
7202         (holiday-bahai-holidays, holiday-islamic-holidays)
7203         (holiday-christian-holidays, holiday-hebrew-holidays)
7204         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7205         (hebrew-holidays-1, holiday-oriental-holidays)
7206         (holiday-general-holidays):
7207         * x-dnd.el (x-dnd-known-types):
7208         * tool-bar.el (tool-bar):
7209         * startup.el (site-run-file):
7210         * shell.el (shell-dumb-shell-regexp):
7211         * rfn-eshadow.el (file-name-shadow-tty-properties)
7212         (file-name-shadow-properties):
7213         * paths.el (remote-shell-program, news-directory):
7214         * mouse.el ([C-down-mouse-3]):
7215         * menu-bar.el (menu-bar-tools-menu):
7216         * jka-cmpr-hook.el (jka-compr-load-suffixes)
7217         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7218         (jka-compr-compression-info-list):
7219         * isearch.el (search-whitespace-regexp):
7220         * image-file.el (image-file-name-extensions):
7221         * find-dired.el (find-ls-option):
7222         * files.el (directory-listing-before-filename-regexp)
7223         (directory-free-space-args, insert-directory-program)
7224         (list-directory-brief-switches, magic-fallback-mode-alist)
7225         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7226         (automount-dir-prefix):
7227         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7228         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7229         (face-font-registry-alternatives, face-font-registry-alternatives)
7230         (face-font-family-alternatives):
7231         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7232         (facemenu-foreground-menu, facemenu-face-menu):
7233         * epa-hook.el (epa-file-name-regexp):
7234         * dnd.el (dnd-protocol-alist):
7235         * textmodes/rst.el (auto-mode-alist):
7236         * button.el (default-button): Purecopy strings.
7238 2009-11-06  Glenn Morris  <rgm@gnu.org>
7240         * Makefile.in (ELCFILES): Update.
7242 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7245         * emacs-lisp/levents.el: Move to obsolete/levents.el.
7247         * nxml/xsd-regexp.el (xsdre-gen-categories):
7248         * nxml/xmltok.el (xmltok-parse-entity):
7249         * nxml/rng-parse.el (rng-parse-validate-file):
7250         * nxml/rng-maint.el (rng-format-manual)
7251         (rng-manual-output-force-new-line):
7252         * nxml/rng-loc.el (rng-save-schema-location-1):
7253         * nxml/rng-cmpct.el (rng-c-parse-file):
7254         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7255         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7257 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
7259         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7260         Remove extra save-excursions and make-variable-buffer-local's.
7261         Suggested by Stefan Monnier.
7263         (verilog-getopt-file, verilog-module-inside-filename-p)
7264         (verilog-set-define): Merge GNU 1.35 and repair changes from
7265         switching to using with-current-buffer.
7267         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7268         being treated as a number and confusing AUTORESET.
7269         Reported by Dan Dever.
7271         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7272         Add verilog-auto-ignore-concat to fix backward compatibility with
7273         older verilog-modes.  Reported by Dan Katz.
7275         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7276         containing closing anchors "...$".
7278         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7279         Reported by Wade Smith.
7281         (verilog-batch-execute-func): Comment on function usage.
7283 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
7285         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7286         for labels.
7288         (verilog-label-re, verilog-calc-1): Support proper indent of named
7289         asserts.
7291         (verilog-backward-token, verilog-basic-complete-re)
7292         (verilog-beg-of-statement, verilog-indent-re): Support proper
7293         indent of the assert statement at the beginning of a block of text.
7295         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7296         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7297         tokens as begins.
7299 2009-11-05  Glenn Morris  <rgm@gnu.org>
7301         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7302         Emacs 19.  (Bug#1531)
7303         (byte-compile-fix-header): Update for the above change.
7304         Drop test for epoch::version.
7306         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7307         * cus-dep.el (custom-make-dependencies):
7308         * finder.el (finder-compile-keywords):
7309         Use autoload-rubric's feature argument.
7311         * calendar/diary-lib.el (top-level): Make load behave more like require.
7313         * vc-git.el (vc-git-stash-map): Move definition before use.
7315 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7317         * custom.el (custom-declare-group): Purecopy standard-value.
7318         (custom-declare-group): Purecopy custom-prefix.
7320         * international/mule.el (load-with-code-conversion):
7321         Call do-after-load-evaluation unconditionally.
7323         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7325 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7329 2009-11-04  Glenn Morris  <rgm@gnu.org>
7331         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7332         (byte-compile-compatibility): Remove option.
7333         (byte-compile-close-variables, byte-compile-fix-header)
7334         (byte-compile-insert-header, byte-compile-output-docform)
7335         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7336         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7337         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7338         (byte-compile-insert, byte-compile-defun):
7339         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
7340         (byte-defop-compiler19): Remove.
7341         Without byte-compile-compatibility, the 'emacs19-opcode property is not
7342         used by anything.  Replace all calls with byte-defop-compiler.
7344 2009-11-04  Juri Linkov  <juri@jurta.org>
7346         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7347         (menu-bar-options-menu): Don't quote the `prop' arg of
7348         `menu-bar-make-mm-toggle'.
7350 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7352         * calendar/calendar.el (cal-loaddefs):
7353         * calendar/diary-lib.el (diary-loaddefs):
7354         * calendar/holidays.el (hol-loaddefs):
7355         * eshell/esh-module.el (esh-groups): Load rather than require.
7357 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7360         point-min==1.
7361         (todo-top-priorities): Only display-buffer when called interactively.
7362         (todo-item-start): Don't save excursion point.
7363         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7364         (todo-insert-item-here, todo-file-item, todo-remove-item):
7365         Adjust uses of todo-item-start and todo-item-end.
7367         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7368         (autoload-rubric): Don't use any more.
7369         * cedet/semantic/fw.el (semantic/loaddefs):
7370         * cedet/srecode.el (srecode/loaddefs):
7371         * cedet/ede.el (ede/loaddefs): Load rather than require.
7372         * cedet/ede/cpp-root.el:
7373         * cedet/ede/emacs.el:
7374         * cedet/ede/files.el:
7375         * cedet/ede/linux.el:
7376         * cedet/ede/locate.el:
7377         * cedet/ede/make.el:
7378         * cedet/ede/shell.el:
7379         * cedet/ede/speedbar.el:
7380         * cedet/ede/system.el:
7381         * cedet/ede/util.el:
7382         * cedet/semantic/analyze.el:
7383         * cedet/semantic/bovine.el:
7384         * cedet/semantic/complete.el:
7385         * cedet/semantic/ctxt.el:
7386         * cedet/semantic/db-file.el:
7387         * cedet/semantic/db-find.el:
7388         * cedet/semantic/db-global.el:
7389         * cedet/semantic/db-mode.el:
7390         * cedet/semantic/db-typecache.el:
7391         * cedet/semantic/db.el:
7392         * cedet/semantic/debug.el:
7393         * cedet/semantic/dep.el:
7394         * cedet/semantic/doc.el:
7395         * cedet/semantic/edit.el:
7396         * cedet/semantic/find.el:
7397         * cedet/semantic/format.el:
7398         * cedet/semantic/html.el:
7399         * cedet/semantic/ia-sb.el:
7400         * cedet/semantic/ia.el:
7401         * cedet/semantic/idle.el:
7402         * cedet/semantic/lex-spp.el:
7403         * cedet/semantic/lex.el:
7404         * cedet/semantic/mru-bookmark.el:
7405         * cedet/semantic/scope.el:
7406         * cedet/semantic/senator.el:
7407         * cedet/semantic/sort.el:
7408         * cedet/semantic/symref.el:
7409         * cedet/semantic/tag-file.el:
7410         * cedet/semantic/tag-ls.el:
7411         * cedet/semantic/tag-write.el:
7412         * cedet/semantic/tag.el:
7413         * cedet/semantic/util-modes.el:
7414         * cedet/semantic/analyze/complete.el:
7415         * cedet/semantic/analyze/refs.el:
7416         * cedet/semantic/bovine/c.el:
7417         * cedet/semantic/bovine/gcc.el:
7418         * cedet/semantic/bovine/make.el:
7419         * cedet/semantic/bovine/scm.el:
7420         * cedet/semantic/decorate/include.el:
7421         * cedet/semantic/decorate/mode.el:
7422         * cedet/semantic/symref/cscope.el:
7423         * cedet/semantic/symref/global.el:
7424         * cedet/semantic/symref/grep.el:
7425         * cedet/semantic/symref/idutils.el:
7426         * cedet/semantic/symref/list.el:
7427         * cedet/semantic/wisent/java-tags.el:
7428         * cedet/semantic/wisent/javascript.el:
7429         * cedet/srecode/compile.el:
7430         * cedet/srecode/cpp.el:
7431         * cedet/srecode/document.el:
7432         * cedet/srecode/el.el:
7433         * cedet/srecode/expandproto.el:
7434         * cedet/srecode/getset.el:
7435         * cedet/srecode/insert.el:
7436         * cedet/srecode/java.el:
7437         * cedet/srecode/map.el:
7438         * cedet/srecode/mode.el:
7439         * cedet/srecode/template.el:
7440         * cedet/srecode/texi.el: Remove the file-local setting of
7441         generated-autoload-feature.
7443         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7444         and only put a prop if it is non-nil.
7446 2009-11-03  Juri Linkov  <juri@jurta.org>
7448         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7449         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7451         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7452         and "Menu" to make top-level menu item visually one unit (like
7453         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7454         multi-word menu items).  Fix :help string for quit-window.
7456 2009-11-03  Glenn Morris  <rgm@gnu.org>
7458         * cedet/mode-local.el (with-mode-local): Doc fix.
7460         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7461         (byte-compile-file-form-define-abbrev-table)
7462         (byte-compile-file-form-custom-declare-variable)
7463         (byte-compile-variable-ref, byte-compile-defvar):
7464         Whether or not a warning is enabled should only affect whether we issue
7465         the warning, not whether or not we collect the relevant data.
7466         Eg warnings can be turned on and off throughout the course of a file.
7468         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7469         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7471 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7473         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7474         * play/mpuz.el (mpuz-create-buffer):
7475         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7476         (lm-print-y,s,noise, lm-print-w0, lm-init):
7477         * play/gomoku.el (gomoku-prompt-for-move):
7478         * play/fortune.el (fortune-in-buffer):
7479         * play/dissociate.el (dissociated-press):
7480         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7481         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7482         * mail/supercite.el (sc-eref-show):
7483         * mail/smtpmail.el (smtpmail-send-it):
7484         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7485         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7486         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7487         (rmail-summary-goto-msg, rmail-summary-expunge)
7488         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7489         (rmail-summary-add-label, rmail-summary-output-menu)
7490         (rmail-summary-output-body):
7491         * mail/rfc822.el (rfc822-addresses):
7492         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7493         * mail/mailpost.el (post-mail-send-it):
7494         * mail/hashcash.el (hashcash-generate-payment):
7495         * mail/feedmail.el (feedmail-run-the-queue)
7496         (feedmail-queue-send-edit-prompt-help-first)
7497         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7498         (feedmail-deduce-address-list):
7499         * eshell/esh-ext.el (eshell-remote-command):
7500         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7501         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7502         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7503         (viper-save-string-in-file, viper-valid-marker):
7504         * emulation/viper-keym.el (viper-toggle-key):
7505         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7506         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7507         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7508         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7509         (viper-exec-form-in-emacs, viper-brac-function):
7510         * emulation/viper.el (viper-delocalize-var):
7511         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7512         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7513         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7514         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7515         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7516         * emulation/edt.el (edt-electric-helpify):
7517         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7518         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7519         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7520         (cua-indent-to-global-mark-column):
7521         * calendar/diary-lib.el (calendar-mark-1):
7522         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7523         Use with-current-buffer.
7524         * emulation/viper.el (viper-delocalize-var): Use dolist.
7526 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7528         * comint.el (comint-replace-by-expanded-history-before-point):
7529         Replace !! with the previous input string literally (Bug#1795).
7531 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7533         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7534         to be made up of whitespace.
7536 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7538         * minibuffer.el (read-file-name): Don't use file dialogs for
7539         remote directories (Bug#99).
7541 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7543         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7545 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7547         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7548         instead of deleting the window or frame.
7550 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7552         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7553         Support face colors.
7555         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7556         New function.  Support face colors (Bug#1168).
7557         (tex-common-initialization): Use it.
7559         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7560         mode allows it (Bug#1168).
7562 2009-10-31  Juri Linkov  <juri@jurta.org>
7564         * facemenu.el (list-colors-display): Don't mark buffer as
7565         modified (Bug#3948).
7567 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7569         * international/mule-diag.el (list-character-sets-1): Minor
7570         message fix (Bug#3526).
7572         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7573         face property (Bug#4834).
7574         (etags-list-tags, etags-tags-apropos-additional)
7575         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7576         property.
7578         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7579         items.
7581         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7582         items.
7584         * cedet/ede.el (ede-minor-mode):
7585         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7587 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7589         * textmodes/two-column.el (2C-split):
7590         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7591         * textmodes/tex-mode.el (tex-set-buffer-directory):
7592         * textmodes/spell.el (spell-region, spell-string):
7593         * textmodes/reftex.el (reftex-erase-buffer):
7594         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7595         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7596         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7597         (reftex-select-item):
7598         * textmodes/reftex-ref.el (reftex-label-info-update)
7599         (reftex-offer-label-menu):
7600         * textmodes/reftex-index.el (reftex-index-change-entry)
7601         (reftex-index-phrases-info):
7602         * textmodes/reftex-global.el (reftex-create-tags-file)
7603         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7604         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7605         (reftex-view-crossref-from-bibtex):
7606         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7607         (reftex-extract-bib-entries-from-thebibliography)
7608         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7609         * textmodes/refbib.el (r2b-capitalize-title):
7610         (r2b-convert-buffer, r2b-help):
7611         * textmodes/page-ext.el (pages-directory)
7612         (pages-directory-goto-with-mouse):
7613         * textmodes/bibtex.el (bibtex-validate-globally):
7614         * textmodes/bib-mode.el (bib-capitalize-title):
7615         * textmodes/artist.el (artist-clear-buffer, artist-system):
7616         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7617         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7618         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7619         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7620         (xscheme-send-control-g-interrupt, xscheme-start-process)
7621         (xscheme-process-sentinel, xscheme-cd):
7622         * progmodes/verilog-mode.el (verilog-read-always-signals)
7623         (verilog-set-define, verilog-getopt-file)
7624         (verilog-module-inside-filename-p):
7625         * progmodes/sh-script.el:
7626         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7627         (python-pdbtrack-grub-for-buffer, python-execute-file):
7628         * progmodes/octave-inf.el (inferior-octave):
7629         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7630         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7631         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7632         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7633         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7634         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7635         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7636         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7637         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7638         (idlwave-shell-examine-display, idlwave-shell-run-region)
7639         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7640         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7641         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7642         (idlwave-help-get-help-buffer):
7643         * progmodes/gud.el (gud-basic-call, gud-find-class)
7644         (gud-tooltip-activate-mouse-motions-if-enabled):
7645         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7646         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7647         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7648         (ebrowse-tags-next-file):
7649         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7650         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7651         (ebnf-eps-finish-and-write):
7652         * progmodes/cpp.el (cpp-edit-save):
7653         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7654         * progmodes/cc-defs.el (c-emacs-features):
7655         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7656         (antlr-directory-dependencies):
7657         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7658         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7659         (ada-find-any-references, ada-make-filename-from-adaname)
7660         (ada-make-body-gnatstub):
7661         * obsolete/rnews.el (news-list-news-groups):
7662         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7663         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7664         * net/rcirc.el (rcirc-debug):
7665         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7666         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7667         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7668         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7669         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7670         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7671         (newsticker--treeview-list-clear-highlight)
7672         (newsticker--treeview-list-update-highlight)
7673         (newsticker--treeview-list-highlight-start)
7674         (newsticker--treeview-tree-update-highlight)
7675         (newsticker--treeview-get-selected-item)
7676         (newsticker-treeview-mark-list-items-old)
7677         (newsticker--treeview-set-current-node):
7678         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7679         * net/newst-backend.el (newsticker--get-news-by-funcall)
7680         (newsticker--get-news-by-wget, newsticker--image-get)
7681         (newsticker--image-sentinel):
7682         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7683         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7684         (eudc-ph-close-session):
7685         * net/eudc.el (eudc-save-options):
7686         * language/thai-word.el (thai-update-word-table):
7687         * language/japan-util.el (japanese-string-conversion):
7688         * international/titdic-cnv.el (tsang-quick-converter)
7689         (ziranma-converter, ctlau-converter):
7690         * international/mule-cmds.el (describe-language-environment):
7691         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7692         (skkdic-convert-postfix, skkdic-convert-prefix):
7693         (skkdic-convert-okuri-nasi, skkdic-convert):
7694         * emacs-lisp/re-builder.el (reb-update-overlays):
7695         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7696         * emacs-lisp/gulp.el (gulp-send-requests):
7697         * emacs-lisp/find-gc.el (trace-call-tree):
7698         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7699         (eieio-describe-generic):
7700         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7701         * emacs-lisp/edebug.el (edebug-outside-excursion):
7702         * emacs-lisp/debug.el (debugger-make-xrefs):
7703         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7704         * emacs-lisp/chart.el (chart-new-buffer):
7705         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7706         Use with-current-buffer.
7707         * textmodes/artist.el (artist-system): Don't call
7708         copy-sequence on a fresh string.
7709         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7711 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7713         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7714         is no item to edit.  (Bug#4820)
7715         (todo-top-priorities): Restore point and restore narrowing in Todo
7716         buffer.  (Bug#4820)
7718 2009-10-31  Glenn Morris  <rgm@gnu.org>
7720         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7721         (comint-last-output-start, comint-last-input-start)
7722         (comint-last-input-end): Don't defvar when compiling.
7723         (ange-ftp-process-file): Use bound-and-true-p.
7725         * pcmpl-rpm.el (top-level): Move provide statement to end.
7726         (pcmpl-rpm): Remove unused custom group.
7728         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7730         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7732         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7733         (byte-compile-warnings): Add `constants' as an option.
7734         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7735         (display-call-tree): Update for byte-compile-fdefinition possibly
7736         returning `(macro lambda ...)'.  (Bug#4778)
7737         (byte-compile-variable-ref, byte-compile-setq-default):
7738         Respect `constants' member of byte-compile-warnings.
7740         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7741         Use mapc rather than mapcar because the return value is never used.
7743         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7744         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7745         * cedet/semantic/html.el:
7746         Suppress harmless warnings about setting up semantic-imenu (not
7747         part of Emacs) variables.
7749 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7751         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7752         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7753         to "submit:".
7755         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7756         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7757         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7758         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7759         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7760         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7761         (semantic-analyzer-debug-global-symbol)
7762         (semantic-analyzer-debug-missing-innertype)
7763         (semantic-analyzer-debug-insert-include-summary):
7764         * cedet/semantic/util.el (semantic-file-tag-table):
7765         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7766         (semantic-recursive-find-nonterminal-by-name):
7767         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7768         * cedet/semantic/tag-file.el (semantic-prototype-file):
7769         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7770         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7771         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7772         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7773         (semantic-idle-summary-maybe-highlight):
7774         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7775         (semantic-ia-sb-tag-info):
7776         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7777         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7778         * cedet/semantic/ede-grammar.el (project-compile-target):
7779         (ede-proj-makefile-insert-variables):
7780         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7781         (semantic-debug-set-source-location, semantic-debug-interface-layout)
7782         (semantic-debug-mode, semantic-debug):
7783         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7784         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7785         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7786         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7787         (semanticdb-find-translate-path-includes--internal)
7788         (semanticdb-reset-log, semanticdb-find-log-activity):
7789         * cedet/semantic/db-file.el (object-write):
7790         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7791         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7792         (semanticdb-create-ebrowse-database):
7793         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7794         * cedet/semantic/complete.el (semantic-displayor-focus-request)
7795         (semantic-collector-calculate-completions-raw)
7796         (semantic-complete-read-tag-analyzer):
7797         * cedet/semantic/analyze.el (semantic-analyze-pulse):
7798         * cedet/ede/util.el (ede-update-version-in-source):
7799         * cedet/ede/proj.el (project-delete-target):
7800         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7801         (ede-proj-flush-autoconf):
7802         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7803         (ede-proj-configure-synchronize):
7804         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7805         * cedet/ede/linux.el (ede-linux-version):
7806         * cedet/ede/emacs.el (ede-emacs-version):
7807         * cedet/ede/dired.el (ede-dired-add-to-target):
7808         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7809         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7810         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7811         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7812         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7813         (cedet-idutils-version-check):
7814         * cedet/cedet-global.el (cedet-gnu-global-call):
7815         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7816         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7817         * cedet/cedet-cscope.el (cedet-cscope-call)
7818         (cedet-cscope-expand-filename, cedet-cscope-version-check):
7819         Use with-current-buffer.
7820         * cedet/ede.el (ede-make-project-local-variable)
7821         (ede-set-project-variables, ede-set): Use dolist.
7823 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7825         * textmodes/ispell.el (ispell-skip-region-alist):
7826         * international/mule-conf.el (eight-bit):
7827         * international/fontset.el (font-encoding-alist):
7828         * startup.el (pure-space-overflow-message):
7829         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7830         * paths.el (gnus-nntp-service, rmail-spool-directory)
7831         (term-file-prefix):
7832         * files.el (save-some-buffers-action-alist):
7833         * cmuscheme.el (same-window-buffer-names):
7834         * ielm.el (same-window-buffer-names):
7835         * shell.el (same-window-buffer-names):
7836         * mail/sendmail.el (same-window-buffer-names):
7837         * progmodes/inf-lisp.el (same-window-buffer-names):
7838         * bindings.el (mode-line-client)
7839         (mode-line-column-line-number-mode-map):
7840         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7841         (tibetan-precomposed-regexp): Purecopy string arguments.
7843 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7846         (calcDigit-nondigit):
7847         * calc/calc-yank.el (calc-copy-to-buffer):
7848         * calc/calc-units.el (calc-invalidate-units-table):
7849         * calc/calc-trail.el (calc-trail-yank):
7850         * calc/calc-store.el (calc-insert-variables):
7851         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7852         * calc/calc-prog.el (calc-read-parse-table):
7853         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7854         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7855         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7856         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7857         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7858         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7859         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7860         * calc/calc-ext.el (calc-realign):
7861         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7862         (calc-embedded-finish-edit, calc-embedded-make-info)
7863         (calc-embedded-finish-command, calc-embedded-stack-change):
7864         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7866         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7867         (overload-docstring-extension): Use that info.
7868         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7869         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7870         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7871         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7872         (semantic-nonterminal-full-name): Add the new `when' info.
7873         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7874         `assert'.
7876         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7877         shell-dynamic-complete-filename in preference to
7878         comint-dynamic-complete-filename.
7880         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7881         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7882         Don't consider whether the display supports colors.
7883         (bookmark-import-new-list): Use dolist.
7884         (bookmark-bmenu-mode-map): Move initialization into declaration.
7885         (bookmark-bmenu-list): Use dolist, simplify.
7886         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7887         (menu-bar-final-items): Use push.
7889 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7891         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7892         it works on remote files.
7893         (vc-hg-diff): Don't pass any `--cwd' argument.
7895 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7897         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7898         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7899         (Further to Bug#3921).
7901 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7903         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7904         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7905         calling `tramp-imap-put-file'.  Add file size to the call.
7906         (tramp-imap-get-file-entries): Compute also user name, file size,
7907         and date.
7908         (tramp-imap-handle-insert-directory): Insert uid and gid.
7909         (tramp-imap-handle-file-attributes): Transform uid and gid
7910         according to `id-format'.
7911         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7912         size in header X-Size.
7914 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7916         * simple.el (transpose-subr): Give clearer error when the mark
7917         is not set.  (Bug#4807)
7919 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7921         * net/tramp.el (tramp-perl-file-truename): New defconst.
7922         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7923         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7924         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7925         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7927         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7928         Ignore `dired-call-process'.
7929         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7931 2009-10-26  Julian Scheid  <julians37@gmail.com>
7933         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7934         (tramp-get-remote-readlink): New defun.
7935         (tramp-handle-file-truename): Use it.
7936         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7937         file exists if cache value present.
7938         (tramp-check-cached-permissions): New defun.
7939         (tramp-handle-file-readable-p): Use it.
7940         (tramp-handle-file-writable-p): Likewise.
7941         (tramp-handle-file-executable-p): Likewise.
7942         (tramp-handle-file-name-all-completions): Try using Perl to get
7943         partial completions.  When perl not available, combine `cd' and
7944         `ls' into single remote operation and use shell expansion to get
7945         partial remote directory contents.  Set `file-exists-p' cache for
7946         directory and any files returned by ls.  Change cache handling to
7947         support partial directory contents.  Use error message emitted by
7948         remote `cd' or Perl code for local tramp-error.
7949         (tramp-do-copy-or-rename-file-directly): Avoid separate
7950         tramp-send-command-and-check call.
7951         (tramp-handle-process-file): Merge three remote ops into one.
7952         Do not flush all caches when `process-file-side-effects' is set.
7953         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7954         file-attributes shows uid/gid to be set already.
7956 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7958         * textmodes/tex-mode.el (tex-dvi-view-command)
7959         (tex-show-queue-command, tex-open-quote):
7960         * progmodes/ruby-mode.el (auto-mode-alist)
7961         (interpreter-mode-alist): Purecopy strings.
7963         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7965         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7966         string for the hook, keymap and abbrev table.
7968         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7970         * x-dnd.el (x-dnd-xdnd-to-action):
7971         * startup.el (fancy-startup-text, fancy-about-text): Change to
7972         defconst from defvar.
7974         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7976         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7977         Purecopy initialization strings.
7979         * mail/sendmail.el (mail-header-separator)
7980         (mail-personal-alias-file):
7981         * mail/rmail.el (rmail-default-dont-reply-to-names)
7982         (rmail-ignored-headers, rmail-retry-ignored-headers)
7983         (rmail-highlighted-headers, rmail-secondary-file-directory)
7984         (rmail-secondary-file-regexp):
7985         * files.el (null-device, file-name-invalid-regexp)
7986         (locate-dominating-stop-dir-regexp)
7987         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7988         (interpreter-mode-alist): Use mapcar instead of mapc.
7990         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7992         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7993         (completion-ignored-extensions):
7994         (debug-ignored-errors): Purecopy strings.
7996 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7998         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7999         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8000         (pcomplete--here): Use push.
8002         * subr.el (all-completions): Declare the 4th arg obsolete.
8004 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8007         (pcomplete-unquote-argument): New function.
8008         (pcomplete--common-suffix): Always pay attention to case.
8009         (pcomplete--table-subvert): Quote and unquote the text.
8010         (pcomplete--common-quoted-suffix): New function.
8011         (pcomplete-std-complete): Use it and pcomplete-begin.
8013         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8014         we're inside a dedicated or minibuffer window.
8016 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8018         * cedet/semantic/fw.el (semantic-alias-obsolete)
8019         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8020         (define-mode-overload-implementation):
8021         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8022         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8023         * cedet/semantic/util.el (semantic-file-token-stream)
8024         (semantic-something-to-stream):
8025         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8026         (semantic-expand-nonterminal):
8027         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8028         (semantic-find-dependency, semantic-find-nonterminal)
8029         (semantic-find-dependency):
8030         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8031         (semantic-flex-text, semantic-flex-make-keyword-table)
8032         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8033         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8034         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8035         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8036         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8037         (semantic-after-idle-scheduler-reparse-hooks):
8038         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8039         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8040         * cedet/semantic.el (semantic-toplevel-bovine-table)
8041         (semantic-toplevel-bovine-cache)
8042         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8043         (semantic-init-mode-hooks, semantic-init-db-hooks)
8044         (semantic-bovination-working-type): Provide the `when' arg.
8046 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8048         * bookmark.el: Update documentation, especially documentation
8049         of `bookmark-alist' and of the bookmark file format.
8050         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8052 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8054         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8055         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8056         window to buffer.
8058         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8059         (global-whitespace-mode, global-whitespace-newline-mode)
8060         (whitespace-toggle-options, global-whitespace-toggle-options):
8061         Doc fix (Bug#3660).
8063         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8064         of xmltok-start before the end tag was inserted (Bug#2840).
8066         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8067         patterns that are preceded by an open-paren (Bug#1320).
8069 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8071         * files.el (delete-directory): Delete symlinks to directories with
8072         delete-file (Bug#4739).
8074 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8076         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8077         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8078         argument to make-obsolete.
8080         * cedet/semantic/fw.el (semantic-alias-obsolete)
8081         (semantic-varalias-obsolete): Add optional WHEN argument.
8083 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8085         * vc.el (vc-backend-for-registration): Rename from
8086         vc-get-backend-for-registration.  Update callers.
8088         * international/mule-cmds.el (set-language-info-alist):
8089         Purecopy lang-env.
8090         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8091         (charset): Purecopy the name.
8092         (define-char-code-property): Purecopy string arguments.
8094         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8095         Purecopy string arguments.
8097         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8098         * ediff-hook.el (menu-bar-ediff-menu):
8099         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8100         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8102 2009-10-24  Glenn Morris  <rgm@gnu.org>
8104         * comint.el (comint-dynamic-list-completions):
8105         * term.el (term-dynamic-list-completions): Use choose-completion rather
8106         than obsolete alias mouse-choose-completion.
8108         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8109         file-cache-choose-completion.
8110         (file-cache-choose-completion): Handle an optional event argument.
8111         (file-cache-mouse-choose-completion): Make it an obsolete alias.
8113         * progmodes/octave-mod.el (octave-complete-symbol):
8114         Use choose-completion if mouse-choose-completion is ever removed.
8116         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8117         use.
8119         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8120         compiler.
8122         * vc-hooks.el (vc-responsible-backend): Fix declaration.
8124 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8126         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8127         Ignore `pred' now that we receive one.
8128         Handle test-completion specially.
8130 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8132         * vc.el (vc-responsible-backend): Throw an error if not backend is
8133         found.  Remove the REGISTER argument.  Move the code dealing with
8134         REGISTER ...
8135         (vc-get-backend-for-registration): ... here.  New function.
8136         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8137         of vc-responsible-backend, pass the file name instead of the
8138         directory name.
8140 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8143         New funs.
8144         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
8145         (pcomplete-comint-setup): Don't modify a global var via
8146         accidental side-effects.
8147         (pcomplete-shell-setup): Adjust call accordingly.
8148         (pcomplete-parse-comint-arguments): Use push.
8150 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
8152         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8153         Allow uncapitalized info node names (Bug#3921).
8155         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8156         to the DEBUG file (Bug#3781).
8158 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
8160         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8161         dictionary entry (Bug#4579).
8163 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
8165         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8166         from `rfn-eshadow-update-overlay-hook' when unloading.
8167         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8168         "rsyncc".  Adjust doc string.
8169         (tramp-temp-buffer-file-name): New buffer-local defvar.
8170         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8171         Keep temporary file when indicated by method ("rsync" and
8172         "rsyncc").
8173         (tramp-handle-write-region): Handle APPEND.
8174         (tramp-delete-temp-file-function): New defun.  Added to
8175         `kill-buffer-hook'.
8177 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
8179         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8181 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8183         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8184         (color-name-rgb-alist, tty-standard-colors)
8185         (tty-color-mode-alist): Change to defconst.
8187         * simple.el (mark-inactive): Purecopy message.
8189         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8190         (global-map, yank-menu):
8191         * textmodes/ispell.el (ispell-menu-map):
8192         * net/eudc.el (eudc-tools-menu):
8193         * international/mule-cmds.el (describe-language-environment-map)
8194         (setup-language-environment-map, set-coding-system-map)
8195         (mule-menu-keymap):
8196         * vc-hooks.el (vc-menu-entry, vc-menu-map):
8197         * replace.el (occur-mode-map):
8198         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8200 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
8202         * calc/calc.el (math-read-number, math-read-number-simple): Use
8203         `save-match-data'.
8205 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8208         rather than fiddling with global-map bindings, since it should only
8209         affect per-terminal settings.
8210         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8212         * minibuffer.el (completion-table-with-terminator): Allow to specify
8213         the terminator-regexp.
8215         * simple.el (switch-to-completions): Look for *Completions* in other
8216         frames as well.
8218         * pcomplete.el: Allow the use of completion-tables.
8219         (pcomplete-std-complete): New command.
8220         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8221         (pcomplete--here): Use a function for `form' rather than an expression,
8222         so it can be byte-compiled.
8223         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8224         Add edebug declaration.
8225         (pcomplete-show-completions): Remove unused var `curbuf'.
8226         (pcomplete-do-complete, pcomplete-stub):
8227         Don't assume `completions' is a list of strings any more.
8229 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8231         * find-dired.el (find-name-arg): Fix typo in docstring.
8233 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8235         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8236         (pcmpl-linux-fs-types): Same, and update to new modules layout.
8238         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8239         pcomplete-entries.
8241         * comint.el (comint-read-input-ring, comint-write-input-ring)
8242         (comint-substitute-in-file-name)
8243         (comint-dynamic-complete-as-filename)
8244         (comint-dynamic-simple-complete)
8245         (comint-dynamic-list-filename-completions)
8246         (comint-dynamic-list-completions)
8247         (comint-redirect-results-list-from-process): Minor simplifications.
8249 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8251         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8252         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8253         the first form.  And insert a blank line after ";;; Code" since
8254         that's usual style.  (Bug#4612)
8256         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8258 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * minibuffer.el (completion-table-with-terminator): Properly implement
8261         boundaries, in case `terminator' appears in the suffix.
8262         (completion--embedded-envvar-table): Don't return boundaries if
8263         there's no valid completion.  Simplify.
8264         (completion-file-name-table): New completion table extracted from
8265         completion--file-name-table.
8266         (completion--file-name-table): Use it.
8267         (read-file-name-predicate): Declare obsolete.
8268         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8269         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8270         completion-file-name-table, and use the `pred' argument.
8271         * files.el (locate-file-completion-table): Use the `pred' arg rather
8272         than read-file-name-predicate.
8273         (abbreviate-file-name): Use \` rather than ^ for BOS.
8275 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8277         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8278         vc-responsible-backend to register, it causes problems.
8280 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8282         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8284 2009-10-21  Eric Ludlam  <zappo@gnu.org>
8286         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8287         (semantic-c-debug-mode-init-pch): New functions.
8288         (semantic-c-debug-mode-init-last-mode): New var.
8289         (semantic-c-parse-lexical-token): Use them.
8291         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8292         When extracting the argument list, limit only by point-max.
8294 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
8296         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8297         (tramp-smb-handle-file-attributes): Use it.
8298         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8299         (tramp-smb-handle-insert-directory): Use `mapc' rather than
8300         `mapcar'.  Use `tramp-smb-get-stat-capability'.
8301         Add `dired-filename' text properties.
8302         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8303         (tramp-smb-maybe-open-connection): Simplify check for smbclient
8304         version.
8306 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         * subr.el (read-key-delay): Reduce to 0.01.
8309         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8310         (bug#4751).
8312 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8316         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8317         (Info-menu): Remove unused vars `last' and `completions'.
8318         (Info-index-nodes): Remove unused var `node'.
8320         * info.el (Info-complete-menu-item): Use complete-with-action.
8322 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
8324         Make vc-annotate work through copies and renames.
8325         * vc-annotate.el (vc-annotate-extract-revision-at-line):
8326         Return the file name too.
8327         (vc-annotate-revision-at-line)
8328         (vc-annotate-find-revision-at-line)
8329         (vc-annotate-revision-previous-to-line)
8330         (vc-annotate-show-log-revision-at-line): Update to get the file
8331         name from vc-annotate-extract-revision-at-line.
8332         (vc-annotate-show-diff-revision-at-line-internal): Change the
8333         argument to mean whether to show a file diff or not.  Get the file
8334         name from vc-annotate-extract-revision-at-line.
8335         (vc-annotate-show-diff-revision-at-line):
8336         Update vc-annotate-show-diff-revision-at-line call.
8337         (vc-annotate-warp-revision): Add an optional file argument.
8339         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8340         (vc-git-annotate-extract-revision-at-line): Also return the file
8341         name if found.
8343         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8344         command.  Remove unused code.
8345         (vc-hg-annotate-re): Update to match --follow output.
8346         (vc-hg-annotate-extract-revision-at-line): Also return the file
8347         name if found.
8349         * vc.el: Update annotate-extract-revision-at-line documentation.
8351 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8353         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8354         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8356         * net/browse-url.el (browse-url): Identify alist with "consp and
8357         not functionp" and let all other things go down the `apply' leg,
8358         as suggested by Stefan.  (Further to bug#4531.)
8360 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8362         * minibuffer.el (read-file-name): Check for repeat before putting
8363         a default argument in file-name-history (Bug#4657).
8365         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8366         read syntax (Bug#4737).
8368         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8370 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8372         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8373         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8374         entries and make note of obsolete tags.
8376 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8378         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8380 2009-10-18  Glenn Morris  <rgm@gnu.org>
8382         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8383         grep, so that binary files (eg international/uni-bidi.el) can match.
8384         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8385         now, and in any case the file header format has changed.
8387 2009-10-17  Glenn Morris  <rgm@gnu.org>
8389         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8390         (flyspell-get-word, flyspell-large-region)
8391         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8393 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8395         * Makefile.in (ELCFILES): Add ede/shell.
8397 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8399         * term/common-win.el (x-colors): Purecopy it.
8401 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8404         permissive for when the buffer is empty.
8405         (tar-header-block-tokenize): Decode the username and groupname.
8406         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8408 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8410         * cedet/srecode/srt.el:
8411         * cedet/srecode/compile.el:
8412         * cedet/semantic/mru-bookmark.el:
8413         * cedet/semantic/debug.el:
8414         * cedet/semantic/complete.el:
8415         * cedet/semantic/analyze.el: Require CL when compiling.
8417 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8419         * cedet/semantic/scope.el
8420         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8421         tmpscope so that the regular scope will continue to work.
8423         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8424         Use semantic-idle-summary-highlight-face as the highlighting.
8426         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8427         contains multibyte characters, choose first applicable coding
8428         system automatically.
8430         * cedet/ede/project-am.el (project-run-target): New method.
8431         (project-run-target): New method.
8433         * cedet/ede.el (ede-target): Add run target menu item.
8434         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8435         (ede-run-target): New function.
8436         (ede-target::project-run-target): New method.
8438         * cedet/ede/proj.el (project-run-target): New method.
8440         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8441         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8442         Add :rules.
8443         (ede-proj-target-makefile-shared-object): Only libtool compilers
8444         now available.  Add linkers for libtool.
8445         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8446         (ede-proj-makefile-target-name): Always use .la extension.
8448         * cedet/ede/proj-prog.el (project-run-target): New method.
8450         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8451         (ede-g++-linker): Change Change link lines.
8453         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8454         When searching for old variables, go to the end of the buffer and
8455         search backward from there.
8456         (ede-proj-makefile-automake-insert-subdirs)
8457         (ede-proj-makefile-automake-insert-extradist): New methods.
8458         (ede-proj-makefile-create): Use them.
8460         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8461         Force FILE to expand to the current target.  Use file-exists-p to
8462         check that it exists.
8464         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8465         (ede-linux-load): Wrap dir in file-name-as-directory.
8466         Set :version slot.
8468         * cedet/ede/files.el (ede-get-locator-object): When enabling
8469         locate, do so on "top".
8471         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8472         file-name-as-directory during compare.
8473         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8474         Get version number from different places.  Don't call egrep.
8475         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8476         to set the directory.
8478         * cedet/ede/shell.el: New file.
8480         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8481         alpha/beta variants.
8483 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8485         * international/mule-cmds.el (select-safe-coding-system): If the file
8486         has a coding cookie, use it regardless of any other setting (bug#4712).
8488 2009-10-17  Glenn Morris  <rgm@gnu.org>
8490         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8491         All errors should have messages.
8493         * foldout.el (foldout-mouse-swallow-events):
8494         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8496         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8497         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8498         (dired-keep-marker-symlink, dired-dwim-target)
8499         (dired-copy-preserve-time): Do not autoload these defcustoms.
8501         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8502         messages from messing up the file coding.  (Bug#4623)
8504 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8506         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8507         if no match is found for the current dictionary.  (Bug#4578)
8509         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8510         optional, since that is how it is documented, and this is often called
8511         with a nil argument.  (Bug#4577)
8512         (flyspell-external-point-words, flyspell-auto-correct-word)
8513         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8514         (flyspell-word-search-backward): Remove nil argument in calls to
8515         flyspell-get-word, since it is not needed now.
8517 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8519         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8521 2009-10-16  Glenn Morris  <rgm@gnu.org>
8523         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8525 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8527         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8528         (ange-ftp-file-size): New function.
8529         (ange-ftp-file-attributes): Use it.
8531 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8533         * net/tramp-smb.el (tramp-smb-version): New defvar.
8534         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8535         repeated checks.
8537 2009-10-16  Glenn Morris  <rgm@gnu.org>
8539         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8540         Maybe copy some custom properties from old to new name.  (Bug#4706)
8542 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8544         * subr.el (error, sit-for, start-process-shell-command)
8545         (start-file-process-shell-command): Set the calling convention
8546         after the function definition.
8548 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * subr.el (error, sit-for, start-process-shell-command)
8551         (start-file-process-shell-command): Use the new
8552         set-advertised-calling-convention feature.
8554 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8556         * international/ucs-normalize.el (ucs-normalize-version):
8557         Change to 1.2.
8558         (check-range): Adjust for Unicode 5.2.
8560 2009-10-15  Juri Linkov  <juri@jurta.org>
8562         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8563         to the `menu-item' format.
8565 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8567         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8568         if the environment variable does not exist.
8570         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8571         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8572         parameter.
8573         (tramp-smb-handle-add-name-to-file)
8574         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8575         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8576         (tramp-smb-handle-file-attributes)
8577         (tramp-smb-do-file-attributes-with-stat)
8578         (tramp-smb-handle-file-local-copy)
8579         (tramp-smb-handle-insert-directory)
8580         (tramp-smb-handle-make-directory)
8581         (tramp-smb-handle-make-directory-internal)
8582         (tramp-smb-handle-make-symbolic-link)
8583         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8584         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8585         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8586         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8587         Handle long file names.
8588         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8589         process is running.
8590         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8591         Read share names with "-g" option.
8593 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8595         * net/rcirc.el (rcirc-view-log-file): New command.
8596         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8597         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8598         specified.
8600 2009-10-15  Glenn Morris  <rgm@gnu.org>
8602         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8603         from the second command-line argument.
8604         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8605         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8606         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8607         w32-batch-update-autoloads.
8608         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8609         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8611         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8612         the headers cannot be located.  Simplify, subtracting superflous
8613         save-excursions.
8615 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8617         Replace completion-base-size by completion-base-position to fix bugs
8618         such as (bug#4699).
8619         * simple.el (completion-base-position): New var.
8620         (completion-base-size): Mark as obsolete.
8621         (choose-completion): Make it work for mouse events as well.
8622         Pass the new base-position to choose-completion-string.
8623         (choose-completion-guess-base-position): New function, extracted from
8624         choose-completion-delete-max-match.
8625         (choose-completion-delete-max-match): Use it.  Make obsolete.
8626         (choose-completion-string): Use the new base-position info.
8627         (completion-root-regexp): Delete.
8628         (completion-setup-function): Preserve completion-base-position.
8629         Eliminate obsolete base-size manipulation.
8630         * minibuffer.el (display-completion-list): Don't mess with base-size.
8631         (minibuffer-completion-help): Set completion-base-position instead.
8632         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8633         choose-completion.
8634         * textmodes/bibtex.el (bibtex-complete):
8635         * emacs-lisp/crm.el (crm--choose-completion-string):
8636         Adjust to new calling convention.
8637         * complete.el (partial-completion-mode): Use minibufferp to avoid
8638         bumping into incompatible change to choose-completion-string-functions.
8639         * ido.el (ido-choose-completion-string): Make its calling convention
8640         more permissive.
8641         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8642         base-size manipulation.
8643         (comint-dynamic-list-input-ring): Use dotimes and push.
8644         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8645         fundamental-mode.  Use `or'.
8647 2009-10-14  Juri Linkov  <juri@jurta.org>
8649         * misearch.el (multi-isearch-next-buffer-from-list)
8650         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8652 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8654         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8655         `bytecomp.el'.
8657         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8658         string we return is all made up of text from the completions rather
8659         than part from the completions and part from the input (bug#4219).
8661         * ido.el (ido-everywhere): Use define-minor-mode.
8663         * buff-menu.el (list-buffers, ctl-x-map):
8664         Mark the entry points with ;;;###autoload cookies.
8666 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8668         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8669         correctly in the detached head case.
8670         (vc-git-print-log): Remove unused binding.
8672         * vc.el (vc-responsible-backend): When a directory is passed for
8673         for registration create a VC repository if no backend is
8674         responsible for the directory argument.
8675         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8677         * vc.el: Move comments about RCS and SCCS ...
8678         * vc-rcs.el:
8679         * vc-sccs.el: ... here, respectively.
8681 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8683         * minibuffer.el (completion--file-name-table): Return nil if there's
8684         no file completion, even if substitute-in-file-name changed
8685         the string (bug#4708).
8687 2009-10-13  Juri Linkov  <juri@jurta.org>
8689         * files-x.el (read-file-local-variable-value): Don't filter out
8690         minor modes from mode name completion (bug#4664).
8692 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8694         * international/mule-cmds.el (ucs-names): Remove exclusion of
8695         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8697 2009-10-13  Kenichi Handa  <handa@m17n.org>
8699         * international/uni-name.el: Regenerated.
8701 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8703         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8704         should be automatically buffer-local, but isn't.)
8706 2009-10-12  Sam Steingold  <sds@gnu.org>
8708         * progmodes/compile.el (compilation-next-error-function): Fix the
8709         timestamps if the buffer has been visited before.
8710         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8711         non-anchored patterns, like the perl one (bug#3928).
8713 2009-10-12  Glenn Morris  <rgm@gnu.org>
8715         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8716         Let-bind `size'.
8718 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8720         * proced.el (proced-unload-function): New function.
8722         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8723         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8724         Doc fix.
8726         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8728 2009-10-11  Juri Linkov  <juri@jurta.org>
8730         * files-x.el (read-file-local-variable-value):
8731         Provide default value only for bound variables (bug#4664).
8733 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8735         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8736         connection methods like smb.
8738         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8739         can be empty.
8741         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8742         (tramp-smb-file-name-handler-alist): Add handlers for
8743         `add-name-to-file', `make-symbolic-link'.
8744         (tramp-smb-handle-add-name-to-file)
8745         (tramp-smb-do-file-attributes-with-stat)
8746         (tramp-smb-handle-make-symbolic-link)
8747         (tramp-smb-get-cifs-capabilities): New defuns.
8748         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8749         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8750         (tramp-smb-handle-file-local-copy)
8751         (tramp-smb-handle-make-directory-internal)
8752         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8753         The file name syntax depends on cifs capabilities.
8754         (tramp-smb-handle-file-attributes):
8755         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8756         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8757         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8759 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
8761         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8762         (eieio-defclass): Apply deftype handler and setf-method properties
8763         directly.
8764         (eieio-add-new-slot): Avoid union function from cl library.
8765         (eieio--typep): New function.
8766         (eieio-perform-slot-validation): Use it.
8768 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8770         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8771         Update documentation to refer to the variables documented in r1.135.
8772         (Bug#4188)
8774 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8776         * bookmark.el (Info-suffix-list): Remove this unused variable.
8777         (bookmark-current-point): Remove this obsolete variable.
8778         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8779         Adjust for removal of bookmark-current-point.
8781         (bookmarks-already-loaded, bookmark-current-buffer)
8782         (bookmark-yank-point): Document.  (Bug#4188)
8784 2009-10-10  Glenn Morris  <rgm@gnu.org>
8786         * frame.el (frame-height): Doc fix.
8788         * calendar/calendar.el (calendar-split-width-threshold): New option.
8789         (calendar-basic-setup): Use calendar-split-width-threshold.
8791 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
8793         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8794         Use .la for Automake.
8796 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
8798         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8799         Use "autoreconf -i".  Suggested by Andreas Schwab.
8801 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
8803         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8804         Ideographic Supplement" range (U+1F200..U+1F2FF).
8806 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8808         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8809         since the list will have been rebuilt anyway.  (Bug#4349)
8811 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8813         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8814         (bookmark-bmenu-execute-deletions): Don't save here, as
8815         bookmark-delete will now do so if necessary.
8816         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8817         (Bug#4348)
8819 2009-10-09  Glenn Morris  <rgm@gnu.org>
8821         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8823 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8825         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8826         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8827         argument now, so the two function's behaviors will match.  (Bug#3645)
8829 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8831         * cedet/ede/proj.el (project-make-dist, project-compile-project):
8832         Fix filename test.
8833         (ede-proj-dist-makefile): Use expand-file-name instead of concat
8834         to expand file names.
8836 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8838         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8839         (tramp-file-name-real-host, tramp-file-name-port):
8840         Apply `save-match-data'.
8842         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8843         case both directories are remote.
8844         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8845         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8847 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8849         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8850         (ede-proj-target-makefile-objectcode): Use it.
8852         * cedet/ede/source.el (ede-want-any-source-files-p)
8853         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8854         Return search result.  This error was introduced while merging.
8856 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8858         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8860 2009-10-07  Glenn Morris  <rgm@gnu.org>
8862         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8863         of concat.
8865 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8867         * files-x.el (read-file-local-variable): Include some
8868         non-user-variables in the completion table (bug#4664).
8870 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8872         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8873         message.
8875         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8876         (tramp-smb-file-name-handler-alist): Add handler for
8877         `copy-directory', `expand-file-name', `set-file-modes'.
8878         (tramp-smb-handle-copy-directory)
8879         (tramp-smb-handle-expand-file-name)
8880         (tramp-smb-handle-set-file-modes): New defuns.
8881         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8882         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8883         entry.
8884         (tramp-smb-handle-insert-directory): Don't flush the cache.
8885         (tramp-smb-maybe-open-connection): Check for samba client and
8886         server versions.
8888 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8890         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8891         to not error out of search for "^lisp=" fails.
8893 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8895         * makefile.w32-in (WINS_UPDATES): New macro.
8896         (custom-deps, finder-data, autoloads): Use it.
8898 2009-10-07  Glenn Morris  <rgm@gnu.org>
8900         * Makefile.in (autoloads): Revert previous change.
8901         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8902         the list of preloaded files passed on the command-line, get
8903         it from src/Makefile.
8905         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8906         show the original buffer rather than a random one.
8908 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8910         * help.el (describe-no-warranty): Place point in a slightly better
8911         position in the GPLv3 text.
8913 2009-10-06  Sam Steingold  <sds@gnu.org>
8915         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8916         the comm attribute is present before calling regexp-quote.
8918 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8920         * play/animate.el (animate-string): For good effect, make sure
8921         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8923         * play/animate.el (animate-sequence, animate-birthday-present):
8924         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8926 2009-10-06  Glenn Morris  <rgm@gnu.org>
8928         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8930         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8931         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8932         (batch-update-autoloads): Process a string value of autoload-excludes,
8933         set during the build process.
8934         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8936         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8937         inside with-parsed...  macro so that `v' is defined.
8939         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8940         * progmodes/fortran.el (fortran-end-of-block)
8941         (fortran-beginning-of-block):
8942         Also push mark in the macro case.
8944         * emerge.el (emerge-show-file-name):
8945         * calc/calc.el (calc-quit):
8946         * calc/calc-misc.el (calc-big-or-small):
8947         * calc/calc-graph.el (calc-graph-view):
8948         * calc/calc-ext.el (calc-reset):
8949         * calendar/calendar.el (calendar-basic-setup):
8950         Use window-full-height-p.
8952         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8953         header we don't understand, don't insert another.  (Bug#4624)
8954         If changing mime charset, insert the new one in the right place.
8956 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8958         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8959         (cal-tex-cursor-month): Correctly increment the end date for diary and
8960         holiday listing.  (Bug#4626)
8962 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8964         * help-fns.el (describe-function-1): Don't burp if the function is not
8965         a symbol.
8967 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8969         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8970         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8971         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8972         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8974         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8975         (eieio-default-superclass): Reflow docstrings.
8976         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8977         (eieio-unbind-method-implementations, defmethod)
8978         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8979         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8980         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8981         (eieio-slot-originating-class-p, eieio-slot-name-index)
8982         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8983         (constructor, initialize-instance, no-next-method, object-print)
8984         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8985         Fix typos in docstrings.
8986         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8987         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8988         (next-method-p): Doc fixes.
8989         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8990         Fix typos in error messages.
8991         (eieio-defmethod): Fix typo in description of generic method.
8993         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8994         (eieio-persistent-save-interactive, slot-missing):
8995         Fix typos in docstrings.
8996         (eieio-instance-inheritor-slot-boundp): Doc fix.
8998         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8999         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9001         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9002         (eieio-custom-object-apply-reset):
9003         Fix typos in docstrings and error messages.
9005         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9006         Fix typo in docstring.
9008         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9009         (eieio-browse-tree): Doc fix.
9010         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9011         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9012         Fix typos in docstrings.
9014         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9015         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9016         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9017         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9018         Reflow docstrings.
9020 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9022         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9023         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9024         Set log-view-vc-backend so that diff can work.
9026         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9027         vc-version-diff.
9028         (vc-diff-internal): Autoload this instead of vc-version-diff.
9030 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9032         * simple.el (eval-expression): Doc fix.
9034         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9036 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9038         * files.el (directory-files-no-dot-files-regexp): New defconst.
9039         (delete-directory): Use it.
9040         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9042         * net/tramp.el (tramp-verbose): Fix docstring.
9043         (tramp-methods): Add recursive option to `tramp-copy-args'.
9044         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9045         "scp1_old", "scp2_old", "rsync", "rsyncc".
9046         (tramp-default-method): Check also for `auth-source-user-or-password'.
9047         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9048         Add handler for `copy-directory'.
9049         (tramp-handle-copy-directory): New defun.
9050         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9051         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9052         Optimize sent command.
9054 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9056         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9057         window if necessary.
9059         * calendar/calendar.el (calendar-basic-setup): Don't call
9060         switch-to-buffer in a dedicated window.
9062 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9064         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9065         don't do anything related to relocating, just return nil.
9066         (bookmark-error-no-filename): New error.
9067         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9068         bookmark has no file.  Don't even attempt to handle things that
9069         are not files; the whole point of custom handlers is to keep that
9070         knowledge elsewhere anyway.  Tighten some comments.
9071         (bookmark-file-or-variation-thereof): Remove now-unused function.
9072         (bookmark-location): Doc string fix.
9073         (Bug#4250)
9075 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9077         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9078         don't use a file dialog, because they usually don't know how to read
9079         a directory target from the user.  (Bug#4230)
9080         Also, make sure the prompt can display directories as well as files.
9082 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9084         * bookmark.el (bookmark-set, bookmark-buffer-name):
9085         Improve doc strings.  (Bug#1193)
9087 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9089         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9090         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9091         (bookmark-get-annotation, bookmark-set-annotation)
9092         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9093         (bookmark-set-position, bookmark-get-front-context-string)
9094         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9095         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9096         (bookmark-jump-other-window, bookmark-handle-bookmark)
9097         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9098         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9099         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9100         Improve doc strings to say whether bookmark can be a string or
9101         a record or both, and make other consistency and clarity fixes.
9102         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9103         (bookmark-default-annotation-text, bookmark-yank-word)
9104         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9105         (bookmark-import-new-list, bookmark-maybe-rename)
9106         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9107         (bookmark-bmenu-bookmark): Give these doc strings.
9108         (bookmark-bmenu-check-position): Give this a doc string, but also
9109         add a FIXME comment about how the function may be pointless.
9110         (bookmark-default-handler): Rework doc string and change a
9111         parameter name, to clarify that this takes a bookmark record
9112         not a bookmark name.
9113         (bookmark-set): Change a parameter name to indicate its meaning,
9114         and improve the doc string a bit.
9115         (Bug#4188)
9117 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9119         * bookmark.el (bookmark-alist): Document the new `handler' element
9120         in the param alist.
9121         (bookmark-make-record-function): Adjust documentation for above.
9122         (Bug#4193)
9124 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9126         * info.el (Info-bookmark-make-record): Document this function.
9127         (Info-bookmark-jump): Document with a doc string, not just a comment.
9128         (Bug#4203)
9130 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9132         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9133         (semantic-new-buffer-fcn): Call parser setup functions here.
9134         (semantic-mode): Don't call parser setup functions here, it's done
9135         in semantic-new-buffer-fcn now.
9136         (semantic-mode): Parse all existing buffers when enabled.
9138         * cedet/srecode/compile.el (srecode-compile-file):
9139         Call semantic-new-buffer-fcn if the buffer has not been parsed.
9141 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9143         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9145         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9146         (proj-comp-insert-variable-once): New macro, renamed from
9147         ede-pmake-insert-variable-once in ede/pmake.edl.
9148         (ede-proj-makefile-insert-variables): Use it.
9150 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
9152         * files.el (copy-directory): New defun.
9154         * dired-aux.el (dired-copy-file-recursive): Use it.
9156 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9158         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9159         (makefile-end-of-command):
9160         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9161         (semantic-end-of-context): Fix previous change.  Doc fixes.
9163 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9165         * files-x.el (modify-dir-local-variable)
9166         (copy-dir-locals-to-file-locals-prop-line):
9167         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9168         (makefile-end-of-command):
9169         * cedet/semantic/lex.el (semantic-lex-token):
9170         * cedet/semantic/analyze/fcn.el
9171         (semantic-analyze-dereference-metatype-1):
9172         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9173         (semantic-lex-cpp-undef):
9174         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9175         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9176         (semantic-end-of-context): Fix typos in docstrings.
9178         * recentf.el (recentf-unload-function): New function.
9180 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9182         * cedet/ede.el (ede-project-placeholder-cache-file):
9183         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9184         * cedet/srecode/map.el (srecode-map-save-file):
9185         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
9187 2009-10-04  Glenn Morris  <rgm@gnu.org>
9189         * window.el (window-full-height-p): Add doc string.
9191 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
9193         * window.el (window-full-height-p): New function.  (Bug#4543)
9195 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
9197         * cedet/srecode/insert.el: Require srecode/args.
9199         * cedet/srecode/args.el: Require srecode/dictionary instead of
9200         srecode/insert.
9202         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9204         * files.el (auto-mode-alist): Add .srt and Project.ede.
9206         * cedet/semantic.el (semantic-mode):
9207         Handle srecode-template-mode-hook as well.
9208         (semantic-mode): Use js-mode-hook for Javascript hook.
9210         * cedet/srecode/template.el: Remove hook variable.
9212         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9214         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9215         projects exist.
9216         (ede-project-placeholder-cache-file): Default to a file in
9217         user-emacs-directory.
9219         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9220         templates in data-directory.
9221         (srecode-map-save-file): Default to a file in user-emacs-directory.
9223         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9224         directory.
9226 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9228         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9229         Doc fix.
9231         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9232         Only insert each variable once.
9234         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9235         (ede-pmake-insert-variable-shared): Use it.
9237         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9238         for lexical table iff table is nil.
9240 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
9242         * vc.el: Remove commented out code.
9243         (vc-derived-from-dir-mode): Remove, unused.
9244         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9246 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
9248         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9249         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
9250         there could be recursive loading when `default-directory' is a
9251         remote file name.  (Bug#4614)
9253 2009-10-03  Glenn Morris  <rgm@gnu.org>
9255         * calendar/calendar.el (calendar-basic-setup): Handle the case where
9256         the frame is wide.
9257         (calendar-generate-window): Test for shrinkability rather than width.
9259         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9260         declaration, currently false.
9262         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9263         reusing existing buffers, in case we happen to visit two files with the
9264         same basename.  (Bug#4593)
9266 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9268         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9269         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9270         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9271         subdirs of cedet as well.
9272         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9274 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9276         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9277         Obey advertised-signature-table.
9279         * help-fns.el (help-function-arglist): Don't check
9280         advertised-signature-table.
9281         (describe-function-1): Do it here instead so it also applies to subrs.
9283 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
9285         * simple.el (start-file-process): Say in the doc-string, that file
9286         handlers might not support pty association, if PROGRAM is nil.
9288         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9289         HOST and USER are strings.  They are nil, when there are
9290         incomplete entries in ~/.netrc, for example.
9291         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
9292         root directory ("device busy" error otherwise).
9294         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9295         Flush file properties of created directory.
9297 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9299         * makefile.w32-in (WINS_BASIC): Remove cedet.
9300         (WINS_CEDET): Add cedet.
9301         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9303 2009-10-02  Kevin Ryde  <user42@zip.com.au>
9305         * net/browse-url.el (browse-url): Pass any symbol in
9306         browse-url-browser-function to `apply', since if you've mistakenly put
9307         an unbound symbol then the error is clearer.  (Bug#4531)
9309 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9311         * allout.el (allout-init, allout-back-to-current-heading)
9312         (allout-beginning-of-current-entry, allout-ascend-to-depth)
9313         (allout-ascend, allout-up-current-level, allout-end-of-level)
9314         (allout-previous-visible-heading, allout-forward-current-level)
9315         (allout-backward-current-level, allout-show-children):
9316         * apropos.el (apropos-describe-plist):
9317         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9318         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9319         * completion.el (add-completion, add-permanent-completion):
9320         * descr-text.el (describe-text-category, describe-char):
9321         * desktop.el (desktop-lazy-abort):
9322         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9323         * dired.el (dired-build-subdir-alist):
9324         * ediff.el (ediff-version):
9325         * elide-head.el (elide-head, elide-head-show):
9326         * emerge.el (emerge-version):
9327         * env.el (getenv):
9328         * face-remap.el (variable-pitch-mode):
9329         * faces.el (describe-face):
9330         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9331         (dired-at-point):
9332         * files.el (find-file-existing, auto-save-mode):
9333         * font-lock.el (font-lock-fontify-buffer):
9334         * help-fns.el (describe-function, describe-variable)
9335         (describe-syntax, describe-categories):
9336         * help.el (view-lossage, describe-bindings, describe-key)
9337         (describe-mode):
9338         * hexl.el (hexl-current-address):
9339         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9340         * info.el (Info-goto-emacs-key-command-node):
9341         * log-edit.el (log-edit-insert-cvs-template)
9342         (log-edit-insert-cvs-rcstemplate):
9343         * menu-bar.el (menu-bar-mode):
9344         * mouse.el (mouse-appearance-menu):
9345         * newcomment.el (comment-indent-new-line):
9346         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9347         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9348         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9349         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9350         * recentf.el (recentf-mode):
9351         * savehist.el (savehist-mode, savehist-save):
9352         * shadowfile.el (shadow-copy-files):
9353         * simple.el (kill-ring-save, next-line, previous-line)
9354         (normal-erase-is-backspace-mode):
9355         * strokes.el (strokes-update-window-configuration)
9356         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9357         (strokes-xpm-for-stroke):
9358         * time.el (emacs-uptime, emacs-init-time):
9359         * tutorial.el (tutorial--describe-nonstandard-key)
9360         (tutorial--detailed-help):
9361         * type-break.el (type-break-mode)
9362         (type-break-mode-line-message-mode, type-break-query-mode)
9363         (type-break-guesstimate-keystroke-threshold):
9364         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9365         * version.el (emacs-version):
9366         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9367         * winner.el (winner-mode):
9368         * calendar/timeclock.el (timeclock-in, timeclock-out)
9369         (timeclock-status-string, timeclock-change)
9370         (timeclock-workday-remaining-string)
9371         (timeclock-workday-elapsed-string)
9372         (timeclock-when-to-leave-string):
9373         * calendar/todo-mode.el (todo-add-category):
9374         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9375         * emacs-lisp/autoload.el (update-file-autoloads):
9376         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9377         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9378         (checkdoc-message-text, checkdoc-defun):
9379         * emacs-lisp/debug.el (debugger-list-functions):
9380         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9381         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9382         (eieio-describe-generic):
9383         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9384         * emacs-lisp/shadow.el (list-load-path-shadows):
9385         * emulation/cua-base.el (cua-mode):
9386         * emulation/edt.el (edt-set-scroll-margins):
9387         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9388         (tpu-toggle-regexp, tpu-toggle-search-direction)
9389         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9390         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9391         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9392         (viper-set-parsing-style-toggling-macro)
9393         (viper-set-emacs-state-searchstyle-macros):
9394         * emulation/viper.el (viper-set-hooks):
9395         * eshell/esh-mode.el (eshell-truncate-buffer):
9396         * international/mule-cmds.el (prefer-coding-system)
9397         (describe-input-method, describe-language-environment):
9398         * international/mule-diag.el (list-character-sets)
9399         (describe-character-set, describe-coding-system)
9400         (describe-fontset, list-fontsets, list-input-methods):
9401         * mail/sendmail.el (mail-signature):
9402         * net/ange-ftp.el (ange-ftp-copy-file):
9403         * net/browse-url.el (browse-url):
9404         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9405         * net/quickurl.el (quickurl-add-url):
9406         * net/rcirc.el (names, topic):
9407         * net/xesam.el (xesam-mode):
9408         * play/5x5.el (5x5-new-game):
9409         * play/yow.el (apropos-zippy):
9410         * progmodes/ada-mode.el (ada-mode-version):
9411         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9412         (f90-end-of-block)
9413         (f90-beginning-of-block):
9414         * progmodes/fortran.el (fortran-end-of-block)
9415         (fortran-beginning-of-block):
9416         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9417         * progmodes/python.el (python-describe-symbol, python-shell):
9418         * term/ns-win.el (ns-print-buffer):
9419         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9420         * textmodes/flyspell.el (flyspell-mode-on):
9421         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9422         (pages-directory-for-addresses):
9423         * textmodes/table.el (table-recognize-cell)
9424         (table-query-dimension, table-generate-source)
9425         (table-insert-sequence, table--warn-incompatibility):
9426         * textmodes/tex-mode.el (tex-validate-buffer):
9427         * textmodes/texinfmt.el (texinfmt-version)
9428         (texinfo-format-buffer):
9429         Use `called-interactively-p' instead of `interactive-p'.
9431 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9433         * image-mode.el (image-toggle-display):
9434         * emacs-lisp/elp.el (elp-instrument-function):
9435         * emacs-lisp/advice.el (ad-make-advised-definition):
9436         * emacs-lisp/easy-mmode.el (define-minor-mode):
9437         * net/browse-url.el (browse-url-maybe-new-window):
9438         * progmodes/sh-script.el (sh-learn-buffer-indent):
9439         Pass new argument 'any to `called-interactively-p'.
9441 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9443         * international/uni-bidi.el:
9444         * international/uni-category.el:
9445         * international/uni-combining.el:
9446         * international/uni-comment.el:
9447         * international/uni-decimal.el:
9448         * international/uni-decomposition.el:
9449         * international/uni-digit.el:
9450         * international/uni-lowercase.el:
9451         * international/uni-mirrored.el:
9452         * international/uni-name.el:
9453         * international/uni-numeric.el:
9454         * international/uni-old-name.el:
9455         * international/uni-titlecase.el:
9456         * international/uni-uppercase.el:
9457         Regenerate from Unicode 5.2.0 data.
9459 2009-10-01  Glenn Morris  <rgm@gnu.org>
9461         * Makefile.in (ELCFILES): Regenerate.
9463 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9465         * subr.el (interactive-p): Mark obsolete.
9466         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9467         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9468         advertised-signature-table for subroutines as well.
9470         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9471         (set-advertised-calling-convention): New function.
9472         (make-obsolete, define-obsolete-function-alias)
9473         (make-obsolete-variable, define-obsolete-variable-alias):
9474         Make the optional-ness of `when' obsolete.
9475         (define-obsolete-face-alias): Make `when' non-optional.
9476         * help-fns.el (help-function-arglist):
9477         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9478         Use advertised-signature-table.
9480 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9482         * files.el (delete-directory): New defun.  The original function
9483         in fileio.c has been renamed to `delete-directory-internal'.
9485         * dired.el (dired-delete-file): Call `delete-directory' with
9486         RECURSIVE parameter.
9488         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9489         parameter RECURSIVE.  Implementation is missing.
9491         * net/tramp.el (tramp-handle-make-directory): Flush upper
9492         directory's file properties.
9493         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9494         (tramp-handle-dired-recursive-delete-directory): Flush directory
9495         properties after the remove command only.
9497         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9498         Handle optional parameter RECURSIVE.
9500         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9501         Handle optional parameter RECURSIVE.
9503         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9504         connection timeout.
9505         (tramp-smb-handle-delete-directory): Handle optional parameter
9506         RECURSIVE.
9508 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9511         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9512         (byte-compile-defmacro): Use backquotes.
9514         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9516         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9517         has no associated file.
9518         (vc-resynch-buffer): Use vc-dir-buffers.
9520 2009-10-01  Glenn Morris  <rgm@gnu.org>
9522         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9523         (chart-file-count):
9524         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9525         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9526         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9527         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9528         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9529         (eieio-copy-parents-into-subclass, make-instance, class-children)
9530         (eieio-generic-form):
9531         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9532         * cedet/cedet-idutils.el (cedet-idutils-search)
9533         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9534         (cedet-idutils-version-check):
9535         * cedet/cedet.el (cedet-version):
9536         * cedet/data-debug.el (data-debug-insert-overlay-button)
9537         (data-debug-insert-overlay-list-button)
9538         (data-debug-insert-buffer-button)
9539         (data-debug-insert-buffer-list-button)
9540         (data-debug-insert-process-button, data-debug-insert-ring-button)
9541         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9542         (data-debug-insert-stuff-vector-button)
9543         (data-debug-insert-symbol-button, data-debug-insert-string)
9544         (data-debug-insert-number, data-debug-insert-lambda-expression)
9545         (data-debug-insert-nil, data-debug-insert-simple-thing)
9546         (data-debug-insert-custom, data-debug-edebug-expr):
9547         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9548         (global-ede-mode-map, ede-new, ede-debug-target)
9549         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9550         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9551         (semantic-fetch-tags, semantic-submode-list)
9552         (semantic-default-submodes):
9553         * cedet/ede/source.el (ede-source-match):
9554         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9555         (project-am-package-info):
9556         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9557         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9558         * cedet/ede/proj-comp.el (ede-current-build-list):
9559         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9560         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9561         * cedet/ede/cpp-root.el (initialize-instance):
9562         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9563         (autoconf-parameter-strip, autoconf-insert-new-macro):
9564         * cedet/semantic/wisent.el (wisent-lex-eoi):
9565         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9566         (semantic-show-parser-state-mode):
9567         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9568         * cedet/semantic/tag.el (semantic-tag-new-variable)
9569         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9570         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9571         (semantic--tag-deep-copy-tag-list)
9572         (semantic-tag-components-with-overlays-default):
9573         * cedet/semantic/symref.el (semantic-symref-find-text):
9574         * cedet/semantic/senator.el (senator-yank-tag)
9575         (senator-transpose-tags-up):
9576         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9577         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9578         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9579         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9580         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9581         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9582         * cedet/semantic/lex-spp.el
9583         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9584         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9585         * cedet/semantic/idle.el
9586         (semantic-idle-summary-current-symbol-info-brutish)
9587         (semantic-idle-summary-current-symbol-info-default):
9588         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9589         (semantic--grammar-macro-compl-dict):
9590         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9591         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9592         (semantic-format-tag-canonical-name-default):
9593         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9594         (semantic-find-tags-for-completion)
9595         (semantic-find-tags-by-scope-protection-default)
9596         (semantic-deep-find-tags-for-completion):
9597         * cedet/semantic/edit.el
9598         (semantic-edits-incremental-reparse-failed-hook)
9599         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9600         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9601         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9602         * cedet/semantic/dep.el (semantic-dependency-include-path):
9603         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9604         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9605         (semanticdb-project-roots):
9606         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9607         (semanticdb-find-adebug-insert-scanned-tag-cons)
9608         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9609         (semanticdb-brute-deep-find-tags-for-completion):
9610         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9611         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9612         (semantic-end-of-context-default)
9613         (semantic-ctxt-current-function-default)
9614         (semantic-ctxt-scoped-types-default):
9615         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9616         (semantic-complete-inline-tag-engine)
9617         (semantic-complete-inline-custom-type)
9618         (semantic-complete-read-tag-analyzer):
9619         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9620         (semantic-chart-database-size):
9621         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9622         (semantic-analyze-current-context):
9623         * cedet/semantic/symref/list.el (semantic-symref)
9624         (semantic-symref-hide-buffer, semantic-symref-symbol):
9625         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9626         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9627         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9628         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9629         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9630         (semantic-c-dereference-template):
9631         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9632         (semantic--analyze-refs-full-lookup-with-parents)
9633         (semantic--analyze-refs-full-lookup-simple):
9634         * cedet/semantic/analyze/complete.el
9635         (semantic-analyze-possible-completions):
9636         * cedet/srecode/table.el (srecode-mode-table-new):
9637         * cedet/srecode/srt.el (srecode-read-variable-name):
9638         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9639         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9640         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9641         * cedet/srecode/map.el (srecode-current-map):
9642         * cedet/srecode/insert.el (srecode-insert)
9643         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9644         (srecode-template-inserter-point-override)
9645         (srecode-insert-include-lookup):
9646         * cedet/srecode/getset.el (srecode-auto-choose-class):
9647         * cedet/srecode/extract.el (srecode-inserter-extract):
9648         * cedet/srecode/document.el
9649         (srecode-document-autocomment-return-last-alist)
9650         (srecode-document-autocomment-param-type-alist)
9651         (srecode-document-insert-function-comment)
9652         (srecode-document-insert-variable-one-line-comment)
9653         (srecode-document-function-name-comment):
9654         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9655         (srecode-compound-toString):
9656         * cedet/srecode/compile.el (srecode-flush-active-templates):
9657         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9658         Doc/message fixes.
9660         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9661         match-data.  (Bug#4555).
9663         * cedet/semantic/bovine/gcc.el
9664         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9665         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9667         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9668         rather than parsing it as a regexp.  This relaxes the layout
9669         requirements and makes errors easier to detect.
9670         (check-declare-verify): Check file is regular.
9671         (check-declare-directory): Doc fix.
9672         * subr.el (declare-function): Doc fix.
9674         * ibuffer.el (ibuffer-format-qualifier):
9675         * isearch.el (hi-lock-regexp-okay):
9676         * calc/calc.el (math-zerop):
9677         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9678         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9679         Remove unused declarations.
9681 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9683         * cedet/semantic/wisent/javat-wy.el
9684         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9686 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9688         * cedet/srecode/expandproto.el: Fix provide statement.
9690 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9692         * emacs-lisp/eieio.el (boolean-p): Delete.
9694 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9696         * cedet/ede/srecode.el: Fix provide statement.
9698 2009-09-30  Glenn Morris  <rgm@gnu.org>
9700         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9701         * cedet/ede/proj-aux.el (ede-aux-source):
9702         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9703         (ede-misc-source):
9704         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9705         (semantic-mrub-switch-tags): Fix doc typos.
9707         * cedet/semantic/db-global.el (data-debug-new-buffer)
9708         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9709         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9711         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9713         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9714         use of CL function `remove-if-not'.
9716         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9718         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9719         filename is not a string.
9721 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9723         * files.el (safe-local-eval-forms): Fix typo.
9725 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9727         * vc-hooks.el (vc-dir-buffers): New var.
9728         (vc-state-refresh): New function.
9729         (vc-state): Use it.
9730         (vc-after-save): Always ask the backend to recompute the new state.
9731         Always call vc-dir if necessary, using vc-dir-buffers.
9732         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9733         Use vc-dir-buffers.
9734         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9735         (vc-dir-prepare-status-buffer, vc-dir-update)
9736         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9737         Don't call expand-file-name on default-directory.
9739 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9741         * speedbar.el (speedbar-item-delete):
9742         * calc/calc-prog.el (calc-kbd-if):
9743         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9745         * epa.el (epa-key-list-mode-map):
9746         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9748         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9749         (hs-show-hook): Fix typo in docstring.
9751 2009-09-29  Glenn Morris  <rgm@gnu.org>
9753         * cedet/semantic/symref/idutils.el:
9754         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9756         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9758         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9759         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9760         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9761         Mark declarations not understood by check-declare.
9763         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9764         file-name-nondirectory call preventing location of cedet files.
9765         (check-declare-verify): Use literal search rather than re-search.
9766         Add basic defmethod and defclass, and define-overloadable-function.
9768         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9769         Use tramp-compat-file-attributes rather than nonexistent
9770         tramp-compat-handle-file-attributes.
9772         * Makefile.in (lisptagsfiles4): New.
9773         (AUTOGENEL): Add cedet loaddefs files.
9774         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9775         (update-elclist, compile-always, backup-compiled-files)
9776         (bootstrap-clean): Add yet another directory level.
9777         (update-elclist): Use LC_COLLATE rather than COLLATE.
9778         (ELCFILES): Update, via `make update-elclist'.
9780 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9782         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9783         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9784         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9786 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9788         * Makefile.in (lisptagsfiles3): Define.
9789         (TAGS, TAGS-LISP): Use it.
9790         (update-elclist): Add third directory level to look for elc files.
9791         (compile-always): Likewise.
9792         (backup-compiled-files): Likewise.
9793         (bootstrap-clean): Likewise.
9794         (ELCFILES): Update.
9796 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
9798         * Makefile.in (ELCFILES): Add CEDET files.
9800 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9802         CEDET (development tools) package merged.
9804         * cedet/*.el:
9805         * cedet/ede/*.el:
9806         * cedet/semantic/*.el:
9807         * cedet/srecode/*.el: New files.
9809 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
9811         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9813         * net/tramp.el (top): Require tramp-imap.
9815         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9816         Use `tramp-compat-handle-file-attributes'.
9818 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9820         * net/tramp-imap.el: New package.
9822 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9824         * emacs-lisp/chart.el:
9825         * emacs-lisp/eieio-base.el:
9826         * emacs-lisp/eieio-comp.el:
9827         * emacs-lisp/eieio-custom.el:
9828         * emacs-lisp/eieio-datadebug.el:
9829         * emacs-lisp/eieio-opt.el:
9830         * emacs-lisp/eieio-speedbar.el:
9831         * emacs-lisp/eieio.el: New files.
9833         * cedet/cedet-cscope.el:
9834         * cedet/cedet-files.el:
9835         * cedet/cedet-global.el:
9836         * cedet/cedet-idutils.el:
9837         * cedet/data-debug.el:
9838         * cedet/inversion.el:
9839         * cedet/mode-local.el:
9840         * cedet/pulse.el: New files.
9842 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9844         * whitespace.el (whitespace-trailing-regexp)
9845         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9846         Fix doc string.
9848 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
9850         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9851         menu.
9853         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9854         menu-bar-ediff-menu.
9856         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9857         define-overloadable-function.
9859         * progmodes/autoconf.el: Provide autoconf as well, so that this
9860         file can be `require'd.
9862         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9864         * emacs-lisp/autoload.el (generated-autoload-feature)
9865         (generated-autoload-load-name): New vars.
9866         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9867         (make-autoload): Recognize define-overloadable-function and
9868         defclass forms (for EIEIO).
9870         * Makefile.in (update-subdirs): Exclude cedet directory.
9872 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9874         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9876         * faces.el: Default light-background background for region face to
9877         ns_selection_color under NS.
9879 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9881         * net/imap-hash.el: New library, see NEWS.
9883         * Makefile.in (ELCFILES): Add imap-hash.el.
9885 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9888         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9889         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9890         definition where the docstring could be taken for the return value.
9892 2009-09-26  Glenn Morris  <rgm@gnu.org>
9894         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9895         Add option to only show images below a certain size.
9896         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9897         save-excursion calls.
9899 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9901         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9902         subdirectories) and eieio.
9904 2009-09-26  Alan Mackenzie  <acm@muc.de>
9906         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9907         buggy bracketing.  (Bug#4289)
9909         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9910         character constants (as case labels).  (Bug#4289)
9912 2009-09-25  Juri Linkov  <juri@jurta.org>
9914         * files.el (safe-local-eval-forms): Allow time-stamp in
9915         before-save-hook (Bug#4554).
9917 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9919         * menu-bar.el (list-buffers-directory): Doc fix.
9921 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9924         Try and avoid copying twice the same paragraph.
9925         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9926         Remove save-excursion.
9927         (log-edit-changelog-entry): Do it here instead.
9929 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9931         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9932         when available, instead of hardcoding mode names.  Doc fix.
9934         * menu-bar.el (list-buffers-directory): Add docstring.
9935         Make automatically buffer-local.
9937         * dired.el (dired-mode):
9938         * files.el (cd-absolute):
9939         * pcvs.el (cvs-temp-buffer):
9940         * pcvs-util.el (cvs-get-buffer-create):
9941         * shell.el (shell-mode):
9942         * vc-dir.el (vc-dir-mode):
9943         Don't make `list-buffers-directory' buffer local.
9945 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9947         * comint.el (comint-exec, comint-run, make-comint):
9948         Doc fixes (Bug#4542).
9950 2009-09-25  Glenn Morris  <rgm@gnu.org>
9952         * mail/rmailmm.el (rmail-mime): New custom group.
9953         Move all defcustoms in this file into this group.
9954         (rmail-mime-media-type-handlers-alist): Revert previous change.
9955         (rmail-mime-show-images): New option.
9956         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9957         references to it, since it wasn't actually used for anything.
9958         (rmail-mime-insert-image): New function.
9959         (rmail-mime-image): Use rmail-mime-insert-image.
9960         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9961         obey the value of `rmail-mime-show-images' option.  Print the size of
9962         attachments.
9964 2009-09-25  David Engster  <deng@randomsample.de>
9966         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9968 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9970         * whitespace.el: Does not highlight trailing spaces While point is
9971         at end of line.  Does not highligt spaces at beginning of buffer
9972         while point is at beginning of buffer.  Does not highlight spaces
9973         at end of buffer while point is at end of buffer.  (Bug#4177)
9974         New version 12.0.
9975         (whitespace-display-mappings): Adjust initialization.
9976         (whitespace-point, whitespace-font-lock-refontify): New vars.
9977         (whitespace-color-on, whitespace-color-off): Adjust code.
9978         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9979         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9980         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9982 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9984         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9986         * textmodes/sgml-mode.el: Remove xml-mode alias.
9988         * files.el (auto-mode-alist, conf-mode-maybe)
9989         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9991 2009-09-24  Alan Mackenzie  <acm@muc.de>
9993         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9994         c-forward-conditionals, but it doesn't move point and doesn't set
9995         the mark.
9996         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9997         (c-down-conditional-with-else, c-backward-conditional)
9998         (c-forward-conditional): Refactor to use c-scan-conditionals.
10000 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10002         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10003         (help-default-arg-highlight): Remove.
10004         (help-highlight-arg): New function.
10005         (help-do-arg-highlight): Use it.
10006         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10008 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10011         Undo last change, which didn't fix the problem and introduced others.
10013 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10015         * progmodes/gdb-mi.el: Don't require speedbar.
10016         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10018 2009-09-24  Glenn Morris  <rgm@gnu.org>
10020         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10022         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10024         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10025         there is no newline after the final mime boundary.  (Bug#4539)
10026         Move markers on insertion so that any buttons inserted don't end up in
10027         the next part of a multipart message.
10028         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10029         (rmail-mime-bulk-handler): Optionally handle images.
10030         (rmail-mime-image): New button action.
10031         (rmail-mime-image-handler): New function.
10032         (rmail-mime-mode): New mode.
10033         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10035 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10038         than just dropping elements from it (bug#4504).
10040         * term.el (term-set-scroll-region): Don't move cursor any more.
10041         (term-handle-ansi-escape): Call term-goto here instead.
10042         Suggested by Ivan Kanis <apple@kanis.eu>.
10044         * term.el: Require CL.
10045         (term-ansi-reset): New function.
10046         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10047         (term-handle-colors-array): Simplify.
10049 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10051         * allout.el (allout-overlay-interior-modification-handler)
10052         (allout-obtain-passphrase):
10053         * epa-file.el (epa-file-write-region):
10054         * ps-print.el (ps-begin-job):
10055         * vc-hooks.el (vc-toggle-read-only):
10056         * vc-rcs.el (vc-rcs-rollback):
10057         * vc-sccs.el (vc-sccs-rollback):
10058         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10059         (vc-version-diff, vc-revert, vc-rollback):
10060         * wdired.el (wdired-check-kill-buffer):
10061         * emacs-lisp/authors.el (authors):
10062         * net/socks.el (socks-open-connection):
10063         * net/zeroconf.el (zeroconf-service-add-hook):
10064         * obsolete/vc-mcvs.el (vc-mcvs-register):
10065         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10066         (gdb-select-frame):
10067         * progmodes/grep.el (lgrep, rgrep):
10068         * progmodes/idlw-help.el (idlwave-help-check-locations)
10069         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10070         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10071         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10072         (reftex-toc-rename-label): Fix typos in error messages.
10074         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10075         (dired-copy-how-to-fn): Doc fix.
10076         (dired-files-attributes, dired-read-shell-command):
10077         Fix typos in docstrings.
10079         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10080         (dired-x-find-file-other-window): Reflow docstrings.
10081         (dired-omit-marker-char, dired-read-shell-command)
10082         (dired-x-submit-report): Fix typos in docstrings.
10084         * shell.el (shell-mode-hook):
10085         * view.el (View-scroll-line-forward):
10086         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10087         Fix typos in docstrings.
10089         * net/dig.el (dig-invoke): Fix typo in docstring.
10090         (query-dig): Reflow docstring.
10092         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10093         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10094         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10095         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10096         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10097         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10098         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10099         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10100         (idlwave-completion-map, idlwave-current-indent)
10101         (idlwave-custom-ampersand-surround, idlwave-customize)
10102         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10103         (idlwave-define-abbrev, idlwave-determine-class-special)
10104         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10105         (idlwave-end-block-reg, idlwave-end-of-statement)
10106         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10107         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10108         (idlwave-explicit-class-listed, idlwave-file-header)
10109         (idlwave-fill-paragraph, idlwave-find-class-definition)
10110         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10111         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10112         (idlwave-in-quote, idlwave-indent-action-table)
10113         (idlwave-indent-expand-table, idlwave-indent-line)
10114         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10115         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10116         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10117         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10118         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10119         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10120         (idlwave-outlawed-buffers, idlwave-popup-select)
10121         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10122         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10123         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10124         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10125         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10126         (idlwave-statement-type, idlwave-struct-skip)
10127         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10128         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10129         (idlwave-what-module-find-class): Fix typos in docstrings.
10130         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10131         (idlwave-calculate-cont-indent, idlwave-expand-equal)
10132         (idlwave-find-module, idlwave-find-structure-definition)
10133         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10134         (idlwave-list-load-path-shadows, idlwave-next-statement)
10135         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10136         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10137         (idlwave-template): Reflow docstrings.
10139         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10140         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10141         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10142         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10143         (idlwave-shell-display-line, idlwave-shell-display-wframe)
10144         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10145         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10146         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10147         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10148         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10149         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10150         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10151         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10152         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10153         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10154         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10155         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10156         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10157         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10158         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10159         Fix typos in docstrings.
10160         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10161         (idlwave-shell-hide-output, idlwave-shell-mode)
10162         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10163         Reflow docstrings.
10165         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10167 2009-09-24  Ivan Kanis  <apple@kanis.eu>
10169         * term.el (term-bold-attribute): New var.
10170         (term-handle-colors-array): Use it.
10172 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
10174         * progmodes/gdb-mi.el (gdb-version): New variable.
10175         (gdb-non-stop-handler): Set gdb-version.
10176         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10177         Condition "--thread" option on gdb-version.
10178         (gdb-invalidate-threads): Remove unused argument.
10180 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10183         to looking-back to avoid ridiculous slow down in large files (bug#4511).
10185 2009-09-23  Glenn Morris  <rgm@gnu.org>
10187         * mail/rmail.el (rmail-reply): Don't try to add a References header when
10188         replying to mail without References or Message-Id.  (Bug#4525)
10190 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10192         * term/ns-win.el (ns-reg-to-script): New variable.
10194 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
10196         * epg.el (epg-wait-for-status): Preserve existing 'error results.
10198 2009-09-22  Sam Steingold  <sds@gnu.org>
10200         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10201         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10202         to 1 because hg returns status 1 when nothing is found.
10203         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10205 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10207         * textmodes/fill.el: Convert to utf-8 encoding.
10208         (fill-french-nobreak-p): Remove redundant » and « inherited from our
10209         pre-unicode days.
10211         * add-log.el (change-log-fill-forward-paragraph): New function.
10212         (change-log-mode): Use it so fill-region DTRT.
10213         Set fill-indent-according-to-mode here rather than in
10214         change-log-fill-paragraph.
10215         (change-log-fill-paragraph): Remove.
10217 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
10219         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10220         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10222 2009-09-22  Glenn Morris  <rgm@gnu.org>
10224         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10225         the scroll-bar scroll the calendar window rather than the buffer.
10227         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10228         commands that move point (as opposed to scrolling).
10230         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10232         * emacs-lisp/elint.el (elint): New custom group.
10233         (elint-log-buffer): Make it a defcustom.
10234         (elint-scan-preloaded, elint-ignored-warnings)
10235         (elint-directory-skip-re): New options.
10236         (elint-builtin-variables): Doc fix.
10237         (elint-preloaded-env): New variable.
10238         (elint-unknown-builtin-args): Add an entry for encode-time.
10239         (elint-extra-errors): Make it a variable rather than a constant.
10240         (elint-preloaded-skip-re): New constant.
10241         (elint-directory): Skip files matching elint-directory-skip-re.
10242         (elint-features): New variable, local to linted buffers.
10243         (elint-update-env): Initialize elint-features.  Possibly add
10244         elint-preloaded-env to the buffer's environment.
10245         (elint-get-top-forms): Bind elint-current-pos, for log messages.
10246         Skip quoted forms.
10247         (elint-init-form): New function, extracted from elint-init-env.
10248         Make non-list forms a warning rather than an error.
10249         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
10250         easy-menu-define, put that adds an error-condition, and provide.
10251         When requiring cl, also require cl-macs.  Really require cl, to handle
10252         some cl macros.  Store required libraries in the list elint-features,
10253         so as not to re-load them.  Treat cc-require like require.
10254         (elint-init-env): Call elint-init-form to do the work.
10255         Handle eval-and-compile and such like.
10256         (elint-add-required-env): Do not clear messages.
10257         (elint-special-forms): Add handlers for function, defalias, if, when,
10258         unless, and, or.
10259         (elint-form): Add optional argument to ignore elint-special-forms,
10260         useful to prevent recursive calls from handlers.  Doc fix.
10261         Respect elint-ignored-warnings.
10262         (elint-form): Respect elint-ignored-warnings.
10263         (elint-bound-variable, elint-bound-function): New variables.
10264         (elint-unbound-variable): Respect elint-bound-variable.
10265         (elint-get-args): Respect elint-bound-function.
10266         (elint-check-cond-form): Add some simple handling for (f)boundp and
10267         featurep tests.
10268         (elint-check-defalias-form): New handler.
10269         (elint-check-let-form): Make an empty let a warning rather than an
10270         error.
10271         (elint-check-setq-form): Make an empty setq a warning rather than an
10272         error.  Respect elint-ignored-warnings.
10273         (elint-check-defvar-form): Accept null doc-strings.
10274         (elint-check-conditional-form): New handler.  Does some simple-minded
10275         checking of featurep and (f)boundp tests.
10276         (elint-put-function-args): New function.
10277         (elint-initialize): Use elint-scan-doc-file rather than
10278         elint-find-builtin-variables.  Use elint-put-function-args.
10279         Possibly scan preloaded-file-list.
10280         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10281         extend to handle functions as well.
10283 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
10285         * linum.el (linum-delete-overlays, linum-update-window):
10286         Do not modify the right margin.  (Bug#3971)
10288 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
10290         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10291         nxml-mode instead of xml-mode.
10293 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10295         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
10297 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10299         * net/dig.el (dig-mode): Use define-derived-mode.
10301 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10303         * vc-dispatcher.el (vc-do-command): Return the process object in
10304         the asynchronous case.  Use when instead of if.  Do not run
10305         vc-exec-after to display a message if not enabled.  (Bug#4463)
10307         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10308         properties to the stash strings.
10309         (vc-git-stash-list): Return a list of strings.
10310         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10311         (vc-git-stash-show-at-point): New functions.
10312         (vc-git-stash-map): New keymap.
10314         * register.el (ctl-x-r-map): Define the keys here instead of
10315         using autoload.
10317 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
10319         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10320         list, to workaround performance problem (bug#4485).
10322 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
10324         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10326 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
10328         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10329         Document that this option is not recommended to use.
10331 2009-09-19  Glenn Morris  <rgm@gnu.org>
10333         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10334         variable `var'.
10336         * calc/calc-alg.el (var):
10337         * calc/calcalg2.el (var): Define for compiler.
10339 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
10341         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10342         Doc fix (Bug#3932).
10344         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10346         * time-stamp.el (time-stamp-month-dd-yyyy)
10347         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10348         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10349         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10350         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10351         Remove functions that have been obsolete since 1995 (Bug#4436).
10353         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10354         indent buffer only if called interactively (Bug#4452).
10356 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10357             Eli Zaretskii  <eliz@gnu.org>
10359         This fixes bug#4197 (merged to bug#865, though not identical).
10360         * server.el (server-auth-dir): Add docstring note about FAT32.
10361         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10362         but warn against using them.
10364 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10366         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10367         older GDB where there is no has_more field.
10369 2009-09-19  Glenn Morris  <rgm@gnu.org>
10371         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10373 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10375         * files.el (auto-mode-alist): Change default for XML files to nXML
10376         mode (Bug#4169).
10378 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10380         * server.el (server-ensure-safe-dir): Pass 'integer
10381         to `file-attributes', as suggested.
10383 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10385         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10386         (dired-query): Use read-key.
10388 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10390         * cus-start.el (ns-use-qd-smoothing): Remove.
10392 2009-09-18  Glenn Morris  <rgm@gnu.org>
10394         * allout.el (top-level): Remove unnecessary progn.
10396         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10398         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10399         definition of abbrev table.
10401         * speedbar.el (speedbar-track-mouse):
10402         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10403         * net/eudc.el (eudc-expand-inline):
10404         * net/newst-backend.el (newsticker--cache-read-feed):
10405         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10406         condition-case handlers.
10408 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10410         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10411         (gdb-var-list): Add an element for has_more field.
10412         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10413         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10414         (gdb-var-update-handler-1): Parse output of dynamic variable
10415         objects (STL containers).
10416         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10417         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10419         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10420         gdb-var-list.
10421         (gud-speedbar-buttons): Make node expandable if expression "has more"
10422         children.
10424 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10426         * startup.el (emacs-quick-startup): Remove variable and all uses.
10427         (command-line): Set `inhibit-x-resources' instead.
10428         (command-line-1): Use `inhibit-x-resources' instead.
10430 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10432         * subr.el: Fix last change to avoid using the `unless' macro,
10433         which breaks bootstrapping.
10435 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10438         extended definitions, in case we reload subr.el after having
10439         loaded CL.
10440         (eval-next-after-load): Mark as obsolete.
10442 2009-09-17  Juri Linkov  <juri@jurta.org>
10444         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10445         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10446         (menu-bar-showhide-menu, menu-bar-tools-menu)
10447         (menu-bar-describe-menu, menu-bar-help-menu)
10448         (minibuffer-local-completion-map, minibuffer-local-map):
10449         Fix list quoting.
10451 2009-09-17  Glenn Morris  <rgm@gnu.org>
10453         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10454         arguments, whether or not it has a handler.
10456         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10458         * simple.el (hard-newline): Give it a doc-string.
10460         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10461         (lisp-mode-syntax-table): Give them doc-strings.
10463 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10465         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10466         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10467         (menu-bar-options-menu, menu-bar-showhide-menu)
10468         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10469         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10470         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10471         (menu-bar-options-menu, menu-bar-tools-menu)
10472         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10473         (menu-bar-help-menu):
10474         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10475         string arguments.
10477         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10478         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10479         calls for the menu names and :help.
10481 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10483         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10484         to :minor-mode-function (bug#4455).
10486 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * startup.el (command-line): Initialize the window-system after
10489         processing the command-line.
10491         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10492         page-delimiter matches the empty string.
10494 2009-09-16  Glenn Morris  <rgm@gnu.org>
10496         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10497         byte-compile-not-obsolete-var.  It's a list now.
10498         (byte-compile-not-obsolete-funcs): New variable.
10499         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10500         byte-compile-not-obsolete-funcs.
10501         (byte-compile-variable-ref, byte-compile-defvar): Update for
10502         byte-compile-not-obsolete-vars name-change and list nature.
10503         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10504         and variables behind (f)boundp tests.
10505         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10507 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10509         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10511 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10513         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10514         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10515         Don't autoload.
10517 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10519         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10520         the virtual-buffers, use the name of the buffer specified by
10521         find-file-noselect, as the match may be a symlink.  (This was a
10522         problem if the target and the symlink had different names.)
10524 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10526         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10528         * desktop.el (desktop-path): Check user-emacs-directory.
10530         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10532         * loadup.el: Use after-load-functions to GC after loading each file.
10533         Remove the explicit GC calls that used to be sprinkled around.
10535         * subr.el (after-load-functions): New hook.
10536         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10537         `obsolete' packages, rather than painfully extracting the relevant
10538         directory name.
10540 2009-09-15  Glenn Morris  <rgm@gnu.org>
10542         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10543         free variable `doc'.
10545         * dired.el (dired-mode-map): Add menu entry for async shell command.
10547         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10548         variables, also consider the .elc files, since the .el files are
10549         normally gzipped (subsequent code locates the .el.gz from the .elc).
10551         * calc/calc-prog.el (arglist): Define for compiler.
10553         * calendar/diary-lib.el (diary-display-function): Change the default to
10554         fancy display.
10555         (body): Define for compiler.
10557         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10558         (byte-compile-file-form, byte-compile-lambda)
10559         (byte-compile-top-level-body, byte-compile-form)
10560         (byte-compile-variable-ref, byte-compile-setq)
10561         (byte-compile-setq-default, byte-compile-body)
10562         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10563         (batch-byte-compile): Give some more local variables with common names
10564         a "bytecomp-" prefix to avoid masking warnings about free variables.
10566         * startup.el (command-line-1): Give local variables with common names a
10567         distinguishing prefix, so as not to hide free variable warnings during
10568         bootstrap.
10570         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10571         clever and add a suffix to make a unique name, just let the user decide
10572         whether or not to overwrite it.  If the input is a directory, write the
10573         default filename to that directory.  (Bug#4388)
10574         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10575         is a filename-as-a-directory.
10577 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10579         * textmodes/page.el (what-page): Don't move to beginning of line.
10580         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10582 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10584         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10586 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10588         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10589         * help.el (help-for-help-internal): Add purecopy calls for text.
10591         * vc.el (top): print-log method now takes an optional SHORTLOG
10592         argument.  Add a new method: root.
10593         (vc-root-diff, vc-print-root-log): New functions.
10594         (vc-log-short-style): New variable.
10595         (vc-print-log-internal): Add support for showing short logs.
10597         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10598         vc-print-root-log and vc-print-root-diff.
10600         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10601         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10602         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10603         short logs.
10605         * vc-cvs.el (vc-cvs-print-log):
10606         * vc-mtn.el (vc-mtn-print-log):
10607         * vc-rcs.el (vc-rcs-print-log):
10608         * vc-sccs.el (vc-sccs-print-log):
10609         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10610         that is ignored for now.
10612         * vc-mtn.el (vc-mtn-annotate-command):
10613         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10615 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10617         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10618         to function-key-map, and give them ascii-character property.
10619         * term/x-win.el (x-alternatives-map):
10620         * term/ns-win.el (ns-alternatives-map):
10621         * term/internal.el (msdos-key-remapping-map):
10622         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10624 2009-09-14  Glenn Morris  <rgm@gnu.org>
10626         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10627         temp-buffers (2009-09-12).
10629 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10632         the new read-key function.
10634 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10636         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10637         is defined (Bug#4405).
10639 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10641         * recentf.el (recentf-cleanup): Use a hash table to find
10642         duplicates (Bug#4407).
10644 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10646         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10647         kp-0 to ascii equivalents (Bug#4325).
10649 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10651         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10653         * eshell/em-hist.el:
10654         * eshell/em-dirs.el (eshell-complete-user-reference):
10655         Declare pcomplete functions and variables to avoid compiler warnings.
10657 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10659         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10660         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10661         * eshell/em-alias.el (eshell-aliases-file):
10662         * eshell/em-hist.el (eshell-history-file-name):
10663         Use expand-file-name instead of concat to make file names (Bug#4308).
10665 2009-09-13  Glenn Morris  <rgm@gnu.org>
10667         * ediff-merg.el (ediff-do-merge):
10668         * filesets.el (filesets-run-cmd):
10669         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10670         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10671         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10672         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10673         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10674         Replace empty `let's with `progn'.
10676 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * mail/sendmail.el (send-mail-function):
10679         * tooltip.el (tooltip-mode):
10680         * simple.el (transient-mark-mode):
10681         * rfn-eshadow.el (file-name-shadow-mode):
10682         * frame.el (blink-cursor-mode):
10683         * font-core.el (global-font-lock-mode):
10684         * files.el (temporary-file-directory)
10685         (small-temporary-file-directory, auto-save-file-name-transforms):
10686         * epa-hook.el (auto-encryption-mode):
10687         * composite.el (global-auto-composition-mode):
10688         Use custom-initialize-delay.
10689         * startup.el (command-line): Don't explicitly call
10690         custom-reevaluate-setting for all the above vars.
10691         * custom.el (custom-initialize-safe-set)
10692         (custom-initialize-safe-default): Delete.
10694 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * term/x-win.el (x-initialize-window-system):
10697         * term/w32-win.el (w32-initialize-window-system):
10698         * term/ns-win.el (ns-initialize-window-system): Don't call
10699         mouse-wheel-mode since it's enabled globally by default already.
10701         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10702         actually define the variable, but only silences the byte-compiler.
10703         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10704         before looking it up.
10705         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10706         is changed.
10708 2009-09-12  Glenn Morris  <rgm@gnu.org>
10710         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10711         1000.
10712         (elint-add-required-env): Don't beep on error.
10713         (elint-forms): In case of error, return ENV unchanged.
10714         (elint-init-env): Skip non-list forms.
10715         (elint-log): Handle unknown file positions.
10717 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10719         * epg.el (epg-make-context): Add autoload cookie.
10720         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10721         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10722         (epg-verify-string, epg-start-sign, epg-sign-file)
10723         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10724         (epg-encrypt-string, epg-start-export-keys)
10725         (epg-export-keys-to-file, epg-export-keys-to-string)
10726         (epg-start-import-keys, epg-import-keys-from-file)
10727         (epg-import-keys-from-string, epg-start-receive-keys)
10728         (epg-receive-keys, epg-import-keys-from-server)
10729         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10730         (epg-sign-keys, epg-start-generate-key)
10731         (epg-generate-key-from-file, epg-generate-key-from-string):
10732         Remove autoload cookie.
10734 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10736         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10737         reevaluation of trash-directory.
10739         * mwheel.el: Fix last change.
10740         (mouse-wheel-mode): New defvar.
10741         (mouse-wheel-mode): Remove autoload cookie.
10743 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10745         * mwheel.el (mwheel-installed-bindings): New var.
10746         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10747         the bindings we set last time.  Use custom-initialize-delay.
10748         * loadup.el: Load mwheel after term/*-win.el.
10749         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10750         and mouse-wheel-up-event now that their first evaluation is done
10751         sufficiently late to be correct.
10753         * startup.el (tutorial-directory): Make it a defcustom.
10754         Use custom-initialize-delay rather than eval-at-startup to set it.
10755         * image.el (image-load-path): Make it a defcustom.
10756         Use custom-initialize-delay rather than eval-at-startup to set it.
10757         * subr.el (eval-at-startup): Remove.
10758         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10760         * subr.el (do-after-load-evaluation): Warn the user after loading an
10761         obsolete package.
10763 2009-09-12  Glenn Morris  <rgm@gnu.org>
10765         * proced.el (proced-mark-alt): Remove alias.
10766         (proced-mode-map): Remove proced-mark-alt.
10768         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10769         Elint file and directory.  Remove initialization entry.
10771         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10772         commands.
10773         (elint-current-buffer): Set mode-line-process.
10774         (elint-init-env): Handle define-derived-mode.
10775         Fix declare-function with unspecified arglist.  Guard against odd
10776         defalias statements (eg iso-insert's 8859-1-map).
10777         (elint-add-required-env): Use a temp buffer.
10778         (elint-form): Just print the function/macro name, not the whole form.
10779         Return env unchanged if we fail to parse a macro.
10780         (elint-forms): Guard against parse errors.
10781         (elint-output): New function, to handle batch mode.
10782         (elint-log-message): Add optional argument.  Use elint-output.
10783         (elint-set-mode-line): New function.
10785 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10787         * emacs-lisp/elp.el (elp-not-profilable): Add more
10788         functions (Bug#4233).
10790 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10792         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10793         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10795 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10797         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10798         (gdb-var-list-children): Use json parsing.
10800 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
10802         * progmodes/js.el (js--proper-indentation): Handle the case where
10803         char-before is null.  Reported by Deniz Dogan.
10805 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10807         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10809 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
10811         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10812         (epg-digest-algorithm-alist): Add SHA224.
10813         (epg-context-set-passphrase-callback)
10814         (epg-context-set-progress-callback): Add description about
10815         callback function.
10817 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10819         * custom.el (custom-delayed-init-variables): New var.
10820         (custom-initialize-delay): New function.
10821         * startup.el (command-line): "Re"evaluate all vars in
10822         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
10823         explicitly any more.
10824         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10825         to avoid creating a ~/.emacs.d at build-time (bug#4347).
10827         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10829 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10831         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10832         (gdb-var-update-handler): Use json parsing.
10834 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10836         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10837         decode annotated text, regardless of language environment.  (Bug#2741)
10839 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10841         * Makefile.in (autoloads): Make rmail.el writable as well.
10843 2009-09-11  Glenn Morris  <rgm@gnu.org>
10845         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10846         loaddefs.el.
10847         * dired.el: Regenerate with extracted autoloads.
10848         * Makefile.in (autoloads): Make dired.el writable.
10850         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10851         * ibuffer.el: Regenerate with extracted autoloads.
10852         * Makefile.in (autoloads): Make ibuffer.el writable.
10854         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10855         * version.el (emacs-copyright, emacs-major-version)
10856         (emacs-minor-version): Reformat doc-strings for make-docfile.
10858         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10859         functions and variables, since they must be stuff specific to some other
10860         platform.
10861         (apropos-print): Make mouse-click message less specific about button.
10863         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10864         that records where a macro was defined.
10865         * help-fns.el (describe-function-1): Mention if a function has a
10866         compiler-macro.
10867         * help-mode.el (help-function-cmacro): New button.
10869         * locate.el (top-level): Always require dired.
10870         (locate-mode-map): Initialize inside the defvar.
10872         * net/ange-ftp.el (dired-compress-file): Declare.
10873         (ange-ftp-dired-compress-file): Add doc string.
10875         * term/ns-win.el (x-display-name, x-setup-function-keys):
10876         Unify doc-strings with X versions.
10878 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10880         * emulation/crisp.el (crisp-mode-map): Move initialization
10881         into declaration.
10882         (crisp-mode): Use define-minor-mode.
10884         * progmodes/xscheme.el (xscheme-evaluation-commands):
10885         Put a :advertised-binding property rather than using
10886         advertised-xscheme-send-previous-expression.
10887         (advertised-xscheme-send-previous-expression): Declare obsolete.
10888         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10889         `advertised-undo'.
10890         (crisp-mode): Add corresponding bindings to
10891         undo's :advertised-binding instead.
10892         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10893         than using dired-advertised-find-file.
10894         (dired-advertised-find-file):
10895         * simple.el (advertised-undo):
10896         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10897         (widget-keymap): Put a :advertised-binding property rather
10898         than using advertised-widget-backward.
10899         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10900         than using advertised-undo.
10901         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10903 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10905         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10906         Mark mode is enabled and region is active; otherwise indent or
10907         insert TAB as usual.
10908         (delphi-mode): Update description of TAB-key binding.
10910 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10912         * subr.el (define-key-rebound-commands): Mark obsolete.
10913         * startup.el (precompute-menubar-bindings): Remove.
10914         (normal-top-level): Remove obsolete code that tried to precompute
10915         menubar bindings.
10916         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10917         define-key-rebound-commands and precompute-menubar-bindings.
10919 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10921         * net/imap.el (imap-interactive-login): Better messages.
10922         (imap-open): Fix bug with renamed buffer on reconnect.
10923         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10924         for easier debugging and cleaner code.  On successful (guessed based on
10925         server capabilities) secondary authentication, set imap-state
10926         correctly.
10927         (imap-last-authenticator): Define imap-last-authenticator as a variable
10928         to avoid warnings.
10930 2009-09-10  Glenn Morris  <rgm@gnu.org>
10932         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10934         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10935         (byte-compile-file-form-autoload): Don't warn about unknown functions
10936         where the autoload statement comes after the use.
10937         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10938         that any handlers inside the body (eg require) are in turn respected.
10940         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10941         effects.
10943         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10944         and syntax and abbrev tables basic docs, if they don't have any.
10946         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10948         * international/mule-cmds.el (top-level): Require cl when compiling.
10949         (view-hello-file): Use default-value rather than
10950         default-enable-multibyte-characters.
10952         * progmodes/fortran.el: Move all safe and risky properties into the
10953         defcustoms.
10955         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10956         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10957         * mail/undigest.el:
10958         Put autoloads in rmail.el rather than loaddefs.el.
10959         * mail/rmail.el: Regenerate with extracted autoloads.
10961         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10962         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10964 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10966         Reported in thread for Bug#4375.
10967         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10968         "-data-evaluate-expression" instead of print.
10969         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10970         (gdb-tooltip-print): Parse output from above MI command.
10971         (gdb): Revert 2009-08-11 change.  User should detach inferior
10972         manually.
10974         Remove the word "separate" from IO functions as inferior
10975         output is now never displayed in the GUD buffer.
10977 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10979         * startup.el (command-line-normalize-file-name): On Windows and
10980         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10982 2009-09-10  Juri Linkov  <juri@jurta.org>
10984         * isearch.el (isearch-text-char-description): Propertize escape
10985         character sequences with the `escape-glyph' face.  (Bug#4344)
10987         * simple.el (shell-command): Set asynchronous process filter to
10988         `comint-output-filter'.  (Bug#4343)
10990         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10991         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10992         the list.  Move "asm" to the bottom.
10993         (grep-find-ignored-directories): Add `choice' with nil value
10994         to empty the list easily.
10995         (grep-find-ignored-files): New option.
10996         (grep-files-history): Set to nil by default instead of '("ch" "el").
10997         (grep-compute-defaults): Add "<X>" to `grep-template'.
10998         (grep-read-files): Bind new local variables `default-alias' and
10999         `default-extension'.  Use a list of default values for the file prompt.
11000         (lgrep): Add `--exclude=' command line options composed from
11001         `grep-find-ignored-files'.
11002         (rgrep): Add `-name' command line options composed from
11003         `grep-find-ignored-files'.  (Bug#4301)
11005 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11007         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11008         (bug#4368).
11010 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11012         * calendar/time-date.el (autoload):
11013         Expand define-obsolete-function-alias into defalias and make-obsolete
11014         for old Emacsen that Gnus supports.
11015         (with-no-warnings): Define it for old Emacsen.
11016         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11017         is available.
11018         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11019         float-time is available; suppress compile warning for time-to-seconds.
11021 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11023         * net/imap.el (imap-message-map): Docstring fix.
11025 2009-09-09  Glenn Morris  <rgm@gnu.org>
11027         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11028         line numbers too.  (Bug#4374)
11030 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11032         * smerge-mode.el (smerge-remove-props, smerge-refine):
11033         Use with-silent-modifications (bug#4342).
11035         * subr.el (with-silent-modifications): New macro.
11037 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11039         * files.el (top-level): Require `cl' when compiling.
11041 2009-09-07  Glenn Morris  <rgm@gnu.org>
11043         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11045         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11046         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11048 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11050         * vc-git.el (vc-git-annotate-command): Use separator to parse
11051         arguments correctly.
11053 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11055         * proced.el (proced-mode): Doc fix.
11057 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11059         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11060         lstat fails.
11061         (tramp-do-file-attributes-with-ls): Check for file existence at
11062         remote end.
11063         (tramp-do-file-attributes-with-stat): Likewise.
11064         (tramp-convert-file-attributes): Return nil when attr is nil.
11066 2009-09-05  Glenn Morris  <rgm@gnu.org>
11068         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11069         properties to this button.
11070         (diary-fancy-display): Don't extend the button to the final newline.
11071         (diary-fancy-display-mode): Continue to define "q" as a local key.
11073         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11074         efficient.
11076         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11078         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11079         (byte-compile-dest-file-function): New option.
11080         (byte-compile-dest-file): Doc fix.
11081         Obey byte-compile-dest-file-function.
11082         (byte-compile-cl-file-p): New function.
11083         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11084         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11085         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11086         than for file being previously loaded.
11087         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11088         (byte-compile-file-form-require): Handle the case where requiring a file
11089         indirectly causes CL to be loaded.
11091 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11093         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11094         before killing the old buffer, since by the time `kill-buffer' is
11095         run so many buffer variables have been set to nil that it may not
11096         behave as expected.  (Bug#4061)
11098 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11100         * files.el (find-alternate-file): If the old buffer is modified
11101         and visiting a file, behave similarly to `kill-buffer' when
11102         killing it, thus reverting to the pre-1.878 behavior; see
11103         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11104         for discussion.  Also, consult `buffer-file-name' as a variable
11105         not as a function, for consistency with the rest of the code.
11107 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
11109         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11110         also when adding a new directory.
11112         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11113         defun.
11115 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * files.el (locate-file-completion-table): Make it provide boundary
11118         information, so partial-completion works better.
11120 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
11122         * mail/footnote.el (Footnote-text-under-cursor):
11123         Check footnote-text-marker-alist before using it (bug#4324).
11125 2009-09-04  Glenn Morris  <rgm@gnu.org>
11127         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11128         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11129         * play/solitaire.el, play/tetris.el:
11130         Remove leading * from defcustom and defface docs.
11132         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11133         necessary.
11134         (diary-fancy-overriding-map): New variable.
11135         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11136         Use view-mode.
11138         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11139         goto-line.
11141 2009-09-03  Glenn Morris  <rgm@gnu.org>
11143         * arc-mode.el (archive-mode):
11144         * dos-fns.el (set-default-process-coding-system):
11145         * man.el (Man-getpage-in-background):
11146         * menu-bar.el (menu-bar-describe-menu):
11147         * server.el (server-process-filter):
11148         * startup.el (command-line):
11149         * tar-mode.el (tar-header-block-tokenize, tar-extract):
11150         * w32-fns.el (set-default-process-coding-system):
11151         * x-dnd.el (x-dnd-handle-file-name):
11152         * international/mule-cmds.el (mule-menu-keymap)
11153         (set-default-coding-systems, language-info-alist, set-language-info)
11154         (set-language-environment, standard-display-european-internal)
11155         (set-locale-environment):
11156         * international/mule-diag.el (mule-diag):
11157         * mail/emacsbug.el (report-emacs-bug):
11158         * mail/rmail.el (rmail-mode):
11159         * mail/sendmail.el (mail-setup):
11160         Use default-value rather than default-enable-multibyte-characters.
11162         * progmodes/f90.el: Move all safe properties into the defcustoms.
11163         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11165         * calendar/appt.el (appt-check):
11166         * calendar/diary-lib.el (diary-set-header, diary-live-p)
11167         (diary-check-diary-file, diary-list-entries)
11168         (diary-include-other-diary-files, diary-simple-display)
11169         (diary-fancy-display, diary-print-entries)
11170         (diary-mark-included-diary-files, diary-make-entry):
11171         Don't call substitute-in-file-name on diary-file.
11173 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
11174             Stefan Monnier  <monnier@iro.umontreal.ca>
11176         * mail/footnote.el (footnote-prefix): Make it a defcustom.
11177         (footnote-mode-map): Move initialization into the declaration.
11178         (footnote-minor-mode-map): Define it rather than changing global-map.
11179         (footnote-mode): Use define-minor-mode.
11181 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
11183         * net/tramp.el (tramp-handle-file-attributes-with-ls)
11184         (tramp-do-file-attributes-with-perl)
11185         (tramp-do-file-attributes-with-stat): Rename from
11186         `tramp-handle-file-attributes-with-*'.
11187         (tramp-handle-file-attributes): Use them.
11188         (tramp-do-directory-files-and-attributes-with-perl)
11189         (tramp-do-directory-files-and-attributes-with-stat): Rename from
11190         `tramp-handle-directory-files-and-attributes-with-*'.
11191         (tramp-handle-directory-files-and-attributes): Use them.
11192         (tramp-method-out-of-band-p): Additional parameter SIZE.
11193         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11194         (tramp-handle-write-region): Use it.
11195         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11196         (tramp-handle-vc-registered): Check, whether the first run did
11197         return files to be tested.
11198         (tramp-advice-make-auto-save-file-name): Do not call directly
11199         `tramp-handle-make-auto-save-file-name', because this would bypass
11200         the locking mechanism.
11202         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11203         (file-remote-p, process-file, start-file-process, set-file-times)
11204         (tramp-compat-file-attributes): Compatibility functions shall not
11205         call directly `tramp-handle-*', because this would bypass the
11206         locking mechanism.
11207         (tramp-compat-number-sequence): New defun.
11209 2009-09-02  Glenn Morris  <rgm@gnu.org>
11211         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11212         alias for float-time.
11213         (time-to-number-of-days): In Emacs, use float-time.
11214         * net/newst-backend.el (time-add): Suppress warnings from compat
11215         function.
11216         * time.el (emacs-uptime, emacs-init-time):
11217         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11218         Use float-time rather than time-to-seconds.
11220         * minibuffer.el (completion-initials-expand): Fix typo.
11222         * faces.el (modeline, modeline-inactive, modeline-highlight)
11223         (modeline-buffer-id):
11224         * info.el (info-menu-5): Mark these face aliases as obsolete.
11226 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11228         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11229         space ...
11230         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11231         no "--thread" option.
11232         (gdb-stopped): Don't print "Switched to thread" message when it is
11233         unchanged.
11235 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * minibuffer.el (completion-try-completion)
11238         (completion-all-completions): Remove ill-defined (and
11239         mistakenly installed and luckily never used nor documented)
11240         `completion-styles' property.
11241         (completion-initials-expand, completion-initials-all-completions)
11242         (completion-initials-try-completion): New functions.
11243         (completion-styles-alist): Add doc to each entry.
11244         Add new `initials' entry.
11246 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11248         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11249         MI command -var-evaluate-expression.
11250         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11251         and tweak for case of string child.
11252         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11254 2009-09-01  Glenn Morris  <rgm@gnu.org>
11256         * add-log.el (change-log-date-face, change-log-name-face)
11257         (change-log-email-face, change-log-file-face, change-log-list-face)
11258         (change-log-conditionals-face, change-log-function-face)
11259         (change-log-acknowledgement-face):
11260         * cus-edit.el (custom-invalid-face, custom-rogue-face)
11261         (custom-modified-face, custom-set-face, custom-changed-face)
11262         (custom-saved-face, custom-button-face, custom-button-pressed-face)
11263         (custom-documentation-face, custom-state-face, custom-comment-face)
11264         (custom-comment-tag-face, custom-variable-tag-face)
11265         (custom-variable-button-face, custom-face-tag-face)
11266         (custom-group-tag-face-1, custom-group-tag-face):
11267         * diff-mode.el (diff-header-face, diff-file-header-face)
11268         (diff-index-face, diff-hunk-header-face, diff-removed-face)
11269         (diff-added-face, diff-changed-face, diff-function-face)
11270         (diff-context-face, diff-nonexistent-face):
11271         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11272         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11273         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11274         (Info-title-4-face):
11275         * isearch.el (isearch-lazy-highlight-face):
11276         * log-view.el (log-view-file-face, log-view-message-face):
11277         * paren.el (show-paren-match-face, show-paren-mismatch-face):
11278         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11279         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11280         (cvs-msg-face):
11281         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11282         (smerge-base-face, smerge-markers-face):
11283         * wid-edit.el (widget-documentation-face, widget-button-face)
11284         (widget-field-face, widget-single-line-field-face)
11285         (widget-inactive-face, widget-button-pressed-face):
11286         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11287         (woman-addition-face):
11288         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11289         (eshell-ls-executable-face, eshell-ls-readonly-face)
11290         (eshell-ls-unreadable-face, eshell-ls-special-face)
11291         (eshell-ls-missing-face, eshell-ls-archive-face)
11292         (eshell-ls-backup-face, eshell-ls-product-face)
11293         (eshell-ls-clutter-face):
11294         * eshell/em-prompt.el (eshell-prompt-face):
11295         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11296         * obsolete/old-whitespace.el (whitespace-highlight-face):
11297         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11298         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11299         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11300         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11301         (antlr-font-lock-literal-face):
11302         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11303         (ebrowse-root-class-face, ebrowse-file-name-face)
11304         (ebrowse-default-face, ebrowse-member-attribute-face)
11305         (ebrowse-member-class-face, ebrowse-progress-face):
11306         * progmodes/make-mode.el (makefile-space-face):
11307         * progmodes/sh-script.el (sh-heredoc-face):
11308         * textmodes/flyspell.el (flyspell-incorrect-face)
11309         (flyspell-duplicate-face):
11310         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11311         * textmodes/texinfo.el (texinfo-heading-face):
11312         Mark face aliases with "-face" suffix as obsolete.
11314         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11315         compiler.
11317         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11318         (eudc-bob-sound-menu): Use defvar rather than defconst, since
11319         easy-menu-define wants to modify these.
11321         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11323         * net/browse-url.el (browse-url-file-url):
11324         * term/internal.el (dos-codepage-setup):
11325         Use default-value rather than default-enable-multibyte-characters.
11327         * progmodes/etags.el (etags-goto-tag-location):
11328         * progmodes/flymake.el (flymake-highlight-line)
11329         (flymake-goto-file-and-line, flymake-goto-line):
11330         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11331         (gdb-goto-breakpoint):
11332         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11333         * progmodes/python.el (python-find-function)
11334         (python-pdbtrack-track-stack-file):
11335         * progmodes/verilog-mode.el (verilog-surelint-off):
11336         * term/ns-win.el (ns-open-file-select-line):
11337         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11338         Use forward-line rather than goto-line.
11340         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11341         * textmodes/reftex-index.el (reftex-display-index):
11342         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11343         * textmodes/reftex-toc.el (reftex-toc):
11344         Remove unnecessary bindings of default-major-mode (all are followed by
11345         major-mode check and possible mode switch).
11347 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11349         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11350         Handle watchpoints (bug#4282).
11351         (def-gdb-thread-buffer-command): Enable thread to be selected by
11352         clicking without selecting threads buffer first.
11353         (gdb-current-context-command): Use selected frame so that "up",
11354         "down" etc work in the GUD buffer.
11355         (gdb-update): Find selected frame before rendering stack buffer.
11356         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11358 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11360         * progmodes/sym-comp.el (displayed-completions): Remove.
11361         (symbol-complete): Use minibuffer-complete.
11363 2009-08-31  Glenn Morris  <rgm@gnu.org>
11365         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11367         * apropos.el (apropos-symbols-internal):
11368         Handle (obsolete) face aliases.
11370         * faces.el (describe-face): Adjust the output format to be more like
11371         describe-variable, and to mention (obsolete) face aliases.
11372         Adjust the whitespace so that help-setup-xref works.
11374         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11375         * calendar/diary-lib.el (diary-button-face):
11376         Mark these face aliases as obsolete.
11378         * calendar/calendar.el (calendar-today): Doc fix.
11380 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11382         * progmodes/gdb-mi.el (gdb-control-all-threads)
11383         (gdb-control-current-thread): Force tool bar update.
11384         (gdb-non-stop-handler): New function.
11385         (gdb-init-1): Use it to test if non-stop mode is supported.
11386         Remove unused gdbmi buffer type.
11388 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11390         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11391         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11393 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11395         * comint.el (comint-exec-1): Check command is non-null first.
11396         Part of gdb-mi.el change (2009-08-28).
11398 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11402 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11404         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11405         instead of `dolist' to avoid a recursive require when bootstrapping.
11407 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11411         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11413         * net/imap.el (imap-send-command): Simplify.
11414         (imap-wait-for-tag): point-max -> buffer-size.
11416         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11418         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11419         with constant argument.
11421         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11423         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11425         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11426         Change default, since most of our files don't have a history.
11427         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11428         the user.
11430         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11431         Add comint-run.
11433         * calc/calc.el: Improve commenting convention.
11434         (calc-digit-map, toplevel): Simplify.
11436         * comint.el (comint-insert-input): Be careful to only set point if we
11437         don't delegate to some other command.
11439         * proced.el (proced-signal-list): Make it an alist.
11440         (proced-grammar-alist): Capitalize names.
11441         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11442         Disable undo manually and make it read-only.
11443         Use completion-annotate-function.
11445         * minibuffer.el (minibuffer-message): If the current buffer is not
11446         a minibuffer, insert the message in the echo area rather than at the
11447         end of the buffer.
11448         (completion-annotate-function): New variable.
11449         (minibuffer-completion-help): Use it.
11450         (completion--embedded-envvar-table): Environment vars are
11451         always case-sensitive.
11453 2009-08-30  Glenn Morris  <rgm@gnu.org>
11455         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11456         from fortran-current-defun.
11457         (fortran-beginning-of-subprogram): Be more precise about finding the
11458         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11459         (fortran-end-of-subprogram): Simplify.
11460         (fortran-current-defun): Use fortran-start-prog-re.
11462 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11464         * subr.el (do-after-load-evaluation): Simplify.
11466 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11468         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11470         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11471         (vc-rcs-print-log): Use it.
11473         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11475 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11477         * paths.el (abbrev-file-name): Move to abbrev.el.
11478         * abbrev.el (abbrev-file-name): Move from paths.el.
11479         Obey user-emacs-directory.
11480         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11481         user-emacs-directory.
11482         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11483         abbrev-file-name and calc-settings-file any more.
11484         * startup.el (command-line): Recompute abbrev-file-name and
11485         abbreviated-home-dir.
11486         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11487         of the special code for when C-h bindings haven't been changed.
11488         (display-startup-echo-area-message): Use with-current-buffer.
11489         (command-line-1): Use a list of strings, rather than a list of lists
11490         of strings for longopts.
11492         * files.el (get-free-disk-space): Use / for default-directory.
11494         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11495         Use with-current-buffer.
11497         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11498         Recognize immutable variables like most-positive-fixnum.
11499         (byte-compile-setq-default): Check and warn if trying to assign
11500         to an immutable variable, or a non-variable.
11502         * progmodes/cc-vars.el (c-comment-continuation-stars):
11503         * progmodes/cc-engine.el (c-looking-at-bos):
11504         * progmodes/cc-cmds.el (c-toggle-auto-state)
11505         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11506         (c-comment-line-break-function): Add version of obsolescence.
11508 2009-08-28  Juri Linkov  <juri@jurta.org>
11510         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11511         associated with `archive-mode'.
11513         * image.el (image-type-header-regexps): Use only JPEG magic number
11514         to determine JPEG images, and don't use `image-jpeg-p' because
11515         Emacs can display non-JFIF non-Exif JPEG images.
11517 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11519         * arc-mode.el (archive-mode):
11520         * emacs-lisp/re-builder.el (re-builder-unload-function):
11521         Protect against the default value of `major-mode' being nil.
11523 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11525         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11526         Fix typos in docstrings.
11528         * progmodes/js.el (js--macro-decl-re): Doc fix.
11529         (js--plain-method-re, js--split-name): Refloc docstring.
11530         (js--class-styles, js--make-merged-item, js--splice-into-items):
11531         Fix typos in docstrings; reflow docstrings.
11532         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11533         (js--variable-decl-matcher, js--inside-pitem-p)
11534         (js--parse-state-at-point, js--get-all-known-symbols)
11535         (js--symbol-history, js-find-symbol, js--js-references)
11536         (js--moz-interactor, js--js-encode-value, js--read-tab):
11537         Fix typos in docstrings.
11539 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11541         * textmodes/reftex.el (reftex-get-file-buffer-force):
11542         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11543         * emulation/viper.el (viper-go-away, viper-set-hooks):
11544         * emacs-lisp/re-builder.el (re-builder-unload-function):
11545         * emacs-lisp/bytecomp.el (byte-compile-file):
11546         * ses.el (ses-unload-function):
11547         * hexl.el (hexl-find-file):
11548         * files.el (normal-mode):
11549         * ehelp.el (with-electric-help):
11550         * autoinsert.el (auto-insert-alist):
11551         * arc-mode.el (archive-mode):
11552         Use (default-value 'major-mode) instead of default-major-mode.
11554         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11555         * international/mule.el (load-with-code-conversion):
11556         * emacs-lisp/debug.el (debug):
11557         * ediff-vers.el (ediff-rcs-get-output-buffer):
11558         * dired.el (dired-internal-noselect): Don't let-bind
11559         default-major-mode around code that doesn't use it.
11560         E.g. buffer creation via get-buffer-create doesn't use it.
11562 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11564         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11565         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11566         when writing the temp file.  Otherwise, epa-file gets confused.
11567         (tramp-register-file-name-handlers): Make it a defun.  Move also
11568         `epa-file-handler' to the front of `file-name-handler-alist'.
11570 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11572         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11573         start right after a ^M.
11574         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11575         (tramp-completion-file-name-regexp-separate)
11576         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11577         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11578         Don't modify last-coding-system-used by accident.
11579         (tramp-completion-file-name-handler): Apply the checks here,
11580         instead during registration.
11581         (tramp-register-file-name-handlers): Renamed from
11582         `tramp-register-file-name-handler'.  Register both
11583         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11584         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11586 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11588         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11589         Remove variable ...
11590         (gdb-init-1, gdb-display-separate-io-buffer)
11591         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11592         references to it.
11593         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11594         (gdb-inferior-filter): Use comint-output-filter to stop
11595         echoing and remove ^M characters.
11597 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * emulation/viper-init.el (viper-restore-cursor-type):
11600         * emulation/cua-base.el (cua--update-indications):
11601         Replace default-cursor-type with (default-value 'cursor-type).
11603         * mail/sendmail.el (mail-recover-1):
11604         * international/mule-diag.el (describe-current-coding-system-briefly)
11605         (describe-current-coding-system):
11606         * international/mule-cmds.el (select-safe-coding-system)
11607         (select-message-coding-system)
11608         (set-language-environment-coding-systems, set-locale-environment):
11609         * hexl.el (hexl-insert-multibyte-char):
11610         * dos-w32.el (find-buffer-file-type-coding-system):
11611         * simple.el (what-cursor-position):
11612         Replace uses of default-buffer-file-coding-system
11613         with (default-value 'buffer-file-coding-system).
11615         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11616         Replace uses of default-cursor-in-non-selected-windows
11617         with (default-value 'cursor-in-non-selected-windows).
11618         Use with-current-buffer.
11620         * mail/feedmail.el: Use CL macros.
11621         (feedmail-run-the-queue, feedmail-send-it-immediately):
11622         * dos-w32.el (find-buffer-file-type): Replace uses of
11623         default-buffer-file-type with (default-value 'buffer-file-type).
11625 2009-08-28  Glenn Morris  <rgm@gnu.org>
11627         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11628         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11629         Use default-value of major-mode rather than default-major-mode.
11631 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11633         * Makefile.in (update-elcfiles): Report left over elc files.
11635         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11636         expand-file-name and with-current-buffer.
11637         (mail-get-names, mail-directory): Use with-current-buffer.
11639         * vc.el (vc-read-revision): New function.
11640         (vc-version-diff, vc-merge): Use it.
11642 2009-08-27  Sam Steingold  <sds@gnu.org>
11644         * simple.el (kill-do-not-save-duplicates): New user option.
11645         (kill-new): When it is non-nil, and the new string is the same as
11646         the latest kill, set replace to t to avoid duplicates in kill-ring.
11648 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11650         * net/tramp.el (tramp-handle-process-file): Do not flush all
11651         caches when `process-file-side-effects' is set.
11652         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11653         instead of `tramp-find-file-exists-command'.
11654         Unset `process-file-side-effects'.
11656 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11658         * net/tramp.el (tramp-methods): New method "rsyncc".
11659         (top): Add completion function for "rsyncc".
11660         (tramp-message-show-message): New defvar.
11661         (tramp-message, tramp-error): Use it.
11662         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11663         remote copying.
11664         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11665         `tramp-methods' entry `copy-env' of "rsyncc".
11666         (tramp-vc-registered-read-file-names): New defconst.
11667         (tramp-vc-registered-file-names): New defvar.
11668         (tramp-handle-vc-registered): Implement optimization strategy.
11669         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11670         (tramp-vc-file-name-handler): New defun.
11671         (tramp-get-ls-command, tramp-get-test-command)
11672         (tramp-get-file-exists-command, tramp-get-remote-ln)
11673         (tramp-get-remote-perl, tramp-get-remote-stat)
11674         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11676         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11677         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11678         timestamps.
11679         (tramp-get-file-property): Check for timestamps in
11680         `tramp-cache-inhibit-cache'.
11681         (tramp-set-file-property): Write timestamp.
11683 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11685         * language/japan-util.el (japanese-symbol-table): Add entries for
11686         cp932-2-byte.
11688         * international/characters.el: Add category `j' to cp932-2-byte.
11690 2009-08-27  Kenichi Handa  <handa@m17n.org>
11692         * international/fontset.el (build-default-fontset-data): New macro.
11693         (setup-default-fontset): Use build-default-fontset-data for CJK,
11694         tibetan, ethiopic, and ipa.
11696 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11699         (enable-multibyte-characters): Not customizable any more.
11701         * subr.el (default-mode-line-format, default-header-line-format)
11702         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11703         (default-direction-reversed, default-truncate-lines)
11704         (default-left-margin, default-tab-width, default-case-fold-search)
11705         (default-left-margin-width, default-right-margin-width)
11706         (default-left-fringe-width, default-right-fringe-width)
11707         (default-fringes-outside-margins, default-scroll-bar-width)
11708         (default-vertical-scroll-bar, default-indicate-empty-lines)
11709         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11710         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11711         (default-scroll-down-aggressively, default-fill-column)
11712         (default-cursor-type, default-buffer-file-type)
11713         (default-cursor-in-non-selected-windows)
11714         (default-buffer-file-coding-system, default-major-mode)
11715         (default-enable-multibyte-characters): Mark as obsolete.
11717 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11719         * vc-dir.el (vc-dir-update): Remove debug helper.
11721         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11723 2009-08-26  Sam Steingold  <sds@gnu.org>
11725         * simple.el (save-interprogram-paste-before-kill): New user option.
11726         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11727         save the interprogram-paste into kill-ring before overriding it
11728         with the Emacs kill.
11730 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11732         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11733         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11734         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11735         and move to vc-rcs.el.
11736         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11737         move to vc-rcs.el.
11738         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11739         (vc-rcs-update-changelog): Remove.
11740         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11741         and move to vc-rcs.el.
11743         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11744         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11745         renaming.
11746         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11747         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11748         vc.el, renamed to be RCS specific.
11750         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11751         New functions.
11752         (vc-cvs-update-changelog): Move here from vc.el.
11754         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11755         New functions.
11757 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11759         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11761 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11763         * vc-git.el (vc-git-register): Use "git add" for directories.
11764         (vc-git-stash, vc-git-stash-show): New functions.
11765         (vc-git-extra-menu-map): Bind them.
11767         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11768         directory correctly in case the item is a directory itself.
11770         * vc.el: Document the desired behavior for reverted files in the
11771         `added' state.
11772         (vc-default-prettify-state-info): Remove function, unused.
11774         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11776 2009-08-26  Glenn Morris  <rgm@gnu.org>
11778         * bindings.el (standard-mode-line-format): Reposition dashes in
11779         which-func entry.  (Bug#4217)
11781         * files.el (enable-local-variables, enable-local-eval)
11782         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11783         the defcustoms.
11784         (auto-mode-alist, ignored-local-variables)
11785         (save-some-buffers-action-alist): Move risky declarations to the
11786         definitions.
11787         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11788         (font-lock-defaults, format-alist, imenu--index-alist)
11789         (imenu-generic-expression, input-method-alist, minor-mode-alist)
11790         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11791         (mode-line-modified, mode-line-mule-info, mode-line-position)
11792         (mode-line-process, mode-line-remote, outline-level)
11793         (parse-time-rules, rmail-output-file-alist)
11794         (special-display-buffer-names, vc-mode):
11795         Move risky declarations to the relevant files.
11796         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11797         (mode-line-modified, mode-line-process, mode-line-position)
11798         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11799         * font-core.el (font-lock-defaults):
11800         * format.el (format-alist):
11801         * vc-hooks.el (vc-mode):
11802         * window.el (special-display-buffer-names):
11803         * international/mule-cmds.el (input-method-alist):
11804         Define riskiness here (dumped file) rather than in files.el.
11805         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11806         * imenu.el (imenu-generic-expression, imenu--index-alist):
11807         * outline.el (outline-level):
11808         * time.el (display-time-string):
11809         * calendar/parse-time.el (parse-time-rules):
11810         * mail/rmailout.el (rmail-output-file-alist):
11811         Autoload riskiness here, rather than placing in files.el.
11813 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
11815         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11817 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
11819         * simple.el (process-file-side-effects): New defvar.
11821         * dired-aux.el (dired-show-file-type):
11822         * vc.el (vc-diff-internal):
11823         * vc-arch.el (vc-arch-diff):
11824         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11825         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11826         * vc-git.el (vc-git-registered, vc-git-working-revision)
11827         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11828         (vc-git--empty-db-p):
11829         * vc-hooks.el (vc-user-login-name):
11830         * vc-svn.el (vc-svn-registered, vc-svn-state)
11831         (vc-svn-dir-extra-headers, vc-svn-find-revision):
11832         * progmodes/grep.el (grep-probe): Let-bind
11833         `process-file-side-effects' with nil.
11835         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11837         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11838         daemon.  Replace ping by checking for running service for bluez
11839         and zeroconf.  (Bug#4239)
11841 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11843         * net/dig.el (dig): Add autoload cookie.
11845 2009-08-25  Glenn Morris  <rgm@gnu.org>
11847         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11848         load-history for absolute file-names.
11849         (byte-compile-file-form-require): Warn about use of the cl package.
11851         * format.el (format-alist): Doc fix.
11853         * play/bubbles.el (top-level): Don't require cl at run-time.
11855         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11856         run-time cl).
11858 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11860         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11861         from cl package.
11862         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11864 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11866         * calc/calc-alg.el (math-trig-rewrite)
11867         (math-hyperbolic-trig-rewrite): New functions.
11868         (calc-simplify): Simplify trig functions when asked.
11870 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11872         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11874 2009-08-24  Kenichi Handa  <handa@m17n.org>
11876         * language/ind-util.el (mapthread): Delete it.
11877         (combinatorial): New function.
11878         (indian--puthash-cv): Use combinatorial instead of mapthread.
11880 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11882         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11883         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11884         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11885         Clarify docstring that the value is strings not symbols.
11886         (checkdoc-list-of-strings-p): New function.
11888 2009-08-22  Glenn Morris  <rgm@gnu.org>
11890         * files.el (auto-mode-alist):
11891         * hippie-exp.el (he-concat-directory-file-name):
11892         * lpr.el (lpr-windows-system, printer-name):
11893         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11894         * ps-print.el (ps-windows-system):
11895         * startup.el (command-line):
11896         * emulation/viper-ex.el (viper-glob-function):
11897         * international/mule-cmds.el (set-language-environment-coding-systems):
11898         * net/ange-ftp.el (ange-ftp-write-region):
11899         * obsolete/fast-lock.el (fast-lock-cache-name):
11900         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11901         unisoft-unix, vax-vms, win32, w32.
11903         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11904         given name if the pattern is not more specific.
11906         * calendar/lunar.el (lunar-phase-names): New option.
11907         (lunar-phase): Doc fix.
11908         (lunar-cycles-per-year): New constant.
11909         (lunar-index): New function.
11910         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11911         (lunar-phase-name): Use lunar-phase-names.
11912         (calendar-lunar-phases): Use format.
11913         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11915         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11916         Copy imenu-example--name-and-position function here for own use.
11917         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11919         * bs.el (bs--redisplay):
11920         * cus-edit.el (custom-redraw):
11921         * ibuffer.el (ibuffer-bury-buffer):
11922         * server.el (server-goto-line-column):
11923         * startup.el (command-line-1):
11924         * strokes.el (strokes-xpm-for-stroke):
11925         * term.el (term-display-buffer-line):
11926         * view.el (View-goto-line):
11927         * calc/calc.el (calc-do, calc-trail-buffer):
11928         * play/gamegrid.el (gamegrid-add-score-insecure):
11929         * progmodes/ada-mode.el (ada-compile-goto-error):
11930         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11931         (ebrowse-select-1st-to-9nth):
11932         * progmodes/cperl-mode.el (cperl-time-fontification):
11933         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11934         * progmodes/gud.el (gud-display-line):
11935         (idlwave-shell-display-line):
11936         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11937         * progmodes/make-mode.el (makefile-browser-toggle):
11938         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11939         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11940         * textmodes/picture.el (picture-draw-rectangle):
11941         * textmodes/reftex-index.el (reftex-index-goto-letter):
11942         (reftex-select-jump-to-previous):
11943         * textmodes/reftex-sel.el (reftex-find-start-point)
11944         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11945         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11946         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11947         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11948         * textmodes/two-column.el (2C-associated-buffer):
11949         Use forward-line rather than goto-line.
11951         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11952         goto-line.
11954         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11955         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11956         (quick-check-list-to-regexp): Declare.
11958         * progmodes/make-mode.el (makefile-browser-insert-selection):
11959         Use goto-char rather than goto-line.
11961         * progmodes/prolog.el (compilation-error-regexp-alist)
11962         (compilation-forget-errors): Declare.
11964 2009-08-22  Juri Linkov  <juri@jurta.org>
11966         * progmodes/grep.el (lgrep, rgrep): At the beginning
11967         set `dir' to `default-directory' unless `dir' is a non-nil
11968         readable directory.  (Bug#4052)
11969         (lgrep, rgrep): Change a weird way to report an error
11970         from using `read-string' to using `error'.
11971         Instead of using interactive arguments in the function body,
11972         add new argument `confirm'.
11974 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11976         * textmodes/remember.el (remember-buffer):
11977         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11978         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11979         (icalendar-extract-ical-from-buffer):
11980         * net/newst-treeview.el (newsticker-groups-filename):
11981         * net/newst-backend.el (newsticker-cache-filename):
11982         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11983         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11984         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11985         (speedbar-buffers-line-path, speedbar-path-line)
11986         (speedbar-buffers-line-path):
11987         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11988         (epg-sign-keys):
11989         * epa.el (epa-display-verify-result):
11990         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11992 2009-08-21  Glenn Morris  <rgm@gnu.org>
11994         * progmodes/js.el (inferior-moz-process): Fix declaration.
11996         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11998         * obsolete/rnewspost.el (news-mail-reply):
11999         Use goto-char rather than goto-line.
12001         * term/ns-win.el (ns-open-file-select-line):
12002         Use line-beginning-position rather than goto-line.
12004         * apropos.el (apropos-command):
12005         * ehelp.el (electric-helpify):
12006         * printing.el (pr-show-setup):
12007         * strokes.el (strokes-help):
12008         * tutorial.el (tutorial--describe-nonstandard-key)
12009         (tutorial--detailed-help):
12010         * woman.el (woman-mini-help, woman-display-extended-fonts):
12011         * calc/calc-help.el (calc-describe-key):
12012         * emulation/edt.el (edt-electric-helpify):
12013         * international/mule-diag.el (mule-diag):
12014         * play/yow.el (apropos-zippy):
12015         * progmodes/python.el (python-describe-symbol):
12016         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12017         * textmodes/table.el (*table--cell-describe-mode)
12018         (*table--cell-describe-bindings):
12019         Use help-print-return-message rather than the now obsolete alias.
12021         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12022         (calendar-cursor-to-visible-date):
12023         * play/5x5.el (5x5-position-cursor):
12024         * play/decipher.el (decipher):
12025         * play/gomoku.el (gomoku-goto-xy):
12026         * play/landmark.el (lm-goto-xy):
12027         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12028         (mpuz-paint-digit):
12029         Use forward-line, not goto-line.
12031         * mail/rmail.el (rmail-obsolete): Delete custom group.
12032         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12033         (rmail-remote-password, rmail-remote-password-required):
12034         Remove unneeded :set-after and :set properties.
12036 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12038         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12040 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12042         * loadup.el: Remove leftover macos code.
12044         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12045         Explicitly pass the date format to git blame so that user local
12046         so that the output format can be parsed.
12048 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12050         * net/dbus.el (top): Don't check for (getenv
12051         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12053 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12055         * log-edit.el (log-edit-strip-single-file-name): New var.
12056         (log-edit-insert-changelog): Use it.  Bug#3571
12058 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12061         Bug#3287
12063         * help.el (help-print-return-message): Rename from
12064         print-help-return-message.
12066         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12067         cvs-mode-map parent hack.
12068         (log-view-mode): Derive from special-mode.
12070         * linum.el (linum-mode): window-size-change-functions is redundant.
12071         Adapt to new window-configuration-change-hook behavior.
12072         (linum-after-size, linum-after-config): Remove.
12074         * imenu.el (imenu-example--name-and-position)
12075         (imenu-example--lisp-extract-index-name)
12076         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12077         Mark as obsolete.
12079         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12080         (inferior-prolog-mode): Use it.
12081         (inferior-prolog-load-file): Reset list of errors.
12083 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12085         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12087         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12089 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12091         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12092         is running already.
12094 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12096         * subr.el (listify-key-sequence-1): Use normal syntax since those
12097         integers are nowadays always represented by the same (positive) number
12098         on all platforms.
12099         (read-key-empty-map): New const.
12100         (read-key-delay): New var.
12101         (read-key): New function.
12102         (force-mode-line-update): Use with-current-buffer.
12103         (locate-user-emacs-file): Don't forget to abbreviate the file name.
12104         (start-process-shell-command, start-file-process-shell-command):
12105         Discourage the use of command-args.
12107 2009-08-19  Glenn Morris  <rgm@gnu.org>
12109         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12111 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12113         * simple.el (choose-completion-string): Don't rely on
12114         minibuffer-completing-file-name and ad-hoc checks to decide whether
12115         to continue completion or not.
12117         * minibuffer.el (minibuffer-hide-completions): New function.
12118         (completion--do-completion): Use it.
12119         (completions-annotations): New face.
12120         (completion--insert-strings): Use it.
12121         (completion-pcm--delim-wild-regex): Add docstring.
12122         (completion-pcm--string->pattern): Add support for 0-width delimiters
12123         in completion-pcm--delim-wild-regex.
12125 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12127         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12128         Remove unused var `buffer-modified-p'.
12130         * minibuffer.el (completion--do-completion): Move point for the #b001
12131         case as well (bug#4176).
12132         (minibuffer-complete, minibuffer-complete-word): Don't move point.
12134 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
12136         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
12137         and :session buses.
12139 2009-08-18  Kenichi Handa  <handa@m17n.org>
12141         * international/ucs-normalize.el (ucs-normalize-version):
12142         Change to 1.1.
12143         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12144         (utf-8-hfs): Make it perform normalization on encoding too.
12146         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
12147         (sentence-end-without-space): Delete duplicated chars.
12148         (sentence-end-base): Likewise.
12150         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
12151         (html-mode): Delete duplicated chars from sentence-end-base.
12153         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
12154         (texinfo-mode): Delete duplicated chars from sentence-end-base.
12156 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
12158         * files.el (hack-one-local-variable): If the mode function is for
12159         a minor mode, pass it an argument (Bug#4148).
12161 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
12163         * net/tramp.el (tramp-register-completion-file-name-handler):
12164         Check also for (member 'partial-completion completion-styles).
12166 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12168         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12169         abbrev (Bug#3943).
12171 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
12173         * progmodes/cperl-mode.el: Merge upstream 6.2.
12174         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12175         (cperl-forward-re): Check cperl-brace-recursing.
12176         (cperl-highlight-charclass): New function.
12177         (cperl-find-pods-heres): Use it.
12178         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12179         (cperl-beautify-regexp-piece): Fix column calculation.
12180         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12181         (cperl-beautify-level): Don't process entire regexp.
12182         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12183         calling man.
12184         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12185         (cperl-init-faces): Build a list in the normal way.
12187 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12189         * calendar/parse-time.el (parse-time-string-chars): Save match
12190         data.
12192 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12194         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12195         (sql-product): Use it.
12196         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12197         (sql-set-product): Add completion.
12198         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12199         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12200         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12201         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12202         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12203         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12204         (sql-highlight-db2-keywords): Remove.
12205         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12206         (sql-highlight-product): Use derived-mode-p.
12207         (sql-set-sqli-buffer): Use with-current-buffer.
12208         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12209         Simplify.
12211         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12213         * term.el: Fix commenting convention, turn comments into docstrings.
12215 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12217         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12219 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12221         * calendar/parse-time.el (parse-time-string-chars): Compute using
12222         character classes, to handle non-ascii characters (Bug#3190).
12224 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12226         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12227         another heredoc if the user adds another < (Bug#3226).
12229         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12230         Don't initialize based on window-system (Bug#4124).
12232         * facemenu.el (facemenu-read-color): Use a completion function
12233         that accepts any defined color, such as RGB triplets (Bug#3677).
12235         * files.el (get-free-disk-space): Change fallback default
12236         directory to /.  Expand DIR argument before switching to fallback.
12237         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12239 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12241         * files.el (load-library): Doc fix.
12243 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12245         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12246         (viper-if-string): Redefine C-s in the minibuffer to insert the last
12247         incremental search string.
12249         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12250         XEmacs.
12252         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12253         (ediff-merge-region-is-non-clash)
12254         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12255         Also check if the job is really a merge job.
12257         * ediff.el (ediff-current-file): New function.
12259 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12261         * progmodes/js.el: Edit docstrings throughout to follow Emacs
12262         conventions.
12263         (js-insert-and-indent): Delete function.
12264         (js-mode-map): Don't bind keys to js-insert-and-indent.
12265         (js-beginning-of-defun): Rename from js--beginning-of-defun.
12266         (js-end-of-defun): Rename from js--end-of-defun.
12267         (js-auto-indent-flag): Delete variable.
12269 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
12271         * progmodes/js.el: Remove proclaim statement.
12272         Defvar which-func-imenu-joiner-function to silence compiler.
12274         * files.el (auto-mode-alist): Use js-mode for .js files.
12276         * progmodes/js2-mode.el: Remove file.
12278         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12280         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12282         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12284 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
12285             Karl Landstrom  <karl.landstrom@brgeight.se>
12287         * progmodes/js.el: New file.
12289 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
12291         * timezone.el (timezone-parse-date): Add ability to understand ISO
12292         basic format (minimal separators) dates in addition to the
12293         already-supported extended format dates.
12295 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
12297         * international/ucs-normalize.el: Add a `coding' file variable.
12299         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12301 2009-08-14  Sam Steingold  <sds@gnu.org>
12303         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12305 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
12307         * faces.el (help-argument-name): Define it here instead of
12308         help-fns.el, because in daemon mode help-fns.el may be loaded when
12309         faces are still uninitialized (Bug#1078).
12311         * help-fns.el (help-argument-name): Move defface to faces.el.
12313 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
12315         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12316         create buffer with a pty but no process so that GDB can make the
12317         inferior the controlling process.
12319 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
12321         * international/ucs-normalize.el: New file.
12323 2009-08-13  Richard Stallman  <rms@gnu.org>
12325         * mail/rmail.el (rmail-get-attr-names):
12326         Accept an attribute header that is too short.
12328         * mail/rmail.el (rmail-forget-messages):
12329         Ignore nil elt in rmail-message-vector.  Use dotimes.
12331         * progmodes/compile.el (compilation-goto-locus):
12332         Use next-error-move-function.
12334         * simple.el (next-error-move-function): New variable.
12336 2009-08-12  Juri Linkov  <juri@jurta.org>
12338         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12339         always non-nil.  (Bug#4052)
12341         * replace.el (read-regexp): Return empty string when
12342         `default-value' is nil.
12343         (keep-lines-read-args): Don't use empty string as the
12344         default value for `read-regexp'.  (Bug#2495)
12346 2009-08-12  Juri Linkov  <juri@jurta.org>
12348         * international/mule-cmds.el (ucs-insert): Change arguments
12349         from `arg' to `character', `count', `inherit' to be the same
12350         as in `insert-char'.  Doc fix.  (Bug#4039)
12352         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12354 2009-08-12  Juri Linkov  <juri@jurta.org>
12356         * files-x.el: New file.
12358         * files.el: Move code that deals with adding/deleting
12359         file/directory-local variables to files-x.el.
12361         * Makefile.in (ELCFILES): Add files-x.elc.
12363 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12365         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12366         to use `goto-line'.
12367         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12368         `goto-line'.
12369         (gdb-invalidate-disassembly): Do not refresh upon receiving
12370         'update signal.  Instead, update all disassembly buffers only after
12371         threads list.
12372         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12373         (gdb-starting): Moved -data-list-register-names...
12374         (gdb-stopped): ...here so it's sent when first thread stops.
12375         (gdb-registers-handler-custom): Do nothing if register names are
12376         unknown yet.
12378         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12379         from `gdb-mi.el' to avoid extra tangling.
12381         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12382         change which breaks `gud-def' definitions used in `gdb'.
12383         (gdb-update-gud-running): No extra fuss for updating frame number.
12385 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12387         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12388         (describe-language-environment-map, setup-language-environment-map)
12389         (set-coding-system-map): Move initialization into declaration.
12390         (set-language-info-alist): Last arg to define-key-after can be skipped.
12392         * international/quail.el (quail-completion-1): Simplify.
12393         (quail-define-rules): Use slightly more compact code.
12394         (quail-insert-decode-map): Propertize keys, compact columns.
12396         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12397         Add goto-line.
12399 2009-08-10  Miles Bader  <miles@gnu.org>
12401         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12402         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12403         (js2-instance-member, js2-private-member, js2-private-function-call)
12404         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12405         (js2-magic-paren, js2-external-variable):
12406         Remove "-face" suffix from face names.
12407         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12408         (js2-highlight-undeclared-vars, js2-peek-token)
12409         (js2-parse-function-params, js2-mode-show-errors)
12410         (js2-mode-show-warnings, js2-make-magic-delimiter)
12411         (js2-mode-highlight-magic-parens): Update to use new face names.
12413 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12415         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12416         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12418 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12420         * subr.el: Provide hashtable-print-readable.
12422         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12423         hs-c-like-adjust-block-beginning.
12424         (hs-hide-block-at-point): Stop hiding at the beginning of
12425         hs-block-end-regexp (Bug#700).
12427 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12429         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12430         a macro.
12431         (gdb-registers-handler-custom): Do not fail when register names
12432         are unavailable.
12434 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12436         * progmodes/gdb-mi.el (gdb-control-all-threads)
12437         (gdb-control-current-thread): Interactive setters for
12438         `gdb-gud-control-all-threads' to use in menu.
12439         (gdb-show-run-p): Show «Go» when process is not active.
12440         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12441         gud/thread.xpm and gud/all.xpm.
12443 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12445         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12446         (nslookup-font-lock-keywords): Make it a variable.
12447         (net-utils-mode): New mode for viewing diagnostic network output.
12448         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12449         (net-utils-run-simple): New function.
12450         (ifconfig, iwconfig, netstat, arp, route): Use it.
12452 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12454         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12455         (gdb-memory-set-address, def-gdb-set-positive-number)
12456         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12457         after changing settings.
12458         (gdb-invalidate-disassembly): Update when first shown.
12459         (gdb-edit-locals-value): Fixed.
12460         (gdb-registers-handler-custom): Print registers in right order and
12461         allow changing register values (only for current thread yet).
12462         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12463         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12464         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12465         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12466         info in mode name.
12467         (gdb-registers-mode-map): TAB to switch to locals.
12469 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12471         * mail/rmail.el (rmail-add-mbox-headers)
12472         (rmail-set-message-counters-counter): Search for
12473         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12475 2009-08-08  Glenn Morris  <rgm@gnu.org>
12477         * Makefile.in (ELCFILES): Update.
12479 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12481         * mail/sendmail.el (mail-yank-original): Set
12482         buffer-file-coding-system from the one used by the message whose
12483         text is yanked.
12485         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12486         to "windows" when "pgnuplot" is used.
12487         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12488         call accept-process-output if "pgnuplot" is used.
12489         (calc-graph-init): Don't send -display and -geometry to
12490         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12491         running "pgnuplot -V" with shell-command-to-string.
12493         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12494         the default.
12496 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12498         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12499         org/org-latex.elc.
12501 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12503         * vc-dispatcher.el (vc-resynch-window): Update comment.
12505         * term.el (term-handle-ansi-escape): Add comments with the
12506         terminfo capabilities implemented.
12508 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12510         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12511         (gdb-var-create-handler): Rewritten using JSON parser.
12512         (gdb-propertize-header): Moved earlier.
12513         (gdb-set-header): Removed to avoid duplication.
12514         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12515         Refresh disassembly buffers only after threads list have been
12516         update.
12517         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12518         variables.
12520 2009-08-04  Juri Linkov  <juri@jurta.org>
12522         * files.el: Commands to add/delete file/directory-local variables.
12523         (read-file-local-variable, read-file-local-variable-value)
12524         (read-file-local-variable-mode, modify-file-local-variable)
12525         (modify-file-local-variable-prop-line)
12526         (modify-dir-local-variable): New functions.
12527         (add-file-local-variable, delete-file-local-variable)
12528         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12529         (add-dir-local-variable, delete-dir-local-variable)
12530         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12531         (copy-dir-locals-to-file-locals-prop-line): New commands.
12533 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12535         * abbrev.el (insert-abbrev-table-description): Prettify output.
12536         Suggested by Karl Chen.
12538 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12540         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12541         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12542         (gdb-overlay-arrow-position, gdb-thread-position)
12543         (gdb-disassembly-position): Declare variables.
12544         (gdb-wait-for-pending): Function now.
12545         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12546         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12547         compilation goes smoothly.
12548         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12549         (gdb-non-stop-setting): New customization setting which replaces
12550         `gdb-non-stop' so changing it doesn't break active GDB session.
12551         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12552         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12553         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12554         (gdb-show-threads-by-default): New customization options.
12555         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12556         routines.
12557         (gdb-get-buffer-create): Send buffers update signal when they are
12558         created.
12559         (gdb-invalidate-locals, gdb-invalidate-registers)
12560         (gdb-invalidate-breakpoints)
12561         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12562         (gdb-invalidate-memory): Accept update signal.
12563         (gdb-current-context-command): Use --frame option.
12564         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12565         Implement `gdb-frame-number' selection logic.
12566         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12567         whether to show GUD toolbar buttons.
12568         (gdb-thread-exited): Unselect current thread when it exits.
12569         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12570         (gdb-mark-line): Routine which sets overlay arrow or inverses
12571         video on fringeless displays.
12572         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12573         to build aligned columns of data in GDB buffers and set text
12574         properties line-by-line.
12575         (gdb-invalidate-breakpoints)
12576         (gdb-breakpoints-list-handler-custom)
12577         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12578         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12579         (gdb-registers-handler-custom): Align data columns.
12580         (gdb-locals-handler-custom): Now prints data like in variable
12581         declarations.
12582         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12583         Removed confusing buttons.
12584         (gdb-invalidate-threads): Append --frame.
12585         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12586         between breakpoints/threads buffers.
12587         (gdb-set-window-buffer): Now can ignore dedicated windows.
12588         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12589         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12590         (def-gdb-thread-buffer-gud-command): Replaces
12591         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12592         for fine thread control.
12593         (gdb-preempt-existing-or-display-buffer): New function used to
12594         display bound buffers without breaking window layout.
12595         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12596         (gdb-select-frame): New version of `gdb-frames-select' which now
12597         sets `gdb-frame-number' so commands may use --frame option instead
12598         of inner debugger state.
12599         (gdb-frame-handler): Do not set `gdb-frame-number'.
12600         (gdb-threads-mode-map): Select threads with mouse.
12602         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12603         avoid compilation warning.
12604         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12605         `gdb-show-stop-p`.
12607         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12608         Argument `key' renamed to `buffer-type'.
12609         (gdb-current-context-buffer-name): Do not add thread info to
12610         buffer name when no thread is selected.
12611         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12612         command (bug 3794).
12613         (gdb-thread-selected): Handle `=thread-selected' notification.
12614         (gdb-wait-for-pending): New macro to deal with congestion problems.
12615         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12616         breakpoints.
12617         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12618         This fixes problem similar to one described in bug 3947.
12619         (gud-menu-map): More menu items.
12620         (gdb-init-1): Reset `gdb-thread-number' to nil.
12622         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12623         non-stop settings.
12625         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12626         (gdb-current-context-command): Do not append --thread if
12627         `gdb-thread-number' is nil.
12628         (gdb-running-threads-count, gdb-stopped-threads-count): New
12629         variables.
12630         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12631         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12632         customization options.
12633         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12634         GUD commands.
12635         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12636         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12637         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12638         set `gdb-thread-number' and update `gud-running' properly.
12639         (gdb-running): Update threads list when new threads appear.
12640         (gdb-stopped): Support non-stop operation and new thread switching
12641         logic.
12642         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12643         (gdb-json-partial-output): New set of JSON routines.
12644         (def-gdb-auto-update-trigger): New `signal-list' optional
12645         argument.
12646         (gdb-thread-list-handler-custom): Update `gud-running',
12647         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12648         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12649         (gdb-continue-thread, gdb-step-thread): New commands for fine
12650         thread execution control.
12651         (gud-menu-map): New menu items to switch non-stop options.
12652         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12653         (gdb-send): Mimic RET properly (bug 3794).
12655         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12656         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12657         gdb-buffer-rules.
12658         (def-gdb-auto-update-handler): New nopreserve optional argument.
12659         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12661         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12662         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12663         (gdb-parent-mode): New mode to derive other GDB modes from.
12664         (gdb-display-disassembly-for-thread)
12665         (gdb-frame-disassembly-for-thread): New commands for threads
12666         buffer.
12668         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12669         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12670         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12671         (gdb-update): We now store all GDB buffers in a list so that they
12672         can be updated by traversing a list instead of calling invalidate
12673         triggers explicitly.
12674         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12675         pair for GDB buffer.
12676         (gdb-stack-buffer-name): Add thread information.
12677         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12678         handle pending triggers.
12679         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12680         (def-gdb-thread-buffer-simple-command)
12681         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12682         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12683         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12684         New commands which show buffers bound to thread.
12685         (gdb-stack-list-locals-regexp): Removed unused regexp.
12687         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12688         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12689         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12690         to (gud-comint-buffer) in *-buffer-name functions
12691         because (gdb-get-target-string) already does that.
12692         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12693         (gdb-changed-registers-handler): Rewritten without regexps.
12695         * progmodes/gdb-mi.el: Basic thread selection support.
12696         (gdb-thread-number): New variable.
12697         (gdb-current-context-command): New macro which adds --thread
12698         option to command.
12699         (gdb-threads-mode-map): Select thread with SPC.
12700         (gdb-thread-list-handler-custom): Mark current thread with overlay
12701         arrow.  Synchronize GDB thread and Emacs thread.
12702         (gdb-select-thread): New command which selects current thread.
12703         (gdb-invalidate-frames, gdb-invalidate-locals)
12704         (gdb-invalidate-registers): Use --thread option.
12706 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12708         * net/tramp.el (top): Make check for tramp-gvfs loading more
12709         robust.  (Bug#3977)
12710         (tramp-handle-insert-file-contents): `unwind-protect' must be
12711         inside `with-parsed-tramp-file-name'.
12713         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12714         fails.
12716 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12718         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12719         directory if CLASSPATH is not set.
12721 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12723         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12724         New defconst.
12725         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12727 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12729         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12730         Update freshmeat link.  Delete newsforge.com as it seems gone.
12732 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12734         * select.el (x-set-selection): Doc fix (Bug#4021).
12736         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12738         * help-fns.el (describe-variable): Treat list return values from
12739         dir-locals-find-file properly (Bug#4005).
12741 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12743         * net/tramp.el (tramp-debug-message): Print also microseconds.
12745 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12747         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12748         or END is non-nil.
12749         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12750         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12751         format.
12753         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12754         (tramp-get-file-property): Use it.
12756         * autorevert.el (auto-revert-handler): Allow
12757         `auto-revert-tail-mode' for remote files.
12759 2009-08-02  Jason Rumney  <jasonr@gnu.org>
12761         * minibuffer.el (read-file-name): Treat confirm options to
12762         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
12764 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12766         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12767         (font-lock-variable-name-face, font-lock-constant-face): Darken
12768         the colors for light backgrounds.
12770 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
12772         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12773         month names.  (Bug#3987)
12775 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
12777         * simple.el (line-move-finish): Pass whole number to
12778         line-move-to-column.
12779         (line-move-visual): Perform hscroll to the recorded position.
12781 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
12783         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12785 2009-07-29  Alan Mackenzie  <acm@muc.de>
12787         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12789 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
12791         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12792         (gdb-place-breakpoints): Use full path when setting breakpoints.
12794 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
12796         * calc/calc.el (calc-mode-map): Add keybinding for
12797         `calc-transpose-lines'.
12799 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
12801         * calc/calc-misc.el (calc-transpose-lines): New function.
12803 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
12805         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12806         Simplify check for out-of-band methods.
12807         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12808         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
12810 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
12812         * vc-git.el (vc-git-checkin): Fix typo.
12814 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
12816         * progmodes/js2-mode.el: New file.
12818 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
12820         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12821         (gud-menu-map): Adjust tooltip accordingly.
12823 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12825         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12826         (vc-bzr-log-view-mode): Adjust log-view-file-re.
12828         * add-log.el (change-log-mode-map): Add a menu.
12830 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
12832         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12833         function returns nil.
12834         (dbus-handle-event): Handle special return value :ignore.
12835         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12837 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
12839         * view.el (view-mode-enable): Don't define Helper-return-blurb if
12840         it's not needed.
12842 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
12844         Fix Bug#3888:
12846         * w32-vars.el (x-select-enable-clipboard): Doc fix.
12848         * term/pc-win.el (x-display-name, x-colors)
12849         (x-select-enable-clipboard, x-select-text): Doc fix.
12851         * term/common-win.el (x-display-name, x-colors): Doc fix.
12853         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12854         (xw-defined-colors): Doc fix.
12856         * w32-fns.el (x-select-text, x-setup-function-keys)
12857         (x-get-selection, x-set-selection): Doc fix.
12859         * term/x-win.el (x-select-text, x-setup-function-keys)
12860         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12862         * select.el (x-set-selection): Doc fix.
12864 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12866         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12867         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12868         "IsNSSSupportAvailable" method is not available.  Reported by
12869         Steve Youngs <steve@sxemacs.org>.
12871 2009-07-24  Kenichi Handa  <handa@m17n.org>
12873         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12874         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12875         (build-unicode-category-table): Fix range checks.
12877 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12879         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12880         the buffer we try to sync is current when calling
12881         vc-resynch-buffer.
12883         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12884         not show up to date files.
12886 2009-07-24  Glenn Morris  <rgm@gnu.org>
12888         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12889         Add autoload cookies.  If necessary, initialize.
12890         (elint-log): Handle non-file buffers.
12891         (elint-initialize): Add optional argument to reinitialize.
12892         (elint-find-builtin-variables): Save excursion.
12894 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12896         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12897         for Lint.
12899 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12901         * vc.el (vc-print-log-internal): New function, split out from ...
12902         (vc-print-log): ... here.
12903         (vc-dir-move-to-goal-column): Declare.
12905         * vc-git.el (vc-git-add-signoff): New variable.
12906         (vc-git-checkin): Use it.
12907         (vc-git-toggle-signoff): New function.
12908         (vc-git-extra-menu-map): Bind it to menu.
12909         (vc-git--run-command-string): Accept a nil FILE argument.
12910         (vc-git-stash-list): New function.
12911         (vc-git-dir-extra-headers): Use it.
12913 2009-07-23  Glenn Morris  <rgm@gnu.org>
12915         * help-fns.el (describe-variable): Describe ignored and risky local
12916         variables in a similar way to that in which we describe safe ones.
12918         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12919         (byte-compile-output-file-form, byte-compile-output-docform)
12920         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12921         Give some more local variables with common names a "bytecomp-" prefix,
12922         so as not to shadow things during compilation.
12923         * emacs-lisp/cl-macs.el (load-time-value)
12924         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12925         `outbuffer' to `bytecomp-outbuffer'.
12927         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12928         since the next two variables cover them automatically now.
12929         (elint-builtin-variables, elint-autoloaded-variables): New.
12930         (elint-unknown-builtin-args): Remove all members, since they can be
12931         parsed automatically now.
12932         (elint-extra-errors): New.
12933         (elint-env-add-env, elint-env-add-macro): Use cadr.
12934         (elint-current-buffer): Use or.  Change final message.
12935         (elint-get-top-forms): Use line-end-position.
12936         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12937         and defalias.
12938         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12939         (regexp-assoc): Remove unused function.
12940         (elint-top-form): Set elint-current-pos, to record the start of the
12941         top-level form, for compilation-mode.
12942         (elint-form): Trap errors in macro expansion.  Use dolist.
12943         (elint-unbound-variable): Use elint-builtin-variables and
12944         elint-autoloaded-variables.
12945         (elint-get-args): Use cadr, or.
12946         (elint-check-cond-form): Use dolist, cadr.
12947         (elint-check-condition-case-form): Doc fix.  Use cadr.
12948         Use elint-extra-errors.
12949         (elint-log): New function.
12950         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12951         Distinguish errors and warnings.
12952         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12953         Use a bytecomp-style format.
12954         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12955         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12956         Don't truncate lines.
12957         (elint-initialize): Set builtin and autoloaded variable lists.
12958         Only process elint-unknown-builtin-args if non-nil.
12959         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12960         New functions.
12961         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12963 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12965         * net/newst-backend.el (newsticker--parse-atom-1.0)
12966         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12967         (newsticker--parse-rss-1.0):
12968         * progmodes/idlwave.el (idlwave-mode):
12969         * progmodes/idlw-shell.el (idlwave-shell-mode):
12970         * progmodes/vera-mode.el (vera-mode):
12971         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12972         * progmodes/vhdl-mode.el (vhdl-mode):
12973         * textmodes/table.el (table-generate-source)
12974         (table--warn-incompatibility):
12975         Hyperlink urls in docstrings with URL `...'.
12977 2009-07-22  Glenn Morris  <rgm@gnu.org>
12979         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12980         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12981         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12982         Remove leading * from defcustom docs.
12984         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12986         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12987         defcustom doc.
12988         (list-load-path-shadows): Optionally, just return shadows as a string.
12990         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12992 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12994         * mail/rmailedit.el (rmail-edit-mode): Use
12995         auto-save-include-big-deletions.
12997         * mail/rmail.el (rmail-variables): Use
12998         auto-save-include-big-deletions.
13000         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13001         changes.
13003 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13005         * calc/calc.el (calc-undo-length): New variable.
13006         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13008 2009-07-21  Richard Stallman  <rms@gnu.org>
13010         * files.el (auto-save-mode): Handle buffer-save-size = -2
13011         for toggling mode.
13013 2009-07-21  Glenn Morris  <rgm@gnu.org>
13015         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13017         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13019         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13020         silence compiler.  Instead...
13021         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13022         (ps-print-ensure-fontified): Update for above function name changes.
13024         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13025         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13026         silence compiler.  Instead...
13027         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13028         (mh-show-buffer): Only define for compiler.
13029         (pr-mh-current-message): Update for above function name changes.
13031         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13032         as an argument.
13033         (find-file-noselect, insert-file-1): Update for above change.
13035         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13037         * mail/mailclient.el (mailclient-send-it): Fix message.
13039         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13040         (edebug-eval): Check cl-debug-env is bound.
13041         (print-level, print-circle): Don't redefine built-in variables.
13043         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13044         (custom-print-vectors): Remove old comments from doc.
13046         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13047         (emerge-version): Make the variable an obsolete alias for the
13048         emacs-version variable.  Make the function obsolete.
13049         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13050         Emerge options, rather than merging in into the main Options menu.
13051         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13052         and auto advance modes.  Disable edit/fast items when not relevant.
13054 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13056         * term/vt420.el (terminal-init-vt420): Fix typo.
13058 2009-07-20  Sam Steingold  <sds@gnu.org>
13060         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13061         variable (removed from compile.el on 2004-03-11).
13063 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13065         * files.el (hack-local-variables-filter): Fix last change.
13067 2009-07-19  Juri Linkov  <juri@jurta.org>
13069         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13070         (dir-local-variables-alist): New buffer-local variable.
13071         (hack-local-variables-filter): If variable is not dir-local,
13072         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13073         because file-local overrides dir-local.
13074         (c-postprocess-file-styles) <declare-function>:
13075         Remove obsolete declaration.
13076         (hack-dir-local-variables): Add dir-local variable/value pair to
13077         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13079         * help-fns.el (describe-variable): Add information about
13080         file-local and dir-local variables.
13082 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13084         * files.el (hack-local-variables-filter): Rewrite.
13086 2009-07-19  Glenn Morris  <rgm@gnu.org>
13088         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13089         Silence compiler by only defining on XEmacs.
13091         * international/mule.el (auto-coding-regexp-alist): Only match
13092         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13094         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13095         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
13096         (cal-menu-context-mouse-menu): Doc fix.
13098         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13100         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
13102 2009-07-18  Juri Linkov  <juri@jurta.org>
13104         * info.el: Virtual Info keyword finder.
13105         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13106         (Info-finder-file): New variable.
13107         (Info-finder-find-file): New function.
13108         (finder-known-keywords, finder-package-info)
13109         (find-library-name, lm-commentary): Use defvar and
13110         declare-function to silence compiler warnings.
13111         (Info-finder-find-node): New function.
13112         (info-finder): New command.
13114         * subr.el (process-kill-buffer-query-function): New function.
13115         (add-hook)<kill-buffer-query-functions>: Add hook
13116         `process-kill-buffer-query-function'.
13118 2009-07-18  Alan Mackenzie  <acm@muc.de>
13120         * progmodes/cc-mode.el (c-before-hack-hook)
13121         (c-postprocess-file-styles): Give invocation of `c-set-style'
13122         DONT-OVERRIDE parameter of t.  Already set style variables will
13123         thus not be overridden by style settings given by `c-file-syle'.
13125         * files.el (hack-local-variables-filter): Remove entries with
13126         duplicate keys from `file-local-variables-alist'.
13128 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13130         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13131         x-set-selection if display-selections-p returns nil for the
13132         current frame.
13134 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
13136         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13138 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13140         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13141         Accept nil in addition to a regexp.
13142         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13143         Accept nil in addition to a regexp.
13144         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13145         buffers that have an associated file.  Handle nil values of
13146         desktop-buffers-not-to-save and desktop-files-not-to-save.
13147         (Bug#3833)
13149         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13150         (x-disown-selection-internal): New functions.
13152 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
13154         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13155         warning.
13156         (gdb-breakpoints-header): Move forward to avoid compiler warning.
13157         (gdb-make-header-line-mouse-map): Remove duplicate definition.
13159 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
13161         * simple.el (set-mark): Revert last change.
13163 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
13165         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13166         rendering of pngs is not possible instead of messaging a long
13167         description.
13169 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
13171         * w32-fns.el (x-selection-owner-p): New function.
13173         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13174         (mouse-yank-at-click, mouse-yank-primary): If
13175         select-active-regions is non-nil, deactivate the mark before
13176         insertion.
13178         * simple.el (deactivate-mark, set-mark): Only save selection if we
13179         own it.
13181 2009-07-17  Kenichi Handa  <handa@m17n.org>
13183         * case-table.el (describe-buffer-case-table): Fix for the case
13184         that KEY is a cons.
13186 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
13188         * vc-rcs.el (vc-rcs-find-file-hook):
13189         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13191 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13193         * net/tramp.el (tramp-wait-for-output): Handle the case when
13194         commands do not return a newline but a null byte before the shell
13195         prompt.  (Bug#3858)
13197 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13199         * term/ns-win.el (ns-set-alpha): Don't declare.
13200         (ns-set-background-alpha): Remove function.
13202 2009-07-16  Kevin Ryde  <user42@zip.com.au>
13204         * emacs-lisp/copyright.el (copyright-update): Save match-data across
13205         y-or-n-p, for safety.
13207 2009-07-16  Richard Stallman  <rms@gnu.org>
13209         * files.el (auto-save-mode): If buffer-saved-size is -2,
13210         don't clobber it.
13212         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13213         (rmail-retry-ignored-headers): Add more uninteresting fields.
13215 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
13217         * net/rcirc.el (rcirc): Use history variables.
13218         (rcirc-server-name-history, rcirc-nick-name-history)
13219         (rcirc-server-port-history): New variables.
13221 2009-07-15  Kenichi Handa  <handa@m17n.org>
13223         * international/mule-cmds.el (set-language-environment-charset):
13224         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13225         ignore them.
13227         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13228         Delete unibyte-display.
13230 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13232         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13234 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13236         * simple.el (deactivate-mark): Optional argument FORCE.
13237         (set-mark): Use deactivate-mark.
13239         * info.el (Info-search): No need to check transient-mark-mode
13240         before calling deactivate-mark.
13242         * select.el (x-set-selection): Doc fix.
13243         (x-valid-simple-selection-p): Allow buffer values.
13244         (xselect--selection-bounds): Handle buffer values.  Suggested by
13245         David De La Harpe Golden.
13247         * mouse.el (mouse-set-region, mouse-drag-track): Call
13248         copy-region-as-kill before setting the mark, to let
13249         select-active-regions work.
13251 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
13253         * simple.el (deactivate-mark): If select-active-regions is
13254         non-nil, copy the selection data into a string.
13255         (activate-mark): If select-active-regions is non-nil, set the
13256         selection to the current buffer.
13257         (set-mark): Update selection if select-active-regions is non-nil.
13259         * select.el (x-valid-simple-selection-p): Allow buffer values.
13261 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13263         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13264         and more featureful message-mode.
13266 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
13268         * select.el (x-set-selection): Doc fix.
13269         (x-valid-simple-selection-p): Disallow selection data consisting
13270         of a list or cons of integers, since that is not used.
13271         (xselect--selection-bounds, xselect--int-to-cons): New functions.
13272         (xselect-convert-to-string, xselect-convert-to-length)
13273         (xselect-convert-to-filename, xselect-convert-to-charpos)
13274         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13276 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
13278         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13279         output in -break-info command (Emacs bug #3794).
13281 2009-07-14  Glenn Morris  <rgm@gnu.org>
13283         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13284         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13285         (edebug-print-length, edebug-print-level, edebug-print-circle)
13286         (edebug-sit-for-seconds, edebug-view-outside)
13287         (edebug-bounce-point, edebug-set-global-break-condition)
13288         (edebug-Go-nonstop-mode, edebug-trace-mode)
13289         (edebug-Trace-fast-mode, edebug-continue-mode)
13290         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13291         (edebug-visit-eval-list): Doc fixes.
13293         * subr.el (def-edebug-spec): Doc fix.
13295 2009-07-14  Kenichi Handa  <handa@m17n.org>
13297         * international/characters.el: Fix setting of category ?C.
13299 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
13301         * term/ns-win.el (x-select-font): defalias x-select-font to
13302         ns-popup-font-panel instead of generate-fontset-menu.
13304 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
13306         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
13308 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
13310         * arc-mode.el (archive-find-type): Allow for a PK00 string before
13311         the PK\003\004 header (Bug#3770).
13313 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
13315         * pcomplete.el (pcomplete-comint-setup): Check for
13316         shell-dynamic-complete-filename too.
13318 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
13320         * simple.el (temporary-goal-column): Change the value for
13321         line-move-visual to a cons cell.
13322         (line-move-visual): Record or set the window hscroll, if
13323         necessary (Bug#3494).
13324         (line-move-1): Handle cons value of temporary-goal-column.
13326 2009-07-11  Kenichi Handa  <handa@m17n.org>
13328         * international/mule-diag.el (describe-character-set): Don't show
13329         width.
13331 2009-07-10  Sam Steingold  <sds@gnu.org>
13333         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13334         Omake sometimes indents the errors it prints, so allow all
13335         regexps to start with spaces.
13337 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
13339         * cus-edit.el (customize-changed-options-previous-release):
13340         Bump value to 22.1.  (Bug#3804)
13342 2009-07-08  Sam Steingold  <sds@gnu.org>
13344         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13345         to be a cons cell (test . ignored-directory) to selectively ignore
13346         some directories depending on the location of the search.
13348 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
13350         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13351         remote user is root, on the local host.
13352         (tramp-local-host-p): Either the local user or the remote user
13353         must be root.  (Bug#3771)
13355 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13357         * progmodes/gdb-mi.el (gdb): Remove description of
13358         gdb-use-separate-io-buffer.
13359         (menu): Don't allow toggling of or enable
13360         gdb-use-separate-io-buffer from menubar.
13362 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13364         * mail/unrmail.el (unrmail): Make sure the message ends with two
13365         newlines (Bug#3769).
13367 2009-07-08  Glenn Morris  <rgm@gnu.org>
13369         * calendar/calendar.el (calendar-current-date): Rework previous change.
13371 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13373         * calendar/calendar.el (calendar-current-date):
13374         Add an optional argument giving an offset from today.
13376 2009-07-08  Glenn Morris  <rgm@gnu.org>
13378         * tutorial.el (tutorial--describe-nonstandard-key):
13379         Adjust the message for when a key has been unbound.
13380         (help-with-tutorial): Hide the arch-tag.
13382 2009-07-08  Kenichi Handa  <handa@m17n.org>
13384         * international/fontset.el (setup-default-fontset): For each
13385         script, append (not set) font-specs.
13387         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13388         docstring.
13390 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13392         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13393         -data-list-register-names to ...
13394         (gdb-starting): ... here because GDB 7.0 requires execution to
13395         have started when using this MI command.
13396         (gdb-set-header): New function to distinguish select and
13397         unselected tabs in gdb buffers.
13398         (gdb-propertize-header): New macro that uses gdb-set-header.
13399         (gdb-breakpoints-header, gdb-locals-header): Use it.
13400         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13402 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13404         * Makefile.in (ELCFILES): Remove fadr.elc.
13406 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13408         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13409         may contain frame information, so `string-match' should be used.
13410         (gdb-update): Disassembly is invalidated through
13411         `gdb-get-selected-frame'.
13412         (gdb-pad-string): New function to pad string with spaces.
13413         (gdb-invalidate-disassembly): Invalidate only if the buffer
13414         exists.
13415         (gdb-disassembly-handler-custom): Column alignment.
13416         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13417         placing new ones.
13418         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13419         end of line, too.
13420         (gdb-frame-handler): Match convention to for disassembly buffer
13421         mode name.
13422         (gdb-stack-list-frames-handler): Rewritten without regexps.
13423         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13424         not highlight breakpoints without line information.
13425         (gdb-input): Add trailing newline to command.
13427         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13428         buffer properly.
13429         (gdb-breakpoints-list-handler-custom): Replacement for
13430         `gdb-break-list-handler'.  Using real parser instead of regexps
13431         now.
13432         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13433         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13434         to place breakpoints.
13435         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13436         functions.
13437         (gdb-disassembly-handler-custom): Show overlay arrow.
13438         (gdb-disassembly-place-breakpoints): Show breakpoints in
13439         disassembly buffer.
13440         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13441         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13442         instead of parsing breakpoints buffer.  Fixed old menu references
13443         in `gud-menu-map'.
13445         * fadr.el: Remove.
13447         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13448         (gdb-memory-address): New variable which holds top address of
13449         memory page shown in memory buffer.
13450         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13451         customization variables.
13452         New functions:
13453         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13454         display the memory buffer.
13455         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13456         buffer display parameters.
13457         (def-gdb-memory-format, gdb-memory-format-binary)
13458         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13459         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13460         Functions for setting memory buffer format.
13461         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13462         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13463         unit size used in memory buffer.
13464         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13465         to next/previous page of memory buffer.
13466         Now using (bindat-get-field) instead of fadr functions.
13468 2009-07-07  Sam Steingold  <sds@gnu.org>
13470         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13471         non-top-level files.
13473 2009-07-07  Kenichi Handa  <handa@m17n.org>
13475         * international/mule-cmds.el (reset-language-environment): Put
13476         the highset priority to the charset iso-8859-1.
13478 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13480         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13481         to the end of the line when locating the block (Bug#700).
13483 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13485         * net/tramp.el (tramp-handle-write-region): Flush file properties
13486         in case of short track.
13488 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13490         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13491         Coded custom representation of verilog error regular expressions
13492         to work with Emacs-22's new format.
13493         (verilog-error-regexp-xemacs-alist): Coded custom representation
13494         of verilog error regular expressions to work with XEmacs format.
13495         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13496         error recognition into XEmacs.
13497         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13498         error recognition into Emacs-22.
13500 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13502         * woman.el: Remove stand-alone closing parentheses.
13503         (woman-file-name, woman2-format-paragraphs)
13504         (woman-leave-blank-lines): Code cleanup.
13505         (woman-use-own-frame): Change default to nil.
13506         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13507         defaults to inherit from default faces.
13508         (woman2-process-escapes): Consume the newline after a stand-alone
13509         filler character (Bug#3651).
13511 2009-07-06  Glenn Morris  <rgm@gnu.org>
13513         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13514         (top-level): Move provide to the end.
13515         (ffap): Remove defunct URL from custom group.
13517         * subr.el (eval-after-load): Doc fix.
13519 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13521         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13522         `calc-embedded-word' is called twice.
13524 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13526         * files.el (find-alternate-file-other-window, find-alternate-file):
13527         Obey confirm-nonexistent-file-or-buffer.
13529 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13531         * dired-aux.el (dired-show-file-type): Handle remote files.
13533 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13535         * desktop.el (desktop-globals-to-save):
13536         Add file-name-history (Bug#2750).
13538 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13540         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13542 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13544         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13545         property on entire argument since this is what eshell-lisp-command
13546         expects.
13548 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13550         * net/tramp-gvfs.el (tramp-gvfs-methods)
13551         (tramp-gvfs-zeroconf-domain)
13552         (tramp-bluez-discover-devices-timeout): Add version flag.
13553         (tramp-gvfs-handler-mounted-unmounted)
13554         (tramp-gvfs-connection-mounted-p): Polish handling of
13555         incompatibilities between GVFS 0.2 and 1.0.
13557 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13559         * cus-start.el (all): Add make-pointer-invisible.
13561 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13563         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13564         formatted correctly.
13566 2009-07-02  Juri Linkov  <juri@jurta.org>
13568         * info.el: Virtual Info files and nodes.
13569         (Info-virtual-files, Info-virtual-nodes): New variables.
13570         (Info-current-node-virtual): New variable.
13571         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13572         New functions.
13573         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13574         to check for a virtual file instead of checking a fixed list
13575         of node names.
13576         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13577         instead of ad-hoc processing of "dir" and (apropos history toc).
13578         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13579         instead of ad-hoc processing of "dir" and (apropos history toc).
13580         Reread a file when moving from a virtual node.
13581         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13582         (Info-directory-toc-nodes, Info-directory-find-file)
13583         (Info-directory-find-node): New functions.
13584         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13585         (Info-history): Move part of code to
13586         `Info-history-find-node'.
13587         (Info-history-toc-nodes, Info-history-find-file)
13588         (Info-history-find-node): New functions.
13589         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13590         (Info-toc): Move part of code to `Info-toc-find-node'.
13591         (Info-toc-find-node): New function.
13592         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13593         the current Info file name to references because now the node
13594         "*TOC*" belongs to the same Info manual.
13595         (Info-toc-build): Rename from `Info-build-toc'.
13596         (Info-toc-nodes): Rename input argument `file' to `filename'.
13597         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13598         instead of ad-hoc processing of ("dir" apropos history toc).
13599         (Info-index-nodes): Use Info-virtual-file-p
13600         to check for a virtual file instead of checking a fixed list
13601         of node names.
13602         (Info-index-node): Add check for `Info-current-node-virtual'.
13603         Raise `save-match-data' higher up the tree to contain
13604         `search-forward' too (bug fix).
13605         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13606         (Info-virtual-index-nodes): New variable.
13607         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13608         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13609         (Info-apropos-file, Info-apropos-nodes): New variables.
13610         (Info-apropos-toc-nodes, Info-apropos-find-file)
13611         (Info-apropos-find-node, Info-apropos-matches): New functions.
13612         (info-apropos): Move part of code to `Info-apropos-find-node' and
13613         `Info-apropos-matches'.
13614         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13615         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13616         for a virtual file instead of checking a fixed list of node names.
13618         * simple.el (async-shell-command): New command.
13620         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13622         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13623         instead of `mount-info'.
13625 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13627         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13628         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13630 2009-07-02  Kenichi Handa  <handa@m17n.org>
13632         * international/mule.el (set-keyboard-coding-system): Force *-unix
13633         coding-system to avoid eol conversion.
13635 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13637         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13638         Add handler for `process-file', `shell-command' and
13639         `start-file-process'.
13640         (tramp-gvfs-handle-shell-command)
13641         (tramp-gvfs-handle-start-file-process)
13642         (tramp-gvfs-handle-process-file): New defuns.
13643         (tramp-synce-list-devices): Simplify check for existence of property.
13645 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13647         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13649 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13651         * language/korean.el (set-language-info-alist): Add korean-cp949,
13652         cp949 to spec.
13654 2009-07-01  Kenichi Handa  <handa@m17n.org>
13656         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13658         * international/encoded-kb.el: Deleted.
13660         * international/mule.el (set-keyboard-coding-system): Perform the
13661         necessary setup here instead of calling encoded-kbd-setup-display.
13663 2009-07-01  Glenn Morris  <rgm@gnu.org>
13665         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13667 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13669         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13671 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13673         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13674         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13675         (tramp-default-file-modes): Remove execute permissions.
13677         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13678         (top): Add a default for "synce" in `tramp-default-user-alist'.
13679         Add completion function for "synce" method.
13680         (tramp-hal-service, tramp-hal-path-manager)
13681         (tramp-hal-interface-manager, tramp-hal-interface-device):
13682         New defconst.
13683         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13684         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13685         New defuns.
13687         * net/trampver.el: Update release number.
13689 2009-06-30  Kenichi Handa  <handa@m17n.org>
13691         * international/fontset.el (setup-default-fontset): Add CJK fonts
13692         for symbols and the other miscellaneous characters.
13694         * language/korea-util.el (setup-korean-environment-internal):
13695         Make char-width-table suitable for Korean environments.
13696         (exit-korean-environment): Cancel above.
13698         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13699         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13700         setup-function to make char-width-table suitable for respective
13701         environments, and an exit-function to cancel that.
13703         * language/japan-util.el (setup-japanese-environment-internal):
13704         Call use-cjk-char-width-table with arg `ja_JP'.
13706         * international/characters.el (cjk-char-width-table): Delete it.
13707         (cjk-char-width-table-list): New variable.
13708         (use-cjk-char-width-table): New arg local-name.
13709         (use-default-char-width-table): Fix for the case that Emacs is
13710         already using the default char-width-table.
13712 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13714         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13715         modes mandatory.  (Bug#3712)
13717 2009-06-29  Alan Mackenzie  <acm@muc.de>
13719         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13720         correction between the visible width of TABs and their number of bytes.
13722 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13724         * server.el (server-buffer-done): Prevent kill-buffer from
13725         prompting by clearing the buffer modification flag (Bug#3696).
13727 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13729         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13730         (verilog-endcomment-reason-re): Support unique case and priority case.
13731         (verilog-basic-complete-re): Support localparam lineup.
13732         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13733         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13734         commenting.
13735         (verilog-leap-to-case-head): Now support *nested* unique &
13736         priority case statements.
13737         (verilog-auto-lineup): Make just declarations the default (as it
13738         had been).
13739         (verilog-leap-to-case-head): Support priority/unique case statements.
13740         (verilog-auto-lineup): Rework to give users radio buttons to
13741         select the various styles of automatic lineup.
13742         (verilog-error-regexp-alist): Rework to support the XEmacs style
13743         of error regular expressions from compilers, lint tools &
13744         simulators.  Note that GNU Emacs has made it impossible for a mode
13745         to load such things.
13746         (electric-verilog-terminate-line, verilog-indent-declaration)
13747         (verilog-auto-wiure): Rework for radio button selection of
13748         auto-lineup selection of specification of auto lineup.
13749         (verilog-beg-of-statement-1): Redesign to support proper operation
13750         in additional code, based on testing with auto-lineup.
13751         (verilog-calculate-indent, assignments & declarations)
13752         (verilog-backward-token): Enhance to support auto-lineup of
13753         assignments & declarations.
13754         (verilog-in-directive-p, verilog-at-struct-p): New function for
13755         easy test of whether we are.
13756         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13757         to support safe execution at almost anyline.
13758         (verilog-calc-1): Properly support indenting deep inside generate
13759         blocks.
13760         (verilog-init-font): Remove definition & use of verilog-init-font,
13761         as it is redundant with font-lock-defaults.
13762         (verilog-mode): Alter the definition of verilog-font-lock-defaults
13763         to avoid circular calls if syntax-ppss is a function (as is the
13764         case now in 22.x GNU Emacs) as that function would sometimes call
13765         itself, leading to (nearly) infinite recursion.
13766         (verilog-ovm-begin-re, verilog-ovm-end-re)
13767         (verilog-ovm-statement-re, verilog-leap-to-head)
13768         (verilog-backward-token): Add support for OVM macros.  Some are
13769         complete statements, and others open and close scopes like begin
13770         and end.
13771         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13772         (verilog-defun-level-generate-only-re): Really fix the defun-list
13773         compilation issue.
13774         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13775         coverpoint, constraint and cross statements.
13776         (verilog-defun-level-list, verilog-generate-defun-level-list)
13777         (verilog-all-defun-level-list): Redo these specifications - it is
13778         too hard to support eval-when compile aggregation of lists also
13779         built at when-compile time.
13780         (verilog-defun-level-list): Place defconsts of variables used in
13781         building regular expressions which are built in eval-when-compile
13782         bodies in the same eval-when-compile body to facilitate compile
13783         without load.
13784         (verilog-beg-block-re-ordered): Support indenting
13785         virtual/protected tasks and functions.
13786         (verilog-defun-level-list, verilog-in-generate-region-p)
13787         (verilog-backward-ws&directives, verilog-calc-1): Speed up
13788         indentation of some module items (generate items).
13789         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13790         across virtual/protected tasks and functions.
13792 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
13794         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13795         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
13796         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13797         in concatenations.  Reported by Yishay Belkind.
13798         (verilog-auto-ascii-enum): Support one-hot state machines in
13799         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
13800         (verilog-auto-inst, verilog-auto-inst-port): Include interface
13801         modport in AUTOINST and add vl-modport for users.  Reported by
13802         David Rogoff.
13803         (verilog-auto-inout-module, verilog-auto-inst)
13804         (verilog-decls-get-interfaces, verilog-insert-definition)
13805         (verilog-insert-one-definition, verilog-read-decls)
13806         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13807         (verilog-sig-modport, verilog-signals-combine-bus)
13808         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13809         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13810         Suggested by David Rogoff.
13811         (verilog-repair-open-comma): Fix non-insertion of comma when
13812         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
13813         (verilog-make-width-expression): Simplify [A-1:0] expression
13814         widths to just {A{1'b0}}.
13815         (verilog-mode): Cleanup checkdoc warnings.
13816         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13817         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13818         inputs/outputs or data type.  Suggested by Vasu Kandadi.
13819         (next-error-last-buffer): Fix byte-compiler warning.
13820         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13821         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13822         or shell command text during AUTO expansion.  Suggested by Tad Truex.
13823         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13824         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13825         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13826         in AUTOINOUT.  Reported by Matthew Lovell.
13827         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13828         causing use of <= assignments.  Reported by Alex Reed.
13829         (verilog-read-decls): Fix triand, trior, wand, wor to be
13830         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
13831         (verilog-extended-complete-re): Support import "DPI-C" functions.
13832         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13833         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
13834         (verilog-insert-date, verilog-insert-year)
13835         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13836         Windows systems.  Reported by Michael Potts.
13837         (verilog-read-module-name): Fix AUTOINST when the child module
13838         declaration's name is a tick define.  Reported by Elliot Mednick.
13839         (verilog-read-decls): Fix V2K parameter bit subscripts getting
13840         passed to next parameter's definition.  Reported by Bruce T.
13841         (verilog-read-decls): Fix detecting "parameter int" when using
13842         AUTOINSTPARAM.  Reported by Bruce T.
13843         (verilog-goto-defun): Fix goto not finding modules unless first
13844         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
13845         (verilog-mode): Expand -f flag arguments on entry to mode so
13846         verilog-goto-defun will work.  Reported by Lawrence Butcher.
13847         (verilog-getopt): Expand environment variables in -f file
13848         arguments.  Suggested by Lawrence Butcher.
13849         (verilog-set-define): Fix "Symbol's value as variable is void"
13850         when reading enumerations.
13851         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13852         Suggested by Stephen Peltan.
13853         (verilog-read-defines): Fix reading of enumerations in include
13854         files.  Reported by Steve Peltan.
13856 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13858         * files.el (trash-directory): Fix defcustom type.
13860 2009-06-28  Juri Linkov  <juri@jurta.org>
13862         * help-fns.el (describe-function-1): Correctly locate adviced
13863         functions in hyperlink (Bug#2438).
13865 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13867         * files.el (trash-directory): Change default to nil.
13868         (move-file-to-trash): If trash-directory is nil and
13869         system-move-file-to-trash is unbound, perform freedesktop-style
13870         trashing.
13872 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13874         * files.el (move-file-to-trash): Add freedesktop trash
13875         support (Bug#973).
13877 2009-06-28  Glenn Morris  <rgm@gnu.org>
13879         * autorevert.el (global-auto-revert-non-file-buffers)
13880         (global-auto-revert-mode): Doc fixes.
13882 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13884         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13886 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13888         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13889         opened an X connection before calling x-get-resource (Bug#3194).
13891         * play/doctor.el: Remove reference to obsolete website.
13892         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13894 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13896         Remove find-file-not-found-hook VC method.  (Bug#2757)
13897         * vc-hooks.el (vc-file-not-found-hook)
13898         (vc-default-find-file-not-found-hook): Remove functions.
13899         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13900         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13901         * vc.el:
13902         * vc-hg.el:
13903         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13905 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13907         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13908         compatibility function for `looking-back'.
13910         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13911         Use `ispell-looking-back'.
13913 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13915         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13916         rather than `filename'.
13918 2009-06-23  Miles Bader  <miles@gnu.org>
13920         * face-remap.el (text-scale-set): New function.
13922 2009-06-23  Glenn Morris  <rgm@gnu.org>
13924         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13926         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13928         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13930         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13932         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13933         Simplify Persian conditionals.
13935         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13936         variable `filename'.
13938         * comint.el (comint-insert-input): Doc fix.
13940         * Makefile.in (ELCFILES): Fix typo in previous change.
13942 2009-06-23  Miles Bader  <miles@gnu.org>
13944         * cus-start.el: Add entry for `recenter-redisplay'.
13946 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13948         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13949         Add an optional argument for the backend, use it instead of
13950         calling vc-backend.
13951         (vc-mode-line): Add an optional argument for the backend.
13952         Pass the backend to vc-state and vc-working-revision.  Move code for
13953         special handling for vc-state being a buffer to ...
13955         * vc-rcs.el (vc-rcs-find-file-hook):
13956         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13958         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13959         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13960         vc-stay-local-p and vc-mode-line calls.
13962         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13963         (vc-cvs-diff, vc-cvs-annotate-command)
13964         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13965         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13966         vc-mode-line calls.
13968         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13969         direct comparison.
13970         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13971         backend when calling vc-mode-line.
13972         (vc-register): Do not create a closure for calling the vc register
13973         function, call it directly.
13975 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13977         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13978         to make it obvious item can be clicked.
13980         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13982 2009-06-23  Kenichi Handa  <handa@m17n.org>
13984         * language/korea-util.el (korean-key-bindings): Change the binding
13985         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13986         same command.
13988 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13990         Sync with Tramp 2.1.16.
13992         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13994         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13995         when a loading of a package fails.  Completion function for rsync
13996         is `tramp-completion-function-alist-ssh'.
13997         (all): Replace all calls of `split-string' and
13998         `tramp-split-string' by `tramp-compat-split-string'.
13999         (tramp-default-method): Use `tramp-compat-process-running-p'.
14000         (tramp-default-proxies-alist): Allow also Lisp forms.
14001         (tramp-remote-path): Add choice "Private Directories".
14002         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14003         (tramp-domain-regexp): Allow also "-", "_" and ".".
14004         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14005         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14006         (tramp-debug-message): Insert header line in debug buffer.
14007         (tramp-handle-directory-files-and-attributes-with-stat):
14008         Care about filenames with spaces, or starting with "-".
14009         (tramp-handle-dired-uncache): New defun.
14010         (tramp-handle-insert-directory): Don't flush the directory from
14011         cache, this is handled by `dired-uncache' now.
14012         (tramp-handle-insert-file-contents): Improve error handling.
14013         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14014         Quote `tramp-end-of-output'.
14015         (tramp-action-password): Improve trace message.
14016         (tramp-check-for-regexp): Both echoes must be present, before removing.
14017         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14018         (tramp-compute-multi-hops): Eval cons cells of
14019         `tramp-default-proxies-alist'.
14020         (tramp-maybe-open-connection): Use the same command pattern for
14021         first hop and further hops.
14022         (tramp-wait-for-output): Remove handling of newlines.
14023         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14024         (tramp-split-string): Remove function.  It is handled in
14025         tramp-compat now.
14027         * net/tramp-cmds.el (tramp-bug):
14028         Recommend `tramp-cleanup-all-connections' in the bug mail.
14030         * net/tramp-compat.el (tramp-compat-split-string)
14031         (tramp-compat-process-running-p): New defuns.
14033         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14034         for `dired-uncache'.
14036         * net/tramp-gvfs.el: New package.
14038         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14039         Add handler for `dired-uncache'.
14040         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14042         * net/trampver.el: Update release number.  Make version check fit
14043         for SXEmacs 22.
14045 2009-06-22  Jim Meyering  <meyering@redhat.com>
14047         Automatically handle .xz suffix (XZ-compressed files), too.
14048         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14049         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14051 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14052             Nick Roberts  <nickrob@snap.net.nz>
14054         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14055         repository (http://sphinx.net.ru/hg/gdb-mi/).
14057 2009-06-22  Glenn Morris  <rgm@gnu.org>
14059         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14060         `mode' and `eval' entries.  (Bug#3430)
14062         * Makefile.in (ELCFILES): Add fadr.elc.
14064         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14065         differing behavior of \n and ^ in strings.  (Bug#3385)
14067         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14069         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14070         property.
14071         (lisp-indent-function): Make it a defcustom.
14073 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14075         * progmodes/gdb-ui.el: Replace with ...
14076         * progmodes/gdb-mi.el: ... this file.
14077         * progmodes/gud.el: Modify for gdb-mi.el.
14079 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14081         * fadr.el: New file.
14083 See ChangeLog.14 for earlier changes.
14085 ;; Local Variables:
14086 ;; coding: utf-8
14087 ;; End:
14089     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14091   This file is part of GNU Emacs.
14093   GNU Emacs is free software: you can redistribute it and/or modify
14094   it under the terms of the GNU General Public License as published by
14095   the Free Software Foundation, either version 3 of the License, or
14096   (at your option) any later version.
14098   GNU Emacs is distributed in the hope that it will be useful,
14099   but WITHOUT ANY WARRANTY; without even the implied warranty of
14100   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14101   GNU General Public License for more details.
14103   You should have received a copy of the GNU General Public License
14104   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14106 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1