* lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
[emacs.git] / lisp / ChangeLog
blobfd2f42c7b00e53ea80eeef8acb5214f046c8c363
1 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
5         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
6         (smie-indent-keyword): Add handling of open-paren keywords.
7         (smie-indent-comment-continue): Don't assume comment-continue.
9 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
11         * window.el (pop-to-buffer): Remove the conditional that
12         compares new-window and old-window, so it will reselect
13         the selected window unconditionally.
14         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
16 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18         * emacs-lisp/smie.el (smie-indent-offset-after)
19         (smie-indent-forward-token, smie-indent-backward-token): New functions.
20         (smie-indent-after-keyword): Use them.
21         (smie-indent-fixindent): Only applies to the indentation of the BOL.
22         (smie-indent-keyword): Tweak the black magic.
23         (smie-indent-comment-continue): Strip comment-continue before use.
24         (smie-indent-functions): Indent comments before keywords.
26 2010-06-06  Juri Linkov  <juri@jurta.org>
28         * isearch.el (isearch-lazy-highlight-search): Fix looping
29         by checking for empty match.  This syncs this loop with the
30         similar loop in `isearch-search'.  (Bug#6362)
32 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
34         vc-log-incoming/vc-log-outgoing fixes for Git.
35         * vc-git.el (vc-git-log-view-mode): Fix font lock for
36         incoming/outgoing logs.
37         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
38         instead of vc-git-compute-remote.
39         (vc-git-compute-remote): Remove.
41 2010-06-04  Juri Linkov  <juri@jurta.org>
43         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
44         Instead of setting `replace' to t and replacing the same string
45         with itself, don't do certain actions when
46         kill-do-not-save-duplicates is non-nil and string is equal to car
47         of kill-ring: don't call menu-bar-update-yank-menu, don't push
48         interprogram-paste strings to kill-ring, and don't push the input
49         argument `string' to kill-ring.
50         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
52 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
54         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
56 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
58         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
59         (tramp-gvfs-handler-mounted-unmounted)
60         (tramp-gvfs-connection-mounted-p): Handle default-location.
62         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
63         move files to trash.
65 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
67         * international/mule-cmds.el (nonascii-insert-offset)
68         (nonascii-translation-table): Add obsolescence information.
70         * international/mule.el (make-translation-table-from-vector): Doc fix.
72 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
74         vc-log-incoming/vc-log-outgoing improvements for Git.
75         * vc-git.el (vc-git-log-outgoing): Use the same format as the
76         short log.
77         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
79         Add bindings for vc-log-incoming and vc-log-outgoing.
80         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
81         and vc-log-outgoing.
82         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
83         and vc-log-outgoing.
85 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
87         * net/rcirc.el (rcirc-sort-nicknames): Remove.
88         (rcirc-handler-366): Always sort nicknames.
90 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
92         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
94 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
96         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
97         fix.
99 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * net/rcirc.el (rcirc-sort-nicknames): Change default.
102         (rcirc-sort-nicknames-join): Avoid setq.
104 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
106         * net/rcirc.el (rcirc-sort-nicknames): New custom.
107         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
108         (rcirc-handler-366): Use them.
110 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
112         Split smie-indent-calculate into more manageable chunks.
113         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
114         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
115         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
116         (smie-indent-exps): Extract from smie-indent-calculate.
117         (smie-indent-functions): New var.
118         (smie-indent-functions): Use them.
120 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
123         (smie-indent-calculate): Simplify and cleanup.
125 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
127         * net/tramp-gvfs.el (top): Require url-util.
128         (tramp-gvfs-mount-point): Remove.
129         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
130         New defuns.
131         (with-tramp-dbus-call-method): Format trace message.
132         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
133         Implement backup call, when operation on local files fails.
134         Use progress reporter.  Flush properties of changed files.
135         (tramp-gvfs-handle-make-directory): Make more traces.
136         (tramp-gvfs-url-file-name): Hexify file name in url.
137         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
138         into account for the resulting file name.
139         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
140         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
141         (tramp-gvfs-handler-mounted-unmounted)
142         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
143         attribute "default_location".  Set "prefix" property.
144         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
145         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
146         exists.  Raise an error, if not (due to a corresponding answer
147         "no" in interactive questions, for example).
149 22010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
151         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
153 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
155         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
156         right-*.  (Bug#6265)
158 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
160         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
161         * vc-git.el (vc-git-compute-remote): New function.
162         (vc-git-log-outgoing): Use it instead of hard coding a value.
163         (vc-git-log-incoming): New function.
165         Improve state updating for VC tag commands.
166         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
167         to update the state of all buffers in the directory.
169         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
171 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
174         `file-directory-p' to the filename part rather than to the whole text.
176 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
178         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
179         (bug#6231).
181 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
185 2010-05-31  Drew Adams  <drew.adams@oracle.com>
187         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
189 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
191         * subr.el (momentary-string-display): Just use read-event to read
192         the exit event (Bug#6238).
194 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
196         * international/mule.el (define-coding-system): Doc fix (bug#6313).
198 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
200         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
201         Suggested by Eli Zaretskii <eliz@gnu.org>.
203 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
205         * minibuffer.el (completion-file-name-table): Don't return a boundary
206         past the end of `string' (bug#6299).
207         (completion--file-name-table): Delegate to completion-file-name-table
208         for the `boundaries' case.
210 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
212         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
213         movement commands.
215         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
216         `path-separator', but maintain compatibility with Emacs 20.2.
218 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
220         * server.el (server-process-filter): Receive parent-id argument
221         from emacsclient.
222         (server-create-window-system-frame): New arg.  Pass parent-id as
223         frame parameter.
225 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
227         * ansi-color.el: Delete unused escape sequences (Bug#6085).
228         (ansi-color-drop-regexp): New constant.
229         (ansi-color-apply, ansi-color-filter-region)
230         (ansi-color-apply-on-region): Delete unrecognized control
231         sequences.
232         (ansi-color-apply): Build string list before calling concat.
234 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
236         Bidi-sensitive word movement with arrow keys.
237         * subr.el (right-arrow-command, left-arrow-command): Move to
238         bindings.el.
240         * bindings.el (right-char, left-char): Move from subr.el and
241         rename from right-arrow-command and left-arrow-command.
242         (right-word, left-word): New functions.
243         (global-map) <right>: Bind to right-char.
244         (global-map) <left>: Bind to left-char.
245         (global-map) <C-right>: Bind to right-word.
246         (global-map) <C-left>: Bind to left-word.
248         * ls-lisp.el (ls-lisp-classify-file): New function.
249         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
250         (ls-lisp-classify): Call ls-lisp-classify-file.
251         (insert-directory): Remove blanks from switches.
253 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
255         * ansi-color.el: Delete unused escape sequences (Bug#6085).
256         (ansi-color-drop-regexp): New constant.
257         (ansi-color-apply, ansi-color-filter-region)
258         (ansi-color-apply-on-region): Delete unrecognized control sequences.
259         (ansi-color-apply): Build string list before calling concat.
261 2010-05-28  Juri Linkov  <juri@jurta.org>
263         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
264         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
265         (Bug#5270)
267 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
269         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
270         to ignored backtrace functions.
271         (with-progress-reporter): Expand docstring.
272         (tramp-handle-delete-file): Implement TRASH argument.
273         (tramp-get-remote-trash): New defun.
275 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
277         * net/tramp-compat.el (tramp-compat-delete-file): Use
278         `symbol-value' for backward compatibility.
280         * net/tramp.el (tramp-handle-make-symbolic-link)
281         (tramp-handle-load)
282         (tramp-do-copy-or-rename-file-via-buffer)
283         (tramp-do-copy-or-rename-file-directly)
284         (tramp-do-copy-or-rename-file-out-of-band)
285         (tramp-handle-process-file, tramp-handle-call-process-region)
286         (tramp-handle-shell-command, tramp-handle-file-local-copy)
287         (tramp-handle-insert-file-contents, tramp-handle-write-region)
288         (tramp-delete-temp-file-function): Use `delete-file' instead
289         of `tramp-compat-delete-file'.
291         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
292         (tramp-fish-handle-make-symbolic-link)
293         (tramp-fish-handle-process-file): Use `delete-file' instead
294         of `tramp-compat-delete-file'.
296         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
297         `delete-file' instead of `tramp-compat-delete-file'.
299         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
300         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
301         `tramp-compat-delete-file'.
303         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
304         `delete-file' instead of `tramp-compat-delete-file'.
306         * net/tramp-smb.el (tramp-smb-handle-copy-file)
307         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
308         (tramp-smb-handle-write-region): Use `delete-file' instead of
309         `tramp-compat-delete-file'.
310         (tramp-smb-handle-delete-directory): Use 'trash as arg.
312 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
314         * dired.el (dired-delete-file): New arg TRASH.
315         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
316         (dired-do-flagged-delete, dired-do-delete): Use trash.
318         * speedbar.el (speedbar-item-delete): Allow trashing.
320         * files.el (delete-directory): New arg TRASH.
322         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
323         (ange-ftp-rename-remote-to-remote)
324         (ange-ftp-rename-local-to-remote)
325         (ange-ftp-rename-remote-to-local, ange-ftp-load)
326         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
327         `delete-file'.
328         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
329         allow trashing.
331         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
332         handle new TRASH arg of `delete-file'.
334         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
335         (tramp-handle-make-symbolic-link, tramp-handle-load)
336         (tramp-do-copy-or-rename-file-via-buffer)
337         (tramp-do-copy-or-rename-file-directly)
338         (tramp-do-copy-or-rename-file-out-of-band)
339         (tramp-handle-process-file, tramp-handle-call-process-region)
340         (tramp-handle-shell-command, tramp-handle-file-local-copy)
341         (tramp-handle-insert-file-contents, tramp-handle-write-region)
342         (tramp-delete-temp-file-function): Use null TRASH arg in
343         tramp-compat-delete-file call.
345         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
346         (tramp-fish-handle-delete-file)
347         (tramp-fish-handle-make-symbolic-link)
348         (tramp-fish-handle-process-file): Use null TRASH arg in
349         `tramp-compat-delete-file' call.
351         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
352         arg in `tramp-compat-delete-file' call.
354         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
355         (tramp-gvfs-handle-write-region): Use null TRASH arg in
356         `tramp-compat-delete-file' call.
358         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
359         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
360         `tramp-compat-delete-file' call.
362         * net/tramp-smb.el (tramp-smb-handle-copy-file)
363         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
364         (tramp-smb-handle-write-region): Use null TRASH arg in
365         tramp-compat-delete-file call.
366         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
367         (tramp-smb-handle-delete-file): Rename arg.
369         * diff.el (diff-sentinel):
370         * epg.el (epg--make-temp-file, epg-decrypt-string)
371         (epg-verify-string, epg-sign-string, epg-encrypt-string):
372         * jka-compr.el (jka-compr-partial-uncompress)
373         (jka-compr-call-process, jka-compr-write-region):
374         * server.el (server-sentinel): Remove optional arg from
375         delete-file, reverting 2010-05-03 change.
377 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
379         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
380         font-lock-constant-face, not obsolete font-lock-reference-face.
382 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
384         * htmlfontify.el (hfy-face-resolve-face): New function.
385         (hfy-face-to-style): Use it (Bug#6279).
387 2010-05-27  Kenichi Handa  <handa@m17n.org>
389         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
390         element of GSTRING is nil.
392 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
394         * emacs-lisp/smie.el (smie-forward-token-function)
395         (smie-backward-token-function): New vars.
396         (smie-backward-sexp, smie-forward-sexp)
397         (smie-indent-hanging-p, smie-indent-calculate): Use them.
398         (smie-default-backward-token): Rename from smie-backward-token and
399         skip comments.
400         (smie-default-forward-token): Rename from smie-forward-token and
401         skip comments.
402         (smie-next-sexp): Handle nil results from next-token.
403         (smie-indent-calculate): Add a new case for special `fixindent' comments.
405 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
407         * progmodes/verilog-mode.el (verilog-type-font-keywords):
408         Use font-lock-constant-face, not obsolete font-lock-reference-face.
410 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
412         * htmlfontify.el (hfy-face-resolve-face): New function.
413         (hfy-face-to-style): Use it (Bug#6279).
415 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
418         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
420 2010-05-26  Glenn Morris  <rgm@gnu.org>
422         * emulation/edt.el (edt-load-keys): Use locate-library.
424 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
426         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
427         (log-edit-changelog-entries): Doc fix.
428         (log-edit-changelog-insert-entries): Args changed.
429         Rename relative filenames in ChangeLog entries.  Delete tabs.
430         (log-edit-insert-changelog-entries): Reorganize return value of
431         `log-edit-changelog-entries' to pass filenames to
432         log-edit-changelog-insert-entries.
434 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
436         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
437         `image-dired-dired-insert-marked-thumbs' to
438         `image-dired-dired-toggle-marked-thumbs'.
440         * image-dired.el: Require cl when compiling.
441         (image-dired-dired-toggle-marked-thumbs): Rename from
442         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
443         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
444         to 'no-dir.  Skip files whose names don't match
445         `image-file-name-regexp'.  When file has a thumbnail overlay,
446         delete it.  (Bug#5270)
448 2010-05-25  Juri Linkov  <juri@jurta.org>
450         * image-mode.el (image-mode): Add image-after-revert-hook to
451         after-revert-hook.
452         (image-after-revert-hook): New function.  (Bug#5669)
454 2010-05-25  Juri Linkov  <juri@jurta.org>
456         * image.el (image-animated-p): When delay between animated images
457         is 0, set it to 10 (0.1 sec).  (Bug#6258)
459 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
461         * net/tramp.el (tramp-handle-insert-directory): Don't use
462         `forward-word', its default syntax could be changed.
464 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
466         * net/tramp.el (tramp-progress-reporter-update): New defun.
467         (with-progress-reporter): Use it.
468         (tramp-process-actions):
469         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
470         current message, in order to let progress reporter continue
471         afterwards.  (Bug#6257)
473 2010-05-25  Glenn Morris  <rgm@gnu.org>
475         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
476         Add :version.
478 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
480         * net/rcirc.el (rcirc-server-alist): Add :pass.
481         (rcirc-default-user-name): Change to "user".
482         (rcirc-default-full-name): Change to "unknown".
483         (rcirc-user-name-history): Add variable.
484         (rcirc): When prompting for connection paramaters, also prompt for
485         username and password.
486         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
487         value to server when connecting.
489 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
491         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
492         (smie-merge-prec2s): Pass the tables as separate args.
493         (smie-bnf-precedence-table): Adjust call accordingly.
494         (smie-prec2-levels): Set levels at the end.
496         Replace Lisp calls to delete-backward-char by delete-char.
497         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
498         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
499         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
500         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
501         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
502         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
503         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
504         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
505         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
506         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
507         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
508         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
509         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
510         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
511         delete-backward-char by calls to delete-char.
513 2010-05-25  Kenichi Handa  <handa@m17n.org>
515         * language/hebrew.el (hebrew-shape-gstring): New function.
516         Register it in composition-function-table for all Hebrew combining
517         characters.
519 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
521         * epa.el (epa--select-keys): Don't explicitly delete the window since
522         that can fail (e.g. sole window in frame).  Use dedication instead.
524 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
526         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
528 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * subr.el (read-quoted-char): Resolve modifiers after key
531         remapping (bug#6212).
533 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
535         * image.el (image-refresh): Define as an alias for image-flush.
537         * image-mode.el (image-toggle-display-image): Caller changed.
539 2010-05-21  Juri Linkov  <juri@jurta.org>
541         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
542         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
543         whitespace, call wildcard-to-regexp on substrings and concat them
544         with "\\|".  (Bug#6114)
546 2010-05-21  Alan Mackenzie  <acm@muc.de>
548         * progmodes/cc-engine.el (c-parse-state-get-strategy):
549         Replace parameter `here' with `here-' and `here-plus', which sandwich
550         any pertinent CPP construct.
551         (c-remove-stale-state-cache-backwards): Fix a bug which happens
552         when doing (c-parse-state) in a CPP construct: Exclude any "new"
553         CPP construct from taking part in the scanning.
555 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
557         * net/tramp.el (tramp-do-copy-or-rename-file)
558         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
559         Tune `with-progress-reporter' messages.
560         (tramp-handle-vc-registered):
561         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
562         (tramp-fish-handle-insert-file-contents)
563         (tramp-fish-maybe-open-connection):
564         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
565         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
566         (tramp-imap-handle-insert-file-contents)
567         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
569 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
571         * add-log.el (change-log-font-lock-keywords):
572         Highlight all authors in multi-author entries.
574         * smerge-mode.el (smerge-refine-ignore-whitespace)
575         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
576         Fix typos in docstrings.
577         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
579 2010-05-21  Glenn Morris  <rgm@gnu.org>
581         * progmodes/fortran.el (fortran-mode):
582         * progmodes/f90.el (f90-mode): Derive from prog-mode.
584         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
585         having a relative path in src/Makefile.in.
587 2010-05-20  Kevin Ryde  <user42@zip.com.au>
589         * help-mode.el (help-make-xrefs): For Info node links turn
590         newlines into spaces.  Link node names with newlines are matched
591         by help-xref-info-regexp and buttonized, this change ensures they
592         can be followed successfully with RET.  (Bug#6206)
594 2010-05-20  Juri Linkov  <juri@jurta.org>
596         * locate.el (locate): Use pop-to-buffer instead of
597         switch-to-buffer-other-window.  (Bug#6204)
599 2010-05-20  Juri Linkov  <juri@jurta.org>
601         * replace.el (replace-highlight): Fix lazy-highlighting
602         for `M-s w str M-% str RET'.
604 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
606         * isearch.el (isearch-yank-word-or-char): Pull next subword
607         when `subword-mode' is activated.  (Bug#6220)
609 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
611         * isearch.el (isearch-update-post-hook): New hook.
612         (isearch-update): Use the new hook.  (Bug#6225)
614 2010-05-20  Juri Linkov  <juri@jurta.org>
616         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
617         [f1], [help], and (char-to-string help-char) instead of "\C-h".
618         (Bug#6222)
620 2010-05-20  Juri Linkov  <juri@jurta.org>
622         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
623         (Bug#6223)
625 2010-05-20  Juri Linkov  <juri@jurta.org>
627         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
628         FILE-NAME to read from the minibuffer when called interactively
629         with prefix argument instead of using buffer-file-name.
630         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
632         * dired.el: Update autoloads.
634 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
636         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
637         nxml-finish-element, for consistency with SGML mode.
639         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
640         octave-close-block.
642 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
644         * composite.el: Require cl when compiling.
645         (reference-point-alist, compose-gstring-for-graphic)
646         (compose-gstring-for-terminal): Fix typos in docstrings.
648 2010-05-19  Juri Linkov  <juri@jurta.org>
650         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
651         set-window-parameter.
653 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
655         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
656         where appropriate.
657         (tramp-maybe-open-connection): Use it.
659 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
661         * simple.el (move-end-of-line): Make sure we are at line beginning
662         before backing up to end of previous line.
664 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
666         * password-cache.el (password-cache-remove): Fix docstring.
668         * net/secrets.el: Autoload the widget functions.
669         (secrets-search-items, secrets-create-item)
670         (secrets-get-attributes, secrets-expand-item): Attributes will be
671         stored on the password database without leading ":", as all other
672         clients do as well.
673         (secrets-mode): Fix docstring.
674         (secrets-show-secrets): Provide it as autoloaded command only when
675         D-Bus support is available.  Check existence of Secret Service API.
677 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
679         * indent.el (indent-region): Deactivate region (bug#6200).
681 2010-05-19  Glenn Morris  <rgm@gnu.org>
683         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
685 2010-05-19  Kenichi Handa  <handa@m17n.org>
687         * composite.el: Register compose-gstring-for-graphic in
688         composition-function-table only for combining characters (Mn, Mc, Me).
690 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
692         * calc/calc-trail.el (calc-trail-isearch-forward)
693         (calc-trail-isearch-backward): Ensure that the new window
694         point is set correctly.
696 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * subr.el (read-quoted-char): Resolve modifiers after key
699         remapping (bug#6212).
701 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
703         Add visualization code for secrets.
704         * net/secrets.el (secrets-mode): New major mode.
705         (secrets-show-secrets, secrets-show-collections)
706         (secrets-expand-collection, secrets-expand-item)
707         (secrets-tree-widget-after-toggle-function)
708         (secrets-tree-widget-show-password): New defuns.
710 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
713         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
714         handled in smie-next-sexp.
715         (smie-indent-calculate): Provide a starting indentation (so the
716         recursion is well-founded ;-).
718         Fix handling of non-associative equal levels.
719         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
720         when it's not needed.
721         (smie-op-left, smie-op-right): New functions.
722         (smie-next-sexp): New function, extracted from smie-backward-sexp.
723         Better handle equal levels to distinguish the associative case from
724         the "multi-keyword construct" case.
725         (smie-backward-sexp, smie-forward-sexp): Use it.
727 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
729         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
731         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
732         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
734 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
736         Provide a simple generic indentation engine and use it for Prolog.
737         * emacs-lisp/smie.el: New file.
738         * progmodes/prolog.el (prolog-smie-op-levels)
739         (prolog-smie-indent-rules): New var.
740         (prolog-mode-variables): Use them to configure SMIE.
741         (prolog-indent-line, prolog-indent-level): Remove.
743 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
745         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
746         order before computing the averages.
748 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
750         * calc/calc-vec.el (calc-histogram):
751         (calcFunc-histogram): Allow vectors as inputs.
752         (math-vector-avg): New function.
754         * calc/calc-ext.el (math-group-float): Have the number of digits
755         being grouped depend on the radix (Bug#6189).
757 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
759         * version.el (emacs-copyright, emacs-version): Don't define here,
760         now that emacs.c defines it.
762 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
764         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
765         "Describe Language Environment" menu item.
767         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
769         Bidi-sensitive movement with arrow keys.
770         * subr.el (right-arrow-command, left-arrow-command): New functions.
772         * bindings.el (global-map): Bind them to right and left arrow keys.
774         Don't override standard definition of convert-standard-filename.
775         * files.el (convert-standard-filename): Call
776         w32-convert-standard-filename and dos-convert-standard-filename on
777         the corresponding systems.
779         * w32-fns.el (w32-convert-standard-filename): Rename from
780         convert-standard-filename.  Doc fix.
782         * dos-fns.el (dos-convert-standard-filename): Doc fix.
783         (convert-standard-filename): Don't defalias.
784         (register-name-alist, make-register, register-value)
785         (set-register-value, intdos): Obsolete aliases for the
786         corresponding dos-* functions and variables.
787         (dos-intdos): Add a doc string.
789 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
791         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
792         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
793         (math-compose-tex-func):
794         * calc/calccomp.el (math-compose-expr):
795         * calc/calc-ext.el (math-format-flat-expr-fancy):
796         * calc/calc-store.el (calc-read-var-name):
797         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
799         * calc/calc.el (var-π, var-φ, var-γ): New variables.
800         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
801         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
802         (math-standard-units): Add units.
804 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * progmodes/asm-mode.el (asm-mode):
807         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
809         * pcomplete.el (pcomplete-completions-at-point): New function,
810         extracted from pcomplete-std-complete.
811         (pcomplete-std-complete): Use it.
813 2010-05-15  Glenn Morris  <rgm@gnu.org>
815         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
816         Remove references to CVS, RCS and Old directories.
818 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
820         * calc/calc-bin.el (math-format-twos-complement): Group digits when
821         appropriate.
823 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
826         (sh-mode-syntax-table): Give it a default value instead.
827         (sh-header-marker): Make buffer-local.
828         (sh-mode): Move make-local-variable to the corresponding setq.
829         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
830         Use complete-with-action.
832         * simple.el (prog-mode): New (abstract) major mode.
833         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
834         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
836 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
838         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
839         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
840         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
841         (sql-make-alternate-buffer-name, sql-placeholders-filter)
842         (sql-escape-newlines-filter, sql-input-sender)
843         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
845 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
847         Add TeX open-block and close-block keybindings to SGML, and vice versa.
849         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
850         latex-open-block and C-c / to latex-close-block.
852         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
853         and C-c C-e to sgml-close-tag.
855 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
857         * net/tramp.el (with-progress-reporter): Create reporter object
858         only when the message would be displayed.  Handle nested calls.
859         (tramp-handle-load, tramp-handle-file-local-copy)
860         (tramp-handle-insert-file-contents, tramp-handle-write-region)
861         (tramp-maybe-send-script, tramp-find-shell):
862         Use `with-progress-reporter'.
863         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
864         Fix message text.
866         * net/tramp-smb.el (tramp-smb-handle-copy-file)
867         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
868         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
869         Use `with-progress-reporter'.
871 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
873         * ispell.el (ispell-init-process): Do not kill ispell process
874         everytime when spellchecking from the minibuffer (bug#6143).
876 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
880         * dos-fns.el: Add "dos-" prefix for namespace control.
881         (convert-standard-filename): Define as alias for
882         dos-convert-standard-filename but only if applicable.
884 2010-05-12  Alan Mackenzie  <acm@muc.de>
886         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
887         Push the mark at the start of these functions when appropriate.
889 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
891         * minibuffer.el (completion-cycle-threshold): New custom var.
892         (completion--do-completion): Use it.
893         (minibuffer-complete): Use cycling if appropriate.
895 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
897         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
898         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
900 2010-05-11  Juri Linkov  <juri@jurta.org>
902         * scroll-all.el (scroll-all-check-to-scroll):
903         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
905 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
907         * iimage.el (iimage-mode-map): Move initialization into declaration.
908         (iimage-mode-buffer): Use with-silent-modifications.
909         Simplify calling convention.  Adjust callers.
910         (iimage-mode): Don't run hook redundantly.
912         * minibuffer.el (completion-pcm--pattern->regex):
913         Fix last change (bug#6160).
915 2010-05-10  Juri Linkov  <juri@jurta.org>
917         Remove nodes visited during Isearch from the Info history.
918         * info.el (Info-isearch-initial-history)
919         (Info-isearch-initial-history-list): New variables.
920         (Info-isearch-start): Record initial values of
921         Info-isearch-initial-history and Info-isearch-initial-history-list.
922         Add Info-isearch-end to isearch-mode-end-hook.
923         (Info-isearch-end): New function.
925 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
927         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
928         format string, in order to work around a bug in pdksh.
929         Reported by Gilles Pion <gpion@lfdj.com>.
930         (tramp-handle-verify-visited-file-modtime): Do not send a command
931         when the connection is not established.
932         (tramp-handle-set-file-times): Simplify the check for utc.
934 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
936         Fix use of `filter-buffer-substring' (rework previous change).
937         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
938         (cua-repeat-replace-region):
939         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
940         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
941         (cua-cut-region-to-global-mark): Use it.
943 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
945         * progmodes/sql.el: Version 2.1.
946         (sql-product-alist): Redesign structure of product info.
947         (sql-product, sql-user, sql-server, sql-database): Safe variables.
948         (sql-port, sql-port-history): New variables.
949         (sql-interactive-product): New variable.
950         (sql-send-terminator): New variable.
951         (sql-imenu-generic-expression): Add "Types" imenu entry.
952         (sql-oracle-login-params, sql-sqlite-login-params)
953         (sql-mysql-login-params, sql-solid-login-params)
954         (sql-sybase-login-params, sql-informix-login-params)
955         (sql-ingres-login-params, sql-ms-login-params)
956         (sql-postgres-login-params, sql-interbase-login-params)
957         (sql-db2-login-params, sql-linter-login-params)
958         (sql-oracle-scan-on): New variables.
959         (sql-mode-map): Add C-c C-i to start interactive mode.
960         (sql-mode-menu): Update existing menu entries.
961         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
962         (sql-mode-oracle-font-lock-keywords)
963         (sql-mode-postgres-font-lock-keywords)
964         (sql-mode-ms-font-lock-keywords)
965         (sql-mode-sybase-font-lock-keywords)
966         (sql-mode-informix-font-lock-keywords)
967         (sql-mode-interbase-font-lock-keywords)
968         (sql-mode-ingres-font-lock-keywords)
969         (sql-mode-solid-font-lock-keywords)
970         (sql-mode-mysql-font-lock-keywords)
971         (sql-mode-sqlite-font-lock-keywords)
972         (sql-mode-db2-font-lock-keywords)
973         (sql-mode-linter-font-lock-keywords): Update initialization to
974         reduce run-time complexity.
975         (sql-add-product, sql-del-product): New functions.
976         (sql-set-product-feature, sql-get-product-feature): New functions.
977         (sql-product-font-lock): Update product API.
978         (sql-add-product-keywords): New function.
979         (sql-highlight-product): Update product API.
980         (sql-help-list-products): New function.
981         (sql-help): Dynamically lists free and non-free products.
982         (sql-get-login): Correct bug in handling history and added
983         prompt for port.
984         (sql-copy-column): Copy without properties.
985         (sqli-input-sender): Apply filters to SQLi input.
986         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
987         Implement as a filter.
988         (sql-escape-newlines-filter): Implement as a filter.
989         (sql-remove-tabs-filter): New function.
990         (sql-send-magic-terminator): New function.
991         (sql-send-string): Implement magic terminator.
992         (sql-send-region): Use `sql-send-string'.
993         (sql-interactive-mode): Use product API.
994         (sql-product-interactive): Use product API.
995         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
996         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
997         (sql-db2, sql-linter): Use `sql-product-interactive'.
998         (sql-connect): New function.
999         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1000         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1001         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1002         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1003         Use `sql-connect'.
1005 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1008         New custom variable.
1009         (completion-pcm--string->pattern): Use it.
1010         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1011         Make it handle any symbol as `any'.
1012         (completion-pcm--merge-completions): Extract common suffix for the new
1013         `prefix' symbol as well.
1014         (completion-substring--all-completions): Use the new `prefix' symbol.
1016 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
1018         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1019         not bound.
1020         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1021         (tramp-compat-funcall): New defmacro.
1022         (tramp-compat-line-beginning-position)
1023         (tramp-compat-line-end-position)
1024         (tramp-compat-temporary-file-directory)
1025         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1026         (tramp-compat-copy-file, tramp-compat-copy-directory)
1027         (tramp-compat-delete-file, tramp-compat-delete-directory)
1028         (tramp-compat-number-sequence, tramp-compat-process-running-p)
1029         * net/tramp.el (top, with-progress-reporter)
1030         (tramp-rfn-eshadow-setup-minibuffer)
1031         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1032         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1033         (tramp-completion-mode-p, tramp-check-for-regexp)
1034         (tramp-open-connection-setup-interactive-shell)
1035         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1036         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1037         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1038         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1039         (tramp-reporter-dump-variable, tramp-load-report-modules)
1040         (tramp-append-tramp-buffers)
1041         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1043         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1045 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * progmodes/compile.el (compilation-buffer-modtime): Rename from
1048         buffer-modtime.  Adjust users.
1050 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1052         * international/mule.el (auto-coding-alist): Only purecopy
1053         car of each item, not the whole list (Bug#6083).
1055 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1057         * progmodes/js.el (js-mode): Make paragraph variables local before
1058         calling c-setup-paragraph-variables (Bug#6071).
1060 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1062         * composite.el (compose-region, reference-point-alist): Fix typos
1063         in the doc strings.
1065 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1067         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1068         gnuplot's "set" command.
1070 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1072         * abbrev.el (last-abbrev-text): Doc fix.
1073         (abbrev-prefix-mark): Don't escape parenthesis.
1075 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1077         * composite.el (find-composition): Doc fix.
1079 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1081         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1082         (sql-oracle-program, sql-sqlite-options)
1083         (sql-query-placeholders-and-send): Doc fixes.
1084         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1085         (sql-imenu-generic-expression, sql-buffer)
1086         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1087         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1088         (sql-mode-sybase-font-lock-keywords)
1089         (sql-mode-informix-font-lock-keywords)
1090         (sql-mode-interbase-font-lock-keywords)
1091         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1092         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1093         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1094         (sql-product-feature, sql-highlight-product)
1095         (comint-line-beginning-position, sql-rename-buffer)
1096         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1097         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1098         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1099         Fix typos in docstrings.
1101 2010-05-08  Juri Linkov  <juri@jurta.org>
1103         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1104         property instead of `invisible' and `after-string' (bug#5998).
1106 2010-05-08  Juri Linkov  <juri@jurta.org>
1108         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1110 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1112         * filecache.el (file-cache-add-directory-list)
1113         (file-cache-add-directory-recursively): Fix typos in docstrings.
1115 2010-05-08  Kenichi Handa  <handa@m17n.org>
1117         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1118         (gujarati-composable-pattern): Fix typo.
1120 2010-05-08  Kenichi Handa  <handa@m17n.org>
1122         * language/indian.el (oriya-composable-pattern)
1123         (tamil-composable-pattern, malayalam-composable-pattern):
1124         Add two-part vowels to "v" (vowel sign).
1126 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1128         * files.el (copy-directory): Handle symlinks (Bug#5982).
1130 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1132         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1133         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1134         (Bug#5846).
1136 2010-05-08  Glenn Morris  <rgm@gnu.org>
1138         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1140         * minibuffer.el (completion-at-point): Doc fix.
1142 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * electric.el (Electric-command-loop): Minor tweak.
1146         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1147         better with dedicated windows.
1149 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1151         * Version 23.2 released.
1153 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1154             Stefan Monnier  <monnier@iro.umontreal.ca>
1156         Highlight vendor specific properties.
1157         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1158         (css-proprietary-property): New face.
1159         (css-font-lock-keywords): Use them.
1161 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
1163         * cus-start.el (all): Add native condition for tool-bar-* symbols.
1165 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1167         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1168         * files.el (auto-mode-alist): Remove redundant entries.
1170         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1171         * simple.el (auto-save-mode): Move from files.el.
1172         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1174 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1176         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1178 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1180         * mail/binhex.el (binhex-decode-region-internal)
1181         * mail/uudecode.el (uudecode-decode-region-internal)
1182         * net/dns.el (dns-read-string-name, dns-write, dns-read)
1183         (dns-read-type, dns-query)
1184         * pgg-parse.el (pgg-parse-armor)
1185         * pgg.el (pgg-verify-region)
1186         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1187         XEmacs.
1189         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1191 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
1193         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1195         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1196         * emulation/cua-base.el (cua-repeat-replace-region):
1197         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1198         (cua-cut-region-to-global-mark):
1199         Remove text properties with `set-text-properties'.
1201 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
1203         * net/tramp.el (top, with-progress-reporter):
1204         Use `symbol-function' inside `funcall'.
1206         * net/tramp-compat.el (tramp-compat-file-attributes)
1207         (tramp-compat-delete-file, tramp-compat-delete-directory):
1208         Handle only `wrong-number-of-arguments' error.
1210         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1211         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1212         inside `funcall'.
1214 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * minibuffer.el (completion--sreverse, completion--common-suffix):
1217         New functions.
1218         (completion-pcm--merge-completions): Extract common suffix when safe.
1220         * emacs-lisp/easy-mmode.el (define-minor-mode):
1221         Make :variable more flexible.
1222         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1224 2010-05-05  Juri Linkov  <juri@jurta.org>
1226         Add `slow' and `history' tags to the desktop data.
1228         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1229         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1230         (Info-finder-find-node): Require `finder.el' to be able
1231         to restore node from the desktop.
1232         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1233         data `Info-history' and `slow' tag in the assoc list.
1234         (Info-restore-desktop-buffer): Don't restore nodes with the
1235         `slow' tag.  Restore `Info-history'.
1237 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1239         Add FORCE argument to `delete-file'.
1241         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1242         forcing to delete the temporary file.
1243         (ange-ftp-delete-file): Add FORCE arg.
1244         (ange-ftp-rename-remote-to-remote)
1245         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1246         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1247         Force file deletion.
1249         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1251         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1252         (tramp-handle-make-symbolic-link, tramp-handle-load)
1253         (tramp-do-copy-or-rename-file-via-buffer)
1254         (tramp-do-copy-or-rename-file-directly)
1255         (tramp-do-copy-or-rename-file-out-of-band)
1256         (tramp-handle-process-file, tramp-handle-call-process-region)
1257         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1258         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1259         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1261         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1262         (tramp-fish-handle-make-symbolic-link)
1263         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1265         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1266         Use `tramp-compat-delete-file'.
1268         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1269         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1271         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1272         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1274         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1275         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1276         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1277         `tramp-compat-delete-file'.
1279 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1281         Minor cleanups.
1282         * subr.el (add-minor-mode): Use push.
1283         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1284         * emulation/edt.el (edt-select-mode): Simplify.
1286         Use define-minor-mode in more cases.
1287         * term/tvi970.el (tvi970-set-keypad-mode):
1288         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1289         (normal-erase-is-backspace-mode):
1290         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1291         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1292         (get-scroll-bar-mode): New function.
1293         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1295         Use define-minor-mode for less obvious cases.
1296         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1297         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1298         * international/iso-ascii.el (iso-ascii-mode):
1299         * frame.el (auto-raise-mode, auto-lower-mode):
1300         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1302 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1304         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1305         in order to see error messages for failed logins.
1307 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1309         * diff.el (diff-sentinel):
1311         * epg.el (epg--make-temp-file, epg-decrypt-string)
1312         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1314         * jka-compr.el (jka-compr-partial-uncompress)
1315         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1317         * server.el (server-sentinel): Use delete-file's new FORCE arg
1318         (Bug#6070).
1320 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         Use define-minor-mode where applicable.
1323         * view.el (view-mode):
1324         * type-break.el (type-break-query-mode)
1325         (type-break-mode-line-message-mode):
1326         * textmodes/reftex.el (reftex-mode):
1327         * term/vt100.el (vt100-wide-mode):
1328         * tar-mode.el (tar-subfile-mode):
1329         * savehist.el (savehist-mode):
1330         * ibuf-ext.el (ibuffer-auto-mode):
1331         * composite.el (auto-composition-mode):
1332         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1333         Use define-minor-mode.
1334         (vhdl-mode): Use static mode-line format.
1335         (vhdl-mode-line-update): Delete.
1336         (vhdl-create-mode-menu, vhdl-activate-customizations)
1337         (vhdl-hs-minor-mode): Don't bother calling it.
1339 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1341         * simple.el (with-wrapper-hook): Move.
1342         (buffer-substring-filters): Mark obsolete.
1343         (filter-buffer-substring-functions): New variable.
1344         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1346         Use a mode-line spec rather than a static string in Semantic.
1347         * cedet/semantic/util-modes.el:
1348         (semantic-minor-modes-format): New var to replace...
1349         (semantic-minor-modes-status): Remove.
1350         (semantic-mode-line-update): Construct a mode-line spec rather than
1351         a static string so that mouse buttons can be used on individual minor
1352         modes and so that semantic-mode-line-update only needs to be called
1353         when global settings are changed.
1354         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1355         Call semantic-mode-line-update.
1356         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1357         minor-mode-alist, check semantic-minor-mode-alist as well.
1358         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1359         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1360         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1361         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1362         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1363         (define-semantic-idle-service, semantic-idle-summary-mode):
1364         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1365         Don't call semantic-mode-line-update any more.
1367 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1369         Use define-minor-mode in CEDET where applicable.
1371         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1372         Use define-minor-mode.
1374         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1375         Remove unused arg `keymap' and code redundant with define-minor-mode.
1376         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1377         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1378         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1379         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1380         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1381         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1382         Use define-minor-mode.
1383         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1384         (semantic-show-unmatched-syntax-mode-setup)
1385         (semantic-show-parser-state-mode-setup)
1386         (semantic-highlight-func-mode-setup): Inline into sole caller.
1388         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1389         (semantic-mru-bookmark-mode): Use define-minor-mode.
1390         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1392         * cedet/semantic/idle.el (define-semantic-idle-service):
1393         Use define-minor-mode and inline setup function into its sole caller.
1394         (semantic-idle-scheduler-mode-setup)
1395         (semantic-idle-summary-mode-setup): Inline into sole caller.
1396         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1397         Use define-minor-mode.
1399         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1400         (semantic-decoration-mode): Use define-minor-mode.
1401         (semantic-decoration-mode-setup): Inline into sole caller.
1403         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1404         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1405         (ede-dired-add-to-target): Use dolist.
1407 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1408             Michael Albinus  <michael.albinus@gmx.de>
1410         Implement compression for inline methods.
1412         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1413         (tramp-copy-size-limit): Allow also nil.
1414         (tramp-inline-compress-commands): New defconst.
1415         (tramp-find-inline-compress, tramp-get-inline-compress)
1416         (tramp-get-inline-coding): New defuns.
1417         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1418         replaced by `tramp-get-inline-coding'.
1419         (tramp-handle-file-local-copy, tramp-handle-write-region)
1420         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1422 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1424         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1425         Remove unused functions.
1427         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1428         Set find-tag-default-function as a variable rather than a property.
1430         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1431         * progmodes/etags.el (tags-completion-at-point-function):
1432         Remove left over interactive spec.  Add autoloading stub.
1433         (complete-tag): Use tags-completion-at-point-function.
1435 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1437         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1439 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
1441         * composite.el (compose-region, reference-point-alist): Fix typos
1442         in the doc strings.
1444 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1446         * ido.el (ido-init-completion-maps): Remove C-v binding.
1447         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1449 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1451         * minibuffer.el (tags-completion-at-point-function): New function.
1452         (completion-at-point-functions): Use it.
1454         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1455         (semantic-mode): Use semantic-completion-at-point-function for
1456         completion-at-point-functions instead.
1458         * progmodes/etags.el (complete-tag): Revert last change.
1460 2010-04-29  Alan Mackenzie  <acm@muc.de>
1462         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1463         off-by-one error (in end of macro position).
1465 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1467         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1468         firefox is absent.  Don't autoload.
1469         (browse-url-galeon-program): Don't autoload.
1471 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1473         * bindings.el (complete-symbol): Move into minibuffer.el.
1475         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1476         completion cannot be performed, return nil instead of signalling
1477         an error.
1478         (completion-at-point): Make it an alias for complete-symbol.
1479         (complete-symbol): Move from bindings.el, and replace with the
1480         body of completion-at-point.
1482         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1484         * cedet/semantic.el (semantic-mode): When enabled, add
1485         semantic-ia-complete-symbol to completion-at-point-functions.
1487         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1488         if Semantic is not active.
1490 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1492         * net/tramp.el (tramp-remote-selinux-p): New defun.
1493         (tramp-handle-file-selinux-context)
1494         (tramp-handle-set-file-selinux-context): Use it.
1496 2010-04-28  Sam Steingold  <sds@gnu.org>
1498         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1499         `safe-local-variable' if the value is a string or a symbol with
1500         the property `bug-reference-url-format'.
1502 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1504         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1505         2010-04-27 change due to security risk.
1507 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1509         Make it possible to locally disable a globally enabled mode.
1510         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1511         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1512         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1513         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1514         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1515         that subsequent hooks get a chance to disable it.
1517 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1520         Avoid re-enabling a minor mode after the user turned the minor mode
1521         off if MODE-enable-in-buffers is run twice (typically once from
1522         fundamental-mode's after-change-major-mode-hook and a second time from
1523         run-mode-hook's own after-change-major-mode-hook).
1525         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1527 2010-04-27  Sam Steingold  <sds@gnu.org>
1529         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1530         `safe-local-variable' if the value is a string or a function, as
1531         documented and implemented on 2010-04-02.
1533 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1535         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1536         when method is 'kill.
1538 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1540         * ispell.el (ispell-init-process): Fix personal dictionary condition
1541         in default directory check.
1542         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1543         Kill ispell process when killing its associated buffer.
1545 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1547         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1548         but we aren't using it.
1550 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1552         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1553         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1555 2010-04-24  Glenn Morris  <rgm@gnu.org>
1557         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1558         Ignore VCS-ignore files, and deleted nextstep preferences files.
1559         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1560         (authors-ambiguous-files): New list.
1561         (authors-valid-file-names): Add some deleted files.
1562         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1563         (authors-disambiguate-file-name): New function.  (Bug#5501)
1564         (authors-canonical-file-name): Doc fix.
1565         Don't warn about obsolete files.
1566         (authors-canonical-file-name, authors-scan-el):
1567         Use authors-disambiguate-file-name.
1569         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1570         Add autoload cookies.
1571         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1572         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1573         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1574         They have definitions / compiler macros in cl.el.
1575         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1576         Replace manual autoloads with generated ones.
1577         (htmlfontify-unload-rgb-file): Remove autoload.
1578         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1580 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1583         (byte-compile-setq-default): Optimize for the
1584         single-var case and don't call byte-compile-form in this case to avoid
1585         inf-loop with byte-compile-set-default.
1587         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1589 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1591         Implement SELINUX backends.
1593         * net/tramp.el (tramp-file-name-handler-alist):
1594         Add `file-selinux-context' and `set-file-selinux-context'.
1595         (tramp-handle-file-selinux-context)
1596         (tramp-handle-set-file-selinux-context): New defuns.
1597         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1598         Handle PRESERVE-SELINUX-CONTEXT.
1600         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1601         Add `file-selinux-context' and `set-file-selinux-context'.
1602         (tramp-gvfs-handle-file-selinux-context)
1603         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1604         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1606         * net/ange-ftp.el (ange-ftp-copy-file):
1607         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1608         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1609         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1610         Add PRESERVE-SELINUX-CONTEXT.
1612 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1614         Synchronize with Tramp repository.
1616         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1617         (tramp-action-process-alive, tramp-action-out-of-band)
1618         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1619         (tramp-exists-file-name-handler): Fix docstring.
1620         (with-progress-reporter): New defmacro.
1621         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1622         (tramp-maybe-open-connection): Use it.
1624 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
1626         Detect ssh 'ControlMaster' argument automatically in some cases.
1628         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1629         (tramp-default-method): Use it.
1631 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1633         * net/tramp.el (tramp-handle-copy-file): Add new optional
1634         parameter `preserve-selinux-context'.
1635         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1637 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1639         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1640         Ensure, that non remote files are still checked.  Oops.
1642 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
1644         Fix Bug#5840.
1646         * icomplete.el (icomplete-completions): Use `non-essential'.
1648         * net/tramp.el (tramp-connectable-p): New defun.
1649         (tramp-handle-expand-file-name)
1650         (tramp-completion-handle-file-name-all-completions)
1651         (tramp-completion-handle-file-name-completion): Use it.
1653 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1657 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1659         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1661         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1663         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1664         is present.
1666         * info.el (info-tool-bar-map): Add labels.
1668         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1670         * cus-edit.el (custom-commands): Add labels for tool bar.
1671         (custom-buffer-create-internal, Custom-mode): Adjust for
1672         labels in custom-commands.
1674         * dynamic-setting.el: Renamed from font-setting.el.
1676 2010-04-21  John Wiegley  <jwiegley@gmail.com>
1678         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1679         toggles the use of virtual buffers.
1680         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1681         value.
1682         (ido-toggle-virtual-buffers): New function.
1684 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1686         Use `define-derived-mode'; fix window selection; doc fixes.
1687         * play/tetris.el (tetris, tetris-update-speed-function)
1688         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1689         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1690         (tetris-rotate-next, tetris-end-game, tetris-start-game)
1691         (tetris-pause-game): Fix typos in docstrings.
1692         (tetris-mode-map, tetris-null-map):
1693         Move initialization into declaration.
1694         (tetris-mode): Define with `define-derived-mode';
1695         set show-trailing-whitespace to nil.
1696         (tetris): Prefer window already displaying the "*Tetris*" buffer.
1698 2010-04-21  Karel Klíč  <kklic@redhat.com>
1700         * files.el (backup-buffer): Handle SELinux context, and return it
1701         if a backup was made by renaming.
1702         (backup-buffer-copy): Set SELinux context to the target file.
1703         (basic-save-buffer): Set SELinux context of the newly written file.
1704         (basic-save-buffer-1): Now it also returns any SELinux context.
1705         (basic-save-buffer-2): Set SELinux context of the newly created file,
1706         and return it.
1707         * net/tramp.el (tramp-file-name-for-operation):
1708         Add file-selinux-context.
1710 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         Make the log-edit comments use RFC822 format throughout.
1714         * vc.el (vc-checkin, vc-modify-change-comment):
1715         Adjust to new vc-start/finish-logentry.
1716         (vc-find-conflicted-file): New command.
1717         (vc-transfer-file): Adjust to new vc-checkin.
1718         (vc-next-action): Improve scoping.
1720         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1721         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1723         * vc-git.el (vc-git-log-edit-mode): Remove.
1724         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1725         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1727         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1728         (vc-start-logentry): Remove argument `extra'.
1729         (vc-finish-logentry): Remove extra args.
1731         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1732         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1733         (vc-bzr-conflicted-files): New function.
1735         * log-edit.el (log-edit-extra-flags)
1736         (log-edit-before-checkin-process): Remove.
1737         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1738         (log-edit-headers-alist): New var.
1739         (log-edit-header-contents-regexp): New const.
1740         (log-edit-match-to-eoh): New function.
1741         (log-edit-font-lock-keywords): Use them.
1742         (log-edit): Insert a "Summary:" header as default.
1743         (log-edit-mode): Mark font-lock rules as case-insensitive.
1744         (log-edit-done): Cleanup headers.
1745         (log-view-process-buffer): Remove.
1746         (log-edit-extract-headers): New function to replace it.
1748 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1750         * subr.el (default-direction-reversed): Remove obsolescence info.
1752 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1754         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1755         windows/frames.
1757         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1758         I.e. include text after point in the completion region.
1759         Also, return nil when we're not after/in a symbol.
1761         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1762         default enable-multibyte-characters.
1764 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         * international/mule.el: Help the user choose a valid coding-system.
1767         (read-buffer-file-coding-system): New function.
1768         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1769         coding-system cannot encode all the chars.
1771         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1772         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1773         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1774         Don't use *vc-bzr-shelve*.
1776 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1778         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1779         Don't destroy list before using it.
1781 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1783         Fix the version number for added files.
1784         * vc-hg.el (vc-hg-working-revision): Check if the file is
1785         registered after hg parent fails (Bug#5961).
1787 2010-04-19  Glenn Morris  <rgm@gnu.org>
1789         * htmlfontify.el (htmlfontify-buffer)
1790         (htmlfontify-copy-and-link-dir): Autoload entry points.
1792 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1794         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1795         name relative to the project root (Bug#5960).
1797 2010-04-19  Glenn Morris  <rgm@gnu.org>
1799         * vc-git.el (vc-git-print-log): Doc fix.
1801 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1803         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1805 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1807         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1808         default settings (Bug#5928).
1810 2010-04-19  Glenn Morris  <rgm@gnu.org>
1812         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1813         New function.
1814         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1816 2010-04-19  Kenichi Handa  <handa@m17n.org>
1818         * language/indian.el (malayalam-composable-pattern): Fix previous
1819         change (add U+0D4D "SIGN VIRAMA").
1820         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1821         (tamil-composable-pattern): Fix typo in the regexp.
1822         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1823         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1824         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1826 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1828         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1829         paragraph-separate (Bug#5821).
1831 2010-04-19  Juri Linkov  <juri@jurta.org>
1833         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1835         * info.el (Info-find-node-2): Comment out code that skips
1836         breadcrumbs line.
1837         (Info-mouse-follow-link): New command.
1838         (Info-link-keymap): New keymap.
1839         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1840         Return a string with links instead of inserting breadcrumbs
1841         to the Info buffer.
1842         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1843         Instead of putting the `invisible' text property over the Info
1844         header, make an overlay over the Info header with the `invisible'
1845         property and `after-string' set to the string returned by
1846         `Info-breadcrumbs'.
1848 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1850         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1851         Reported by monkey@sandpframing.com.
1853 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1855         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1856         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1857         available in the "keyseq cache" any more.
1859         * custom.el (defcustom): Add edebug spec.
1861 2010-04-18  Juri Linkov  <juri@jurta.org>
1863         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1865         * view.el (view-file, view-buffer): Move test for special mode-class
1866         from view-file to view-buffer.
1868         * tar-mode.el (tar-extract): Turn if's into one cond
1869         like in arc-mode.el.
1871 2010-04-18  Juri Linkov  <juri@jurta.org>
1873         Add 7z archive format support (bug#5475).
1875         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1876         (archive-7z-extract): New defcustom.
1877         (archive-find-type): Add magic string for 7z.
1878         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1879         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1880         `buffer' arg of `call-process'.
1881         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1882         call the function `archive-7z-extract' with the variable
1883         `archive-7z-extract' let-bound to `archive-zip-extract'.
1884         (archive-7z-summarize, archive-7z-extract): New functions.
1886         * international/mule.el (auto-coding-alist):
1887         * files.el (auto-mode-alist): Add 7z file extension.
1889 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * loadup.el: Setup hash-cons for pure data.
1893         Fix duplicate entries in cedet's loaddefs.el files.
1894         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1895         Should make most file-local generated-autoload-file unnecessary.
1896         (print-readably): Silence warnings.
1897         (autoload-find-destination): Take load-name as an arg to make sure
1898         it's the same as the one that will be in the file.
1899         (autoload-generate-file-autoloads): Adjust to above changes.
1900         Try to make the dataflow a bit simpler.
1902         * cvs-status.el (cvs-refontify): Remove unused.
1904 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1906         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1908         * calc-bin.el (calc-radix): Have the "O" option turn on
1909         twos-complement mode.
1911 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1913         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1914         Add `calc-option-prefix-help' to calc-help autoloads.
1915         (calc-inverse): Add "Option" to message, as appropriate.
1916         (calc-hyperbolic): Add "Option" to message, as appropriate.
1917         (calc-option, calc-is-option): New functions.
1919         * calc-help.el (calc-full-help): Add `calc-option-help'.
1920         (calc-option-prefix-help): New function.
1922         * calc-misc.el (calc-help): Add "Option" entry.
1924         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1925         (calc-option-flag): New variable.
1926         (calc-do): Set `calc-option-flag to nil.
1927         (calc-set-mode-line): Add "Opt " as appropriate.
1929 2010-04-16  Juri Linkov  <juri@jurta.org>
1931         Move scrolling commands from simple.el to window.el
1932         because their primitives are implemented in window.c.
1934         * simple.el (scroll-error-top-bottom)
1935         (scroll-up-command, scroll-down-command, scroll-up-line)
1936         (scroll-down-line, scroll-other-window-down)
1937         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1938         * window.el (scroll-error-top-bottom)
1939         (scroll-up-command, scroll-down-command, scroll-up-line)
1940         (scroll-down-line, scroll-other-window-down)
1941         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1942         Move from simple.el to window.el because their primitives are
1943         implemented in window.c.
1945 2010-04-16  Juri Linkov  <juri@jurta.org>
1947         * isearch.el (isearch-lookup-scroll-key): Check both
1948         `isearch-scroll' and `scroll-command' properties.
1949         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1951         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1953         * simple.el (scroll-up-command, scroll-down-command)
1954         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1956 2010-04-15  Juri Linkov  <juri@jurta.org>
1958         * simple.el (scroll-up-command, scroll-down-command)
1959         (scroll-up-line, scroll-down-line): Put `scroll-command'
1960         property on the these symbols.  Remove them from
1961         `scroll-preserve-screen-position-commands'.
1963         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1964         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1965         Remove it from `scroll-preserve-screen-position-commands'.
1967         * isearch.el (isearch-allow-scroll): Doc fix.
1969 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1971         * net/tramp.el (tramp-error-with-buffer): Don't show the
1972         connection buffer when we are in completion mode.
1973         (tramp-file-name-handler): Catch the error for some operations
1974         when we are in completion mode.  This gives the user the chance to
1975         correct the file name in the minibuffer.
1977 2010-04-15  Glenn Morris  <rgm@gnu.org>
1979         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1981 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1983         Simplify by using `define-derived-mode'.
1984         * info.el (Info-mode):
1985         * calendar/todo-mode.el (todo-mode):
1986         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1987         (gomoku-mode-map): Move initialization into declaration.
1989 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1991         Fix Bug#5840.
1992         * ido.el (ido-file-name-all-completions-1):
1993         * minibuffer.el (minibuffer-completion-help):
1994         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1996 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * simple.el (non-essential): New var.
2000         Add a new field `location' to bookmarks for non-file bookmarks.
2001         * bookmark.el (bookmark-location): Use the new field, if present.
2002         (bookmark-insert-location): Undo last change, not needed any more.
2003         * man.el (Man-bookmark-make-record):
2004         * woman.el (woman-bookmark-make-record): Add `location' field.
2006 2010-04-14  Juri Linkov  <juri@jurta.org>
2008         * simple.el (scroll-error-top-bottom): New defcustom.
2009         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
2011         * emulation/pc-select.el (pc-select-override-scroll-error):
2012         Obsolete in favor of `scroll-error-top-bottom'.
2014 2010-04-14  Juri Linkov  <juri@jurta.org>
2016         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2017         `scroll-up-command' and `M-v' to `scroll-down-command'.
2019         * emulation/cua-rect.el (cua--init-rectangles):
2020         * forms.el (forms--change-commands):
2021         * image-mode.el (image-mode-map):
2022         Remap scroll-down-command and scroll-up-command
2023         in addition to scroll-down and scroll-up.
2025 2010-04-14  Juri Linkov  <juri@jurta.org>
2027         * mwheel.el (scroll-preserve-screen-position-commands):
2028         Add mwheel-scroll to this list of commands.
2030         * simple.el (scroll-preserve-screen-position-commands):
2031         Add scroll-up-command, scroll-down-command, scroll-up-line,
2032         scroll-down-line to this list of commands.
2034 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2036         * obsolete/complete.el: Move from lisp/complete.el.
2038         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2040         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2041         to the minor mode function now turns the mode ON unconditionally.
2043 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * vc-dir.el (vc-dir-kill-line): New command.
2046         (vc-dir-mode-map): Bind it to C-k.
2048         * bookmark.el (bookmark-insert-location): Handle a nil filename.
2050         * woman.el: Add bookmark declarations to silence the compiler.
2051         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2052         step to compatibility between man and woman bookmarks.
2053         Adjust for Man-default-bookmark-title renaming.
2054         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
2056         * man.el: Add bookmark declarations to silence the compiler.
2057         (Man-name-local-regexp): Make it match NAME as well.
2058         (Man-getpage-in-background): Return the buffer.
2059         (Man-notify-when-ready): Use `case'.
2060         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2061         Don't hardcode "NAME".  Simplify.
2062         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2063         Rename from Man-bookmark-make-record.
2064         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
2065         we have the actual man-args.  Use Man-getpage-in-background rather
2066         than `man' since the arg is already processed.  Let bookmark.el do the
2067         window handling.  Only wait for the relevant process.
2068         Don't forget to autoload.
2070         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2072 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2074         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2075         New functions.
2076         (woman-mode): Setup bookmark support.
2078         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2079         (man-bookmark-jump): New functions.
2080         (Man-mode): Setup bookmark support.
2082 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2084         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2085         recognize ssh-keygen prompt (Bug#2817).
2087 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2089         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2091 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2093         Synchronize with Tramp repository.
2095         * net/tramp.el (tramp-completion-function-alist)
2096         (tramp-file-name-regexp, tramp-chunksize)
2097         (tramp-local-coding-commands, tramp-remote-coding-commands):
2098         Fix docstring.
2099         (tramp-remote-process-environment): Use `format' instead of `concat'.
2100         (tramp-handle-directory-files-and-attributes)
2101         (tramp-get-remote-path): Use `copy-tree'.
2102         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2103         compatibility: Use `completion-ignore-case' if
2104         `read-file-name-completion-ignore-case' does not exist.
2105         (tramp-do-copy-or-rename-file-directly): Do not use
2106         `tramp-handle-file-remote-p'.
2107         (tramp-do-copy-or-rename-file-out-of-band):
2108         Use `tramp-compat-delete-directory'.
2109         (tramp-do-copy-or-rename-file-out-of-band)
2110         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2111         Use `format-spec-make'.
2112         (tramp-find-foreign-file-name-handler)
2113         (tramp-advice-make-auto-save-file-name)
2114         (tramp-set-auto-save-file-modes): Remove superfluous check for
2115         `stringp'.  This is done inside `tramp-tramp-file-p'.
2116         (tramp-debug-outline-regexp): New defconst.
2117         (tramp-get-debug-buffer): Use it.
2118         (tramp-check-for-regexp): Use (forward-line 1).
2119         (tramp-set-auto-save-file-modes): Adapt version check.
2121         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2122         Wrap call of `featurep' for 2nd argument.
2123         (tramp-compat-make-temp-file): Simplify fallback implementation.
2124         (tramp-compat-copy-tree): Remove function.
2125         (tramp-compat-delete-directory): Provide implementation for older
2126         Emacsen.
2128         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2129         Do not use `tramp-fish-handle-file-attributes.
2131         * net/trampver.el: Update release number.
2133 2010-04-10  Glenn Morris  <rgm@gnu.org>
2135         * progmodes/compile.el (compilation-save-buffers-predicate):
2136         Add missing :version tag.
2138 2010-04-09  Sam Steingold  <sds@gnu.org>
2140         * progmodes/compile.el (compilation-save-buffers-predicate):
2141         Remove the "autoload" cookie.
2143         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2144         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2145         and `bug-reference-prog-mode' can be used in hooks directly.
2147 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2149         Add --author support to git commit.
2150         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2151         (vc-git-log-edit-mode): New minor mode.
2152         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2153         New declarations.
2155 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
2157         * vc-hooks.el, vc-git.el: Improve documentation comments.
2159 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         Fix some of the problems in defsubst* (bug#5728).
2162         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2163         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2165 2010-04-07  Sam Steingold  <sds@gnu.org>
2167         * progmodes/compile.el (compilation-save-buffers-predicate):
2168         New custom variable.
2169         (compile, recompile): Pass it to `save-some-buffers'.
2171 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
2173         * wid-edit.el (widget-choose): Move cursor to the second line of
2174         the buffer (Bug#5695).
2176 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2178         Add new VC methods: vc-log-incoming and vc-log-outgoing.
2179         * vc.el (vc-print-log-setup-buttons): New function split out from
2180         vc-print-log-internal.
2181         (vc-log-internal-common): New function, a parametrized version of
2182         vc-print-log-internal.
2183         (vc-print-log-internal): Just call vc-log-internal-common with the
2184         right arguments.
2185         (vc-incoming-outgoing-internal):
2186         (vc-log-incoming, vc-log-outgoing): New functions.
2187         (vc-log-view-type): New permanent local variable.
2189         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2191         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2192         of the dynamic bound vc-short-log.
2193         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2195         * vc-git.el (vc-git-log-outgoing): New function.
2196         (vc-git-log-view-mode): Use vc-log-view-type instead
2197         of the dynamic bound vc-short-log.
2199         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2200         of the dynamic bound vc-short-log.  Highlight the tag.
2201         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2202         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2203         (vc-hg-incoming-mode): Remove.
2204         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2206 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2208         Fix default-directory for vc-root-diff.
2209         * vc.el (vc-root-diff): Bind default-directory to the root
2210         directory for the diff command.
2212 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2214         * progmodes/verilog-mode.el (verilog-forward-sexp):
2215         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2216         word keywords, suggested by Steve Pearlmutter.
2217         (verilog-pretty-declarations): Support lineup of declarations in
2218         port lists.
2219         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2220         fix bug for /* / comments
2221         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2222         Speed up and simplfy as this is never called with a bound.
2223         (verilog-pretty-declarations): Enhance to line up declarations
2224         inside a parameter list, suggested by Alan Morgan.
2225         (verilog-pretty-expr): Tune assignment regular expression match
2226         string for corner cases; also use markers instead of character
2227         number as indent changes the later.
2229 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2231         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2232         as missing keyword.
2233         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2234         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2235         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2236         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2237         Tennant.
2238         (verilog-keywords):
2239         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2240         1800-2009 keywords, including "global.".
2242 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2244         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2245         appearing in buffer list (if a live buffer name matched a recentf
2246         file basename).  Should use uniquify to offer a real solution.
2248 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2250         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2251         comment to code, and add a :version tag.
2252         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2254 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2256         Enable recentf-mode if using virtual buffers.
2257         * ido.el (recentf-list): Declare for byte-compiler.
2258         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2259         (ido-make-buffer-list): Simplify.
2260         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2262 2010-04-05  Juri Linkov  <juri@jurta.org>
2264         Scrolling commands which scroll a line instead of full screen.
2265         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2267         * simple.el (scroll-up-line, scroll-down-line): New commands.
2268         Put property isearch-scroll=t on them.
2270         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2271         Remove commands.
2273 2010-04-05  Juri Linkov  <juri@jurta.org>
2275         Scrolling commands which do not signal errors at top/bottom.
2276         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2278         * simple.el (scroll-up-command, scroll-down-command): New commands.
2279         Put property isearch-scroll=t on them.
2281         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2282         `scroll-down-command' and [next] from `scroll-up' to
2283         `scroll-up-command'.
2285         * emulation/cua-base.el: Put property CUA=move on
2286         `scroll-up-command' and `scroll-down-command'.
2287         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2288         and `scroll-down-command' to `cua-scroll-down'.
2290 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2292         * help.el (describe-mode): Return nil.
2294 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2296         * ido.el (ido-use-virtual-buffers): New variable to indicate
2297         whether "virtual buffer" support is enabled for IDO.
2298         (ido-virtual): Face used to indicate virtual buffers in the list.
2299         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2300         exists, but a virtual buffer of that name does (which would be why
2301         it was in the list), recreate the buffer by reopening the file.
2302         (ido-make-buffer-list): If virtual buffers are being used, call
2303         `ido-add-virtual-buffers-to-list' before the make list hook.
2304         (ido-virtual-buffers): New variable which contains a copy of the
2305         current contents of the `recentf-list', albeit pared down for the
2306         sake of speed, and with proper faces applied.
2307         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2308         create a list of "virtual buffers" to present to the user in
2309         addition to the currently open set.  Note that this logic could
2310         get rather slow if that list is too large.  With the default
2311         `recentf-max-saved-items' of 200, there is little speed penalty.
2313 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2315         * font-lock.el: Require CL when compiling.
2316         (font-lock-turn-on-thing-lock): Use `case'.
2318 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2320         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2321         Zaretskii.
2323 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2325         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2326         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2327         (semantic-imenu-goto-function): Reflow docstring.
2329 2010-04-02  Juri Linkov  <juri@jurta.org>
2331         * ehelp.el (electric-help-orig-major-mode):
2332         New buffer-local variable.
2333         (electric-help-mode): Set it to original major-mode.  Doc fix.
2334         (with-electric-help): Use `electric-help-orig-major-mode' instead
2335         of (default-value 'major-mode).  Doc fix.
2336         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2338 2010-04-02  Sam Steingold  <sds@gnu.org>
2340         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2341         `vc-hg-command' with a list of flags.
2343         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2344         Also accept "patch" and "RFE".
2345         (bug-reference-fontify): `bug-reference-url-format' can also be a
2346         function to be able to handle the bug kind.
2347         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2349 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2351         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2352         value to fboundp, it may not be a symbol.
2354 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2356         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2358 2010-03-31  Juri Linkov  <juri@jurta.org>
2360         * simple.el (next-line, previous-line): Re-throw a signal
2361         with `signal' instead of using `ding'.
2362         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2364 2010-03-31  Juri Linkov  <juri@jurta.org>
2366         * simple.el (keyboard-escape-quit): Raise deselecting the active
2367         region higher than exiting the minibuffer.
2368         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2370 2010-03-31  Juri Linkov  <juri@jurta.org>
2372         * image.el (image-animated-p): Use `image-metadata' instead of
2373         `image-extension-data'.  Get GIF extenstion data from metadata
2374         property `extension-data'.
2376 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2378         * simple.el (append-to-buffer): Simplify.
2380 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2382         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2383         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2385 2010-03-31  Kenichi Handa  <handa@m17n.org>
2387         * language/sinhala.el (composition-function-table): Fix regexp for
2388         the new Unicode specification.
2390         * language/indian.el (devanagari-composable-pattern)
2391         (tamil-composable-pattern, kannada-composable-pattern)
2392         (malayalam-composable-pattern): Adjust for the new Unicode
2393         specification.
2394         (bengali-composable-pattern, gurmukhi-composable-pattern)
2395         (gujarati-composable-pattern, oriya-composable-pattern)
2396         (telugu-composable-pattern): New variables to cope with the new
2397         Unicode specification.  Use them in composition-function-table.
2399 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         Make tmm-menubar work for the Buffers menu again (bug#5726).
2402         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2403         vectors rather than cons cells, as used in menu-bar-update-buffers.
2405 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2407         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2408         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2409         electric punctuation for "{}();,:" (Bug#5586).
2411         * mail/sendmail.el (mail-default-directory): Doc fix.
2413 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2415         * mail/sendmail.el (mail-default-directory): Doc fix.
2417 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2419         * subr.el (version-regexp-alist, version-to-list)
2420         (version-list-<, version-list-=, version-list-<=)
2421         (version-list-not-zero, version<, version<=, version=): Doc fix.
2422         (Bug#5744).
2424 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2426         * vc.el (vc-root-diff): Doc fix.
2428 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2430         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2432         * simple.el (append-to-buffer): Fix last change.
2434 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2436         * simple.el (append-to-buffer): Ensure that point is preserved if
2437         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2438         (Bug#5749)
2440 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * files.el (auto-mode-case-fold): Change default to t.
2444 2010-03-30  Juri Linkov  <juri@jurta.org>
2446         * dired-x.el (dired-omit-mode): Doc fix.
2448 2010-03-30  Juri Linkov  <juri@jurta.org>
2450         * replace.el (occur-accumulate-lines): Move occur-engine related
2451         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2452         to be located after `occur-engine'.
2454 2010-03-30  Juri Linkov  <juri@jurta.org>
2456         Make occur handle multi-line matches cleanly with context.
2457         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2459         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2460         (occur-engine): Add local variables `ret', `prev-after-lines',
2461         `prev-lines'.  Use more arguments for `occur-context-lines'.
2462         Set first elem of its returned list to `data', and the second elem
2463         to `prev-after-lines'.  Don't print the separator line.
2464         In the end, print remaining context after-lines.
2465         (occur-context-lines): Add new arguments `begpt', `endpt',
2466         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2467         after-lines of the previous match with before-lines of the
2468         current match and not overlap them.  Return a list with two
2469         values: the output line and the list of context after-lines.
2471 2010-03-30  Juri Linkov  <juri@jurta.org>
2473         * replace.el (occur-accumulate-lines): Fix a bug where the first
2474         context line at the beginning of the buffer was missing.
2476 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2478         * files.el: Make bidi-display-reordering safe variable for boolean
2479         values.
2481 2010-03-29  Phil Hagelberg  <phil@evri.com>
2482             Chong Yidong  <cyd@stupidchicken.com>
2484         * subr.el: Extend progress reporters to perform "spinning".
2485         (progress-reporter-update, progress-reporter-do-update):
2486         Handle non-numeric value arguments.
2487         (progress-reporter--pulse-characters): New var.
2489 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2491         * progmodes/compile.el (compilation-start): Fix regexp detection
2492         of initial cd command (Bug#5771).
2494 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2496         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2498 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2500         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2501         * lisp/progmodes/gdb-mi.el: Restore.
2502         * lisp/progmodes/gdb-ui.el: Remove.
2503         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2505 2010-03-25  Glenn Morris  <rgm@gnu.org>
2507         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2508         all dired buffers, even tramp ones.  (Bug#5755)
2510 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2512         Add "union tags" in mpc.el.
2513         * mpc.el: Remove backward compatibility code.
2514         (mpc-browser-tags): Change default.
2515         (mpc--find-memoize-union-tags): New var.
2516         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2517         (mpc-cmd-find): Handle the case where the playlist does not exist.
2518         Handle union-tags.
2519         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2520         (mpc-cmd-add): Use mpc-cmd-flush.
2521         (mpc-tagbrowser-tag-name): New fun.
2522         (mpc-tagbrowser-buf): Use it.
2523         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2525 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         Misc cleanup.
2528         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2529         Use replace-regexp-in-string.
2530         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2531         (makefile-imake-mode-syntax-table): Move init into defvar.
2532         (makefile-mode): Use define-derived-mode.
2534         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2535         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2536         not be present any more.
2538 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2540         * faces.el (set-face-attribute): Fix typo in docstring.
2541         (face-valid-attribute-values): Reflow docstring.
2543         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2545 2010-03-24  Glenn Morris  <rgm@gnu.org>
2547         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2549 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2551         * indent.el (indent-for-tab-command): Doc fix.
2553 2010-03-24  Alan Mackenzie  <acm@muc.de>
2555         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2556         Fix off-by-one error.  Fixes bug #5747.
2558 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2560         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2561         (image-dired-read-comment): Doc fix.
2563         * json.el (json-object-type, json-array-type, json-key-type)
2564         (json-false, json-null, json-read-number):
2565         * minibuffer.el (completion-in-region-functions):
2566         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2567         (cal-tex-cursor-week):
2568         * emacs-lisp/trace.el (trace-function):
2569         * eshell/em-basic.el (eshell/printnl):
2570         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2571         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2572         * obsolete/levents.el (allocate-event, event-key, event-object)
2573         (event-point, event-process, event-timestamp, event-to-character)
2574         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2575         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2576         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2577         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2578         (reftex-highlight-selection): Fix typos in docstrings.
2580 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2582         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2584 2010-03-24  Glenn Morris  <rgm@gnu.org>
2586         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2587         2008-02-13 without comment; mark it obsolete.
2588         (rmail-highlight-headers): Use rmail-highlight-face once more.
2590 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2592         * woman.el (woman2-process-escapes): Only consume the newline if
2593         the filler character is on a line by itself (Bug#5729).
2595 2010-03-24  Kenichi Handa  <handa@m17n.org>
2597         * language/indian.el (devanagari-composable-pattern): Add more
2598         consonants.
2600 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2602         * net/trampver.el: Update release number.
2604 2010-03-24  Glenn Morris  <rgm@gnu.org>
2606         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2608 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2610         * net/tramp.el (tramp-find-executable):
2611         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2612         output of "wc -l" more robust.
2613         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2614         (tramp-open-connection-setup-interactive-shell): Remove workaround
2615         for OpenSolaris bug, it is not needed anymore.
2617 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
2619         * cedet/semantic/imenu.el: New file, from the CEDET repository
2620         (Bug#5412).
2622 2010-03-24  Glenn Morris  <rgm@gnu.org>
2624         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2626 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
2628         * files.el (auto-mode-alist): Accept more verilog file patterns.
2630 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2634 2010-03-24  Glenn Morris  <rgm@gnu.org>
2636         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2637         log-edit-before-checkin-process.
2639         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2641         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2643         * vc-dispatcher.el (vc-start-logentry): Doc fix.
2644         (log-view-process-buffer, log-edit-extra-flags): Declare.
2646         * log-edit.el (log-edit-before-checkin-process): Doc fix.
2648         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2649         Consistently check ede-object is bound throughout.
2651         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2653 2010-03-23  Sam Steingold  <sds@gnu.org>
2655         Fix bug#5620: recalculate all markers on compilation buffer
2656         modifications, not on file modifications.
2657         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2658         the buffer modification time, for buffers not associated with files.
2659         (compilation-mode): Create it.
2660         (compilation-filter): Update it.
2661         (compilation-next-error-function): Use it instead of
2662         `visited-file-modtime' for timestamp.
2664 2010-03-23  Juri Linkov  <juri@jurta.org>
2666         Implement Occur multi-line matches.
2667         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2669         * replace.el (occur): Doc fix.
2670         (occur-engine): Set `begpt' to the beginning of the first line.
2671         Set `endpt' to the end of the last match line.  At first, count
2672         line numbers between `origpt' and `begpt'.  Split out code from
2673         `out-line' variable to new let-bindings `match-prefix' and
2674         `match-str'.  In `out-line' add non-numeric prefix to all
2675         non-first lines of multi-line matches.  Finally, count lines
2676         between `begpt' and `endpt' and add to `lines'.
2678 2010-03-23  Juri Linkov  <juri@jurta.org>
2680         * replace.el (occur-accumulate-lines, occur-engine):
2681         Use `occur-engine-line' instead of duplicate code.
2682         (occur-engine-line): New function created from duplicate code
2683         in `occur-accumulate-lines' and `occur-engine'.
2685         * replace.el (occur-engine-line): Add optional arg `keep-props'.
2686         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2688 2010-03-23  Juri Linkov  <juri@jurta.org>
2690         * finder.el: Remove TODO tasks.
2692         * info.el (Info-finder-find-node): Add node "all"
2693         with all package info.  Handle a list of multiple keywords
2694         separated by comma.
2695         (info-finder): In interactive use with a prefix argument,
2696         use `completing-read-multiple' to read a list of keywords
2697         separated by comma.
2699 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         Add a new completion style `substring'.
2702         * minibuffer.el (completion-basic--pattern): New function.
2703         (completion-basic-try-completion, completion-basic-all-completions):
2704         Use it.
2705         (completion-substring--all-completions)
2706         (completion-substring-try-completion)
2707         (completion-substring-all-completions): New functions.
2708         (completion-styles-alist): New style `substring'.
2710 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2712         Get rid of .elc files after removal of the corresponding .el.
2713         * Makefile.in (compile-clean): New target.
2714         (compile-main): Use it.
2716 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2718         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2719         don't do make there.  When compiling with separate object dir, there
2720         is no Makefile there.
2722 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2724         Get rid of the ELCFILES abomination, again.
2725         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2726         (all, compile): Don't call compile-last.
2727         (compile-main): Build the "elcfiles" list dynamically.
2728         (compile-targets): New (internal) target.
2730 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2732         * Makefile.in (top_srcdir): Define.
2733         (abs_top_builddir): Define.
2734         (srcdir): Don't append `/..'.
2735         (EMACS): Use ${abs_top_builddir}.
2736         (all, compile, compile-always, compile-last): Don't set emacswd.
2737         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2738         $(srcdir).
2739         (lisp): Use $(srcdir) instead of @srcdir@.
2741 2010-03-21  Juri Linkov  <juri@jurta.org>
2743         Fix message of multi-line occur regexps and multi-buffer header lines.
2744         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2746         * replace.el (occur-1): Don't display regexp if it is longer
2747         than window-width.  Use `query-replace-descr' to display regexp.
2748         (occur-engine): Don't display regexp in the buffer header for
2749         multi-buffer occur.  Display a separate header line with total
2750         match count and regexp for multi-buffer occur.
2751         Use `query-replace-descr' to display regexp.
2753 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2755         * net/secrets.el: Fix parenthesis.
2756         (secrets-enabled): Fix parenthesis.
2758 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         Use more relative file and directory names.
2761         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2762         (setwins, setwins_almost, setwins_for_subdirs):
2763         Don't `cd'; output relative names.
2764         (all, compile, compile-always, compile-last): Set emacswd.
2765         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2766         Just cd to the lisp source dir so we can use relative file names.
2768         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2770 2010-03-20  Glenn Morris  <rgm@gnu.org>
2772         * textmodes/rst.el: Use faces for font-lock customization, and make the
2773         old -face variables obsolete.
2774         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2775         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2776         (rst-block-face, rst-external-face, rst-definition-face)
2777         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2778         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2779         Make obsolete.
2780         (rst-font-lock-keywords-function): Update for above changes.
2782 2010-03-20  Juri Linkov  <juri@jurta.org>
2784         * s-region.el:
2785         * obsolete/s-region.el: Move to obsolete.
2787 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2789         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2791 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2793         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2795 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2797         Add special markup processing for commit logs.
2798         * log-edit.el (log-edit-extra-flags): New variable.
2799         (log-edit): Add new argument MODE.  Use that mode when non-nil
2800         instead of the log-view-mode.
2801         (log-view-process-buffer): New function.
2803         * vc.el: Document that the checkin method takes optional
2804         arguments.  Document new backend specific method: log-view-mode.
2805         (vc-default-log-edit-mode): New function.
2806         (vc-checkin): Use a backend specific log-view-mode.
2807         Pass extra arguments to the checkin method.
2808         (vc-modify-change-comment): Pass a dummy extra argument.
2810         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2811         log-edit.
2812         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2813         (vc-finish-logentry): Process the log buffer before passing it
2814         down.  Pass log-edit-extra-flags.
2816         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2817         command.
2818         (log-edit-extra-flags, log-edit-before-checkin-process):
2819         New declarations.
2821         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2822         command.
2823         (log-edit-extra-flags, log-edit-before-checkin-process):
2824         New declarations.
2825         (vc-hg-log-edit-mode): New derived mode.
2827         * vc-arch.el (vc-arch-checkin):
2828         * vc-cvs.el (vc-cvs-checkin):
2829         * vc-git.el (vc-git-checkin):
2830         * vc-mtn.el (vc-mtn-checkin):
2831         * vc-rcs.el (vc-rcs-checkin):
2832         * vc-sccs.el (vc-sccs-checkin):
2833         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2835 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2838         parent typo).
2840 2010-03-19  Glenn Morris  <rgm@gnu.org>
2842         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2844 2010-03-18  Glenn Morris  <rgm@gnu.org>
2846         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2848         * replace.el (query-replace-history): Give it a doc string.
2849         (map-query-replace-regexp): Use query-replace-from-history-variable
2850         and query-replace-to-history-variable.
2852         * mail/hashcash.el (declare-function): Remove duplicate definition.
2854         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2855         Make it an obsolete alias for report-emacs-bug-address.
2856         (message-strip-special-text-properties): Declare.
2857         (report-emacs-bug): Remove test for a pretest bug address.
2858         Combine message-mode-specific code.
2860         * mail/supercite.el: Don't require sendmail.
2861         (mh-in-header-p): Declare rather than using with-no-warnings.
2862         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2863         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2865         * calendar/cal-french.el: Convert to utf-8.
2867         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2868         Emacs scripts.
2870 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2872         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2873         of a subfeature.
2875 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2877         * net/secrets.el (top): Register the D-Bus signals only when the
2878         service "org.freedesktop.secrets" can be pinged.
2879         Provide subfeature `enabled'.
2881 2010-03-14  Juri Linkov  <juri@jurta.org>
2883         Add finder unknown keywords.
2885         * finder.el (finder-unknown-keywords): New function.
2887         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2888         to create a Finder node with unknown keywords.
2890 2010-03-14  Juri Linkov  <juri@jurta.org>
2892         * finder.el (finder-compile-keywords): Replace `princ' with
2893         `prin1' on a list of symbols interned from keyword strings.
2895         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2896         a comma, then split keywords using a comma and optional whitespace.
2897         Otherwise, split by whitespace.
2899         * complete.el:
2900         * face-remap.el:
2901         * log-view.el:
2902         * net/hmac-def.el:
2903         * net/hmac-md5.el:
2904         * net/netrc.el:
2905         * progmodes/mixal-mode.el: Fix keywords.
2907 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2909         * Makefile.in (ELCFILES): Add net/secrets.elc.
2911         * net/secrets.el: New file.
2913 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2915         * facemenu.el (list-colors-display, list-colors-print): New arg
2916         callback.  Use it to allow selecting colors.
2918         * wid-edit.el (widget-image-insert): Insert image prop even if the
2919         current display is non-graphic.
2920         (widget-field-value-set): New fun.
2921         (editable-field): Use it.
2922         (widget-field-value-get): Clean up unused var.
2923         (widget-color-value-create, widget-color--choose-action):
2924         New funs.  Allow using list-colors-display to choose color.
2926 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2928         * cus-edit.el: Resort topmost custom groups.
2929         (custom-buffer-sort-alphabetically): Default to t.
2930         (customize-apropos): Use apropos-parse-pattern.
2931         (custom-search-field): New var.
2932         (custom-buffer-create-internal): Add custom-apropos search field.
2933         (custom-add-parent-links): Don't display parent doc.
2934         (custom-group-value-create): Don't sort top-level custom group.
2935         (custom-magic-value-create): Show visibility button before option name.
2937         (custom-variable-state): New fun, from custom-variable-state-set.
2938         (custom-variable-state-set): Use it.
2939         (custom-group-value-create): Hide options with standard values
2940         using the :hidden-states property.  Use progress reporter.
2942         (custom-show): Simplify.
2943         (custom-visibility): Disable images by default.
2944         (custom-variable): New property :hidden-states.
2945         (custom-variable-value-create): Enable images for
2946         custom-visibility widgets.  Use :hidden-states property to
2947         determine initial visibility.
2949         * wid-edit.el (widget-image-find): Give images center ascent.
2950         (visibility): Add :on-image and :off-image properties.
2951         (widget-visibility-value-create): Use them.
2953 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2955         * cus-edit.el (processes): Remove from development group.
2956         (oop, hypermedia): Delete group.
2957         (comm): Promote to top-level group.
2959         * net/browse-url.el (browse-url):
2960         * net/xesam.el (xesam):
2961         * net/tramp.el (tramp):
2962         * net/goto-addr.el (goto-address):
2963         * net/ange-ftp.el (ange-ftp): Put in comm group.
2965         * view.el (view): Remove from editing group.
2967         * uniquify.el (uniquify): Put in files group.
2969         * net/browse-url.el (browse-url):
2970         * ps-print.el (postscript): Put in external group.
2972         * cus-edit.el (outlines):
2973         * textmodes/text-mode.el (text-mode-hook):
2974         * textmodes/table.el (table):
2975         * textmodes/picture.el (picture):
2976         * outline.el (outlines): Put in wp group.
2978         * nxml/nxml-mode.el (nxml): Remove from wp group.
2980         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2982         * mail/metamail.el (metamail): Remove from hypermedia group.
2984         * cus-edit.el (abbrev):
2985         * whitespace.el (whitespace):
2986         * vcursor.el (vcursor):
2987         * reveal.el (reveal):
2988         * hl-line.el (hl-line): Put in convenience group.
2990         * epg-config.el (epg): Put in data group.
2992         * emulation/pc-select.el (pc-select): Put in emulations group.
2994         * calculator.el (calculator): Put in applications group.
2996 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2998         Add .dir-locals.el support for file-less buffers.
2999         * files.el (hack-local-variables): Split out code to apply local
3000         variable settings ...
3001         (hack-local-variables-apply): ... here.  New function.
3002         (hack-dir-local-variables): Use the default directory for when the
3003         buffer does not have an associated file.
3004         (hack-dir-local-variables-non-file-buffer): New function.
3005         * diff-mode.el (diff-mode):
3006         * vc-annotate.el (vc-annotate-mode):
3007         * vc-dir.el (vc-dir-mode):
3008         * log-edit.el (log-edit-mode):
3009         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3011 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3013         Add support for shelving snapshots and for showing shelves.
3014         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3015         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3016         New functions.
3017         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3018         (vc-bzr-extra-menu-map): Map them.
3020 2010-03-11  Glenn Morris  <rgm@gnu.org>
3022         * cus-edit.el (customize-changed-options-previous-release):
3023         Bump to 23.1.
3025         * image.el (image-animate-max-time): Fix :version tag.
3027 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3029         * Branch for 23.2.
3031 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * vc-git.el (vc-git-revision-table): Include remote branches.
3035 2010-03-10  Kim F. Storm  <storm@cua.dk>
3037         Animated image API.
3038         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3040         * image.el (image-animate-max-time): New defcustom.
3041         (image-animated-types): New defconst.
3042         (create-animated-image, image-animate-timer)
3043         (image-animate-start, image-animate-stop, image-animate-timeout)
3044         (image-animated-p): New functions.
3046         * image-mode.el (image-toggle-display-image):
3047         Replace `create-image' with `create-animated-image'.
3049 2010-03-09  Miles Bader  <miles@gnu.org>
3051         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3052         instead of "format:"; this ensures that the output is
3053         newline-terminated.
3055 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
3057         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3058         that all errors are caught, and that the return value is always a
3059         list (Bug#5692).
3061 2010-03-08  Kenichi Handa  <handa@m17n.org>
3063         * language/misc-lang.el (windows-1256): New coding system.
3064         (cp1256): New alias of windows-1256 (bug#5690).
3066 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3068         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3069         call to rfc822-bad-address.  (Bug#5692)
3071 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3073         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3074         Use vc-git-root as default directory for revision path (Bug#5657).
3076 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3078         * calculator.el (calculator): Don't bind split-window-keep-point
3079         (Bug#5674).
3081 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * vc-git.el: Re-flow to fit into 80 columns.
3084         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3085         Remove spurious `quote' element in each case alternative.
3086         (vc-git-show-log-entry): Use prog1.
3087         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3089 2010-03-06  Glenn Morris  <rgm@gnu.org>
3091         * cedet/semantic/grammar.el (semantic-grammar-header-template):
3092         Update template copyright to GPLv3+.
3094 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3098 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3100         * macros.el (insert-kbd-macro): Look up keyboard macro using the
3101         definition, not the name (Bug#5481).
3103 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3105         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3106         argument with a local variable.  (Bug#5670)
3108 2010-03-02  Juri Linkov  <juri@jurta.org>
3110         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
3112 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
3114         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3115         error when FILENAME and NEWNAME are existing remote directories.
3117         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3118         parameter DIR-FLAG.
3120 2010-03-02  Glenn Morris  <rgm@gnu.org>
3122         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3123         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3125 2010-03-01  Kenichi Handa  <handa@m17n.org>
3127         * language/burmese.el (burmese-composable-pattern): Rename from
3128         myanmar-composable-pattern.
3130         * international/characters.el (script-list):
3131         * international/fontset.el (script-representative-chars):
3132         Change myanmar to burmese.
3133         (otf-script-alist): Likewise.
3134         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3136 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3138         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3140 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3142         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3144 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3146         * net/tramp.el (tramp-handle-write-region): START can be a string.
3147         Take care in the checks.  Reported by Dan Davison
3148         <davison@stats.ox.ac.uk>.
3150 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3152         * net/dbus.el (dbus-introspect, dbus-get-property)
3153         (dbus-set-property, dbus-get-all-properties):
3154         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3156 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3158         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3159         * emacs-lisp/elint.el (elint-add-required-env):
3160         * cedet/semantic/db-find.el
3161         (semanticdb-find-translate-path-brutish-default):
3162         * cedet/ede/make.el (ede-make-check-version):
3163         * calendar/icalendar.el (icalendar--add-diary-entry):
3164         * calc/calcalg2.el (math-tracing-integral):
3165         * files.el (recover-session-finish): Use with-current-buffer
3166         instead of save-excursion.
3168 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3170         Fix in-buffer completion when after-change-functions modify the buffer.
3171         * minibuffer.el (completion--replace): New function.
3172         (completion--do-completion): Use it and use relative movement.
3174 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3176         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3178 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3180         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3181         Allow the characters _<> in the stack entry (Bug#5653).
3183 2010-02-26  Kenichi Handa  <handa@m17n.org>
3185         * language/burmese.el: Fix entries in composition-function-table.
3186         (myanmar-composable-pattern): New variable.
3188         * international/fontset.el (setup-default-fontset): Add an entry
3189         for myanmar.
3191         * international/characters.el (script-list): Add Myanmar
3192         Extended-A.
3194 2010-02-26  Glenn Morris  <rgm@gnu.org>
3196         * custom.el (custom-initialize-delay): Doc fix.
3198         * mail/sendmail.el (send-mail-function): Autoload the call
3199         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3201 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3203         * files.el (hack-local-variables-filter): For eval forms, also
3204         check safe-local-variable-p (Bug#5636).
3206 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3208         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3209         and use c(ad)r of cddr (Bug#5640).
3211 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3213         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3214         setting the modes by `ignore-errors'.  It might fail, for example
3215         if the file is not owned by the user but the group.
3216         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3218 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3220         * files.el (directory-listing-before-filename-regexp): Use
3221         stricter matching for iso-style dates, to avoid false matches with
3222         date-like filenames (Bug#5597).
3224         * htmlfontify.el (htmlfontify): Doc fix.
3226         * eshell/eshell.el (eshell): Doc fix.
3228         * startup.el (fancy-about-screen): In mode-line, apply
3229         mode-line-buffer-id face only to the buffer name (Bug#5613).
3231 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3233         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3234         In `watcom' anchor regexp to start of line, to avoid slowness
3235         (Bug#5599).
3237 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3239         * subr.el (remove-yank-excluded-properties): Explain in a comment
3240         why `category' property is removed.
3242 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3244         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3245         2010-02-17 change.
3247 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3249         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3250         (icalendar--convert-weekly-to-ical)
3251         (icalendar--convert-yearly-to-ical)
3252         (icalendar--convert-block-to-ical)
3253         (icalendar--convert-cyclic-to-ical)
3254         (icalendar--convert-anniversary-to-ical): Take care of time
3255         specifications where hour has 1-digit only (Bug#5549).
3257 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3259         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3260         of disassemble output in GDB 7.1.
3262 2010-02-19  Glenn Morris  <rgm@gnu.org>
3264         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3265         property.  (Bug#5593)
3267 2010-02-18  Sam Steingold  <sds@gnu.org>
3269         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3271 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         Use abbreviated file names in bookmarks (bug#5591).
3274         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3275         calls to expand-file-name.
3276         (bookmark-relocate): Use abbreviated file names in bookmarks.
3277         (bookmark-load): Use abbreviated file names in messages.
3279 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3281         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3282         expand "." and "..".  Reported by Thierry Volpiatto
3283         <thierry.volpiatto@gmail.com>.
3285 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3287         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3288         permissions of the temporary file to "0600".  In case the remote
3289         file has no read permissions for the owner, there might be
3290         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3292 22010-02-18  Glenn Morris  <rgm@gnu.org>
3294         * emacs-lisp/authors.el (authors-renamed-files-alist):
3295         Add entries for INSTALL.CVS.
3297 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3299         * vc-bzr.el: Fix typo in Known Bugs section.
3301         * isearch.el (isearch-update-post-hook): New hook.
3302         (isearch-update): Use the new hook.
3304 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3306         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3307         Fix errors in copying directories.
3308         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3309         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3310         (tramp-handle-delete-file)
3311         (tramp-handle-dired-recursive-delete-directory)
3312         (tramp-handle-write-region): Flush also the cache for the upper
3313         directory.
3315 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3317         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3319         * cus-edit.el (hardware): Doc fix.
3321         * man.el (man): Add to external custom group.
3323         * delim-col.el (columns): Move to wp custom group.
3325         * doc-view.el (doc-view): Add to data custom group.
3327         * cedet/data-debug.el (data-debug): Move to extensions group.
3329         * cedet/ede.el (ede):
3330         * cedet/srecode.el (srecode):
3331         * cedet/semantic.el (semantic): Put in tools and extensions group.
3333         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3335         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3336         by ispell-parse-output (Bug#5575).
3338 2010-02-16  Kenichi Handa  <handa@m17n.org>
3340         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3341         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3342         (skkdic-convert): Use `euc-japan' coding system for writing.
3344 2010-02-16  Glenn Morris  <rgm@gnu.org>
3346         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3347         tex-main-file before using it.  (Bug#5562)
3349 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3351         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3352         warnings, since it is annoying for the user to see them each time he
3353         runs the code.
3355 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3357         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3358         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3359         instead of PROC for caching "first-password-request".  Otherwise,
3360         new processes would not profit from passwords already entered.
3362         * net/tramp-cache.el (tramp-dump-connection-properties):
3363         Don't save "first-password-request" property.
3365 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3367         * outline.el (outline-head-from-level):
3368         * simple.el (with-wrapper-hook):
3369         * cedet/ede.el (ede-run-target, project-delete-target)
3370         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3371         (ede-adebug-project, ede-adebug-project-parent)
3372         (ede-adebug-project-root):
3373         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3374         (elint-defun, elint-buffer-env, elint-top-form-logged)
3375         (elint-unbound-variable):
3376         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3377         Fix typos in docstrings.
3379 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3381         * files.el (insert-directory): When WILDCARD-REGEXP and
3382         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3383         whole directory.  (Bug#5551)
3385         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3386         dired's alignment sanity.  (Bug#5516)
3388 2010-02-14  Juri Linkov  <juri@jurta.org>
3390         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3391         Remove remaining ^H with their preceding chars.  (Bug#5566)
3393 2010-02-13  Glenn Morris  <rgm@gnu.org>
3395         * simple.el (transpose-subr): Give it a doc-string.
3397         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3398         Doc fixes.
3400 2010-02-12  Juri Linkov  <juri@jurta.org>
3402         * arc-mode.el (archive-unique-fname): Make directories for nested
3403         archives.  (Bug#5540)
3405 2010-02-12  Juri Linkov  <juri@jurta.org>
3407         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3409 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * subr.el (copy-overlay): Handle deleted overlays.
3413         * man.el (Man-completion-table): Don't signal an error if we can't run
3414         manual-program (bug#4056).
3416 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3418         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3420 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3422         * info.el (Info-bookmark-jump): Simplify.
3424         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3425         (bookmark-default-handler): Accept new bookmark field `buffer'.
3427 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3429         * iswitchb.el (iswitchb-completions): Revert last change.
3431 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3433         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3434         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3435         This prevents file names like "~/" being listed literally.
3437 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3439         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3440         Remove dead code.  (Bug#5546)
3442 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3444         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3445         correctly (Bug#5548).
3447 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3449         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3450         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3452 2010-02-08  Kenichi Handa  <handa@m17n.org>
3454         * international/mule-util.el (with-coding-priority): Add autoload
3455         cookie for putting `lisp-indent-function'.
3457 2010-02-07  Glenn Morris  <rgm@gnu.org>
3459         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3460         Move F2003 named interfaces from keywords-2 to keywords-1, and
3461         use function-name-face rather than constant-face.
3462         Simplify "abstract interface" regexp.
3464 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3466         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3467         ID-FORMAT.  Pass it to `file-attributes'.
3469         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3471 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3473         * faces.el (set-face-attribute): Allow calling
3474         internal-set-lisp-face-attribute with 'unspecified family and
3475         foundry argument (Bug#5536).
3477 2010-02-07  Glenn Morris  <rgm@gnu.org>
3479         * progmodes/f90.el (f90-font-lock-keywords-2)
3480         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3481         Handle F2003 named interfaces.
3483 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3485         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3486         beg and end before calling c-get-state-before-change-functions.
3488 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3490         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3492 2010-02-05  Juri Linkov  <juri@jurta.org>
3494         * doc-view.el (doc-view-mode):
3495         * image-mode.el (image-mode): Put property mode-class=special.
3496         (Bug#4896)
3498 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3500         * vc-svn.el (vc-svn-revision-table): New function.
3502 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3504         * net/ange-ftp.el (ange-ftp-insert-directory):
3505         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3506         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3507         Handle also directories.  (Bug#5478)
3509 2010-02-05  Glenn Morris  <rgm@gnu.org>
3511         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3513 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3515         * startup.el (command-line-1): Convert options beginning with a
3516         single dash as well (Bug#5519).
3518 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3521         * minibuffer.el (completion-initials-expand): Only check the presence
3522         of delims *within* the boundaries, since otherwise the / delim is
3523         always found for files.
3525         Fix up various corner case problems.
3526         * doc-view.el (doc-view-last-page-number): New function.
3527         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3528         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3529         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3530         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3531         (doc-view-convert-current-doc): Don't create the resolution.el file
3532         here any more.
3533         (doc-view-pdf/ps->png): Do it here instead.
3534         (doc-view-already-converted-p): Check that resolution.el is present.
3535         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3536         windows that are not yet showing images.
3538 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3540         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3541         `dired-uncache' for every elemnt which is an absolute file name.
3543         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3544         directory, handle its directory component.
3545         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3546         function is called permanently and creates noise, otherwise.
3548         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3549         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3550         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3552 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3554         * macros.el (apply-macro-to-region-lines):
3555         Minor simplification.  (Bug#5485)
3557 2010-02-04  Glenn Morris  <rgm@gnu.org>
3559         * mail/rmail.el (rmail-show-message-1): Handle malformed
3560         quoted-printable text.  (Bug#5441)
3562         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3564         * simple.el (visual-line-mode): Capitalize lighter.
3566 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3568         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3569         list of files considered for "virtual buffer" completions.
3571 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3573         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3574         also in case of (and (not full) (not wildcard)). This is needed,
3575         when dired is called with a list of files, which are not in
3576         `default-directory'.  (Bug#5478)
3578 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3580         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3582 2010-02-02  Juri Linkov  <juri@jurta.org>
3584         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3585         from unidiff to allow function-line after @@.
3587 2010-02-02  Juri Linkov  <juri@jurta.org>
3589         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3590         '(RCS SCCS) with inverted condition.
3592 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3594         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3595         messages.
3597 2010-02-01  Juri Linkov  <juri@jurta.org>
3599         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3600         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3601         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3602         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3604 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3606         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3607         (doc-view-revert-buffer): New command.
3608         (doc-view-mode-map): Use it.
3610 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3612         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3613         pending merge is detected.
3615 2010-01-31  Juri Linkov  <juri@jurta.org>
3617         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3618         beginning of interactive spec like all other grep commands do.
3619         Put "all" in front of "gz".  (Bug#5260)
3621 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3623         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3625 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3627         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3628         regexp is incorrect (Bug#5476).
3630 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3632         * net/tramp.el (tramp-handle-insert-directory): Handle also
3633         symlinks, when FILENAME is not in `default-directory'.
3635 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3637         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3638         FILE is not in `default-directory'.  (Bug#5478)
3640         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3641         of SWITCHES.  Handle the case, FILENAME is not in
3642         `default-directory'.  (Bug#5478)
3643         (tramp-register-file-name-handlers): Add safe-magic property.
3645 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3647         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3648         unzip (Bug#5475).
3650 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3652         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3653         (flymake-master-make-header-init): Add other C++ filename masks.
3654         (flymake-find-possible-master-files)
3655         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3657 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3659         Fix some busybox annoyances.
3661         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3662         not responding." string.
3663         (tramp-open-connection-setup-interactive-shell): Dump stty
3664         settings.  Enable "neveropen" arg for all `tramp-send-command'
3665         calls.  Handle "=" in variable values properly.
3666         (tramp-find-inline-encoding): Raise an error, when no encoding is
3667         found.
3668         (tramp-wait-for-output): Check, whether PROC buffer is available.
3669         Remove spurious " ^H" sequences, sent by busybox.
3670         (tramp-get-ls-command): Suppress coloring, if possible.
3672 2010-01-28  Glenn Morris  <rgm@gnu.org>
3674         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3676         * log-edit.el (log-edit-strip-single-file-name): Add missing
3677         :safe, :group, and :version tags.
3679 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3681         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3682         buffers.  (Bug#5477)
3684 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3686         * files.el (delete-directory): Handle moving to trash without
3687         first doing recursion (Bug#5436).
3689 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3691         * vc-hooks.el (vc-path): Mark as obsolete.
3693 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3695         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3696         names too.
3698         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3699         for the short log.
3700         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3702 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3704         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3706         * vc-bzr.el (vc-bzr-revision-table): New function.
3708 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3710         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3711         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3713 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3715         Remove support for adding --signoff on commit.
3716         Future support will use an incompatible generic mechanism.
3717         * vc-git.el (vc-git-add-signoff): Remove variable.
3718         (vc-git-toggle-signoff): Remove function.
3719         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3721         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3722         from xterm-set-background-mode.  Return t if the background mode
3723         was set.
3724         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3725         earlier, call it again in case the background mode has changed.
3727 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3729         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3730         (Bug#3541).
3732 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3734         * emacs-lisp/assoc.el (aelement): Doc fix.
3735         (aput, adelete, amake): Use lexical-let (Bug#5450).
3737 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3739         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3740         is the same as subprogram call, not declaration.  (Bug#5435).
3742 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3744         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3745         (tramp-smb-maybe-open-connection): Use it.
3747 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3749         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3751 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3753         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3754         just because we see "encoding: 8bit".
3755         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3757 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3759         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3761 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3763         * jka-compr.el (jka-compr-load): If load-file is not in
3764         load-history, try its file-truename version.  (bug#5447)
3766 2010-01-21  Alan Mackenzie  <acm@muc.de>
3768         Fix a situation where deletion of a cpp construct throws an error.
3769         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3770         invoking c-with-all-but-one-cpps-commented-out, check that the
3771         special cpp construct is still in the buffer.
3772         (c-parse-state): Record the special cpp with markers, not numbers.
3774 2010-01-21  Kenichi Handa  <handa@m17n.org>
3776         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3777         process last-command-event, as it is now decoded first (Bug#5380).
3779 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3781         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3783 2010-01-20  Glenn Morris  <rgm@gnu.org>
3785         * indent.el (tab-always-indent): Fix custom-type.
3787 2010-01-19  Alan Mackenzie  <acm@muc.de>
3789         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3790         buffer throws "args out of range".
3791         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3792         playing the role of delimiter.
3794 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3796         * progmodes/ada-mode.el: Fix bug#5400.
3797         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3798         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3799         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3800         Improve comments in "is" portion.  Handle null procedure declaration.
3801         (ada-move-to-end): Improve doc string.
3803 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3805         * ido.el (ido-cur-list): Initialize to nil.
3806         Remove obsolete information from commentary.
3807         (ido-choice-list): Initialize to nil.
3808         (ido-get-bufname): Reject minibuffers.
3809         (ido-make-buffer-list): If "default" is a nonexistent
3810         buffer, ignore it, as per the function's comment.
3811         (ido-kill-buffer-internal): New function.
3812         (ido-kill-buffer-at-head): Use it.
3813         (ido-visit-buffer): Likewise.
3815 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3817         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3819 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3821         * cedet/ede/locate.el (ede-locate-file-in-project)
3822         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3823         (ede-enable-locate-on-project): Fix typos in error messages.
3825         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3826         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3827         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3828         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3829         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3830         Fix typos in menu help.
3832         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3833         Fix typos in chart titles.
3835         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3836         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3837         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3838         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3839         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3840         (semantic-parse-stream, semantic-parse-region)
3841         (semantic-parse-region-default, semantic--set-buffer-cache)
3842         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3843         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3844         (semantic-default-submodes):
3845         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3846         (semanticdb-create-ebrowse-database)
3847         (semanticdb-find-tags-for-completion-method)
3848         (semanticdb-find-tags-by-class-method)
3849         (semanticdb-deep-find-tags-by-name-method)
3850         (semanticdb-deep-find-tags-for-completion-method):
3851         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3852         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3853         (semanticdb-find-tags-for-completion-method)
3854         (semanticdb-find-tags-by-class-method)
3855         (semanticdb-deep-find-tags-for-completion-method):
3856         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3857         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3858         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3859         (semanticdb-find-tags-by-name-method)
3860         (semanticdb-find-tags-by-name-regexp-method)
3861         (semanticdb-find-tags-for-completion-method)
3862         (semanticdb-find-tags-by-class-method)
3863         (semanticdb-find-tags-external-children-of-type-method)
3864         (semanticdb-find-tags-subclasses-of-type-method)
3865         (semanticdb-deep-find-tags-by-name-method)
3866         (semanticdb-deep-find-tags-by-name-regexp-method)
3867         (semanticdb-deep-find-tags-for-completion-method):
3868         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3869         (semanticdb-enable-gnu-global-in-buffer)
3870         (semanticdb-find-tags-for-completion-method)
3871         (semanticdb-deep-find-tags-by-name-method)
3872         (semanticdb-deep-find-tags-for-completion-method):
3873         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3874         (javascript-mode, semanticdb-find-translate-path)
3875         (semanticdb-find-tags-for-completion-method)
3876         (semanticdb-find-tags-by-class-method)
3877         (semanticdb-deep-find-tags-by-name-method)
3878         (semanticdb-deep-find-tags-for-completion-method)
3879         (semanticdb-find-tags-external-children-of-type-method):
3880         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3881         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3882         (global-semantic-idle-scheduler-mode):
3883         * cedet/srecode/dictionary.el (srecode-field-value)
3884         (srecode-dictionary-add-section-dictionary):
3885         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3886         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3887         (describe-class, eieio-describe-generic, describe-generic):
3888         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3889         (eieio-speedbar-expand):
3890         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3891         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3892         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3893         (viper-del-backward-char-in-replace, viper-backward-indent)
3894         (viper-brac-function, viper-register-to-point, viper-submit-report):
3895         * net/tramp.el (tramp-remote-coding-commands):
3896         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3897         Fix typos in docstrings.
3899 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3901         * mail/sendmail.el (mail-yank-original): Set the mark if the
3902         specified function for yanking does not do it.
3904 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3906         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3908         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3909         resyncing a directory.
3911 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3913         * progmodes/ada-mode.el: Fix bug#1920.
3914         (ada-ident-re): Delete ., allow multibyte characters.
3915         (ada-goto-label-re): New; matches goto labels.
3916         (ada-block-label-re): New; matches block labels.
3917         (ada-label-re): New; matches both.
3918         (ada-named-block-re): Deleted; callers changed to use
3919         `ada-block-label-re' instead.
3920         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3921         Use `ada-block-label-re'.
3922         (ada-indent-on-previous-lines): Improve handling of goto labels.
3923         (ada-get-indent-block-start): Special-case block label.
3924         (ada-get-indent-label): Split into `ada-indent-block-label' and
3925         `ada-indent-goto-label'.
3926         (ada-goto-stmt-start, ada-goto-next-non-ws):
3927         Optionally ignore goto labels.
3928         (ada-goto-next-word): Simplify.
3929         (ada-indent-newline-indent-conditional): Insert newline before
3930         trying to fix indentation; doc fix.
3932 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3934         * calc/calc.el (calc-command-flags): Give it an initial value.
3936 2010-01-17  Glenn Morris  <rgm@gnu.org>
3938         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3940 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3942         * cedet/semantic.el (semantic-mode):
3943         * files.el (minibuffer-with-setup-hook):
3944         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3945         (artist-key-draw-continously, artist-key-do-continously-continously)
3946         (artist-key-set-point-continously, artist-mouse-draw-continously):
3947         Fix typos in docstrings.
3949 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3951         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3952         return t (Bug#3898).
3954 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3956         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3957         can parse the output of the external commands (Bug#5279).
3959 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3961         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3963 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3965         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3967         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3969         * startup.el (command-line): Remove unused --icon-type arg.
3970         Handle --display arg, passing it to command-line-1 (Bug#5392).
3972 2010-01-16  Mario Lang  <mlang@delysid.org>
3974         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3975         * cedet/ede/files.el (ede-expand-filename):
3976         * cedet/ede/simple.el (ede-simple-project):
3977         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3978         (semantic-complete-inline-tag-engine):
3979         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3980         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3981         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3982         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3983         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3984         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3985         * emacs-lisp/chart.el (chart-translate-namezone):
3986         * textmodes/artist.el (artist-compute-popup-menu-table):
3987         Remove duplicated words in doc-strings.
3989 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3991         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3992         to mairix-search to suppress threading (Bug#5342).
3994 2010-01-15  Kenichi Handa  <handa@m17n.org>
3996         * international/mule-cmds.el (canonicalize-coding-system-name):
3997         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3999 2010-01-15  Glenn Morris  <rgm@gnu.org>
4001         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
4003         * wid-edit.el (widget-keymap): Doc fix.
4005         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4006         former seems to be more widely accepted by various svn versions.
4008 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4010         * find-cmd.el (find-constituents):
4011         * vc-arch.el (vc-arch-root):
4012         * window.el (window-body-height, pop-up-frames):
4013         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4014         (semantic-no-reparse-needed-change-hook):
4015         * cedet/srecode/insert.el (srecode-resolve-argument-list)
4016         (srecode-template-inserter-blank, srecode-template-inserter-variable)
4017         (srecode-template-inserter-ask, srecode-template-inserter-width)
4018         (srecode-template-inserter-section-start)
4019         (srecode-template-inserter-section-end, srecode-insert-method):
4020         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4021         * progmodes/ada-stmt.el (ada-if):
4022         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4023         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4024         (ispell-encoding8-command, ispell-aspell-supports-utf8)
4025         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4027         * progmodes/flymake.el (flymake-post-syntax-check):
4028         Fix typo in error message.
4030 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4032         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4033         which is always a string.  (Bug#5313)
4035 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4037         * progmodes/ada-xref.el (ada-default-prj-properties):
4038         Simplify previous change.
4040 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4042         * progmodes/ada-xref.el (ada-default-prj-properties):
4043         Default ada_project_path to $ADA_PROJECT_PATH.
4045 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4047         * progmodes/ada-mode.el (ada-create-keymap):
4048         Override `narrow-to-defun' with `ada-narrow-to-defun'.
4050 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4052         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4053         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4054         (ada-get-current-indent, ada-imenu-generic-expression)
4055         (ada-which-function): Check for it.
4057 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4059         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4060         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4062 2010-01-14  Glenn Morris  <rgm@gnu.org>
4064         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
4066 2010-01-14  Kenichi Handa  <handa@m17n.org>
4068         * composite.el (auto-composition-mode): Make it a buffer local
4069         variable (permanent-local).
4070         (auto-composition-function): Set the default value to
4071         auto-compose-chars.
4072         (auto-composition-mode): Make it a simple function, not a minor mode.
4073         (global-auto-composition-mode): Likewise.
4074         (turn-on-auto-composition-if-enabled): Delete it.
4076 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4078         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4080 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4082         * files.el (copy-directory): Compute target for recursive
4083         directories with identical names.  (Bug#5343)
4085 2010-01-12  Glenn Morris  <rgm@gnu.org>
4087         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4088         it to bug-gnu-emacs rather than emacs-pretest-bug.
4090 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4092         * cedet/data-debug.el (data-debug): Fix customization group reference.
4094 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4096         * cedet/semantic/analyze.el (semantic-analyze-push-error)
4097         (semantic-analyze-context, semantic-analyze-context-assignment)
4098         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4099         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4100         (semantic-java-doc-keywords-map):
4101         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4102         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4103         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4104         (semantic-c-classname, semantic-format-tag-uml-prototype)
4105         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4106         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4107         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4108         (semantic-get-local-variables, semantic-end-of-command)
4109         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4110         (lisp-mode):
4111         * cedet/semantic/bovine/make.el (makefile-mode):
4112         * cedet/semantic/wisent/python.el (wisent-python-string-re)
4113         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4114         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4115         (semantic-lex, semantic-get-local-variables, python-mode):
4116         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4117         * cedet/srecode/extract.el (srecode-extract-state-set)
4118         (srecode-extract-method): Fix typos in docstrings.
4120 2010-01-11  Sam Steingold  <sds@gnu.org>
4122         * imenu.el (imenu-default-create-index-function): Detect infinite
4123         loops caused by imenu-prev-index-position-function.
4125 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4127         * htmlfontify.el (htmlfontify-load-rgb-file)
4128         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4129         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4130         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4131         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4132         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4133         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4134         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4135         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4136         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4137         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4138         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4139         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4140         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4141         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4142         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4143         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4144         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4145         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4146         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4147         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4148         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4149         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4150         backslash-quoting from parentheses, etc.
4152 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
4154         * progmodes/js.el: Autoload javascript-mode alias.
4156 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4158         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4159         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4160         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4161         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4162         Fix typos in docstrings.
4163         (ffap-url-regexp): Doc fix.
4164         (ffap-at-mouse): Fix typo in message.
4166 2010-01-11  Glenn Morris  <rgm@gnu.org>
4168         * version.el (emacs-copyright): Set copyright year to 2010.
4170 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * format.el (format-annotate-function): Only set
4173         write-region-post-annotation-function after running to-fn so as not to
4174         affect nested write-region calls (bug#5273).
4176 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
4178         * cedet/semantic.el (semantic-new-buffer-setup-functions):
4179         Add python parser.
4181         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4182         wisent/python.el.
4184 2010-01-10  Richard Kim  <emacs18@gmail.com>
4186         * cedet/semantic/wisent/python-wy.el:
4187         * cedet/semantic/wisent/python.el: New files.
4189 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4191         * man.el (Man-goto-section): Signal error if the section is not
4192         found (Bug#5317).
4194 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
4196         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4197         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
4199 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4201         * progmodes/compile.el: Don't treat compile-command as safe if
4202         compilation-read-command might be nil (Bug#4218).
4204 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4206         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4207         NS options.
4209 2010-01-08  Kenichi Handa  <handa@m17n.org>
4211         * international/fontset.el (build-default-fontset-data):
4212         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4214 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4216         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4217         to `create-file-buffer' as it expects, not just a buffer name.
4218         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4219         to help uniquify.  (Bug#3224)
4221 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4223         * font-setting.el (font-setting-change-default-font): Use user-spec
4224         instead of name.
4226 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4228         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4230 2010-01-05  Tom Tromey  <tromey@redhat.com>
4232         * progmodes/python.el (python-font-lock-keywords):
4233         Handle qualified decorators (Bug#881).
4235 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4237         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4238         in a lightweight checkout.
4240 2010-01-05  Kenichi Handa  <handa@m17n.org>
4242         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4244 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4246         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4248 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4250         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4251         checkouts.  (Bug#618)
4252         (vc-bzr-log-view-mode): Also highlight the author.
4253         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4254         (vc-bzr-shelve-menu-map):
4255         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4256         (vc-bzr-shelve-apply): Make prompt more explicit.
4258 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4260         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4261         They are valid characters in URL paths (rfc3986), and at least
4262         Firefox does not understand the encoded version (Bug#3166).
4264 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4266         * progmodes/octave-mod.el (octave-end-keywords)
4267         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4268         Add "end" keyword (Bug#3061).
4269         (octave-end-as-array-index-p): New function.
4270         (calculate-octave-indent): Use it.
4272 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4274         * bookmark.el: Consistently put the text property on the bookmark name.
4275         (bookmark-bmenu-marks-width): Bump back to 2, to include
4276         annotation marks.
4277         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4278         property on the bookmark name, instead of not putting it at all.
4279         (bookmark-bmenu-list): Fix where we put the text property.
4281 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4283         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4284         for showing buffer modified state (as added in the previous change).
4286 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4288         * bookmark.el: Show modified state of bookmark buffer more accurately.
4289         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4290         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4291         (with-buffer-modified-unmodified): New macro.
4292         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4293         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4294         Use new macro to preserve the buffer modified state.
4296 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4298         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4299         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4300         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4301         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4302         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4303         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4304         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4306 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4308         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4309         Make the lines in the generated doc string shorter.  (Bug#4668)
4311 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4313         * net/rcirc.el: Add follow-link binding (Bug#4738).
4315 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4317         * Makefile.in (bzr-update): Rename from cvs-update.
4318         (cvs-update): New target for backward compatibility.
4320         * makefile.w32-in (bzr-update): Rename from cvs-update.
4321         (cvs-update): New target for backward compatibility.
4323 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4325         * bookmark.el: Remove gratuitous gratitude.
4327 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4329         * bookmark.el (bookmark-bmenu-any-marks): New function
4330         (bookmark-bmenu-save): Clear buffer modification if no marks.
4332 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4334         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4335         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4336         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4337         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4339         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4340         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4341         To: emacs-devel {_AT_} gnu.org
4342         Subject: bookmark.el bug report
4343         Date: Mon, 28 Dec 2009 14:19:16 +0800
4344         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4346 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4348         * bookmark.el: Improvements suggested by Drew Adams:
4349         (bookmark-bmenu-ensure-position): New name for
4350         `bookmark-bmenu-check-position'.  Just ensure the position,
4351         don't return any meaningful value.
4352         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4353         New constants.
4355 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4357         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4358         (bookmark-yank-point, bookmark-bmenu-check-position):
4359         Fix typos in docstrings.
4360         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4361         (bookmark-name-from-full-record, bookmark-get-position)
4362         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4363         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4364         Remove useless quoting of parenthesis, etc. in docstrings.
4366         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4367         (ediff-append-custom-diff): Fix typo in error message.
4368         (ediff-meta-mark-equal-files): Fix typos in messages.
4370         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4372         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4373         Fix typo in docstring.
4375         * net/imap-hash.el (imap-hash-make): Doc fix.
4376         (imap-hash-test): Fix typo in error message; reflow docstring.
4377         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4378         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4379         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4380         Fix typos in docstrings.
4381         (imap-hash-open-connection): Fix typo in error message.
4383         * play/gomoku.el (gomoku): Fix typos in docstring.
4385         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4386         (gdb-jsonify-buffer): Fix typos in docstring.
4387         (gdb-goto-breakpoint): Fix typo in error message.
4388         ("Display Other Windows"): Fix typo in help message.
4389         (gdb-speedbar-expand-node): Fix typo in question.
4391         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4392         (idlwave-html-system-help-location, idlwave-html-help-location)
4393         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4394         (idlwave-help-browser-generic-args, idlwave-help-directory)
4395         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4396         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4397         (idlwave-online-help, idlwave-help-html-link)
4398         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4399         Fix typos in docstrings.
4400         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4401         Reflow docstrings.
4402         (idlwave-help-assistant-start): Fix typo in error message.
4404         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4405         (octave-electric-space): Fix typos in docstrings.
4407 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4409         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4411 2010-01-01  Juri Linkov  <juri@jurta.org>
4413         * comint.el (comint-input-ring-size): Make it a defcustom and
4414         increase the default to 500 (Bug#5148).
4416 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4418         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4419         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4420         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4422 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4424         Show working revision correctly for mercurial.
4425         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4426         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4428 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4430         Declare some functions for the byte-compiler.
4431         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4432         (speedbar-timer-fn, speedbar-change-expand-button-char)
4433         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4435 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4437         This changeset reverts GDB Graphical Interface to use annotations.
4438         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4440 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4442         Make vc-dir work on subdirectories of the bzr root.
4443         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4444         file names relative to it.
4445         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4446         relative directory to vc-bzr-after-dir-status.
4448 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4450         * font-lock.el (font-lock-refresh-defaults): New function, which
4451         can be used to let font-lock react to external changes in
4452         variables like font-lock-defaults and keywords.
4453         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4455 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4457         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4459         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4461 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4463         Supersede color.diff settings in git log (bug#5211).
4465         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4466         escape chars in its output when the user has color.diff set to `always'.
4467         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4469 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4471         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4472         node.  Keep previous "Index" name to work with past coreutils too.
4474         * man.el (man): Revise docstring a bit to show -a and -l as
4475         examples.  Add -k description since support for it has otherwise
4476         been a secret.  (Further to bug#3717.)
4477         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4478         "no matches" rather than "Can't find manpage", as the latter reads
4479         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4481 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4483         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4484         switches.  Check also for //SUBDIRED// line.
4486 2009-12-25  Kenichi Handa  <handa@m17n.org>
4488         * language/indian.el (devanagari-composable-pattern): Fixed to
4489         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4490         Devanagari.
4491         (malayalam-composable-pattern): Fix previous change.
4493 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4495         * ps-print.el (ps-face-attributes): It was not returning the
4496         attribute face for faces specified as string.  Reported by harven
4497         <harven@free.fr>.
4498         (ps-print-version): New version 7.3.5.
4500 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4502         * calendar/icalendar.el (icalendar--convert-tz-offset):
4503         Fix timezone names.
4504         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4505         (icalendar--add-diary-entry): Remove the trailing blank that
4506         diary-make-entry inserts.
4508 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4510         Make `file-expand-wildcards' work for remote files.
4512         * files.el (file-expand-wildcards): In case of remote files, check
4513         only local file name part for wildcards.  Provide feature 'files
4514         and subfeature 'remote-wildcards.  (Bug#5198)
4516         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4517         if there is already an established connection.
4518         (tramp-advice-file-expand-wildcards): Remove it.
4520         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4521         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4522         Activate advice for older GNU Emacs versions.  (Bug#5237)
4524 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4526         Some doc fixes (more needed).
4528         * find-cmd.el (find-constituents): Reflow docstring.
4529         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4530         (find-generic): Doc fix.
4532 2009-12-17  Juri Linkov  <juri@jurta.org>
4534         Fix regression from 23.1 to allow multiple modes in Local Variables.
4536         * files.el (hack-local-variables-filter): While ignoring duplicates,
4537         don't take `mode' into account.
4538         (hack-local-variables-filter, hack-dir-local-variables):
4539         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4541 2009-12-17  Juri Linkov  <juri@jurta.org>
4543         Make `dired-diff' safer.  (Bug#5225)
4545         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4546         `current' or when `file' is a directory of the `current' file.
4548 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4550         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4551         unconditionally preloaded files.
4553 2009-12-16  Juri Linkov  <juri@jurta.org>
4555         Revert to old 23.1 logic of using the file at the mark as default.
4556         * dired-aux.el (dired-diff): Use the file at the mark as default
4557         if it's not the same as the current file, and the target dir is
4558         the current dir or the mark is active.  Add the current file
4559         as the arg of `dired-dwim-target-defaults'.  Use the default file
4560         in the prompt.  (Bug#5225)
4562 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4564         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4565         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4566         (tramp-check-for-regexp): Check also, when an echoing shell stops
4567         to echo sent commands.
4569 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4571         * Makefile.in: Revert last change (Bug#5191).
4573 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4575         * vc-hg.el (vc-hg-print-log): Fix argument order.
4576         (vc-hg-working-revision): Make sure the command is executed in a
4577         known environment so that we can parse the output.  (Bug#4417)
4579 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4581         * progmodes/python.el (python-symbol-completions): Remove text
4582         properties from symbol string before calling python-send-receive.
4584 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4586         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4587         when there are values for both file and line.  (Bug#5060)
4589 2009-12-14  Juri Linkov  <juri@jurta.org>
4591         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4592         whitespace after the file name of the first line of unified format,
4593         because git-diff doesn't output whitespace and file modification time
4594         after the file name.
4596 2009-12-14  David Kastrup  <dak@gnu.org>
4598         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4599         check if it already has the `display' property added by
4600         `Info-display-images-node', and not put the `invisible' property
4601         in this case.
4603 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4605         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4606         (semantic-mru-bookmark-mode): Doc fixes.
4608         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4609         of assert.
4611 2009-12-13  Glenn Morris  <rgm@gnu.org>
4613         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4614         (report-emacs-bug): In message-mode, sort manually before storing
4615         original report text.  (Bug#5178)
4616         Remove superfluous save-excursion.
4618 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4620         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4621         when responding to "GetAll" properties.
4623 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4625         * simple.el (compose-mail): Remove mail-setup-with-from from
4626         customization checks.
4628 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4630         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4631         RAR archives created on Unix systems.
4633 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4636         the varalias that was accidentally removed by the 2009-11-19 change
4637         (bug#5186).
4639 2009-12-12  Kenichi Handa  <handa@m17n.org>
4641         * language/indian.el (indian-compose-regexp): New function.
4642         (malayalam-composable-pattern): Fix the pattern.
4643         (composition-function-table): Set malayalam-composable-pattern for
4644         Malayalam characters.
4646 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4648         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4649         rather than down-mouse-1, based on follow-link conventions.
4651         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4652         are compiled.
4654 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4656         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4657         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4658         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4659         (verilog-leap-to-head, verilog-backward-token):
4660         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4662 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4664         * progmodes/verilog-mode.el (verilog-auto-lineup)
4665         (verilog-nameable-item-re): Cleanup user-visible spelling and
4666         documentation errors.  One reported by Gary Delp.
4667         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4668         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4669         package, bug195.  Reported by Pierre-David Pfister.
4671 2009-12-11  Glenn Morris  <rgm@gnu.org>
4673         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4675         * mail/emacsbug.el: No longer require sendmail.
4676         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4677         (report-emacs-bug-orig-text): Doc fix.
4678         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4679         New local variables, to adapt to different mail-user-agents.
4680         (report-emacs-bug): Fix test for a gnu.org address.
4681         Use overlays for emphasis, since font-lock defeats 'face property.
4682         Pretest bugs also end up at the newsgroup these days.
4683         Stop message-mode stripping text properties.
4684         Set and use the new buffer-local variables.
4685         (report-emacs-bug-hook): Add doc-string.
4686         Remove some unnecessary save-excursions and simplify.
4687         Use the appropriate hook and send-command.
4689         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4690         capitalization of some menu entries.
4692 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4694         * whitespace.el (whitespace-display-char-on): Ensure
4695         `buffer-display-table' is unique when two or more windows are
4696         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4697         New version 12.1.
4699 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4701         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4702         characters in the Attribute field.
4704 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4706         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4708 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4710         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4711         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4712         Disregard autoload-excludes.
4713         (update-directory-autoloads): Obey autoload-excludes here instead.
4714         But don't store its contents in no-autoloads and remove entries that
4715         refer to excludes files.
4717 2009-12-10  Glenn Morris  <rgm@gnu.org>
4719         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4720         (expand-mail-aliases): Define for compiler.
4722         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4723         Define for compiler.
4725         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4726         appropriate for the mail-user-agent in use.
4728 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4730         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4732 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4734         Fix short log parsing and fontification.
4735         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4736         Fix fontification for the [merge] label.
4738 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4740         Drop some properties to avoid surprises (bug#5002).
4741         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4742         (hfy-fontify-buffer): Use it.
4744 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4746         Minor cleanup.
4747         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4748         Adjust all callers.
4749         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4750         args compulsory.  Adjust callers.
4751         (ffap-gopher-at-point): Remove unused var `name'.
4753         Get rid of the ELCFILES abomination.
4754         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4755         (compile-elcfiles): New phony target.
4756         (compile-main): Compute ELCFILES dynamically.
4757         (compile-clean): New target to remove left-over elc files.
4758         (compile, all): Use it.
4760 2009-12-09  Kenichi Handa  <handa@etlken>
4762         * international/mule-diag.el: Require help-mode instead of help-fns.
4764 2009-12-09  Kenichi Handa  <handa@m17n.org>
4766         * international/mule-cmds.el (ucs-names): Supply sufficiently
4767         fine ranges instead of pre-calculating accurate ranges.
4768         Iterate with bigger gc-cons-threshold.
4770 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4772         Add support for stashing a snapshot of the current tree.
4773         * vc-git.el (vc-git-stash-snapshot): New function.
4774         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4776 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4778         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4779         instead of `(beginning|end)-of-line'.
4781 2009-12-08  Glenn Morris  <rgm@gnu.org>
4783         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4785         * Makefile.in (ELCFILES): Regenerate.
4787 2009-12-07  Juri Linkov  <juri@jurta.org>
4789         Don't lazy-highlight the comint output in history Isearch mode.
4791         * comint.el (comint-history-isearch-search): Instead of
4792         `comint-line-beginning-position', use `comint-after-pmark-p'
4793         to check if point if before the process mark, and go to
4794         `process-mark' in this case.
4796 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         * textmodes/tex-mode.el (latex-complete)
4799         (latex-indent-or-complete): Remove.
4800         (latex-mode): Set completion-at-point-functions instead.
4802         Provide a standard completion command and hook it into TAB.
4803         * minibuffer.el (completion-at-point-functions): New var.
4804         (completion-at-point): New command.
4805         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4806         * progmodes/python.el (python-mode-map): Use completion-at-point.
4807         (python-completion-at-point): Rename from python-partial-symbol and
4808         adjust for use in completion-at-point-functions.
4809         (python-mode): Setup completion-at-point for Python completion.
4810         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4811         extracted from lisp-complete-symbol.
4812         (lisp-complete-symbol): Use it.
4813         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4814         setup completion-at-point for Elisp completion.
4815         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4816         Use completion-at-point.
4817         * ielm.el (ielm-map): Use completion-at-point.
4818         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4819         * progmodes/sym-comp.el: Move to...
4820         * obsolete/sym-comp.el: Move from progmodes.
4822 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4824         Prevent save-buffer in Rmail buffers from using the coding-system
4825         of the current message, and from clobbering the encoding mnemonics
4826         in the mode line (Bug#4623).
4828         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4829         flag, too.
4830         (rmail-message-encoding): New variable.
4831         (rmail-write-region-annotate): Record the encoding of the current
4832         message in rmail-message-encoding.
4833         (rmail-after-save-hook): New function, restores the encoding of
4834         the current message after the message collection is saved.
4836 2009-12-07  Juri Linkov  <juri@jurta.org>
4838         * progmodes/grep.el (grep-read-files): Use `completing-read'
4839         instead of `read-string'.  Set its `collection' arg to
4840         `read-file-name-internal'.  (Bug#4301)
4842 2009-12-07  Juri Linkov  <juri@jurta.org>
4844         Correctly restore original Isearch point.  (Bug#4994)
4846         * isearch.el (isearch-mode): Move `isearch-push-state' after
4847         `(run-hooks 'isearch-mode-hook)'.
4848         (isearch-cancel): When `isearch-push-state-function' is defined,
4849         let-bind `isearch-cmds' to the first state (the last element of
4850         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4851         function and restores the original point).  Otherwise, move point
4852         to `isearch-opoint'.
4854 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4856         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4857         chars that don't have names, so the table can be built much faster at
4858         run-time.
4860 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4862         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4863         change.  Suggested by David Kastrup.
4865         * simple.el (compose-mail): Check for incompatibilities and warn.
4866         (compose-mail-user-agent-warnings): New option.
4868 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4870         Support showing a single log entry from vc-annotate.
4871         * vc.el (print-log): Add a new argument: START-REVISION.
4872         (vc-print-log-internal): Add a new optional argument and
4873         pass it to the backend.
4874         (vc-print-log, vc-print-root-log): Adjust callers.
4875         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4876         buffer already displays the requested log entry, use it.
4877         Otherwise display only the log entry in question.
4878         * vc-svn.el (vc-svn-print-log):
4879         * vc-mtn.el (vc-mtn-print-log):
4880         * vc-hg.el (vc-hg-state):
4881         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4882         (vc-git-show-log-entry): Return t on success.
4883         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4884         (vc-bzr-show-log-entry): Return t on success.
4885         * vc-rcs.el (vc-rcs-print-log):
4886         * vc-sccs.el (vc-sccs-print-log):
4887         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4889 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4891         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4892         Add menus to the meta mode.  (Bug#5043)
4894 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4896         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4897         event-key.
4899         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4901 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4903         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4904         Berbain <raphael.berbain@gmail.com>.
4906         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4907         characters.
4908         (tramp-initial-end-of-output): New defconst.
4909         (tramp-methods, tramp-find-shell)
4910         (tramp-open-connection-setup-interactive-shell)
4911         (tramp-maybe-open-connection): Use it.
4912         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4913         existence of `#' and `$'.
4915         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4916         `tramp-initial-end-of-output'.
4918 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4920         Get the background mode from the terminal for xterm, and set
4921         faces accordingly.
4922         * term/xterm.el (xterm-set-background-mode): New function.
4923         (terminal-init-xterm): Use it in case xterm supports background
4924         color queries.  Recompute faces after getting the background
4925         color.
4927 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4929         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4930         number comment back on its own line, for easier parsing.
4932 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4934         Make it work for non-file buffers (bug#5102).
4935         * doc-view.el (doc-view-current-cache-dir):
4936         Use doc-view-buffer-file-name rather than buffer-file-name.
4937         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4939 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4941         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4942         author field is too short.
4944 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4946         * vc-git.el (vc-git-print-log): Handle a limit argument.
4947         Display the short log in graph form and with labels.
4948         (vc-git-log-view-mode): Handle labels.
4950         Make vc-revert change VC state from 'added to 'unregistered.
4951         * vc-git.el (vc-git-revert): Call git reset first.
4953 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4955         * net/newst-backend.el, net/newst-plainview.el:
4956         * net/newst-reader.el, net/newst-ticker.el:
4957         * net/newst-treeview.el, net/newsticker.el:
4958         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4960 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4962         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4964         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4965         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4966         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4967         Update annotation regexp.
4969         * simple.el (beginning-of-visual-line): Constrain to field
4970         boundaries (Bug#5106).
4972 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4974         * xml.el (xml-substitute-numeric-entities): Move
4975         newsticker--decode-numeric-entities in newst-backend.el to
4976         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4977         * net/newst-backend.el (newsticker--parse-generic-feed)
4978         (newsticker--parse-generic-items)
4979         (newsticker--decode-numeric-entities): Move
4980         newsticker--decode-numeric-entities in newst-backend.el to
4981         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4983 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4985         * progmodes/js.el (js--js-not): Add null to the list of values.
4987 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4989         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4991 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4993         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4994         delimiter if it is at the end of the current line.
4995         (bibtex-generate-url-list): Fix docstring.
4997 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4999         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5000         minibuffer's content with itself.
5001         Fold the confirm-after-completion case into the `confirm' case.
5002         (completion-pcm-word-delimiters): Add : and / to the delimiters.
5004 2009-12-06  Kevin Ryde  <user42@zip.com.au>
5006         * ffap.el (ffap-rfc-path): Make this a defcustom since
5007         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
5009         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5010         manuals, similar to existing setup for help-mode.  (Bug#3913.)
5012 2009-12-05  Juri Linkov  <juri@jurta.org>
5014         Save and restore dired buffer's point positions too.  (Bug#4880)
5016         * dired.el (dired-save-positions): Return in the first element
5017         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5018         Doc fix.
5019         (dired-restore-positions): First restore buffer's position.
5020         While restoring window's positions, check if window still displays
5021         the original buffer.
5023 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
5025         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5026         if possible.
5028         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5029         Make argument optional.
5031         * shell.el (shell): Require ansi-color (Bug#5113).
5033         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5035         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5037 2009-12-05  Alan Mackenzie  <acm@muc.de>
5039         * progmodes/cc-mode.el (c-before-hack-hook)
5040         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5041         `c-file-style' to work again.  This reversion restores the current
5042         software to its state in Emacs 23.1.  (Bug#4146)
5044 2009-12-05  Kevin Ryde  <user42@zip.com.au>
5046         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5047         comment-start-skip to comment-end-skip as comment (Bug#4781).
5049 2009-12-05  Juri Linkov  <juri@jurta.org>
5051         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5052         for virtual nodes.  (Bug#4147)
5053         (Info-find-node-2): Set `Info-current-node-virtual' to nil
5054         when moving from a virtual node.
5055         (Info-mode-menu): Add `Info-virtual-index' to the menu.
5056         (Info-mode): Add `Info-virtual-index' to the docstring.
5058 2009-12-05  Eric Ludlam  <zappo@gnu.org>
5060         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5061         Describe project macro symbols.
5063         * cedet/semantic/complete.el (semantic-complete-do-completion):
5064         Don't call semantic-collector-current-exact-match.
5066         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5067         ede-objects as targets.
5069         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5070         a target's object list even if compiler vars are already in the
5071         Makefile.
5073         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5074         list of headers producing necessary macros.
5076 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5078         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5079         track of the buffer position of the end of a BibTeX entry as this
5080         position may change during reformatting.
5081         (bibtex-format-entry): Remove whitespace before processing
5082         numerical fields so that we recognize the latter properly.
5083         (bibtex-reformat): Do not use push which changes the global value
5084         of bibtex-entry-format.
5085         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5086         (bibtex-field-re-init): Replace only space characters by regexp
5087         for whitespace.
5088         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5089         (bibtex-initialize): Also update bibtex-strings.
5090         (bibtex-kill-field): Preserve white space at end of entry.
5091         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5092         Update bibtex-reference-keys.
5094 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5096         * minibuffer.el (completion-pcm--merge-try): Also consider placing
5097         point after a star, if that's the only place where modifications can
5098         make progress.
5100 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
5102         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5103         in docstrings.
5105 2009-12-04  Juri Linkov  <juri@jurta.org>
5107         * proced.el (proced): Call `(proced-update t)' to update process
5108         information instead of only running proced-post-display-hook.
5109         (proced-send-signal): Add a leading space to the buffer name
5110         " *Marked Processes*" to make this buffer ephemeral.
5112 2009-12-04  Juri Linkov  <juri@jurta.org>
5114         * dired.el (dired-auto-revert-buffer): New defcustom.
5115         (dired-internal-noselect): Use it.
5117 2009-12-04  Juri Linkov  <juri@jurta.org>
5119         Change roles of modes and functions in image-mode.el (Bug#5062).
5121         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5122         in `auto-mode-alist'.
5123         (image-mode-previous-major-mode): New variable.
5124         (image-minor-mode-map): Rename from `image-mode-text-map'.
5125         (image-mode): Move graceful error-handling code from
5126         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
5127         (image-minor-mode): Remove all image-handling code.
5128         Replace `image-mode-text-map' with `image-minor-mode-map'.
5129         Check for `image-type' in mode-line format string.
5130         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5131         (image-mode-as-text): New function with most code from
5132         `image-mode-maybe'.
5133         (image-toggle-display-text): Move code that removes image
5134         properties from `image-toggle-display' to here.
5135         (image-toggle-display-image): New function with code that adds
5136         image properties copied from `image-toggle-display'.
5137         (image-toggle-display): Remove most code with leaving only code
5138         that toggles between `image-mode-as-text' and `image-mode'.
5140 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
5142         * net/newst-treeview.el
5143         (newsticker--treeview-list-highlight-start): Restored call to
5144         save-excursion: Selected item was stuck.
5145         (newsticker--treeview-list-select): New.
5146         (newsticker--treeview-item-show-text)
5147         (newsticker--treeview-item-show)
5148         (newsticker--treeview-item-update): Use new
5149         newsticker-treeview-item-mode.
5150         (newsticker-treeview-update): Keep current item.
5151         (newsticker-treeview-next-new-or-immortal-item): Doc change.
5152         (newsticker--treeview-first-feed): Doc change.
5153         (newsticker-treeview-list-menu)
5154         (newsticker-treeview-item-menu): Added menu entries.
5155         (newsticker-treeview-item-mode): New.
5157         * net/newst-backend.el (newsticker-customize): Delete other
5158         windows.
5160 2009-12-04  Sam Steingold  <sds@gnu.org>
5162         * log-view.el (log-view-mode-map): "q" calls quit-window,
5163         like in all the other non-self-insert buffers.
5165 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5167         Minor cleanup.
5168         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5169         key decoding rather than do it manually via last-input-event +
5170         ascii-character.
5171         (term-exec): Use delete-and-extract-region.
5172         (term-handle-ansi-terminal-messages): Remove unused var `end'.
5173         (term-process-pager): Remove unused var `i'.
5174         (term-dynamic-simple-complete): Make obsolete.
5175         (serial-update-config-menu): Remove unused vars `y' and `str'.
5176         (term-update-mode-line): Remove unused var `temp'.
5178 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5180         Limit the number of log entries displayed by default.
5181         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5182         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5183         using a prefix argument.
5185 2009-12-03  Glenn Morris  <rgm@gnu.org>
5187         * progmodes/idlwave.el (class): Restore still useful declaration.
5189 2009-12-03  Alan Mackenzie  <acm@muc.de>
5191         Enhance `c-parse-state' to run efficiently in "brace deserts".
5193         * progmodes/cc-mode.el (c-basic-common-init):
5194         Call c-state-cache-init.
5195         (c-neutralize-syntax-in-and-mark-CPP): Rename from
5196         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
5197         placing `category' properties value 'c-cpp-delimiter at its boundaries.
5199         * progmodes/cc-langs.el (c-before-font-lock-function):
5200         c-extend-and-neutralize-syntax-in-CPP has been renamed
5201         c-neutralize-syntax-in-and-mark-CPP.
5203         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5204         with `category' properties now, not `syntax-table' ones.
5206         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5207         enhanced (but slower) version of c-end-of-macro that won't land
5208         inside a literal or on another awkward character.
5209         (c-state-cache-too-far, c-state-cache-start)
5210         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5211         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5212         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5213         (c-state-min-scan-pos, c-state-brace-pair-desert)
5214         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5215         buffer local variables.
5216         (c-state-literal-at, c-state-lit-beg)
5217         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5218         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5219         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5220         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5221         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5222         (c-renarrow-state-cache)
5223         (c-append-lower-brace-pair-to-state-cache)
5224         (c-state-push-any-brace-pair, c-append-to-state-cache)
5225         (c-remove-stale-state-cache)
5226         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5227         (c-invalidate-state-cache-1, c-parse-state-1)
5228         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5229         (c-parse-state): Enhance and refactor.
5230         (c-debug-parse-state): Amend to deal with all the new variables.
5232         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5233         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5234         modify to use category text properties rather than syntax-table ones.
5235         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5236         to switch off/on the syntactic paren property of C++ template
5237         delimiters using the category property.
5238         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5239         template delims suppressed.
5240         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5241         New constant/macros which apply category properties to the start
5242         and end of preprocessor constructs.
5243         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5244         "comment out" the syntactic value of characters in preprocessor
5245         constructs.
5246         (c-with-cpps-commented-out)
5247         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5248         with characters in all or all but one preprocessor constructs
5249         "commented out".
5251 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5253         * proced.el (proced-filter-alist): Use regexp-quote.
5255 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5257         Cleanup.
5258         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5259         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5260         arguments.  Expand `default-directory'.
5262         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5263         the benefit of returning an expanded localname.
5264         (tramp-tramp-file-p): Handle the case NAME is not a string.
5266 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5268         Add support for bzr shelve/unshelve.
5269         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5270         (vc-bzr-extra-menu-map): New variables.
5271         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5272         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5273         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5274         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5275         (vc-bzr-dir-extra-headers): Display shelves.
5277         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5279 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5281         * textmodes/bibtex.el (bibtex-complete-internal):
5282         Use completion-in-region.
5283         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5285 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5287         Support applying stashes.  Improve UI.
5288         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5289         (vc-git-stash-apply, vc-git-stash-pop)
5290         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5291         (vc-git-stash-menu): New functions.
5292         (vc-git-stash-menu-map): New variable.
5293         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5295 2009-12-03  Glenn Morris  <rgm@gnu.org>
5297         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5298         (vc-print-log-internal): Fix previous change.
5299         (vc-revert): Correct pluralization.
5301 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5304         it to be an alist any more.
5305         (makefile-complete): Use completion-in-region.
5307         * progmodes/octave-mod.el (octave-complete-symbol):
5308         Use completion-in-region.
5310         Misc cleanup.
5311         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5312         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5313         (idlwave-complete-class): Don't quote lambda.
5314         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5315         (idlwave-mode-map): Move initialization into declaration.
5316         (idlwave-action-and-binding): Use backquotes.
5317         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5318         Simplify.
5319         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5320         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5321         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5322         `parts', and `all-parts'.
5323         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5324         (idlwave-convert-xml-system-routine-info): Remove unused string
5325         `version-string'.
5326         (idlwave-display-user-catalog-widget): Use dolist.
5327         (idlwave-scanning-lib): Declare dynamically-scoped var.
5328         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5329         (completion-highlight-first-word-only): Declare to silence bytecomp.
5330         (idlwave-popup-select): Tighten scope of `resp'.
5331         (idlwave-find-struct-tag): Remove unused var `beg'.
5332         (idlwave-after-load-rinfo-hook): Declare.
5333         (idlwave-sintern-class-info): Remove unused var `taglist'.
5334         (idlwave-find-class-definition): Remove unused var `list'.
5335         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5336         (idlwave-what-module-find-class): Remove unused var `classes'.
5338 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5340         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5342 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5344         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5345         buffers visited.  Remove redundant current-buffer-saving.
5347 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         Use completion-in-buffer and remove uses of dynamic scoping.
5350         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5351         (pascal-buffer-to-use, pascal-flag): Don't declare.
5352         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5353         (pascal-get-completion-decl, pascal-keyword-completion):
5354         Add `pascal-str' argument, save-excursion,
5355         return the found completions, and don't filter with pascal-pred.
5356         (pascal-completion-cache): New var.
5357         (pascal-completion): Don't switch buffer any more (it was never
5358         necessary).  Don't save-excursion any more (it's done by the called
5359         subroutines).  Use a cache to avoid redundant computations.
5360         Use complete-with-action rather than pascal-completion-response and
5361         let it apply the predicate as well.
5362         (pascal-complete-word): Use completion-in-buffer when
5363         pascal-toggle-completions is nil.
5364         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5365         not used any more.
5366         (pascal-comp-defun): Don't change buffer any more.
5367         Use complete-with-action rather than pascal-completion-response and
5368         let it apply the predicate as well.
5369         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5370         when neded.
5372 2009-12-02  Kenichi Handa  <handa@m17n.org>
5374         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5375         shape for all Indic scripts.
5377 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5379         Use completion-in-buffer.
5380         * wid-edit.el (widget-field-text-end): New function.
5381         (widget-field-value-get): Use it.
5382         (widget-string-complete, widget-file-complete)
5383         (widget-color-complete): Use it and completion-in-region.
5384         (widget-complete): Don't narrow the buffer.
5386 2009-12-02  Glenn Morris  <rgm@gnu.org>
5388         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5389         (rmail-select-summary): Use rmail-pop-to-buffer.
5390         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5391         rmail-pop-to-buffer, to prevent horizontal splits.
5393         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5394         save-excursion with save-current-buffer.
5395         Widen before searching.  (Bug#5093)
5396         (diary-list-sexp-entries): Remove superfluous save-excursion.
5398 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5400         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5401         name.  (Bug#5038)
5403 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5405         * ido.el (ido-file-internal): Handle filenames at point that do
5406         not have a directory part.  (Bug#5049)
5408 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5410         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5411         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5413 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5415         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5416         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5417         any more.
5419 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5421         * comint.el (comint-insert-input): Ignore clicks to the right of
5422         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5424         * vc.el (vc-print-log-internal): Don't wait for the process to
5425         terminate before setting up the major mode.
5427         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5428         in case.
5430         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5431         the last element.
5433         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5435 2009-12-01  Glenn Morris  <rgm@gnu.org>
5437         * window.el (window--display-buffer-2): Fix previous changes.
5439 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5441         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5443 2009-12-01  Glenn Morris  <rgm@gnu.org>
5445         * Makefile.in (ELCFILES): Add mpc.elc.
5447 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5449         * mpc.el: New file.
5451 2009-12-01  Glenn Morris  <rgm@gnu.org>
5453         * window.el (window-to-use): Define for compiler.
5455         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5456         consistent with others (no final period).
5458         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5459         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5461 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5463         Make vc-print-log buttons work.
5464         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5466 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5468         * savehist.el (savehist-autosave-interval): Allow setting to nil
5469         through customize.  (Bug#5056)
5471 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5473         Fix references to jit-lock properties.
5474         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5475         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5476         (perl-font-lock-special-syntactic-constructs):
5477         Quote jit-lock-defer-multiline property.
5479 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5481         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5483 2009-11-30  Juri Linkov  <juri@jurta.org>
5485         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5486         value `buffer' of `multi-isearch-next-buffer-current-function'.
5487         Use `(current-buffer)' when `buffer' is nil.
5488         (multi-isearch-next-buffer-from-list): Don't fallback to
5489         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5491 2009-11-30  Juri Linkov  <juri@jurta.org>
5493         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5494         of buffers with `get-buffer' to `multi-isearch-buffers'.
5495         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5496         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5497         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5498         FILES with `expand-file-name' converting relative file names
5499         to absolute.  Doc fix.  (Bug#4727)
5501 2009-11-30  Juri Linkov  <juri@jurta.org>
5503         * misearch.el (multi-isearch-read-buffers)
5504         (multi-isearch-read-matching-buffers): New functions.
5505         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5506         Use them in the `interactive' spec.  Doc fix.
5507         (multi-isearch-read-files, multi-isearch-read-matching-files):
5508         New functions.
5509         (multi-isearch-files, multi-isearch-files-regexp):
5510         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5512 2009-11-30  Juri Linkov  <juri@jurta.org>
5514         * doc-view.el (doc-view-continuous):
5515         Rename from `doc-view-continuous-mode'.
5516         (doc-view-menu): Move "Toggle display" to the top.
5517         Add submenu "Continuous" with radio buttons "Off"/"On"
5518         and "Save as Default".
5519         (doc-view-scroll-up-or-next-page)
5520         (doc-view-scroll-down-or-previous-page)
5521         (doc-view-next-line-or-next-page)
5522         (doc-view-previous-line-or-previous-page): Rename
5523         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5525 2009-11-30  Juri Linkov  <juri@jurta.org>
5527         * comint.el (comint-mode-map): Rebind `M-r' from
5528         `comint-previous-matching-input' to
5529         `comint-history-isearch-backward-regexp'.
5530         Unbind `M-s' to allow global key binding `M-s'.
5531         Add menu items for `comint-history-isearch-backward' and
5532         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5534 2009-11-30  Juri Linkov  <juri@jurta.org>
5536         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5537         For def=recenter, replace `recenter' with `recenter-top-bottom'
5538         that is called with `this-command' and `last-command' let-bound
5539         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5540         set `recenter-last-op' to nil.  (Bug#4981)
5542 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         Minor cleanup and simplification.
5545         * filecache.el (file-cache-add-directory)
5546         (file-cache-add-directory-recursively)
5547         (file-cache-add-from-file-cache-buffer)
5548         (file-cache-delete-file-regexp, file-cache-delete-directory)
5549         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5550         (file-cache-temp-minibuffer-message): Delete function.
5551         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5553         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5554         Don't signal an error when bumping into EOB in tr, s, or y.
5556 2009-11-29  Juri Linkov  <juri@jurta.org>
5558         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5559         (Bug#4960)
5561         * descr-text.el (describe-char-unidata-list): Use lowercase name
5562         for "Unicode name" like in other tags.
5564 2009-11-29  Juri Linkov  <juri@jurta.org>
5566         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5567         New compatibility macro.
5568         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5570 2009-11-29  Juri Linkov  <juri@jurta.org>
5572         Add defcustom to define the cycling order of `recenter-top-bottom'.
5573         (Bug#4981)
5575         * window.el (recenter-last-op): Doc fix.
5576         (recenter-positions): New defcustom.
5577         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5578         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5580 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5582         Improve integration of Tramp and ange-ftp in eshell.
5584         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5585         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5586         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5588         * eshell/esh-util.el (top): Require also Tramp when compiling.
5589         (eshell-directory-files-and-attributes): Check for FTP remote
5590         connection.
5591         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5592         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5593         (eshell-file-attributes): Handle ".".  Return `entry'.
5595         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5596         (ange-ftp-directory-files-and-attributes)
5597         (ange-ftp-real-directory-files-and-attributes): New defuns.
5599         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5600         shell with "exec" when possible.  This prevents trailing prompts
5601         in `start-file-process'.
5603 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         Try and remove assumptions about point-min==1.
5606         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5607         (rng-compute-mode-line-string): Show the validation percentage in
5608         terms of the narrowed text, not the widened text.
5609         (rng-do-some-validation): Don't catch internal errors when debugging.
5610         (rng-first-error): Simplify.
5611         (rng-after-change-function): Remove work around.  AFAIK the bug has
5612         been fixed a while ago.
5614         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5615         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5617         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5619         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5620         `cd' doesn't always do it for us (bug#5067).
5622         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5623         on 2009-10-25 as part of some other change (bug#5067).
5625 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5628         `suspicious'.
5629         (byte-compile-warnings): Use byte-compile-warning-types.
5630         (byte-compile-save-excursion): Warn about use of set-buffer right
5631         after save-excursion.
5633         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5634         the excursion as well.
5636 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5638         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5639         providing a Tramp related implementation of "su" and "sudo".
5640         (eshell-unix-initialize): Add "su" and "sudo".
5642 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5644         * net/socks.el (socks-send-command): Convert binary request to
5645         unibyte before sending.  This fixes mishandling of some port
5646         numbers such as 129.
5648 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5650         * help.el (describe-bindings-internal): Remove `interactive'.
5652         * man.el (Man-completion-table): Trim a terminating "(".
5653         Remove the space between name page a section.
5654         Add the command's description on the `help-echo' property.
5655         Remove `process-connection-type' binding since it's unused by
5656         call-process.
5657         Provide completion for the "<section> <name>" format as well.
5658         (Man-default-man-entry): Remove spurious var shadowing the argument.
5660 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5662         * log-view.el: Add "Keywords: tools", since its other keywords
5663         aren't in finder-known-keywords, and following vc.el.
5665         * sha1.el (sha1-string-external): default-directory "/" in case
5666         otherwise non-existent.  process-connection-type pipe for touch of
5667         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5669 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5671         Misc coding convention cleanups.
5672         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5673         hfy-init-kludge-hooks.
5674         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5675         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5676         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5677         and push.
5678         (hfy-slant, hfy-weight): Use tables rather than code.
5679         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5680         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5681         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5682         (hfy-face-to-css): Remove `nconc' with single arg.
5683         (hfy-p-to-face-lennart): Use `or'.
5684         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5685         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5686         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5687         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5688         (hfy-force-fontification): Use run-hooks.
5690 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5692         Various minor fixes.
5693         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5694         Javascript belongs in the header, not the body.
5695         (hfy-javascript): Remove.
5696         (hfy-fontify-buffer): Don't insert it any more.
5697         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5698         Fix bug in invis handling when there were no invis props in a chunk.
5700 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5704 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5706         * finder.el (finder-mode-map): Add a menu.
5708 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5710         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5711         "unsigned" structs.
5713         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5714         fork" statement better.
5716 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5718         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5719         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5720         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5721         Reported by Clay Douglass.
5723         (verilog-auto-inst, verilog-auto-star-safe)
5724         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5725         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5726         Pierre-David Pfister.
5728 2009-11-26  Glenn Morris  <rgm@gnu.org>
5730         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5731         the scope.
5733 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5735         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5736         Really use previous revision.
5738 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5740         * man.el (Man-completion-table): default-directory "/" in case
5741         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5742         not to truncate long names.  process-connection-type pipe to avoid
5743         any chance of hitting the pseudo-tty TIOCGWINSZ.
5744         (man): completion-ignore-case t for friendliness and since man
5745         itself is case-insensitive on the command line.
5746         Further to Bug#3717.
5748         * arc-mode.el: Add "Keywords: files", so the details in its
5749         commentary can be reached from finder-by-keyword.
5750         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5751         editing mode, but it's comms related and sgml-mode.el has "comm"
5752         on that basis too.
5753         * textmodes/bibtex-style.el: Add "Keywords: tex".
5754         * international/isearch-x.el, international/ja-dic-cnv.el:
5755         * international/ja-dic-utl.el, international/kkc.el:
5756         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5758 2009-11-25  Juri Linkov  <juri@jurta.org>
5760         * man.el (Man-completion-table): Modify regexp to include
5761         section names to completion strings.  (Bug#3717)
5763 2009-11-25  Juri Linkov  <juri@jurta.org>
5765         Search recursively in gzipped files.  (Bug#4982)
5767         * progmodes/grep.el (grep-highlight-matches): Add new options
5768         `always' and `auto'.  Doc fix.
5769         (grep-process-setup): Check `grep-highlight-matches' for
5770         `auto-detect' to determine the need to compute grep defaults.
5771         Move Windows/DOS specific --colors settings handling
5772         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5773         to get the value of "--color=".
5774         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5775         has the value `auto-detect'.  Move Windows/DOS specific settings
5776         from `grep-process-setup'.
5777         (zrgrep): New command with alias `rzgrep'.
5779 2009-11-25  Juri Linkov  <juri@jurta.org>
5781         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5782         to nil instead of switching off view-mode.  (Bug#4896)
5784 2009-11-25  Juri Linkov  <juri@jurta.org>
5786         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5788         * mwheel.el (mwheel-scroll-up-function)
5789         (mwheel-scroll-down-function): New defvars.
5790         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5791         `scroll-up', and `mwheel-scroll-down-function' instead of
5792         `scroll-down'.
5794         * doc-view.el (doc-view-scroll-up-or-next-page)
5795         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5796         Use this ARG in the call to image-scroll-up/image-scroll-down.
5797         Change `interactive' spec to "P".  Goto next/previous page only
5798         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5799         SPC/DEL case).  Doc fix.
5800         (doc-view-next-line-or-next-page)
5801         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5802         for consistency.
5803         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5804         `doc-view-scroll-up-or-next-page', and buffer-local
5805         `mwheel-scroll-down-function' to
5806         `doc-view-scroll-down-or-previous-page'.
5808 2009-11-25  Juri Linkov  <juri@jurta.org>
5810         Provide additional default values (directories at other Dired
5811         windows) via M-n in the minibuffer of some Dired commands.
5813         * dired-aux.el (dired-diff, dired-compare-directories)
5814         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5815         `minibuffer-default' in `minibuffer-with-setup-hook'.
5816         (dired-dwim-target-directory): Find a window that displays Dired
5817         buffer instead of failing when the next window is not Dired.
5818         Use `get-window-with-predicate' to find for the next Dired window.
5819         (dired-dwim-target-defaults): New function.
5821         * ediff-util.el (ediff-read-file-name):
5822         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5823         in `minibuffer-with-setup-hook'.
5825 2009-11-25  Juri Linkov  <juri@jurta.org>
5827         Provide additional default values (file name at point or at the
5828         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5830         * minibuffer.el (read-file-name-defaults): New function.
5831         (read-file-name): Reset `minibuffer-default' to nil when
5832         it duplicates initial input `insdef'.
5833         Bind `minibuffer-default-add-function' to lambda that
5834         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5835         (minibuffer-insert-file-name-at-point): New command.
5837         * files.el (file-name-at-point-functions): New defcustom.
5838         (find-file-default): Remove defvar.
5839         (find-file-read-args): Don't use `find-file-default'.
5840         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5841         to `read-file-name'.
5842         (find-file-literally): Use `read-file-name' with
5843         `confirm-nonexistent-file-or-buffer'.
5845         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5847         * dired.el (dired-read-dir-and-switches):
5848         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5849         to `read-file-name'.
5850         (dired-file-name-at-point): New function.
5851         (dired-mode): Add hook `dired-file-name-at-point' to
5852         `file-name-at-point-functions'.
5854 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         Really make the *Completions* window soft-dedicated (bug#5030).
5857         * window.el (window--display-buffer-2): Add `dedicated' argument.
5858         (display-buffer): Pass it when needed so the dedicated flag is set
5859         after calling set-window-buffer, which would otherwise reset it.
5861 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * progmodes/meta-mode.el (meta-complete-symbol):
5864         * progmodes/etags.el (complete-tag):
5865         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5866         Use completion-in-region.
5868         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5869         (dabbrev-completion): Use completion-in-region.
5870         (dabbrev--abbrev-at-point): Simplify regexp.
5872         * abbrev.el (abbrev--before-point): Use word-motion functions
5873         if :regexp is not specified (bug#5031).
5875         * subr.el (string-prefix-p): New function.
5877         * man.el (Man-completion-cache): New var.
5878         (Man-completion-table): Use it.
5880         * vc.el (vc-print-log-internal): Make `limit' optional for better
5881         compatibility (e.g. with vc-annotate.el).
5883 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5885         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5886         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5888         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5889         when .el source file not found or other error.
5891 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5893         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5895 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5897         Handle the [back] button properly (bug#4979).
5898         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5899         Use help-setup-xref, help-buffer, and with-help-window.
5900         (describe-char): Add `buffer' argument.
5901         Pass proper command to help-setup-xref.  Don't meddle with
5902         help-xref-stack-item directly.
5903         (describe-text-category): Use with-help-window and help-buffer.
5905         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5906         for the displayed buffer (bug#4887).
5908         * man.el (Man-completion-table): New function.
5909         (man): Use it.
5911 2009-11-24  David Reitter  <david.reitter@gmail.com>
5913         * vc-git.el (vc-git-registered): Use checkout directory (where
5914         .git is) rather than the file's directory and a relative path spec
5915         to work around a bug in git.
5917 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5919         Improve handling of processes on remote hosts.
5921         * eshell/esh-util.el (eshell-path-env): New defvar.
5922         (eshell-parse-colon-path): New defun.
5923         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5925         * eshell/esh-ext.el (eshell-search-path):
5926         Use `eshell-parse-colon-path'.
5927         (eshell-remote-command): Remove argument HANDLER.
5928         (eshell-external-command): Check for FTP remote connection.
5930         * eshell/esh-proc.el (eshell-gather-process-output):
5931         Use `file-truename', in order to start also symlinked files.
5932         Apply `start-file-process' instead of `start-process'.
5933         Shorten `command' to the local file name part.
5935         * eshell/em-cmpl.el (eshell-complete-commands-list):
5936         Use `eshell-parse-colon-path'.
5938         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5940         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5941         to `eshell-directory-change-hook'.
5943 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5945         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5946         because it could be enabled automatically if view-read-only is non-nil.
5948 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5950         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5951         made on 2009-11-22.
5953 2009-11-24  Glenn Morris  <rgm@gnu.org>
5955         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5956         deleted variable bookmark-bmenu-bookmark-column.
5958         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5959         Move after definition of global-semantic-idle-tag-highlight-mode.
5961 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5965 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5967         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5968         two slashes to the "file:" prefix.
5969         (browse-url-file-url): De-munge Cygwin filenames before passing
5970         them to Windows browser.
5971         (browse-url-default-windows-browser): Use call-process.
5973 2009-11-23  Juri Linkov  <juri@jurta.org>
5975         Implement DocView Continuous mode.  (Bug#4896)
5976         * doc-view.el (doc-view-continuous-mode): New defcustom.
5977         (doc-view-mode-map): Bind C-n/<down> to
5978         `doc-view-next-line-or-next-page', C-p/<up> to
5979         `doc-view-previous-line-or-previous-page'.
5980         (doc-view-next-line-or-next-page)
5981         (doc-view-previous-line-or-previous-page): New commands.
5983 2009-11-23  Juri Linkov  <juri@jurta.org>
5985         Implement Isearch in comint input history.  (Bug#3746)
5986         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5987         `isearch-mode-hook'.
5988         (comint-history-isearch): New defcustom.
5989         (comint-history-isearch-backward)
5990         (comint-history-isearch-backward-regexp): New commands.
5991         (comint-history-isearch-message-overlay): New buffer-local variable.
5992         (comint-history-isearch-setup, comint-history-isearch-end)
5993         (comint-goto-input, comint-history-isearch-search)
5994         (comint-history-isearch-message, comint-history-isearch-wrap)
5995         (comint-history-isearch-push-state)
5996         (comint-history-isearch-pop-state): New functions.
5998 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
6000         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6001         return.
6002         (tramp-handle-make-symbolic-link)
6003         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6004         Quote file names.
6005         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6006         (tramp-handle-process-file): Use it.
6008 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * window.el (move-to-window-line-last-op): Remove.
6011         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6013 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6015         Make M-r mirror the new cycling behavior of C-l.
6016         * window.el (move-to-window-line-last-op): New var.
6017         (move-to-window-line-top-bottom): New command.
6018         (global-map): Bind M-r move-to-window-line-top-bottom.
6020 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
6022         * dired-x.el (dired-guess-shell-alist-default):
6023         Support xz format.  (Bug#4953)
6025 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
6027         * cedet/srecode/map.el (srecode-get-maps):
6028         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6029         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6030         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6031         (semantic-toggle-decoration-style):
6032         * cedet/semantic/decorate/include.el
6033         (semantic-decoration-include-describe)
6034         (semantic-decoration-unknown-include-describe)
6035         (semantic-decoration-unparsed-include-describe)
6036         (semantic-decoration-all-include-summary):
6037         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6038         * cedet/semantic/analyze/complete.el
6039         (semantic-analyze-possible-completions):
6040         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6041         (semantic-show-unmatched-syntax-mode)
6042         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6043         (semantic-highlight-func-mode):
6044         * cedet/semantic/util.el (semantic-describe-buffer):
6045         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6046         (semantic-symref-find-tags-by-name)
6047         (semantic-symref-find-tags-by-regexp)
6048         (semantic-symref-find-tags-by-completion)
6049         (semantic-symref-find-file-references-by-name)
6050         (semantic-symref-find-text):
6051         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6052         (senator-yank-tag):
6053         * cedet/semantic/scope.el (semantic-calculate-scope):
6054         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6055         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6056         (define-semantic-idle-service):
6057         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6058         (semantic-complete-analyze-inline-idle):
6059         * cedet/semantic/analyze.el (semantic-analyze-current-context):
6060         * cedet/mode-local.el (describe-mode-local-bindings)
6061         (describe-mode-local-bindings-in-mode):
6062         * cedet/ede/make.el (ede-make-check-version):
6063         * cedet/ede/locate.el (ede-enable-locate-on-project):
6064         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6065         (cedet-idutils-version-check):
6066         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6067         (cedet-gnu-global-version-check):
6068         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6069         (cedet-cscope-version-check): Use called-interactively-p instead
6070         of interactive-p.
6072         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6073         Use semantic-format-tag-prototype.
6075 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6077         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6078         last-command-char/last-command-event.
6079         (viper-prefix-arg-value): Do correct conversion of event-char for
6080         XEmacs.
6082         * emulation/viper-util.el, emulation/viper.el:
6083         Use viper-last-command-char instead of
6084         last-command-char/last-command-event.
6086         * ediff-init.el, ediff-mult.el, ediff-util.el:
6087         Replace last-command-char and last-command-event
6088         with (ediff-last-command-char) everywhere.
6090         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6091         created in fundamental mode.
6093         * ediff.el (ediff-version): Revert the change of interactive-p to
6094         called-interactively-p.
6096 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
6098         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6099         generation from word-movement command names.
6101 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
6103         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6104         (semantic-complete-jump-local, semantic-complete-jump):
6105         Improve prompt string.
6107 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
6109         * cus-start.el (all): Add native condition for font-use-system-font.
6111 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
6113         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6114         Correct the patch from 2009-11-18.  (Bug#3910)
6116 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
6118         * progmodes/subword.el: Rename from lisp/subword.el.
6120         * subword.el: Rename to progmodes/subword.el.
6122         * Makefile.in (ELCFILES): Adapt to subword.el move.
6124 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6125             Stefan Monnier  <monnier@iro.umontreal.ca>
6127         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6128         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6129         (bookmark-bmenu-show-filenames): Use push.
6130         (bookmark-bmenu-hide-filenames): Use local var instead of
6131         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
6132         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6133         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6134         filenames now that the bookmark names are always available.
6136 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6138         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6139         (bookmark-search-pattern): Move and leave unbound.
6140         (bookmark-bmenu-mode-map): Change binding.
6141         (bookmark-read-search-input): Simplify.
6142         Don't use text-char-description.  Don't error on non-char events.
6143         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6144         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6145         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6146         Use a local var for the timer.
6147         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6148         (i.e. bookmark-bmenu-search).
6150 2009-11-21  Glenn Morris  <rgm@gnu.org>
6152         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
6154 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6156         * net/browse-url.el (browse-url-default-windows-browser):
6157         Use cygstart for cygwin.
6159 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
6161         * bookmark.el: Formatting and doc fixes only:
6162         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6163         (bookmark-bmenu-search): Wrap to fit within 80 columns.
6164         Minor grammar and punctuation fixes in doc string.
6165         (bookmark-read-search-input): Adjust to fit within 80 columns.
6167 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6169         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6170         (c-backward-into-nomenclature): Adapt to subword renaming.
6172         * subword.el (subword-forward, subword-backward, subword-mark)
6173         (subword-kill, subword-backward-kill, subword-transpose)
6174         (subword-downcase, subword-upcase, subword-capitalize)
6175         (subword-forward-internal, subword-backward-internal):
6176         Rename from forward-subword, backward-subword, mark-subword,
6177         kill-subword, backward-kill-subword, transpose-subwords,
6178         downcase-subword, upcase-subword, capitalize-subword,
6179         forward-subword-internal, backward-subword-internal.
6181 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6183         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6184         New options.
6185         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6186         New vars.
6187         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6188         (bookmark-bmenu-filter-alist-by-regexp)
6189         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6190         (bookmark-bmenu-search): New command.
6191         (bookmark-bmenu-mode-map): Bind it.
6193 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6195         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6197         * cedet/semantic/idle.el (define-semantic-idle-service)
6198         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6200 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6202         * progmodes/cc-cmds.el: declare-functioned forward-subword and
6203         backward-subword to quit the byte-compiler.
6205         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6207         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6209         * progmodes/cc-cmds.el (c-update-modeline)
6210         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6211         Refer to subword.el functions instead of cc-subword.el.
6213         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6214         subword.el functions instead of cc-subword.el.
6216         * progmodes/cc-subword.el: Rename to subword.el.
6217         * subword.el: Rename from progmodes/cc-subword.el.
6218         (subword-mode-map): Rename from c-subword-mode-map.
6219         (subword-mode): Rename from c-subword-mode.
6220         (global-subword-mode): New global minor mode.
6221         (forward-subword): Rename from c-forward-subword.
6222         (backward-subword): Rename from c-backward-subword.
6223         (mark-subword): Rename from c-mark-subword.
6224         (kill-subword): Rename from c-kill-subword.
6225         (backward-kill-subword): Rename from c-backward-kill-subword.
6226         (transpose-subwords): Rename from c-tranpose-subword.
6227         (downcase-subword): Rename from c-downcase-subword.
6228         (capitalize-subword): Rename from c-capitalize-subword.
6229         (forward-subword-internal): Rename from c-forward-subword-internal.
6230         (backward-subword-internal): Rename from c-backward-subword-internal.
6232 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6234         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6235         from a dired buffer.
6236         (vc-dired-deduce-fileset): New function.
6237         (vc-root-diff, vc-print-root-log): Use it.
6239         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6240         nil LIMIT argument to vc-print-log-internal.
6242 2009-11-20  Glenn Morris  <rgm@gnu.org>
6244         * Makefile.in (ELCFILES): Regenerate.
6246 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6248         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6250         * cedet/semantic.el: Enable idle-mode menu items only if
6251         global-semantic-idle-scheduler-mode is enabled.
6252         (semantic-default-submodes): Doc fix.
6254         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6255         When turning off, disable other idle modes.
6257 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6259         * calc/calc.el (calc-set-mode-line):
6260         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6261         (math-format-number): Rename `math-format-complement-signed' to
6262         `math-format-twos-complement'.
6264         * calc/calc-bin.el (math-format-twos-complement): Rename from
6265         math-format-complement-signed.
6266         (calc-radix): Rename `calc-complement-signed-mode' to
6267         `calc-twos-complement-mode'.
6268         (calc-octal-radix, calc-hex-radix): Add an argument for
6269         two's complement.
6271         * calc/calc-embed.el (calc-embedded-mode-vars):
6272         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6274         * calc/calc-ext.el (calc-init-extensions):
6275         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6276         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6278         * calc/calc-units.el (math-build-units-table-buffer):
6279         Let `calc-twos-complement-mode' be nil.
6281         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6282         entries.
6284         * calc/calc-vec.el (calcFunc-vunpack):
6285         * calc/calc-aent.el (calc-do-calc-eval):
6286         * calc/calc-forms.el (math-format-date):
6287         * calc/calc-graph.el (calc-graph-plot):
6288         * calc/calc-math.el (math-use-emacs-fn):
6289         * calc/calccomp.el (math-compose-expr):
6290         Let `calc-twos-complement-mode' be nil.
6292 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6294         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6295         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6296         * minibuffer.el (completion-in-region-functions): New hook.
6297         (completion-in-region): New function.
6298         * emacs-lisp/lisp.el (lisp-complete-symbol):
6299         * pcomplete.el (pcomplete-std-complete): Use it.
6301 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6304         (latex-complete-alist): New vars.
6305         (latex-string-prefix-p, latex-complete-bibtex-keys)
6306         (latex-complete-envnames, latex-complete-refkeys)
6307         (latex-complete-data): New functions.
6308         (latex-complete, latex-indent-or-complete): New commands.
6310         * window.el (display-buffer-mark-dedicated): New var.
6311         (display-buffer): Obey it.
6312         * minibuffer.el (minibuffer-completion-help): Use it.
6314         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6316         * filecache.el (file-cache-add-file): Use push and cons.
6317         (file-cache-delete-file-regexp): Use push.
6318         (file-cache-complete): Use completion-in-region.
6320         * simple.el (with-wrapper-hook): Fix thinko.
6322         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6323         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6324         Use with-current-buffer and string-to-number.
6325         (hfy-fallback-colour-values): Use assoc-string.
6326         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6327         (hfy-face-at): Remove unused var `found-face'.
6328         (hfy-compile-stylesheet): Remove unused var `css'.
6329         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6330         and `orig-buffer'.
6331         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6332         Use with-current-buffer.
6333         (hfy-text-p): Use expand-file-name and fewer setq.
6335 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6337         * htmlfontify.el, hfy-cmap.el: New files.
6339 2009-11-19  Juri Linkov  <juri@jurta.org>
6341         * minibuffer.el (completions-format): New defcustom.
6342         (completion--insert-strings): Implement vertical format.
6344         * simple.el (switch-to-completions): Move point to the first
6345         completion when point was at the beginning of the buffer.
6347 2009-11-19  Juri Linkov  <juri@jurta.org>
6349         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6351         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6353 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6355         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6356         (mail-signature): Change default to t.
6357         (mail-from-style): Deprecate `system-default' value.
6358         (mail-insert-from-field): For default value of mail-from-style,
6359         default to `angles' unless `angles' needs quoting and `parens'
6360         does not.
6361         (mail-citation-prefix-regexp): Use citation regexp from
6362         message-mode.
6364 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6366         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6367         Set variables for computing the prompt for reading password.
6369 2009-11-19  Glenn Morris  <rgm@gnu.org>
6371         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6373         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6375         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6376         (newsticker-treeview-listwindow-height): Fix custom type.
6378 2009-11-19  Kenichi Handa  <handa@m17n.org>
6380         * descr-text.el (describe-char-padded-string): Compose with TAB
6381         only if there's a font for CH.
6382         (describe-char): Fix the condition for detecting a trivial composition.
6384 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6386         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6387         more accurate version of the regexp.  (Bug#3910)
6389 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6391         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6393 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6395         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6396         (font-setting-change-default-font): Fix typo in docstring.
6398 2009-11-18  Alan Mackenzie  <acm@muc.de>
6400         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6402 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6404         * font-setting.el (font-use-system-font): Move ...
6406         * cus-start.el (all): ... to here.
6408 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6410         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6411         Don't set `ad-return-value' if `ad-do-it' doesn't.
6413         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6414         modification time.
6416 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6418         * menu-bar.el: Put "Use system font" in Option-menu.
6419         (menu-bar-options-save): Add font-use-system-font.
6421         * loadup.el: If feature system-font-setting or font-render-setting is
6422         there, load font-setting.
6424         * Makefile.in (ELCFILES): Add font-settings.el.
6425         * font-setting.el: New file.
6427 2009-11-17  Glenn Morris  <rgm@gnu.org>
6429         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6431         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6432         Preserve point in the list buffer.  (Bug#4939)
6433         Use point-at-eol.
6434         (newsticker--treeview-list-update-highlight)
6435         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6437 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6439         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6440         Remove.
6442         * calc/calc-ext.el (calc-init-extensions): Remove references to
6443         symclip.
6445         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6447         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6448         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6449         `calc-symclip'.
6451 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6453         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6454         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6456         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6457         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6458         Ignore trailing spaces by omit-nulls to split-string (fixing
6459         regression from Emacs 21 due to the incompatible split-string
6460         change).  (Bug #4928.)
6462 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6464         * vc.el (vc-log-show-limit): Default to 2000.
6465         (vc-print-log-internal): Insert buttons to request more entries
6466         when limiting the output.
6468         * vc-sccs.el (vc-sccs-print-log):
6469         * vc-rcs.el (vc-rcs-print-log):
6470         * vc-cvs.el (vc-cvs-print-log):
6471         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6472         LIMIT is non-nil.
6474 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6476         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6477         error when `tramp-gvfs-dbus-event-vector' is set.
6478         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6480 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6482         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6484 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6486         * net/dbus.el (dbus-unregister-service): New defun.
6487         (dbus-register-property): Register the handlers of
6488         "org.freedesktop.DBus.Properties" for SERVICE.
6489         (dbus-property-handler): Fix docstring.
6491 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6493         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6494         Quote doc string reference in defvaralias as it is not in special form.
6495         (byte-compile-output-docform): Doc fix.
6497 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6499         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6500         (calc-complement-signed-mode): New variables.
6501         (calc-set-mode-line): Add indicator for twos-complements.
6502         (math-format-number): Format twos-complement notation.
6504         * calc/calc-bin.el (calc-word-size): Reset the variables
6505         `math-2-word-size' and `math-half-2-word-size'.
6506         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6507         (calc-symclip): New functions.
6509         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6511         * calc/calc-embed.el (calc-embedded-mode-vars):
6512         Add `calc-complement-signed-mode' to the list of modes.
6514         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6515         (calc-b-oper-keys): Add `calc-symclip' to list.
6517         * calc/calc-ext.el (math-read-number-fancy): Read complement
6518         signed numbers.
6519         (calc-init-extensions): Add binding for `calc-symclip'.
6520         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6522         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6523         `calc-symclip'.
6524         (calc-modes-menu): Add item for twos complement mode.
6526         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6528 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6530         * register.el (jump-to-register, insert-register): Handle Semantic
6531         tags.  From commented-out advice in semantic/senator.el.
6533 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6535         * vc.el (vc-log-show-limit): New variable.
6536         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6537         when using a prefix argument.
6538         (vc-print-log-internal): Add new argument LIMIT.
6540         * vc-svn.el (vc-svn-print-log):
6541         * vc-mtn.el (vc-mtn-print-log):
6542         * vc-hg.el (vc-hg-print-log):
6543         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6544         pass it to the log command when set.  Make the BUFFER argument
6545         non-optional.
6547         * vc-sccs.el (vc-sccs-print-log):
6548         * vc-rcs.el (vc-rcs-print-log):
6549         * vc-git.el (vc-git-print-log):
6550         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6551         ignore it.  Make the BUFFER argument non-optional
6553         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6555 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6557         * dired.el (dired-mode-map): Move encryption items to "Operate"
6558         menu (Bug#4703).
6560         * strokes.el (strokes-update-window-configuration): Make strokes
6561         buffer current before erasing (Bug#4906).
6563         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6564         (semantic-idle-summary-mode): Define using define-minor-mode
6565         instead of define-semantic-idle-service.
6566         (semantic-idle-summary-mode): New function.
6567         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6568         that mouse motion does not reset the echo area.
6570 2009-11-15  Juri Linkov  <juri@jurta.org>
6572         * simple.el (set-mark-default-inactive): Add :type, :group
6573         and :version.  (Bug#4876)
6575 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6577         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6578         (archive-unique-fname): ... here.  (Bug#4929)
6580 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6583         with a real fix.
6585         * novice.el (disabled-command-function): Add useful args.
6586         Setup the help buffer so that [back] works.
6587         Remove redundant call to help-mode.
6588         (disabled-command-function): Use `case'.
6589         (en/disable-command): New function extracted from enable-command.
6590         (enable-command, disable-command): Use it.
6592 2009-11-14  Glenn Morris  <rgm@gnu.org>
6594         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6595         constants.  (Bug#4913)
6597         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6599 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6601         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6602         defined in C that have no doc-strings.  (Bug#1063)
6604 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6606         * cus-edit.el (data, files):
6607         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6609 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6611         * simple.el (shell-command): Doc fix (Bug#4891).
6613         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6615 2009-11-14  Glenn Morris  <rgm@gnu.org>
6617         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6618         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6619         If they are already loaded, eval-after-load will do the right thing.
6621         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6622         compiling.
6624         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6626         * simple.el (x-selection-owner-p): Declare.
6627         (read-mail-command): Use custom radio type rather than choice.
6628         (completion-no-auto-exit): Doc fix.
6630         * custom.el (defgroup):
6631         * epg-config.el (epg): Doc fixes.
6633 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6635         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6636         * international/ccl.el (define-ccl-program): Do not purecopy the
6637         docstring, defconst does it anyway.
6639 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6642         a second time.
6644         * x-dnd.el (x-dnd-maybe-call-test-function):
6645         * window.el (split-window-vertically):
6646         * whitespace.el (whitespace-help-on):
6647         * vc-rcs.el (vc-rcs-consult-headers):
6648         * userlock.el (ask-user-about-lock-help)
6649         (ask-user-about-supersession-help):
6650         * type-break.el (type-break-force-mode-line-update):
6651         * time-stamp.el (time-stamp-conv-warn):
6652         * terminal.el (te-set-output-log, te-more-break, te-filter)
6653         (te-sentinel, terminal-emulator):
6654         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6655         (term-write-input-ring, term-check-source, term-start-output-log):
6656         (term-display-buffer-line, term-dynamic-list-completions):
6657         (term-ansi-make-term, serial-term):
6658         * subr.el (selective-display):
6659         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6660         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6661         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6662         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6663         (speedbar-remove-localized-speedbar-support)
6664         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6665         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6666         (speedbar-buffers-line-directory):
6667         * simple.el (shell-command-on-region, append-to-buffer)
6668         (prepend-to-buffer):
6669         * shadowfile.el (shadow-save-todo-file):
6670         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6671         (scroll-bar-maybe-set-window-start):
6672         * sb-image.el (speedbar-image-dump):
6673         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6674         (load-save-place-alist-from-file):
6675         * ps-samp.el (ps-print-message-from-summary):
6676         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6677         (ps-background-image, ps-begin-job, ps-do-despool):
6678         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6679         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6680         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6681         (pr-call-process, pr-file-list, pr-interface-save):
6682         * novice.el (disabled-command-function)
6683         (enable-command, disable-command):
6684         * mouse.el (mouse-buffer-menu-alist):
6685         * mouse-copy.el (mouse-kill-preserving-secondary):
6686         * macros.el (kbd-macro-query):
6687         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6688         * informat.el (batch-info-validate):
6689         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6690         * hippie-exp.el (try-expand-dabbrev-visible):
6691         * help-mode.el (help-make-xrefs):
6692         * help-fns.el (describe-variable):
6693         * generic-x.el (bat-generic-mode-run-as-comint):
6694         * finder.el (finder-mouse-select):
6695         * find-dired.el (find-dired-sentinel):
6696         * filesets.el (filesets-file-close):
6697         * files.el (list-directory):
6698         * faces.el (list-faces-display, describe-face):
6699         * facemenu.el (list-colors-display):
6700         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6701         * epg.el (epg--process-filter, epg-cancel):
6702         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6703         (epa--read-signature-type):
6704         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6705         (emerge-file-names):
6706         * ehelp.el (electric-helpify):
6707         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6708         * ediff-vers.el (rcs-ediff-view-revision):
6709         * ediff-util.el (ediff-setup):
6710         * ediff-mult.el (ediff-append-custom-diff):
6711         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6712         (ediff-wordify):
6713         * echistory.el (Electric-command-history-redo-expression):
6714         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6715         * disp-table.el (describe-display-table):
6716         * dired.el (dired-find-buffer-nocreate):
6717         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6718         * dabbrev.el (dabbrev--same-major-mode-p):
6719         * chistory.el (list-command-history):
6720         * apropos.el (apropos-documentation):
6721         * allout.el (allout-obtain-passphrase):
6722         (allout-copy-exposed-to-buffer):
6723         (allout-verify-passphrase): Use with-current-buffer.
6725 2009-11-13  Glenn Morris  <rgm@gnu.org>
6727         * Makefile.in (ELCFILES): Regenerate.
6729 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6731         * net/dbus.el (dbus-registered-objects-table): Rename from
6732         `dbus-registered-functions-table', because it contains also properties.
6733         (dbus-unregister-object): Unregister also properties.
6734         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6735         Use a timeout of 500 msec, in order to not block.
6736         (dbus-register-property, dbus-property-handler): New defuns.
6738 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6740         * simple.el (minibuffer-default-add-completions): Drop deprecated
6741         4th arg.
6743 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6745         * textmodes/artist.el (artist-mouse-choose-operation):
6746         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6747         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6748         (artist-compute-up-event-key): New function.
6749         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6751 2009-11-13  Kenichi Handa  <handa@m17n.org>
6753         * language/japan-util.el: Make sure that the value of jisx0208
6754         property is jisx0208 character.
6756 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6758         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6759         car or each item, not the whole list.
6761 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * minibuffer.el (minibuffer-completion-help):
6764         Use minibuffer-hide-completions.
6766 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6768         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6769         (dired-revert): Use them (bug#4880).
6771 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6773         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6775 2009-11-12  Juri Linkov  <juri@jurta.org>
6777         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6778         New functions.
6779         (find-file-literally-at-point): Alias of `ffap-literally'.
6781 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6783         * textmodes/ispell.el (ispell-skip-region-alist):
6784         * textmodes/css-mode.el (auto-mode-alist):
6785         * progmodes/compile.el (auto-mode-alist):
6786         * international/mule.el (ctext-non-standard-encodings-alist)
6787         (ctext-non-standard-encodings-regexp):
6788         * simple.el (shell-command-switch, text-read-only):
6789         * replace.el (occur-mode-map):
6790         * paths.el (rmail-file-name):
6791         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6792         * find-file.el (ff-special-constructs):
6793         * files.el (file-name-handler-alist):
6794         * composite.el: Purecopy strings.
6796         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6798 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6800         * widget.el (define-widget): Purecopy the docstring.
6801         * international/mule-cmds.el (charset): Do not purecopy the
6802         docstring here, define-widget does it.
6804         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6805         * textmodes/bibtex-style.el (auto-mode-alist):
6806         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6807         * progmodes/compile.el (compile-command):
6808         * language/korea-util.el (default-korean-keyboard):
6809         * international/mule-conf.el (file-coding-system-alist):
6810         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6811         * tooltip.el (tooltip-frame-parameters):
6812         * newcomment.el (comment-end, comment-padding):
6813         * dired.el (dired-trivial-filenames):
6814         * comint.el (comint-file-name-prefix): Purecopy initial values.
6816 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6818         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6819         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6820         `tramp-unload'.
6821         (tramp-advice-make-auto-save-file-name)
6822         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6823         after removing the advice.
6825 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6827         * progmodes/grep.el (grep-regexp-alist):
6828         * international/mule-cmds.el (iso-2022-control-alist):
6829         * emacs-lisp/timer.el (timer-duration-words):
6830         * subr.el (version-separator, version-regexp-alist):
6831         * minibuffer.el (completion-styles-alist):
6832         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6833         Change defvars to defconsts.
6835         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6836         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6837         * international/mule-conf.el: Allow to be byte compiled.
6839         * international/mule.el (define-charset): Purecopy props.
6840         (load-with-code-conversion): Purecopy doc string and file name.
6841         (put-charset-property): Purecopy strings.
6842         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6844         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6845         (define-char-code-property): Correctly purecopy the table.
6847         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6849         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6851         * subr.el (add-hook): Purecopy strings.
6852         (eval-after-load): Purecopy load-history-regexp and the form.
6854         * custom.el (custom-declare-group): Purecopy load-file-name.
6856         * subr.el (menu-bar-separator): New defconst.
6857         * net/eudc.el (eudc-tools-menu):
6858         * international/mule-cmds.el (set-coding-system-map)
6859         (mule-menu-keymap):
6860         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6861         * vc-hooks.el (vc-menu-map):
6862         * replace.el (occur-mode-map):
6863         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6864         (menu-bar-edit-menu, menu-bar-goto-menu)
6865         (menu-bar-custom-menu, menu-bar-showhide-menu)
6866         (menu-bar-options-menu, menu-bar-tools-menu)
6867         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6868         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6869         (menu-bar-help-menu):
6870         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6871         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6873         * term/x-win.el (x-gtk-stock-map):
6874         * progmodes/vera-mode.el (auto-mode-alist):
6875         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6876         (inferior-lisp-program, inferior-lisp-load-command):
6877         * progmodes/hideshow.el (hs-special-modes-alist):
6878         * progmodes/gud.el (same-window-regexps):
6879         * progmodes/grep.el (grep-program, find-program, xargs-program):
6880         * net/telnet.el (same-window-regexps):
6881         * net/rlogin.el (same-window-regexps):
6882         * language/ethiopic.el (font-ccl-encoder-alist):
6883         * vc-sccs.el (vc-sccs-master-templates):
6884         * vc-rcs.el (vc-rcs-master-templates):
6885         * subr.el (cl-assertion-failed):
6886         * simple.el (next-error-overlay-arrow-position):
6887         * lpr.el (lpr-command):
6888         * locate.el (locate-ls-subdir-switches):
6889         * info.el (same-window-regexps, info)
6890         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6891         * image-mode.el (image-mode, auto-mode-alist):
6892         * hippie-exp.el (hippie-expand-ignore-buffers):
6893         * format.el (format-alist):
6894         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6895         (find-name-arg):
6896         * facemenu.el (facemenu-keybindings):
6897         * dired.el (dired-listing-switches, dired-chown-program):
6898         * diff.el (diff-switches, diff-command):
6899         * cus-edit.el (same-window-regexps):
6900         * bindings.el (mode-line-mule-info)
6901         (mode-line-buffer-identification): Purecopy strings.
6903 2009-11-11  Juri Linkov  <juri@jurta.org>
6905         * simple.el (dired-get-filename) <declare-function>:
6906         Tell the byte-compiler about dired-get-filename.
6907         (shell-command): In Dired mode, get filename from the current line
6908         as the default value.
6910 2009-11-10  Glenn Morris  <rgm@gnu.org>
6912         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6913         * calendar/holidays.el, progmodes/cperl-mode.el:
6914         Update x-popup-menu declarations.
6916         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6917         (list-load-path-shadows): Use dolist.
6918         (list-load-path-shadows): Use with-current-buffer.
6920 2009-11-10  Juri Linkov  <juri@jurta.org>
6922         * minibuffer.el (read-file-name): Support a list of default values
6923         in `default-filename'.  Use the first file name where only one
6924         element is required.  Doc fix.
6926 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6928         * net/dbus.el (dbus-unregister-object): Release service, if no
6929         other method is registered for it.
6931 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6933         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6934         bookmark-sort-flag is non-nil (Bug#4653).
6936 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6938         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6939         the progress reporter entirely.
6941         * emulation/cua-base.el: Add CUA property to some CC mode commands
6942         (Bug#4100).
6944 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6946         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6947         at end of sentence (Bug#4818).
6949 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6951         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6952         Handle "see declaration of" MSFT statements (Bug#4100).
6954 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6956         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6957         (tramp-advice-file-expand-wildcards): Unload via
6958         `ad-remove-advice'.
6960         * net/trampver.el: Update release number.
6962 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6964         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6965         `ad-do-it'.
6967 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6969         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6970         in order to keep context in SELinux.
6972 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6974         * dired-aux.el (dired-query): Place cursor in echo area and allow
6975         C-g.
6977         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6978         menu item if not on a directory (Bug#4701).
6980 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6982         Sync with Tramp 2.1.17.
6984         * net/tramp.el (tramp-handle-copy-directory): Don't use
6985         `file-remote-p' (due to compatibility).
6987         * net/tramp-compat.el (tramp-compat-copy-directory)
6988         (tramp-compat-delete-directory): New defuns.
6990         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6991         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6992         `tramp-compat-delete-directory'.
6994         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6995         (tramp-smb-handle-delete-directory): Use
6996         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6998         * net/trampver.el: Update release number.
7000 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
7002         * tar-mode.el (tar-copy): Call write-region on the right buffer
7003         (Bug#4857).
7005         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7006         by hand, if necessary (Bug#4878).
7008 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
7010         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7011         align size column (Bug#4839).
7013         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7014         statement.
7016 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7018         * progmodes/ld-script.el (auto-mode-alist):
7019         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7021         * cus-face.el (custom-declare-face): Purecopy face spec.
7023 2009-11-06  Kenichi Handa  <handa@m17n.org>
7025         * international/uni-bidi.el: Re-generated.
7026         * international/uni-category.el: Re-generated.
7027         * international/uni-combining.el: Re-generated.
7028         * international/uni-mirrored.el: Re-generated.
7030 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7032         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7033         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7034         (tex-start-options, slitex-run-command, latex-run-command)
7035         (tex-run-command, tex-directory):
7036         * textmodes/ispell.el (ispell-html-skip-alists)
7037         (ispell-tex-skip-alists, ispell-tex-skip-alists):
7038         * textmodes/fill.el (adaptive-fill-first-line-regexp):
7039         (adaptive-fill-regexp):
7040         * textmodes/dns-mode.el (auto-mode-alist):
7041         * progmodes/python.el (interpreter-mode-alist):
7042         * progmodes/etags.el (tags-compression-info-list):
7043         * progmodes/etags.el (tags-file-name):
7044         * net/browse-url.el (browse-url-galeon-program)
7045         (browse-url-firefox-program):
7046         * mail/sendmail.el (mail-signature-file)
7047         (mail-citation-prefix-regexp):
7048         * international/mule-conf.el (eight-bit):
7049         * international/latexenc.el (latex-inputenc-coding-alist):
7050         * international/fontset.el (x-pixel-size-width-font-regexp):
7051         * emacs-lisp/warnings.el (warning-type-format):
7052         * emacs-lisp/trace.el (trace-buffer):
7053         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7054         (emacs-lisp-mode-map):
7055         * calendar/holidays.el (holiday-solar-holidays)
7056         (holiday-bahai-holidays, holiday-islamic-holidays)
7057         (holiday-christian-holidays, holiday-hebrew-holidays)
7058         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7059         (hebrew-holidays-1, holiday-oriental-holidays)
7060         (holiday-general-holidays):
7061         * x-dnd.el (x-dnd-known-types):
7062         * tool-bar.el (tool-bar):
7063         * startup.el (site-run-file):
7064         * shell.el (shell-dumb-shell-regexp):
7065         * rfn-eshadow.el (file-name-shadow-tty-properties)
7066         (file-name-shadow-properties):
7067         * paths.el (remote-shell-program, news-directory):
7068         * mouse.el ([C-down-mouse-3]):
7069         * menu-bar.el (menu-bar-tools-menu):
7070         * jka-cmpr-hook.el (jka-compr-load-suffixes)
7071         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7072         (jka-compr-compression-info-list):
7073         * isearch.el (search-whitespace-regexp):
7074         * image-file.el (image-file-name-extensions):
7075         * find-dired.el (find-ls-option):
7076         * files.el (directory-listing-before-filename-regexp)
7077         (directory-free-space-args, insert-directory-program)
7078         (list-directory-brief-switches, magic-fallback-mode-alist)
7079         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7080         (automount-dir-prefix):
7081         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7082         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7083         (face-font-registry-alternatives, face-font-registry-alternatives)
7084         (face-font-family-alternatives):
7085         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7086         (facemenu-foreground-menu, facemenu-face-menu):
7087         * epa-hook.el (epa-file-name-regexp):
7088         * dnd.el (dnd-protocol-alist):
7089         * textmodes/rst.el (auto-mode-alist):
7090         * button.el (default-button): Purecopy strings.
7092 2009-11-06  Glenn Morris  <rgm@gnu.org>
7094         * Makefile.in (ELCFILES): Update.
7096 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7098         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7099         * emacs-lisp/levents.el: Move to obsolete/levents.el.
7101         * nxml/xsd-regexp.el (xsdre-gen-categories):
7102         * nxml/xmltok.el (xmltok-parse-entity):
7103         * nxml/rng-parse.el (rng-parse-validate-file):
7104         * nxml/rng-maint.el (rng-format-manual)
7105         (rng-manual-output-force-new-line):
7106         * nxml/rng-loc.el (rng-save-schema-location-1):
7107         * nxml/rng-cmpct.el (rng-c-parse-file):
7108         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7109         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7111 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
7113         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7114         Remove extra save-excursions and make-variable-buffer-local's.
7115         Suggested by Stefan Monnier.
7117         (verilog-getopt-file, verilog-module-inside-filename-p)
7118         (verilog-set-define): Merge GNU 1.35 and repair changes from
7119         switching to using with-current-buffer.
7121         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7122         being treated as a number and confusing AUTORESET.
7123         Reported by Dan Dever.
7125         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7126         Add verilog-auto-ignore-concat to fix backward compatibility with
7127         older verilog-modes.  Reported by Dan Katz.
7129         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7130         containing closing anchors "...$".
7132         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7133         Reported by Wade Smith.
7135         (verilog-batch-execute-func): Comment on function usage.
7137 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
7139         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7140         for labels.
7142         (verilog-label-re, verilog-calc-1): Support proper indent of named
7143         asserts.
7145         (verilog-backward-token, verilog-basic-complete-re)
7146         (verilog-beg-of-statement, verilog-indent-re): Support proper
7147         indent of the assert statement at the beginning of a block of text.
7149         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7150         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7151         tokens as begins.
7153 2009-11-05  Glenn Morris  <rgm@gnu.org>
7155         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7156         Emacs 19.  (Bug#1531)
7157         (byte-compile-fix-header): Update for the above change.
7158         Drop test for epoch::version.
7160         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7161         * cus-dep.el (custom-make-dependencies):
7162         * finder.el (finder-compile-keywords):
7163         Use autoload-rubric's feature argument.
7165         * calendar/diary-lib.el (top-level): Make load behave more like require.
7167         * vc-git.el (vc-git-stash-map): Move definition before use.
7169 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7171         * custom.el (custom-declare-group): Purecopy standard-value.
7172         (custom-declare-group): Purecopy custom-prefix.
7174         * international/mule.el (load-with-code-conversion):
7175         Call do-after-load-evaluation unconditionally.
7177         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7179 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7181         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7183 2009-11-04  Glenn Morris  <rgm@gnu.org>
7185         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7186         (byte-compile-compatibility): Remove option.
7187         (byte-compile-close-variables, byte-compile-fix-header)
7188         (byte-compile-insert-header, byte-compile-output-docform)
7189         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7190         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7191         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7192         (byte-compile-insert, byte-compile-defun):
7193         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
7194         (byte-defop-compiler19): Remove.
7195         Without byte-compile-compatibility, the 'emacs19-opcode property is not
7196         used by anything.  Replace all calls with byte-defop-compiler.
7198 2009-11-04  Juri Linkov  <juri@jurta.org>
7200         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7201         (menu-bar-options-menu): Don't quote the `prop' arg of
7202         `menu-bar-make-mm-toggle'.
7204 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7206         * calendar/calendar.el (cal-loaddefs):
7207         * calendar/diary-lib.el (diary-loaddefs):
7208         * calendar/holidays.el (hol-loaddefs):
7209         * eshell/esh-module.el (esh-groups): Load rather than require.
7211 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7213         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7214         point-min==1.
7215         (todo-top-priorities): Only display-buffer when called interactively.
7216         (todo-item-start): Don't save excursion point.
7217         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7218         (todo-insert-item-here, todo-file-item, todo-remove-item):
7219         Adjust uses of todo-item-start and todo-item-end.
7221         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7222         (autoload-rubric): Don't use any more.
7223         * cedet/semantic/fw.el (semantic/loaddefs):
7224         * cedet/srecode.el (srecode/loaddefs):
7225         * cedet/ede.el (ede/loaddefs): Load rather than require.
7226         * cedet/ede/cpp-root.el:
7227         * cedet/ede/emacs.el:
7228         * cedet/ede/files.el:
7229         * cedet/ede/linux.el:
7230         * cedet/ede/locate.el:
7231         * cedet/ede/make.el:
7232         * cedet/ede/shell.el:
7233         * cedet/ede/speedbar.el:
7234         * cedet/ede/system.el:
7235         * cedet/ede/util.el:
7236         * cedet/semantic/analyze.el:
7237         * cedet/semantic/bovine.el:
7238         * cedet/semantic/complete.el:
7239         * cedet/semantic/ctxt.el:
7240         * cedet/semantic/db-file.el:
7241         * cedet/semantic/db-find.el:
7242         * cedet/semantic/db-global.el:
7243         * cedet/semantic/db-mode.el:
7244         * cedet/semantic/db-typecache.el:
7245         * cedet/semantic/db.el:
7246         * cedet/semantic/debug.el:
7247         * cedet/semantic/dep.el:
7248         * cedet/semantic/doc.el:
7249         * cedet/semantic/edit.el:
7250         * cedet/semantic/find.el:
7251         * cedet/semantic/format.el:
7252         * cedet/semantic/html.el:
7253         * cedet/semantic/ia-sb.el:
7254         * cedet/semantic/ia.el:
7255         * cedet/semantic/idle.el:
7256         * cedet/semantic/lex-spp.el:
7257         * cedet/semantic/lex.el:
7258         * cedet/semantic/mru-bookmark.el:
7259         * cedet/semantic/scope.el:
7260         * cedet/semantic/senator.el:
7261         * cedet/semantic/sort.el:
7262         * cedet/semantic/symref.el:
7263         * cedet/semantic/tag-file.el:
7264         * cedet/semantic/tag-ls.el:
7265         * cedet/semantic/tag-write.el:
7266         * cedet/semantic/tag.el:
7267         * cedet/semantic/util-modes.el:
7268         * cedet/semantic/analyze/complete.el:
7269         * cedet/semantic/analyze/refs.el:
7270         * cedet/semantic/bovine/c.el:
7271         * cedet/semantic/bovine/gcc.el:
7272         * cedet/semantic/bovine/make.el:
7273         * cedet/semantic/bovine/scm.el:
7274         * cedet/semantic/decorate/include.el:
7275         * cedet/semantic/decorate/mode.el:
7276         * cedet/semantic/symref/cscope.el:
7277         * cedet/semantic/symref/global.el:
7278         * cedet/semantic/symref/grep.el:
7279         * cedet/semantic/symref/idutils.el:
7280         * cedet/semantic/symref/list.el:
7281         * cedet/semantic/wisent/java-tags.el:
7282         * cedet/semantic/wisent/javascript.el:
7283         * cedet/srecode/compile.el:
7284         * cedet/srecode/cpp.el:
7285         * cedet/srecode/document.el:
7286         * cedet/srecode/el.el:
7287         * cedet/srecode/expandproto.el:
7288         * cedet/srecode/getset.el:
7289         * cedet/srecode/insert.el:
7290         * cedet/srecode/java.el:
7291         * cedet/srecode/map.el:
7292         * cedet/srecode/mode.el:
7293         * cedet/srecode/template.el:
7294         * cedet/srecode/texi.el: Remove the file-local setting of
7295         generated-autoload-feature.
7297         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7298         and only put a prop if it is non-nil.
7300 2009-11-03  Juri Linkov  <juri@jurta.org>
7302         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7303         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7305         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7306         and "Menu" to make top-level menu item visually one unit (like
7307         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7308         multi-word menu items).  Fix :help string for quit-window.
7310 2009-11-03  Glenn Morris  <rgm@gnu.org>
7312         * cedet/mode-local.el (with-mode-local): Doc fix.
7314         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7315         (byte-compile-file-form-define-abbrev-table)
7316         (byte-compile-file-form-custom-declare-variable)
7317         (byte-compile-variable-ref, byte-compile-defvar):
7318         Whether or not a warning is enabled should only affect whether we issue
7319         the warning, not whether or not we collect the relevant data.
7320         Eg warnings can be turned on and off throughout the course of a file.
7322         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7323         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7325 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7327         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7328         * play/mpuz.el (mpuz-create-buffer):
7329         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7330         (lm-print-y,s,noise, lm-print-w0, lm-init):
7331         * play/gomoku.el (gomoku-prompt-for-move):
7332         * play/fortune.el (fortune-in-buffer):
7333         * play/dissociate.el (dissociated-press):
7334         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7335         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7336         * mail/supercite.el (sc-eref-show):
7337         * mail/smtpmail.el (smtpmail-send-it):
7338         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7339         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7340         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7341         (rmail-summary-goto-msg, rmail-summary-expunge)
7342         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7343         (rmail-summary-add-label, rmail-summary-output-menu)
7344         (rmail-summary-output-body):
7345         * mail/rfc822.el (rfc822-addresses):
7346         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7347         * mail/mailpost.el (post-mail-send-it):
7348         * mail/hashcash.el (hashcash-generate-payment):
7349         * mail/feedmail.el (feedmail-run-the-queue)
7350         (feedmail-queue-send-edit-prompt-help-first)
7351         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7352         (feedmail-deduce-address-list):
7353         * eshell/esh-ext.el (eshell-remote-command):
7354         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7355         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7356         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7357         (viper-save-string-in-file, viper-valid-marker):
7358         * emulation/viper-keym.el (viper-toggle-key):
7359         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7360         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7361         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7362         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7363         (viper-exec-form-in-emacs, viper-brac-function):
7364         * emulation/viper.el (viper-delocalize-var):
7365         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7366         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7367         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7368         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7369         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7370         * emulation/edt.el (edt-electric-helpify):
7371         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7372         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7373         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7374         (cua-indent-to-global-mark-column):
7375         * calendar/diary-lib.el (calendar-mark-1):
7376         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7377         Use with-current-buffer.
7378         * emulation/viper.el (viper-delocalize-var): Use dolist.
7380 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7382         * comint.el (comint-replace-by-expanded-history-before-point):
7383         Replace !! with the previous input string literally (Bug#1795).
7385 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7387         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7388         to be made up of whitespace.
7390 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7392         * minibuffer.el (read-file-name): Don't use file dialogs for
7393         remote directories (Bug#99).
7395 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7397         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7399 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7401         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7402         instead of deleting the window or frame.
7404 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7406         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7407         Support face colors.
7409         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7410         New function.  Support face colors (Bug#1168).
7411         (tex-common-initialization): Use it.
7413         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7414         mode allows it (Bug#1168).
7416 2009-10-31  Juri Linkov  <juri@jurta.org>
7418         * facemenu.el (list-colors-display): Don't mark buffer as
7419         modified (Bug#3948).
7421 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7423         * international/mule-diag.el (list-character-sets-1): Minor
7424         message fix (Bug#3526).
7426         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7427         face property (Bug#4834).
7428         (etags-list-tags, etags-tags-apropos-additional)
7429         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7430         property.
7432         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7433         items.
7435         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7436         items.
7438         * cedet/ede.el (ede-minor-mode):
7439         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7441 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7443         * textmodes/two-column.el (2C-split):
7444         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7445         * textmodes/tex-mode.el (tex-set-buffer-directory):
7446         * textmodes/spell.el (spell-region, spell-string):
7447         * textmodes/reftex.el (reftex-erase-buffer):
7448         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7449         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7450         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7451         (reftex-select-item):
7452         * textmodes/reftex-ref.el (reftex-label-info-update)
7453         (reftex-offer-label-menu):
7454         * textmodes/reftex-index.el (reftex-index-change-entry)
7455         (reftex-index-phrases-info):
7456         * textmodes/reftex-global.el (reftex-create-tags-file)
7457         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7458         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7459         (reftex-view-crossref-from-bibtex):
7460         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7461         (reftex-extract-bib-entries-from-thebibliography)
7462         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7463         * textmodes/refbib.el (r2b-capitalize-title):
7464         (r2b-convert-buffer, r2b-help):
7465         * textmodes/page-ext.el (pages-directory)
7466         (pages-directory-goto-with-mouse):
7467         * textmodes/bibtex.el (bibtex-validate-globally):
7468         * textmodes/bib-mode.el (bib-capitalize-title):
7469         * textmodes/artist.el (artist-clear-buffer, artist-system):
7470         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7471         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7472         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7473         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7474         (xscheme-send-control-g-interrupt, xscheme-start-process)
7475         (xscheme-process-sentinel, xscheme-cd):
7476         * progmodes/verilog-mode.el (verilog-read-always-signals)
7477         (verilog-set-define, verilog-getopt-file)
7478         (verilog-module-inside-filename-p):
7479         * progmodes/sh-script.el:
7480         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7481         (python-pdbtrack-grub-for-buffer, python-execute-file):
7482         * progmodes/octave-inf.el (inferior-octave):
7483         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7484         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7485         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7486         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7487         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7488         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7489         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7490         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7491         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7492         (idlwave-shell-examine-display, idlwave-shell-run-region)
7493         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7494         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7495         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7496         (idlwave-help-get-help-buffer):
7497         * progmodes/gud.el (gud-basic-call, gud-find-class)
7498         (gud-tooltip-activate-mouse-motions-if-enabled):
7499         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7500         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7501         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7502         (ebrowse-tags-next-file):
7503         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7504         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7505         (ebnf-eps-finish-and-write):
7506         * progmodes/cpp.el (cpp-edit-save):
7507         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7508         * progmodes/cc-defs.el (c-emacs-features):
7509         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7510         (antlr-directory-dependencies):
7511         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7512         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7513         (ada-find-any-references, ada-make-filename-from-adaname)
7514         (ada-make-body-gnatstub):
7515         * obsolete/rnews.el (news-list-news-groups):
7516         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7517         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7518         * net/rcirc.el (rcirc-debug):
7519         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7520         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7521         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7522         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7523         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7524         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7525         (newsticker--treeview-list-clear-highlight)
7526         (newsticker--treeview-list-update-highlight)
7527         (newsticker--treeview-list-highlight-start)
7528         (newsticker--treeview-tree-update-highlight)
7529         (newsticker--treeview-get-selected-item)
7530         (newsticker-treeview-mark-list-items-old)
7531         (newsticker--treeview-set-current-node):
7532         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7533         * net/newst-backend.el (newsticker--get-news-by-funcall)
7534         (newsticker--get-news-by-wget, newsticker--image-get)
7535         (newsticker--image-sentinel):
7536         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7537         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7538         (eudc-ph-close-session):
7539         * net/eudc.el (eudc-save-options):
7540         * language/thai-word.el (thai-update-word-table):
7541         * language/japan-util.el (japanese-string-conversion):
7542         * international/titdic-cnv.el (tsang-quick-converter)
7543         (ziranma-converter, ctlau-converter):
7544         * international/mule-cmds.el (describe-language-environment):
7545         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7546         (skkdic-convert-postfix, skkdic-convert-prefix):
7547         (skkdic-convert-okuri-nasi, skkdic-convert):
7548         * emacs-lisp/re-builder.el (reb-update-overlays):
7549         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7550         * emacs-lisp/gulp.el (gulp-send-requests):
7551         * emacs-lisp/find-gc.el (trace-call-tree):
7552         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7553         (eieio-describe-generic):
7554         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7555         * emacs-lisp/edebug.el (edebug-outside-excursion):
7556         * emacs-lisp/debug.el (debugger-make-xrefs):
7557         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7558         * emacs-lisp/chart.el (chart-new-buffer):
7559         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7560         Use with-current-buffer.
7561         * textmodes/artist.el (artist-system): Don't call
7562         copy-sequence on a fresh string.
7563         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7565 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7567         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7568         is no item to edit.  (Bug#4820)
7569         (todo-top-priorities): Restore point and restore narrowing in Todo
7570         buffer.  (Bug#4820)
7572 2009-10-31  Glenn Morris  <rgm@gnu.org>
7574         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7575         (comint-last-output-start, comint-last-input-start)
7576         (comint-last-input-end): Don't defvar when compiling.
7577         (ange-ftp-process-file): Use bound-and-true-p.
7579         * pcmpl-rpm.el (top-level): Move provide statement to end.
7580         (pcmpl-rpm): Remove unused custom group.
7582         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7584         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7586         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7587         (byte-compile-warnings): Add `constants' as an option.
7588         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7589         (display-call-tree): Update for byte-compile-fdefinition possibly
7590         returning `(macro lambda ...)'.  (Bug#4778)
7591         (byte-compile-variable-ref, byte-compile-setq-default):
7592         Respect `constants' member of byte-compile-warnings.
7594         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7595         Use mapc rather than mapcar because the return value is never used.
7597         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7598         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7599         * cedet/semantic/html.el:
7600         Suppress harmless warnings about setting up semantic-imenu (not
7601         part of Emacs) variables.
7603 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7605         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7606         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7607         to "submit:".
7609         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7610         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7611         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7612         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7613         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7614         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7615         (semantic-analyzer-debug-global-symbol)
7616         (semantic-analyzer-debug-missing-innertype)
7617         (semantic-analyzer-debug-insert-include-summary):
7618         * cedet/semantic/util.el (semantic-file-tag-table):
7619         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7620         (semantic-recursive-find-nonterminal-by-name):
7621         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7622         * cedet/semantic/tag-file.el (semantic-prototype-file):
7623         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7624         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7625         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7626         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7627         (semantic-idle-summary-maybe-highlight):
7628         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7629         (semantic-ia-sb-tag-info):
7630         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7631         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7632         * cedet/semantic/ede-grammar.el (project-compile-target):
7633         (ede-proj-makefile-insert-variables):
7634         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7635         (semantic-debug-set-source-location, semantic-debug-interface-layout)
7636         (semantic-debug-mode, semantic-debug):
7637         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7638         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7639         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7640         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7641         (semanticdb-find-translate-path-includes--internal)
7642         (semanticdb-reset-log, semanticdb-find-log-activity):
7643         * cedet/semantic/db-file.el (object-write):
7644         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7645         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7646         (semanticdb-create-ebrowse-database):
7647         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7648         * cedet/semantic/complete.el (semantic-displayor-focus-request)
7649         (semantic-collector-calculate-completions-raw)
7650         (semantic-complete-read-tag-analyzer):
7651         * cedet/semantic/analyze.el (semantic-analyze-pulse):
7652         * cedet/ede/util.el (ede-update-version-in-source):
7653         * cedet/ede/proj.el (project-delete-target):
7654         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7655         (ede-proj-flush-autoconf):
7656         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7657         (ede-proj-configure-synchronize):
7658         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7659         * cedet/ede/linux.el (ede-linux-version):
7660         * cedet/ede/emacs.el (ede-emacs-version):
7661         * cedet/ede/dired.el (ede-dired-add-to-target):
7662         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7663         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7664         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7665         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7666         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7667         (cedet-idutils-version-check):
7668         * cedet/cedet-global.el (cedet-gnu-global-call):
7669         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7670         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7671         * cedet/cedet-cscope.el (cedet-cscope-call)
7672         (cedet-cscope-expand-filename, cedet-cscope-version-check):
7673         Use with-current-buffer.
7674         * cedet/ede.el (ede-make-project-local-variable)
7675         (ede-set-project-variables, ede-set): Use dolist.
7677 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7679         * textmodes/ispell.el (ispell-skip-region-alist):
7680         * international/mule-conf.el (eight-bit):
7681         * international/fontset.el (font-encoding-alist):
7682         * startup.el (pure-space-overflow-message):
7683         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7684         * paths.el (gnus-nntp-service, rmail-spool-directory)
7685         (term-file-prefix):
7686         * files.el (save-some-buffers-action-alist):
7687         * cmuscheme.el (same-window-buffer-names):
7688         * ielm.el (same-window-buffer-names):
7689         * shell.el (same-window-buffer-names):
7690         * mail/sendmail.el (same-window-buffer-names):
7691         * progmodes/inf-lisp.el (same-window-buffer-names):
7692         * bindings.el (mode-line-client)
7693         (mode-line-column-line-number-mode-map):
7694         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7695         (tibetan-precomposed-regexp): Purecopy string arguments.
7697 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7699         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7700         (calcDigit-nondigit):
7701         * calc/calc-yank.el (calc-copy-to-buffer):
7702         * calc/calc-units.el (calc-invalidate-units-table):
7703         * calc/calc-trail.el (calc-trail-yank):
7704         * calc/calc-store.el (calc-insert-variables):
7705         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7706         * calc/calc-prog.el (calc-read-parse-table):
7707         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7708         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7709         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7710         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7711         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7712         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7713         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7714         * calc/calc-ext.el (calc-realign):
7715         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7716         (calc-embedded-finish-edit, calc-embedded-make-info)
7717         (calc-embedded-finish-command, calc-embedded-stack-change):
7718         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7720         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7721         (overload-docstring-extension): Use that info.
7722         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7723         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7724         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7725         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7726         (semantic-nonterminal-full-name): Add the new `when' info.
7727         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7728         `assert'.
7730         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7731         shell-dynamic-complete-filename in preference to
7732         comint-dynamic-complete-filename.
7734         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7735         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7736         Don't consider whether the display supports colors.
7737         (bookmark-import-new-list): Use dolist.
7738         (bookmark-bmenu-mode-map): Move initialization into declaration.
7739         (bookmark-bmenu-list): Use dolist, simplify.
7740         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7741         (menu-bar-final-items): Use push.
7743 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7745         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7746         it works on remote files.
7747         (vc-hg-diff): Don't pass any `--cwd' argument.
7749 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7751         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7752         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7753         (Further to Bug#3921).
7755 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7757         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7758         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7759         calling `tramp-imap-put-file'.  Add file size to the call.
7760         (tramp-imap-get-file-entries): Compute also user name, file size,
7761         and date.
7762         (tramp-imap-handle-insert-directory): Insert uid and gid.
7763         (tramp-imap-handle-file-attributes): Transform uid and gid
7764         according to `id-format'.
7765         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7766         size in header X-Size.
7768 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7770         * simple.el (transpose-subr): Give clearer error when the mark
7771         is not set.  (Bug#4807)
7773 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7775         * net/tramp.el (tramp-perl-file-truename): New defconst.
7776         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7777         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7778         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7779         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7781         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7782         Ignore `dired-call-process'.
7783         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7785 2009-10-26  Julian Scheid  <julians37@gmail.com>
7787         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7788         (tramp-get-remote-readlink): New defun.
7789         (tramp-handle-file-truename): Use it.
7790         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7791         file exists if cache value present.
7792         (tramp-check-cached-permissions): New defun.
7793         (tramp-handle-file-readable-p): Use it.
7794         (tramp-handle-file-writable-p): Likewise.
7795         (tramp-handle-file-executable-p): Likewise.
7796         (tramp-handle-file-name-all-completions): Try using Perl to get
7797         partial completions.  When perl not available, combine `cd' and
7798         `ls' into single remote operation and use shell expansion to get
7799         partial remote directory contents.  Set `file-exists-p' cache for
7800         directory and any files returned by ls.  Change cache handling to
7801         support partial directory contents.  Use error message emitted by
7802         remote `cd' or Perl code for local tramp-error.
7803         (tramp-do-copy-or-rename-file-directly): Avoid separate
7804         tramp-send-command-and-check call.
7805         (tramp-handle-process-file): Merge three remote ops into one.
7806         Do not flush all caches when `process-file-side-effects' is set.
7807         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7808         file-attributes shows uid/gid to be set already.
7810 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7812         * textmodes/tex-mode.el (tex-dvi-view-command)
7813         (tex-show-queue-command, tex-open-quote):
7814         * progmodes/ruby-mode.el (auto-mode-alist)
7815         (interpreter-mode-alist): Purecopy strings.
7817         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7819         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7820         string for the hook, keymap and abbrev table.
7822         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7824         * x-dnd.el (x-dnd-xdnd-to-action):
7825         * startup.el (fancy-startup-text, fancy-about-text): Change to
7826         defconst from defvar.
7828         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7830         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7831         Purecopy initialization strings.
7833         * mail/sendmail.el (mail-header-separator)
7834         (mail-personal-alias-file):
7835         * mail/rmail.el (rmail-default-dont-reply-to-names)
7836         (rmail-ignored-headers, rmail-retry-ignored-headers)
7837         (rmail-highlighted-headers, rmail-secondary-file-directory)
7838         (rmail-secondary-file-regexp):
7839         * files.el (null-device, file-name-invalid-regexp)
7840         (locate-dominating-stop-dir-regexp)
7841         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7842         (interpreter-mode-alist): Use mapcar instead of mapc.
7844         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7846         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7847         (completion-ignored-extensions):
7848         (debug-ignored-errors): Purecopy strings.
7850 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7852         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7853         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7854         (pcomplete--here): Use push.
7856         * subr.el (all-completions): Declare the 4th arg obsolete.
7858 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7861         (pcomplete-unquote-argument): New function.
7862         (pcomplete--common-suffix): Always pay attention to case.
7863         (pcomplete--table-subvert): Quote and unquote the text.
7864         (pcomplete--common-quoted-suffix): New function.
7865         (pcomplete-std-complete): Use it and pcomplete-begin.
7867         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7868         we're inside a dedicated or minibuffer window.
7870 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7872         * cedet/semantic/fw.el (semantic-alias-obsolete)
7873         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7874         (define-mode-overload-implementation):
7875         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7876         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7877         * cedet/semantic/util.el (semantic-file-token-stream)
7878         (semantic-something-to-stream):
7879         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7880         (semantic-expand-nonterminal):
7881         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7882         (semantic-find-dependency, semantic-find-nonterminal)
7883         (semantic-find-dependency):
7884         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7885         (semantic-flex-text, semantic-flex-make-keyword-table)
7886         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7887         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7888         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7889         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7890         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7891         (semantic-after-idle-scheduler-reparse-hooks):
7892         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7893         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7894         * cedet/semantic.el (semantic-toplevel-bovine-table)
7895         (semantic-toplevel-bovine-cache)
7896         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7897         (semantic-init-mode-hooks, semantic-init-db-hooks)
7898         (semantic-bovination-working-type): Provide the `when' arg.
7900 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7902         * bookmark.el: Update documentation, especially documentation
7903         of `bookmark-alist' and of the bookmark file format.
7904         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7906 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7908         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7909         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7910         window to buffer.
7912         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7913         (global-whitespace-mode, global-whitespace-newline-mode)
7914         (whitespace-toggle-options, global-whitespace-toggle-options):
7915         Doc fix (Bug#3660).
7917         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7918         of xmltok-start before the end tag was inserted (Bug#2840).
7920         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7921         patterns that are preceded by an open-paren (Bug#1320).
7923 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7925         * files.el (delete-directory): Delete symlinks to directories with
7926         delete-file (Bug#4739).
7928 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7930         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7931         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7932         argument to make-obsolete.
7934         * cedet/semantic/fw.el (semantic-alias-obsolete)
7935         (semantic-varalias-obsolete): Add optional WHEN argument.
7937 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7939         * vc.el (vc-backend-for-registration): Rename from
7940         vc-get-backend-for-registration.  Update callers.
7942         * international/mule-cmds.el (set-language-info-alist):
7943         Purecopy lang-env.
7944         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7945         (charset): Purecopy the name.
7946         (define-char-code-property): Purecopy string arguments.
7948         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7949         Purecopy string arguments.
7951         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7952         * ediff-hook.el (menu-bar-ediff-menu):
7953         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7954         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7956 2009-10-24  Glenn Morris  <rgm@gnu.org>
7958         * comint.el (comint-dynamic-list-completions):
7959         * term.el (term-dynamic-list-completions): Use choose-completion rather
7960         than obsolete alias mouse-choose-completion.
7962         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7963         file-cache-choose-completion.
7964         (file-cache-choose-completion): Handle an optional event argument.
7965         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7967         * progmodes/octave-mod.el (octave-complete-symbol):
7968         Use choose-completion if mouse-choose-completion is ever removed.
7970         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7971         use.
7973         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7974         compiler.
7976         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7978 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7981         Ignore `pred' now that we receive one.
7982         Handle test-completion specially.
7984 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7986         * vc.el (vc-responsible-backend): Throw an error if not backend is
7987         found.  Remove the REGISTER argument.  Move the code dealing with
7988         REGISTER ...
7989         (vc-get-backend-for-registration): ... here.  New function.
7990         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7991         of vc-responsible-backend, pass the file name instead of the
7992         directory name.
7994 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7997         New funs.
7998         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7999         (pcomplete-comint-setup): Don't modify a global var via
8000         accidental side-effects.
8001         (pcomplete-shell-setup): Adjust call accordingly.
8002         (pcomplete-parse-comint-arguments): Use push.
8004 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
8006         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8007         Allow uncapitalized info node names (Bug#3921).
8009         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8010         to the DEBUG file (Bug#3781).
8012 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
8014         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8015         dictionary entry (Bug#4579).
8017 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
8019         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8020         from `rfn-eshadow-update-overlay-hook' when unloading.
8021         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8022         "rsyncc".  Adjust doc string.
8023         (tramp-temp-buffer-file-name): New buffer-local defvar.
8024         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8025         Keep temporary file when indicated by method ("rsync" and
8026         "rsyncc").
8027         (tramp-handle-write-region): Handle APPEND.
8028         (tramp-delete-temp-file-function): New defun.  Added to
8029         `kill-buffer-hook'.
8031 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
8033         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8035 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8037         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8038         (color-name-rgb-alist, tty-standard-colors)
8039         (tty-color-mode-alist): Change to defconst.
8041         * simple.el (mark-inactive): Purecopy message.
8043         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8044         (global-map, yank-menu):
8045         * textmodes/ispell.el (ispell-menu-map):
8046         * net/eudc.el (eudc-tools-menu):
8047         * international/mule-cmds.el (describe-language-environment-map)
8048         (setup-language-environment-map, set-coding-system-map)
8049         (mule-menu-keymap):
8050         * vc-hooks.el (vc-menu-entry, vc-menu-map):
8051         * replace.el (occur-mode-map):
8052         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8054 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
8056         * calc/calc.el (math-read-number, math-read-number-simple): Use
8057         `save-match-data'.
8059 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8062         rather than fiddling with global-map bindings, since it should only
8063         affect per-terminal settings.
8064         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8066         * minibuffer.el (completion-table-with-terminator): Allow to specify
8067         the terminator-regexp.
8069         * simple.el (switch-to-completions): Look for *Completions* in other
8070         frames as well.
8072         * pcomplete.el: Allow the use of completion-tables.
8073         (pcomplete-std-complete): New command.
8074         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8075         (pcomplete--here): Use a function for `form' rather than an expression,
8076         so it can be byte-compiled.
8077         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8078         Add edebug declaration.
8079         (pcomplete-show-completions): Remove unused var `curbuf'.
8080         (pcomplete-do-complete, pcomplete-stub):
8081         Don't assume `completions' is a list of strings any more.
8083 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8085         * find-dired.el (find-name-arg): Fix typo in docstring.
8087 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8089         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8090         (pcmpl-linux-fs-types): Same, and update to new modules layout.
8092         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8093         pcomplete-entries.
8095         * comint.el (comint-read-input-ring, comint-write-input-ring)
8096         (comint-substitute-in-file-name)
8097         (comint-dynamic-complete-as-filename)
8098         (comint-dynamic-simple-complete)
8099         (comint-dynamic-list-filename-completions)
8100         (comint-dynamic-list-completions)
8101         (comint-redirect-results-list-from-process): Minor simplifications.
8103 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8105         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8106         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8107         the first form.  And insert a blank line after ";;; Code" since
8108         that's usual style.  (Bug#4612)
8110         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8112 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8114         * minibuffer.el (completion-table-with-terminator): Properly implement
8115         boundaries, in case `terminator' appears in the suffix.
8116         (completion--embedded-envvar-table): Don't return boundaries if
8117         there's no valid completion.  Simplify.
8118         (completion-file-name-table): New completion table extracted from
8119         completion--file-name-table.
8120         (completion--file-name-table): Use it.
8121         (read-file-name-predicate): Declare obsolete.
8122         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8123         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8124         completion-file-name-table, and use the `pred' argument.
8125         * files.el (locate-file-completion-table): Use the `pred' arg rather
8126         than read-file-name-predicate.
8127         (abbreviate-file-name): Use \` rather than ^ for BOS.
8129 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8131         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8132         vc-responsible-backend to register, it causes problems.
8134 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8138 2009-10-21  Eric Ludlam  <zappo@gnu.org>
8140         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8141         (semantic-c-debug-mode-init-pch): New functions.
8142         (semantic-c-debug-mode-init-last-mode): New var.
8143         (semantic-c-parse-lexical-token): Use them.
8145         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8146         When extracting the argument list, limit only by point-max.
8148 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
8150         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8151         (tramp-smb-handle-file-attributes): Use it.
8152         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8153         (tramp-smb-handle-insert-directory): Use `mapc' rather than
8154         `mapcar'.  Use `tramp-smb-get-stat-capability'.
8155         Add `dired-filename' text properties.
8156         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8157         (tramp-smb-maybe-open-connection): Simplify check for smbclient
8158         version.
8160 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * subr.el (read-key-delay): Reduce to 0.01.
8163         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8164         (bug#4751).
8166 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8170         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8171         (Info-menu): Remove unused vars `last' and `completions'.
8172         (Info-index-nodes): Remove unused var `node'.
8174         * info.el (Info-complete-menu-item): Use complete-with-action.
8176 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
8178         Make vc-annotate work through copies and renames.
8179         * vc-annotate.el (vc-annotate-extract-revision-at-line):
8180         Return the file name too.
8181         (vc-annotate-revision-at-line)
8182         (vc-annotate-find-revision-at-line)
8183         (vc-annotate-revision-previous-to-line)
8184         (vc-annotate-show-log-revision-at-line): Update to get the file
8185         name from vc-annotate-extract-revision-at-line.
8186         (vc-annotate-show-diff-revision-at-line-internal): Change the
8187         argument to mean whether to show a file diff or not.  Get the file
8188         name from vc-annotate-extract-revision-at-line.
8189         (vc-annotate-show-diff-revision-at-line):
8190         Update vc-annotate-show-diff-revision-at-line call.
8191         (vc-annotate-warp-revision): Add an optional file argument.
8193         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8194         (vc-git-annotate-extract-revision-at-line): Also return the file
8195         name if found.
8197         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8198         command.  Remove unused code.
8199         (vc-hg-annotate-re): Update to match --follow output.
8200         (vc-hg-annotate-extract-revision-at-line): Also return the file
8201         name if found.
8203         * vc.el: Update annotate-extract-revision-at-line documentation.
8205 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8207         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8208         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8210         * net/browse-url.el (browse-url): Identify alist with "consp and
8211         not functionp" and let all other things go down the `apply' leg,
8212         as suggested by Stefan.  (Further to bug#4531.)
8214 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8216         * minibuffer.el (read-file-name): Check for repeat before putting
8217         a default argument in file-name-history (Bug#4657).
8219         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8220         read syntax (Bug#4737).
8222         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8224 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8226         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8227         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8228         entries and make note of obsolete tags.
8230 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8234 2009-10-18  Glenn Morris  <rgm@gnu.org>
8236         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8237         grep, so that binary files (eg international/uni-bidi.el) can match.
8238         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8239         now, and in any case the file header format has changed.
8241 2009-10-17  Glenn Morris  <rgm@gnu.org>
8243         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8244         (flyspell-get-word, flyspell-large-region)
8245         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8247 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8249         * Makefile.in (ELCFILES): Add ede/shell.
8251 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8253         * term/common-win.el (x-colors): Purecopy it.
8255 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8258         permissive for when the buffer is empty.
8259         (tar-header-block-tokenize): Decode the username and groupname.
8260         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8262 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8264         * cedet/srecode/srt.el:
8265         * cedet/srecode/compile.el:
8266         * cedet/semantic/mru-bookmark.el:
8267         * cedet/semantic/debug.el:
8268         * cedet/semantic/complete.el:
8269         * cedet/semantic/analyze.el: Require CL when compiling.
8271 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8273         * cedet/semantic/scope.el
8274         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8275         tmpscope so that the regular scope will continue to work.
8277         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8278         Use semantic-idle-summary-highlight-face as the highlighting.
8280         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8281         contains multibyte characters, choose first applicable coding
8282         system automatically.
8284         * cedet/ede/project-am.el (project-run-target): New method.
8285         (project-run-target): New method.
8287         * cedet/ede.el (ede-target): Add run target menu item.
8288         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8289         (ede-run-target): New function.
8290         (ede-target::project-run-target): New method.
8292         * cedet/ede/proj.el (project-run-target): New method.
8294         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8295         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8296         Add :rules.
8297         (ede-proj-target-makefile-shared-object): Only libtool compilers
8298         now available.  Add linkers for libtool.
8299         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8300         (ede-proj-makefile-target-name): Always use .la extension.
8302         * cedet/ede/proj-prog.el (project-run-target): New method.
8304         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8305         (ede-g++-linker): Change Change link lines.
8307         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8308         When searching for old variables, go to the end of the buffer and
8309         search backward from there.
8310         (ede-proj-makefile-automake-insert-subdirs)
8311         (ede-proj-makefile-automake-insert-extradist): New methods.
8312         (ede-proj-makefile-create): Use them.
8314         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8315         Force FILE to expand to the current target.  Use file-exists-p to
8316         check that it exists.
8318         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8319         (ede-linux-load): Wrap dir in file-name-as-directory.
8320         Set :version slot.
8322         * cedet/ede/files.el (ede-get-locator-object): When enabling
8323         locate, do so on "top".
8325         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8326         file-name-as-directory during compare.
8327         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8328         Get version number from different places.  Don't call egrep.
8329         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8330         to set the directory.
8332         * cedet/ede/shell.el: New file.
8334         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8335         alpha/beta variants.
8337 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * international/mule-cmds.el (select-safe-coding-system): If the file
8340         has a coding cookie, use it regardless of any other setting (bug#4712).
8342 2009-10-17  Glenn Morris  <rgm@gnu.org>
8344         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8345         All errors should have messages.
8347         * foldout.el (foldout-mouse-swallow-events):
8348         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8350         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8351         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8352         (dired-keep-marker-symlink, dired-dwim-target)
8353         (dired-copy-preserve-time): Do not autoload these defcustoms.
8355         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8356         messages from messing up the file coding.  (Bug#4623)
8358 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8360         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8361         if no match is found for the current dictionary.  (Bug#4578)
8363         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8364         optional, since that is how it is documented, and this is often called
8365         with a nil argument.  (Bug#4577)
8366         (flyspell-external-point-words, flyspell-auto-correct-word)
8367         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8368         (flyspell-word-search-backward): Remove nil argument in calls to
8369         flyspell-get-word, since it is not needed now.
8371 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8373         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8375 2009-10-16  Glenn Morris  <rgm@gnu.org>
8377         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8379 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8381         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8382         (ange-ftp-file-size): New function.
8383         (ange-ftp-file-attributes): Use it.
8385 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8387         * net/tramp-smb.el (tramp-smb-version): New defvar.
8388         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8389         repeated checks.
8391 2009-10-16  Glenn Morris  <rgm@gnu.org>
8393         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8394         Maybe copy some custom properties from old to new name.  (Bug#4706)
8396 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8398         * subr.el (error, sit-for, start-process-shell-command)
8399         (start-file-process-shell-command): Set the calling convention
8400         after the function definition.
8402 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * subr.el (error, sit-for, start-process-shell-command)
8405         (start-file-process-shell-command): Use the new
8406         set-advertised-calling-convention feature.
8408 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8410         * international/ucs-normalize.el (ucs-normalize-version):
8411         Change to 1.2.
8412         (check-range): Adjust for Unicode 5.2.
8414 2009-10-15  Juri Linkov  <juri@jurta.org>
8416         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8417         to the `menu-item' format.
8419 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8421         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8422         if the environment variable does not exist.
8424         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8425         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8426         parameter.
8427         (tramp-smb-handle-add-name-to-file)
8428         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8429         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8430         (tramp-smb-handle-file-attributes)
8431         (tramp-smb-do-file-attributes-with-stat)
8432         (tramp-smb-handle-file-local-copy)
8433         (tramp-smb-handle-insert-directory)
8434         (tramp-smb-handle-make-directory)
8435         (tramp-smb-handle-make-directory-internal)
8436         (tramp-smb-handle-make-symbolic-link)
8437         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8438         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8439         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8440         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8441         Handle long file names.
8442         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8443         process is running.
8444         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8445         Read share names with "-g" option.
8447 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8449         * net/rcirc.el (rcirc-view-log-file): New command.
8450         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8451         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8452         specified.
8454 2009-10-15  Glenn Morris  <rgm@gnu.org>
8456         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8457         from the second command-line argument.
8458         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8459         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8460         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8461         w32-batch-update-autoloads.
8462         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8463         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8465         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8466         the headers cannot be located.  Simplify, subtracting superflous
8467         save-excursions.
8469 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8471         Replace completion-base-size by completion-base-position to fix bugs
8472         such as (bug#4699).
8473         * simple.el (completion-base-position): New var.
8474         (completion-base-size): Mark as obsolete.
8475         (choose-completion): Make it work for mouse events as well.
8476         Pass the new base-position to choose-completion-string.
8477         (choose-completion-guess-base-position): New function, extracted from
8478         choose-completion-delete-max-match.
8479         (choose-completion-delete-max-match): Use it.  Make obsolete.
8480         (choose-completion-string): Use the new base-position info.
8481         (completion-root-regexp): Delete.
8482         (completion-setup-function): Preserve completion-base-position.
8483         Eliminate obsolete base-size manipulation.
8484         * minibuffer.el (display-completion-list): Don't mess with base-size.
8485         (minibuffer-completion-help): Set completion-base-position instead.
8486         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8487         choose-completion.
8488         * textmodes/bibtex.el (bibtex-complete):
8489         * emacs-lisp/crm.el (crm--choose-completion-string):
8490         Adjust to new calling convention.
8491         * complete.el (partial-completion-mode): Use minibufferp to avoid
8492         bumping into incompatible change to choose-completion-string-functions.
8493         * ido.el (ido-choose-completion-string): Make its calling convention
8494         more permissive.
8495         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8496         base-size manipulation.
8497         (comint-dynamic-list-input-ring): Use dotimes and push.
8498         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8499         fundamental-mode.  Use `or'.
8501 2009-10-14  Juri Linkov  <juri@jurta.org>
8503         * misearch.el (multi-isearch-next-buffer-from-list)
8504         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8506 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8508         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8509         `bytecomp.el'.
8511         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8512         string we return is all made up of text from the completions rather
8513         than part from the completions and part from the input (bug#4219).
8515         * ido.el (ido-everywhere): Use define-minor-mode.
8517         * buff-menu.el (list-buffers, ctl-x-map):
8518         Mark the entry points with ;;;###autoload cookies.
8520 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8522         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8523         correctly in the detached head case.
8524         (vc-git-print-log): Remove unused binding.
8526         * vc.el (vc-responsible-backend): When a directory is passed for
8527         for registration create a VC repository if no backend is
8528         responsible for the directory argument.
8529         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8531         * vc.el: Move comments about RCS and SCCS ...
8532         * vc-rcs.el:
8533         * vc-sccs.el: ... here, respectively.
8535 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * minibuffer.el (completion--file-name-table): Return nil if there's
8538         no file completion, even if substitute-in-file-name changed
8539         the string (bug#4708).
8541 2009-10-13  Juri Linkov  <juri@jurta.org>
8543         * files-x.el (read-file-local-variable-value): Don't filter out
8544         minor modes from mode name completion (bug#4664).
8546 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8548         * international/mule-cmds.el (ucs-names): Remove exclusion of
8549         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8551 2009-10-13  Kenichi Handa  <handa@m17n.org>
8553         * international/uni-name.el: Regenerated.
8555 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8557         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8558         should be automatically buffer-local, but isn't.)
8560 2009-10-12  Sam Steingold  <sds@gnu.org>
8562         * progmodes/compile.el (compilation-next-error-function): Fix the
8563         timestamps if the buffer has been visited before.
8564         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8565         non-anchored patterns, like the perl one (bug#3928).
8567 2009-10-12  Glenn Morris  <rgm@gnu.org>
8569         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8570         Let-bind `size'.
8572 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8574         * proced.el (proced-unload-function): New function.
8576         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8577         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8578         Doc fix.
8580         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8582 2009-10-11  Juri Linkov  <juri@jurta.org>
8584         * files-x.el (read-file-local-variable-value):
8585         Provide default value only for bound variables (bug#4664).
8587 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8589         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8590         connection methods like smb.
8592         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8593         can be empty.
8595         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8596         (tramp-smb-file-name-handler-alist): Add handlers for
8597         `add-name-to-file', `make-symbolic-link'.
8598         (tramp-smb-handle-add-name-to-file)
8599         (tramp-smb-do-file-attributes-with-stat)
8600         (tramp-smb-handle-make-symbolic-link)
8601         (tramp-smb-get-cifs-capabilities): New defuns.
8602         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8603         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8604         (tramp-smb-handle-file-local-copy)
8605         (tramp-smb-handle-make-directory-internal)
8606         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8607         The file name syntax depends on cifs capabilities.
8608         (tramp-smb-handle-file-attributes):
8609         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8610         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8611         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8613 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
8615         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8616         (eieio-defclass): Apply deftype handler and setf-method properties
8617         directly.
8618         (eieio-add-new-slot): Avoid union function from cl library.
8619         (eieio--typep): New function.
8620         (eieio-perform-slot-validation): Use it.
8622 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8624         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8625         Update documentation to refer to the variables documented in r1.135.
8626         (Bug#4188)
8628 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8630         * bookmark.el (Info-suffix-list): Remove this unused variable.
8631         (bookmark-current-point): Remove this obsolete variable.
8632         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8633         Adjust for removal of bookmark-current-point.
8635         (bookmarks-already-loaded, bookmark-current-buffer)
8636         (bookmark-yank-point): Document.  (Bug#4188)
8638 2009-10-10  Glenn Morris  <rgm@gnu.org>
8640         * frame.el (frame-height): Doc fix.
8642         * calendar/calendar.el (calendar-split-width-threshold): New option.
8643         (calendar-basic-setup): Use calendar-split-width-threshold.
8645 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
8647         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8648         Use .la for Automake.
8650 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
8652         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8653         Use "autoreconf -i".  Suggested by Andreas Schwab.
8655 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
8657         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8658         Ideographic Supplement" range (U+1F200..U+1F2FF).
8660 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8662         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8663         since the list will have been rebuilt anyway.  (Bug#4349)
8665 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8667         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8668         (bookmark-bmenu-execute-deletions): Don't save here, as
8669         bookmark-delete will now do so if necessary.
8670         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8671         (Bug#4348)
8673 2009-10-09  Glenn Morris  <rgm@gnu.org>
8675         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8677 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8679         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8680         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8681         argument now, so the two function's behaviors will match.  (Bug#3645)
8683 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8685         * cedet/ede/proj.el (project-make-dist, project-compile-project):
8686         Fix filename test.
8687         (ede-proj-dist-makefile): Use expand-file-name instead of concat
8688         to expand file names.
8690 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8692         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8693         (tramp-file-name-real-host, tramp-file-name-port):
8694         Apply `save-match-data'.
8696         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8697         case both directories are remote.
8698         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8699         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8701 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8703         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8704         (ede-proj-target-makefile-objectcode): Use it.
8706         * cedet/ede/source.el (ede-want-any-source-files-p)
8707         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8708         Return search result.  This error was introduced while merging.
8710 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8712         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8714 2009-10-07  Glenn Morris  <rgm@gnu.org>
8716         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8717         of concat.
8719 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8721         * files-x.el (read-file-local-variable): Include some
8722         non-user-variables in the completion table (bug#4664).
8724 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8726         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8727         message.
8729         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8730         (tramp-smb-file-name-handler-alist): Add handler for
8731         `copy-directory', `expand-file-name', `set-file-modes'.
8732         (tramp-smb-handle-copy-directory)
8733         (tramp-smb-handle-expand-file-name)
8734         (tramp-smb-handle-set-file-modes): New defuns.
8735         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8736         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8737         entry.
8738         (tramp-smb-handle-insert-directory): Don't flush the cache.
8739         (tramp-smb-maybe-open-connection): Check for samba client and
8740         server versions.
8742 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8744         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8745         to not error out of search for "^lisp=" fails.
8747 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8749         * makefile.w32-in (WINS_UPDATES): New macro.
8750         (custom-deps, finder-data, autoloads): Use it.
8752 2009-10-07  Glenn Morris  <rgm@gnu.org>
8754         * Makefile.in (autoloads): Revert previous change.
8755         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8756         the list of preloaded files passed on the command-line, get
8757         it from src/Makefile.
8759         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8760         show the original buffer rather than a random one.
8762 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8764         * help.el (describe-no-warranty): Place point in a slightly better
8765         position in the GPLv3 text.
8767 2009-10-06  Sam Steingold  <sds@gnu.org>
8769         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8770         the comm attribute is present before calling regexp-quote.
8772 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8774         * play/animate.el (animate-string): For good effect, make sure
8775         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8777         * play/animate.el (animate-sequence, animate-birthday-present):
8778         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8780 2009-10-06  Glenn Morris  <rgm@gnu.org>
8782         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8784         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8785         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8786         (batch-update-autoloads): Process a string value of autoload-excludes,
8787         set during the build process.
8788         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8790         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8791         inside with-parsed...  macro so that `v' is defined.
8793         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8794         * progmodes/fortran.el (fortran-end-of-block)
8795         (fortran-beginning-of-block):
8796         Also push mark in the macro case.
8798         * emerge.el (emerge-show-file-name):
8799         * calc/calc.el (calc-quit):
8800         * calc/calc-misc.el (calc-big-or-small):
8801         * calc/calc-graph.el (calc-graph-view):
8802         * calc/calc-ext.el (calc-reset):
8803         * calendar/calendar.el (calendar-basic-setup):
8804         Use window-full-height-p.
8806         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8807         header we don't understand, don't insert another.  (Bug#4624)
8808         If changing mime charset, insert the new one in the right place.
8810 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8812         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8813         (cal-tex-cursor-month): Correctly increment the end date for diary and
8814         holiday listing.  (Bug#4626)
8816 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         * help-fns.el (describe-function-1): Don't burp if the function is not
8819         a symbol.
8821 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8823         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8824         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8825         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8826         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8828         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8829         (eieio-default-superclass): Reflow docstrings.
8830         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8831         (eieio-unbind-method-implementations, defmethod)
8832         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8833         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8834         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8835         (eieio-slot-originating-class-p, eieio-slot-name-index)
8836         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8837         (constructor, initialize-instance, no-next-method, object-print)
8838         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8839         Fix typos in docstrings.
8840         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8841         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8842         (next-method-p): Doc fixes.
8843         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8844         Fix typos in error messages.
8845         (eieio-defmethod): Fix typo in description of generic method.
8847         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8848         (eieio-persistent-save-interactive, slot-missing):
8849         Fix typos in docstrings.
8850         (eieio-instance-inheritor-slot-boundp): Doc fix.
8852         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8853         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8855         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8856         (eieio-custom-object-apply-reset):
8857         Fix typos in docstrings and error messages.
8859         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8860         Fix typo in docstring.
8862         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8863         (eieio-browse-tree): Doc fix.
8864         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8865         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8866         Fix typos in docstrings.
8868         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8869         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8870         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8871         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8872         Reflow docstrings.
8874 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8876         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8877         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8878         Set log-view-vc-backend so that diff can work.
8880         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8881         vc-version-diff.
8882         (vc-diff-internal): Autoload this instead of vc-version-diff.
8884 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8886         * simple.el (eval-expression): Doc fix.
8888         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8890 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8892         * files.el (directory-files-no-dot-files-regexp): New defconst.
8893         (delete-directory): Use it.
8894         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8896         * net/tramp.el (tramp-verbose): Fix docstring.
8897         (tramp-methods): Add recursive option to `tramp-copy-args'.
8898         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8899         "scp1_old", "scp2_old", "rsync", "rsyncc".
8900         (tramp-default-method): Check also for `auth-source-user-or-password'.
8901         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8902         Add handler for `copy-directory'.
8903         (tramp-handle-copy-directory): New defun.
8904         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8905         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8906         Optimize sent command.
8908 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8911         window if necessary.
8913         * calendar/calendar.el (calendar-basic-setup): Don't call
8914         switch-to-buffer in a dedicated window.
8916 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8918         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8919         don't do anything related to relocating, just return nil.
8920         (bookmark-error-no-filename): New error.
8921         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8922         bookmark has no file.  Don't even attempt to handle things that
8923         are not files; the whole point of custom handlers is to keep that
8924         knowledge elsewhere anyway.  Tighten some comments.
8925         (bookmark-file-or-variation-thereof): Remove now-unused function.
8926         (bookmark-location): Doc string fix.
8927         (Bug#4250)
8929 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8931         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8932         don't use a file dialog, because they usually don't know how to read
8933         a directory target from the user.  (Bug#4230)
8934         Also, make sure the prompt can display directories as well as files.
8936 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8938         * bookmark.el (bookmark-set, bookmark-buffer-name):
8939         Improve doc strings.  (Bug#1193)
8941 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8943         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8944         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8945         (bookmark-get-annotation, bookmark-set-annotation)
8946         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8947         (bookmark-set-position, bookmark-get-front-context-string)
8948         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8949         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8950         (bookmark-jump-other-window, bookmark-handle-bookmark)
8951         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8952         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8953         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8954         Improve doc strings to say whether bookmark can be a string or
8955         a record or both, and make other consistency and clarity fixes.
8956         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8957         (bookmark-default-annotation-text, bookmark-yank-word)
8958         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8959         (bookmark-import-new-list, bookmark-maybe-rename)
8960         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8961         (bookmark-bmenu-bookmark): Give these doc strings.
8962         (bookmark-bmenu-check-position): Give this a doc string, but also
8963         add a FIXME comment about how the function may be pointless.
8964         (bookmark-default-handler): Rework doc string and change a
8965         parameter name, to clarify that this takes a bookmark record
8966         not a bookmark name.
8967         (bookmark-set): Change a parameter name to indicate its meaning,
8968         and improve the doc string a bit.
8969         (Bug#4188)
8971 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8973         * bookmark.el (bookmark-alist): Document the new `handler' element
8974         in the param alist.
8975         (bookmark-make-record-function): Adjust documentation for above.
8976         (Bug#4193)
8978 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8980         * info.el (Info-bookmark-make-record): Document this function.
8981         (Info-bookmark-jump): Document with a doc string, not just a comment.
8982         (Bug#4203)
8984 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8986         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8987         (semantic-new-buffer-fcn): Call parser setup functions here.
8988         (semantic-mode): Don't call parser setup functions here, it's done
8989         in semantic-new-buffer-fcn now.
8990         (semantic-mode): Parse all existing buffers when enabled.
8992         * cedet/srecode/compile.el (srecode-compile-file):
8993         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8995 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8997         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8999         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9000         (proj-comp-insert-variable-once): New macro, renamed from
9001         ede-pmake-insert-variable-once in ede/pmake.edl.
9002         (ede-proj-makefile-insert-variables): Use it.
9004 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
9006         * files.el (copy-directory): New defun.
9008         * dired-aux.el (dired-copy-file-recursive): Use it.
9010 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9012         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9013         (makefile-end-of-command):
9014         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9015         (semantic-end-of-context): Fix previous change.  Doc fixes.
9017 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9019         * files-x.el (modify-dir-local-variable)
9020         (copy-dir-locals-to-file-locals-prop-line):
9021         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9022         (makefile-end-of-command):
9023         * cedet/semantic/lex.el (semantic-lex-token):
9024         * cedet/semantic/analyze/fcn.el
9025         (semantic-analyze-dereference-metatype-1):
9026         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9027         (semantic-lex-cpp-undef):
9028         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9029         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9030         (semantic-end-of-context): Fix typos in docstrings.
9032         * recentf.el (recentf-unload-function): New function.
9034 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9036         * cedet/ede.el (ede-project-placeholder-cache-file):
9037         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9038         * cedet/srecode/map.el (srecode-map-save-file):
9039         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
9041 2009-10-04  Glenn Morris  <rgm@gnu.org>
9043         * window.el (window-full-height-p): Add doc string.
9045 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
9047         * window.el (window-full-height-p): New function.  (Bug#4543)
9049 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
9051         * cedet/srecode/insert.el: Require srecode/args.
9053         * cedet/srecode/args.el: Require srecode/dictionary instead of
9054         srecode/insert.
9056         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9058         * files.el (auto-mode-alist): Add .srt and Project.ede.
9060         * cedet/semantic.el (semantic-mode):
9061         Handle srecode-template-mode-hook as well.
9062         (semantic-mode): Use js-mode-hook for Javascript hook.
9064         * cedet/srecode/template.el: Remove hook variable.
9066         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9068         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9069         projects exist.
9070         (ede-project-placeholder-cache-file): Default to a file in
9071         user-emacs-directory.
9073         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9074         templates in data-directory.
9075         (srecode-map-save-file): Default to a file in user-emacs-directory.
9077         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9078         directory.
9080 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9082         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9083         Doc fix.
9085         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9086         Only insert each variable once.
9088         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9089         (ede-pmake-insert-variable-shared): Use it.
9091         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9092         for lexical table iff table is nil.
9094 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
9096         * vc.el: Remove commented out code.
9097         (vc-derived-from-dir-mode): Remove, unused.
9098         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9100 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
9102         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9103         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
9104         there could be recursive loading when `default-directory' is a
9105         remote file name.  (Bug#4614)
9107 2009-10-03  Glenn Morris  <rgm@gnu.org>
9109         * calendar/calendar.el (calendar-basic-setup): Handle the case where
9110         the frame is wide.
9111         (calendar-generate-window): Test for shrinkability rather than width.
9113         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9114         declaration, currently false.
9116         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9117         reusing existing buffers, in case we happen to visit two files with the
9118         same basename.  (Bug#4593)
9120 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9122         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9123         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9124         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9125         subdirs of cedet as well.
9126         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9128 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9130         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9131         Obey advertised-signature-table.
9133         * help-fns.el (help-function-arglist): Don't check
9134         advertised-signature-table.
9135         (describe-function-1): Do it here instead so it also applies to subrs.
9137 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
9139         * simple.el (start-file-process): Say in the doc-string, that file
9140         handlers might not support pty association, if PROGRAM is nil.
9142         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9143         HOST and USER are strings.  They are nil, when there are
9144         incomplete entries in ~/.netrc, for example.
9145         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
9146         root directory ("device busy" error otherwise).
9148         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9149         Flush file properties of created directory.
9151 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9153         * makefile.w32-in (WINS_BASIC): Remove cedet.
9154         (WINS_CEDET): Add cedet.
9155         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9157 2009-10-02  Kevin Ryde  <user42@zip.com.au>
9159         * net/browse-url.el (browse-url): Pass any symbol in
9160         browse-url-browser-function to `apply', since if you've mistakenly put
9161         an unbound symbol then the error is clearer.  (Bug#4531)
9163 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9165         * allout.el (allout-init, allout-back-to-current-heading)
9166         (allout-beginning-of-current-entry, allout-ascend-to-depth)
9167         (allout-ascend, allout-up-current-level, allout-end-of-level)
9168         (allout-previous-visible-heading, allout-forward-current-level)
9169         (allout-backward-current-level, allout-show-children):
9170         * apropos.el (apropos-describe-plist):
9171         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9172         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9173         * completion.el (add-completion, add-permanent-completion):
9174         * descr-text.el (describe-text-category, describe-char):
9175         * desktop.el (desktop-lazy-abort):
9176         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9177         * dired.el (dired-build-subdir-alist):
9178         * ediff.el (ediff-version):
9179         * elide-head.el (elide-head, elide-head-show):
9180         * emerge.el (emerge-version):
9181         * env.el (getenv):
9182         * face-remap.el (variable-pitch-mode):
9183         * faces.el (describe-face):
9184         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9185         (dired-at-point):
9186         * files.el (find-file-existing, auto-save-mode):
9187         * font-lock.el (font-lock-fontify-buffer):
9188         * help-fns.el (describe-function, describe-variable)
9189         (describe-syntax, describe-categories):
9190         * help.el (view-lossage, describe-bindings, describe-key)
9191         (describe-mode):
9192         * hexl.el (hexl-current-address):
9193         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9194         * info.el (Info-goto-emacs-key-command-node):
9195         * log-edit.el (log-edit-insert-cvs-template)
9196         (log-edit-insert-cvs-rcstemplate):
9197         * menu-bar.el (menu-bar-mode):
9198         * mouse.el (mouse-appearance-menu):
9199         * newcomment.el (comment-indent-new-line):
9200         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9201         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9202         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9203         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9204         * recentf.el (recentf-mode):
9205         * savehist.el (savehist-mode, savehist-save):
9206         * shadowfile.el (shadow-copy-files):
9207         * simple.el (kill-ring-save, next-line, previous-line)
9208         (normal-erase-is-backspace-mode):
9209         * strokes.el (strokes-update-window-configuration)
9210         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9211         (strokes-xpm-for-stroke):
9212         * time.el (emacs-uptime, emacs-init-time):
9213         * tutorial.el (tutorial--describe-nonstandard-key)
9214         (tutorial--detailed-help):
9215         * type-break.el (type-break-mode)
9216         (type-break-mode-line-message-mode, type-break-query-mode)
9217         (type-break-guesstimate-keystroke-threshold):
9218         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9219         * version.el (emacs-version):
9220         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9221         * winner.el (winner-mode):
9222         * calendar/timeclock.el (timeclock-in, timeclock-out)
9223         (timeclock-status-string, timeclock-change)
9224         (timeclock-workday-remaining-string)
9225         (timeclock-workday-elapsed-string)
9226         (timeclock-when-to-leave-string):
9227         * calendar/todo-mode.el (todo-add-category):
9228         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9229         * emacs-lisp/autoload.el (update-file-autoloads):
9230         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9231         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9232         (checkdoc-message-text, checkdoc-defun):
9233         * emacs-lisp/debug.el (debugger-list-functions):
9234         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9235         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9236         (eieio-describe-generic):
9237         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9238         * emacs-lisp/shadow.el (list-load-path-shadows):
9239         * emulation/cua-base.el (cua-mode):
9240         * emulation/edt.el (edt-set-scroll-margins):
9241         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9242         (tpu-toggle-regexp, tpu-toggle-search-direction)
9243         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9244         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9245         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9246         (viper-set-parsing-style-toggling-macro)
9247         (viper-set-emacs-state-searchstyle-macros):
9248         * emulation/viper.el (viper-set-hooks):
9249         * eshell/esh-mode.el (eshell-truncate-buffer):
9250         * international/mule-cmds.el (prefer-coding-system)
9251         (describe-input-method, describe-language-environment):
9252         * international/mule-diag.el (list-character-sets)
9253         (describe-character-set, describe-coding-system)
9254         (describe-fontset, list-fontsets, list-input-methods):
9255         * mail/sendmail.el (mail-signature):
9256         * net/ange-ftp.el (ange-ftp-copy-file):
9257         * net/browse-url.el (browse-url):
9258         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9259         * net/quickurl.el (quickurl-add-url):
9260         * net/rcirc.el (names, topic):
9261         * net/xesam.el (xesam-mode):
9262         * play/5x5.el (5x5-new-game):
9263         * play/yow.el (apropos-zippy):
9264         * progmodes/ada-mode.el (ada-mode-version):
9265         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9266         (f90-end-of-block)
9267         (f90-beginning-of-block):
9268         * progmodes/fortran.el (fortran-end-of-block)
9269         (fortran-beginning-of-block):
9270         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9271         * progmodes/python.el (python-describe-symbol, python-shell):
9272         * term/ns-win.el (ns-print-buffer):
9273         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9274         * textmodes/flyspell.el (flyspell-mode-on):
9275         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9276         (pages-directory-for-addresses):
9277         * textmodes/table.el (table-recognize-cell)
9278         (table-query-dimension, table-generate-source)
9279         (table-insert-sequence, table--warn-incompatibility):
9280         * textmodes/tex-mode.el (tex-validate-buffer):
9281         * textmodes/texinfmt.el (texinfmt-version)
9282         (texinfo-format-buffer):
9283         Use `called-interactively-p' instead of `interactive-p'.
9285 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9287         * image-mode.el (image-toggle-display):
9288         * emacs-lisp/elp.el (elp-instrument-function):
9289         * emacs-lisp/advice.el (ad-make-advised-definition):
9290         * emacs-lisp/easy-mmode.el (define-minor-mode):
9291         * net/browse-url.el (browse-url-maybe-new-window):
9292         * progmodes/sh-script.el (sh-learn-buffer-indent):
9293         Pass new argument 'any to `called-interactively-p'.
9295 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9297         * international/uni-bidi.el:
9298         * international/uni-category.el:
9299         * international/uni-combining.el:
9300         * international/uni-comment.el:
9301         * international/uni-decimal.el:
9302         * international/uni-decomposition.el:
9303         * international/uni-digit.el:
9304         * international/uni-lowercase.el:
9305         * international/uni-mirrored.el:
9306         * international/uni-name.el:
9307         * international/uni-numeric.el:
9308         * international/uni-old-name.el:
9309         * international/uni-titlecase.el:
9310         * international/uni-uppercase.el:
9311         Regenerate from Unicode 5.2.0 data.
9313 2009-10-01  Glenn Morris  <rgm@gnu.org>
9315         * Makefile.in (ELCFILES): Regenerate.
9317 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9319         * subr.el (interactive-p): Mark obsolete.
9320         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9321         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9322         advertised-signature-table for subroutines as well.
9324         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9325         (set-advertised-calling-convention): New function.
9326         (make-obsolete, define-obsolete-function-alias)
9327         (make-obsolete-variable, define-obsolete-variable-alias):
9328         Make the optional-ness of `when' obsolete.
9329         (define-obsolete-face-alias): Make `when' non-optional.
9330         * help-fns.el (help-function-arglist):
9331         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9332         Use advertised-signature-table.
9334 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9336         * files.el (delete-directory): New defun.  The original function
9337         in fileio.c has been renamed to `delete-directory-internal'.
9339         * dired.el (dired-delete-file): Call `delete-directory' with
9340         RECURSIVE parameter.
9342         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9343         parameter RECURSIVE.  Implementation is missing.
9345         * net/tramp.el (tramp-handle-make-directory): Flush upper
9346         directory's file properties.
9347         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9348         (tramp-handle-dired-recursive-delete-directory): Flush directory
9349         properties after the remove command only.
9351         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9352         Handle optional parameter RECURSIVE.
9354         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9355         Handle optional parameter RECURSIVE.
9357         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9358         connection timeout.
9359         (tramp-smb-handle-delete-directory): Handle optional parameter
9360         RECURSIVE.
9362 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9365         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9366         (byte-compile-defmacro): Use backquotes.
9368         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9370         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9371         has no associated file.
9372         (vc-resynch-buffer): Use vc-dir-buffers.
9374 2009-10-01  Glenn Morris  <rgm@gnu.org>
9376         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9377         (chart-file-count):
9378         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9379         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9380         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9381         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9382         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9383         (eieio-copy-parents-into-subclass, make-instance, class-children)
9384         (eieio-generic-form):
9385         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9386         * cedet/cedet-idutils.el (cedet-idutils-search)
9387         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9388         (cedet-idutils-version-check):
9389         * cedet/cedet.el (cedet-version):
9390         * cedet/data-debug.el (data-debug-insert-overlay-button)
9391         (data-debug-insert-overlay-list-button)
9392         (data-debug-insert-buffer-button)
9393         (data-debug-insert-buffer-list-button)
9394         (data-debug-insert-process-button, data-debug-insert-ring-button)
9395         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9396         (data-debug-insert-stuff-vector-button)
9397         (data-debug-insert-symbol-button, data-debug-insert-string)
9398         (data-debug-insert-number, data-debug-insert-lambda-expression)
9399         (data-debug-insert-nil, data-debug-insert-simple-thing)
9400         (data-debug-insert-custom, data-debug-edebug-expr):
9401         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9402         (global-ede-mode-map, ede-new, ede-debug-target)
9403         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9404         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9405         (semantic-fetch-tags, semantic-submode-list)
9406         (semantic-default-submodes):
9407         * cedet/ede/source.el (ede-source-match):
9408         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9409         (project-am-package-info):
9410         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9411         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9412         * cedet/ede/proj-comp.el (ede-current-build-list):
9413         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9414         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9415         * cedet/ede/cpp-root.el (initialize-instance):
9416         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9417         (autoconf-parameter-strip, autoconf-insert-new-macro):
9418         * cedet/semantic/wisent.el (wisent-lex-eoi):
9419         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9420         (semantic-show-parser-state-mode):
9421         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9422         * cedet/semantic/tag.el (semantic-tag-new-variable)
9423         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9424         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9425         (semantic--tag-deep-copy-tag-list)
9426         (semantic-tag-components-with-overlays-default):
9427         * cedet/semantic/symref.el (semantic-symref-find-text):
9428         * cedet/semantic/senator.el (senator-yank-tag)
9429         (senator-transpose-tags-up):
9430         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9431         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9432         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9433         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9434         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9435         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9436         * cedet/semantic/lex-spp.el
9437         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9438         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9439         * cedet/semantic/idle.el
9440         (semantic-idle-summary-current-symbol-info-brutish)
9441         (semantic-idle-summary-current-symbol-info-default):
9442         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9443         (semantic--grammar-macro-compl-dict):
9444         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9445         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9446         (semantic-format-tag-canonical-name-default):
9447         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9448         (semantic-find-tags-for-completion)
9449         (semantic-find-tags-by-scope-protection-default)
9450         (semantic-deep-find-tags-for-completion):
9451         * cedet/semantic/edit.el
9452         (semantic-edits-incremental-reparse-failed-hook)
9453         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9454         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9455         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9456         * cedet/semantic/dep.el (semantic-dependency-include-path):
9457         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9458         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9459         (semanticdb-project-roots):
9460         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9461         (semanticdb-find-adebug-insert-scanned-tag-cons)
9462         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9463         (semanticdb-brute-deep-find-tags-for-completion):
9464         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9465         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9466         (semantic-end-of-context-default)
9467         (semantic-ctxt-current-function-default)
9468         (semantic-ctxt-scoped-types-default):
9469         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9470         (semantic-complete-inline-tag-engine)
9471         (semantic-complete-inline-custom-type)
9472         (semantic-complete-read-tag-analyzer):
9473         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9474         (semantic-chart-database-size):
9475         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9476         (semantic-analyze-current-context):
9477         * cedet/semantic/symref/list.el (semantic-symref)
9478         (semantic-symref-hide-buffer, semantic-symref-symbol):
9479         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9480         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9481         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9482         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9483         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9484         (semantic-c-dereference-template):
9485         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9486         (semantic--analyze-refs-full-lookup-with-parents)
9487         (semantic--analyze-refs-full-lookup-simple):
9488         * cedet/semantic/analyze/complete.el
9489         (semantic-analyze-possible-completions):
9490         * cedet/srecode/table.el (srecode-mode-table-new):
9491         * cedet/srecode/srt.el (srecode-read-variable-name):
9492         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9493         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9494         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9495         * cedet/srecode/map.el (srecode-current-map):
9496         * cedet/srecode/insert.el (srecode-insert)
9497         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9498         (srecode-template-inserter-point-override)
9499         (srecode-insert-include-lookup):
9500         * cedet/srecode/getset.el (srecode-auto-choose-class):
9501         * cedet/srecode/extract.el (srecode-inserter-extract):
9502         * cedet/srecode/document.el
9503         (srecode-document-autocomment-return-last-alist)
9504         (srecode-document-autocomment-param-type-alist)
9505         (srecode-document-insert-function-comment)
9506         (srecode-document-insert-variable-one-line-comment)
9507         (srecode-document-function-name-comment):
9508         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9509         (srecode-compound-toString):
9510         * cedet/srecode/compile.el (srecode-flush-active-templates):
9511         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9512         Doc/message fixes.
9514         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9515         match-data.  (Bug#4555).
9517         * cedet/semantic/bovine/gcc.el
9518         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9519         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9521         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9522         rather than parsing it as a regexp.  This relaxes the layout
9523         requirements and makes errors easier to detect.
9524         (check-declare-verify): Check file is regular.
9525         (check-declare-directory): Doc fix.
9526         * subr.el (declare-function): Doc fix.
9528         * ibuffer.el (ibuffer-format-qualifier):
9529         * isearch.el (hi-lock-regexp-okay):
9530         * calc/calc.el (math-zerop):
9531         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9532         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9533         Remove unused declarations.
9535 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9537         * cedet/semantic/wisent/javat-wy.el
9538         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9540 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9542         * cedet/srecode/expandproto.el: Fix provide statement.
9544 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9546         * emacs-lisp/eieio.el (boolean-p): Delete.
9548 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9550         * cedet/ede/srecode.el: Fix provide statement.
9552 2009-09-30  Glenn Morris  <rgm@gnu.org>
9554         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9555         * cedet/ede/proj-aux.el (ede-aux-source):
9556         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9557         (ede-misc-source):
9558         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9559         (semantic-mrub-switch-tags): Fix doc typos.
9561         * cedet/semantic/db-global.el (data-debug-new-buffer)
9562         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9563         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9565         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9567         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9568         use of CL function `remove-if-not'.
9570         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9572         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9573         filename is not a string.
9575 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9577         * files.el (safe-local-eval-forms): Fix typo.
9579 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * vc-hooks.el (vc-dir-buffers): New var.
9582         (vc-state-refresh): New function.
9583         (vc-state): Use it.
9584         (vc-after-save): Always ask the backend to recompute the new state.
9585         Always call vc-dir if necessary, using vc-dir-buffers.
9586         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9587         Use vc-dir-buffers.
9588         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9589         (vc-dir-prepare-status-buffer, vc-dir-update)
9590         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9591         Don't call expand-file-name on default-directory.
9593 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9595         * speedbar.el (speedbar-item-delete):
9596         * calc/calc-prog.el (calc-kbd-if):
9597         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9599         * epa.el (epa-key-list-mode-map):
9600         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9602         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9603         (hs-show-hook): Fix typo in docstring.
9605 2009-09-29  Glenn Morris  <rgm@gnu.org>
9607         * cedet/semantic/symref/idutils.el:
9608         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9610         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9612         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9613         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9614         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9615         Mark declarations not understood by check-declare.
9617         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9618         file-name-nondirectory call preventing location of cedet files.
9619         (check-declare-verify): Use literal search rather than re-search.
9620         Add basic defmethod and defclass, and define-overloadable-function.
9622         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9623         Use tramp-compat-file-attributes rather than nonexistent
9624         tramp-compat-handle-file-attributes.
9626         * Makefile.in (lisptagsfiles4): New.
9627         (AUTOGENEL): Add cedet loaddefs files.
9628         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9629         (update-elclist, compile-always, backup-compiled-files)
9630         (bootstrap-clean): Add yet another directory level.
9631         (update-elclist): Use LC_COLLATE rather than COLLATE.
9632         (ELCFILES): Update, via `make update-elclist'.
9634 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9636         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9637         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9638         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9640 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9642         * Makefile.in (lisptagsfiles3): Define.
9643         (TAGS, TAGS-LISP): Use it.
9644         (update-elclist): Add third directory level to look for elc files.
9645         (compile-always): Likewise.
9646         (backup-compiled-files): Likewise.
9647         (bootstrap-clean): Likewise.
9648         (ELCFILES): Update.
9650 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
9652         * Makefile.in (ELCFILES): Add CEDET files.
9654 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9656         CEDET (development tools) package merged.
9658         * cedet/*.el:
9659         * cedet/ede/*.el:
9660         * cedet/semantic/*.el:
9661         * cedet/srecode/*.el: New files.
9663 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
9665         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9667         * net/tramp.el (top): Require tramp-imap.
9669         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9670         Use `tramp-compat-handle-file-attributes'.
9672 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9674         * net/tramp-imap.el: New package.
9676 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9678         * emacs-lisp/chart.el:
9679         * emacs-lisp/eieio-base.el:
9680         * emacs-lisp/eieio-comp.el:
9681         * emacs-lisp/eieio-custom.el:
9682         * emacs-lisp/eieio-datadebug.el:
9683         * emacs-lisp/eieio-opt.el:
9684         * emacs-lisp/eieio-speedbar.el:
9685         * emacs-lisp/eieio.el: New files.
9687         * cedet/cedet-cscope.el:
9688         * cedet/cedet-files.el:
9689         * cedet/cedet-global.el:
9690         * cedet/cedet-idutils.el:
9691         * cedet/data-debug.el:
9692         * cedet/inversion.el:
9693         * cedet/mode-local.el:
9694         * cedet/pulse.el: New files.
9696 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9698         * whitespace.el (whitespace-trailing-regexp)
9699         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9700         Fix doc string.
9702 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
9704         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9705         menu.
9707         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9708         menu-bar-ediff-menu.
9710         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9711         define-overloadable-function.
9713         * progmodes/autoconf.el: Provide autoconf as well, so that this
9714         file can be `require'd.
9716         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9718         * emacs-lisp/autoload.el (generated-autoload-feature)
9719         (generated-autoload-load-name): New vars.
9720         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9721         (make-autoload): Recognize define-overloadable-function and
9722         defclass forms (for EIEIO).
9724         * Makefile.in (update-subdirs): Exclude cedet directory.
9726 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9728         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9730         * faces.el: Default light-background background for region face to
9731         ns_selection_color under NS.
9733 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9735         * net/imap-hash.el: New library, see NEWS.
9737         * Makefile.in (ELCFILES): Add imap-hash.el.
9739 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9742         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9743         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9744         definition where the docstring could be taken for the return value.
9746 2009-09-26  Glenn Morris  <rgm@gnu.org>
9748         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9749         Add option to only show images below a certain size.
9750         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9751         save-excursion calls.
9753 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9755         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9756         subdirectories) and eieio.
9758 2009-09-26  Alan Mackenzie  <acm@muc.de>
9760         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9761         buggy bracketing.  (Bug#4289)
9763         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9764         character constants (as case labels).  (Bug#4289)
9766 2009-09-25  Juri Linkov  <juri@jurta.org>
9768         * files.el (safe-local-eval-forms): Allow time-stamp in
9769         before-save-hook (Bug#4554).
9771 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9773         * menu-bar.el (list-buffers-directory): Doc fix.
9775 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9777         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9778         Try and avoid copying twice the same paragraph.
9779         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9780         Remove save-excursion.
9781         (log-edit-changelog-entry): Do it here instead.
9783 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9785         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9786         when available, instead of hardcoding mode names.  Doc fix.
9788         * menu-bar.el (list-buffers-directory): Add docstring.
9789         Make automatically buffer-local.
9791         * dired.el (dired-mode):
9792         * files.el (cd-absolute):
9793         * pcvs.el (cvs-temp-buffer):
9794         * pcvs-util.el (cvs-get-buffer-create):
9795         * shell.el (shell-mode):
9796         * vc-dir.el (vc-dir-mode):
9797         Don't make `list-buffers-directory' buffer local.
9799 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9801         * comint.el (comint-exec, comint-run, make-comint):
9802         Doc fixes (Bug#4542).
9804 2009-09-25  Glenn Morris  <rgm@gnu.org>
9806         * mail/rmailmm.el (rmail-mime): New custom group.
9807         Move all defcustoms in this file into this group.
9808         (rmail-mime-media-type-handlers-alist): Revert previous change.
9809         (rmail-mime-show-images): New option.
9810         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9811         references to it, since it wasn't actually used for anything.
9812         (rmail-mime-insert-image): New function.
9813         (rmail-mime-image): Use rmail-mime-insert-image.
9814         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9815         obey the value of `rmail-mime-show-images' option.  Print the size of
9816         attachments.
9818 2009-09-25  David Engster  <deng@randomsample.de>
9820         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9822 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9824         * whitespace.el: Does not highlight trailing spaces While point is
9825         at end of line.  Does not highligt spaces at beginning of buffer
9826         while point is at beginning of buffer.  Does not highlight spaces
9827         at end of buffer while point is at end of buffer.  (Bug#4177)
9828         New version 12.0.
9829         (whitespace-display-mappings): Adjust initialization.
9830         (whitespace-point, whitespace-font-lock-refontify): New vars.
9831         (whitespace-color-on, whitespace-color-off): Adjust code.
9832         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9833         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9834         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9836 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9838         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9840         * textmodes/sgml-mode.el: Remove xml-mode alias.
9842         * files.el (auto-mode-alist, conf-mode-maybe)
9843         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9845 2009-09-24  Alan Mackenzie  <acm@muc.de>
9847         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9848         c-forward-conditionals, but it doesn't move point and doesn't set
9849         the mark.
9850         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9851         (c-down-conditional-with-else, c-backward-conditional)
9852         (c-forward-conditional): Refactor to use c-scan-conditionals.
9854 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9856         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9857         (help-default-arg-highlight): Remove.
9858         (help-highlight-arg): New function.
9859         (help-do-arg-highlight): Use it.
9860         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9862 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9864         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9865         Undo last change, which didn't fix the problem and introduced others.
9867 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9869         * progmodes/gdb-mi.el: Don't require speedbar.
9870         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9872 2009-09-24  Glenn Morris  <rgm@gnu.org>
9874         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9876         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9878         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9879         there is no newline after the final mime boundary.  (Bug#4539)
9880         Move markers on insertion so that any buttons inserted don't end up in
9881         the next part of a multipart message.
9882         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9883         (rmail-mime-bulk-handler): Optionally handle images.
9884         (rmail-mime-image): New button action.
9885         (rmail-mime-image-handler): New function.
9886         (rmail-mime-mode): New mode.
9887         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9889 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9892         than just dropping elements from it (bug#4504).
9894         * term.el (term-set-scroll-region): Don't move cursor any more.
9895         (term-handle-ansi-escape): Call term-goto here instead.
9896         Suggested by Ivan Kanis <apple@kanis.eu>.
9898         * term.el: Require CL.
9899         (term-ansi-reset): New function.
9900         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9901         (term-handle-colors-array): Simplify.
9903 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9905         * allout.el (allout-overlay-interior-modification-handler)
9906         (allout-obtain-passphrase):
9907         * epa-file.el (epa-file-write-region):
9908         * ps-print.el (ps-begin-job):
9909         * vc-hooks.el (vc-toggle-read-only):
9910         * vc-rcs.el (vc-rcs-rollback):
9911         * vc-sccs.el (vc-sccs-rollback):
9912         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9913         (vc-version-diff, vc-revert, vc-rollback):
9914         * wdired.el (wdired-check-kill-buffer):
9915         * emacs-lisp/authors.el (authors):
9916         * net/socks.el (socks-open-connection):
9917         * net/zeroconf.el (zeroconf-service-add-hook):
9918         * obsolete/vc-mcvs.el (vc-mcvs-register):
9919         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9920         (gdb-select-frame):
9921         * progmodes/grep.el (lgrep, rgrep):
9922         * progmodes/idlw-help.el (idlwave-help-check-locations)
9923         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9924         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9925         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9926         (reftex-toc-rename-label): Fix typos in error messages.
9928         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9929         (dired-copy-how-to-fn): Doc fix.
9930         (dired-files-attributes, dired-read-shell-command):
9931         Fix typos in docstrings.
9933         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9934         (dired-x-find-file-other-window): Reflow docstrings.
9935         (dired-omit-marker-char, dired-read-shell-command)
9936         (dired-x-submit-report): Fix typos in docstrings.
9938         * shell.el (shell-mode-hook):
9939         * view.el (View-scroll-line-forward):
9940         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9941         Fix typos in docstrings.
9943         * net/dig.el (dig-invoke): Fix typo in docstring.
9944         (query-dig): Reflow docstring.
9946         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9947         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9948         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9949         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9950         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9951         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9952         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9953         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9954         (idlwave-completion-map, idlwave-current-indent)
9955         (idlwave-custom-ampersand-surround, idlwave-customize)
9956         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9957         (idlwave-define-abbrev, idlwave-determine-class-special)
9958         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9959         (idlwave-end-block-reg, idlwave-end-of-statement)
9960         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9961         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9962         (idlwave-explicit-class-listed, idlwave-file-header)
9963         (idlwave-fill-paragraph, idlwave-find-class-definition)
9964         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9965         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9966         (idlwave-in-quote, idlwave-indent-action-table)
9967         (idlwave-indent-expand-table, idlwave-indent-line)
9968         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9969         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9970         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9971         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9972         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9973         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9974         (idlwave-outlawed-buffers, idlwave-popup-select)
9975         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9976         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9977         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9978         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9979         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9980         (idlwave-statement-type, idlwave-struct-skip)
9981         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9982         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9983         (idlwave-what-module-find-class): Fix typos in docstrings.
9984         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9985         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9986         (idlwave-find-module, idlwave-find-structure-definition)
9987         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9988         (idlwave-list-load-path-shadows, idlwave-next-statement)
9989         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9990         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9991         (idlwave-template): Reflow docstrings.
9993         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9994         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9995         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9996         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9997         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9998         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9999         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10000         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10001         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10002         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10003         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10004         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10005         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10006         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10007         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10008         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10009         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10010         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10011         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10012         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10013         Fix typos in docstrings.
10014         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10015         (idlwave-shell-hide-output, idlwave-shell-mode)
10016         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10017         Reflow docstrings.
10019         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10021 2009-09-24  Ivan Kanis  <apple@kanis.eu>
10023         * term.el (term-bold-attribute): New var.
10024         (term-handle-colors-array): Use it.
10026 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
10028         * progmodes/gdb-mi.el (gdb-version): New variable.
10029         (gdb-non-stop-handler): Set gdb-version.
10030         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10031         Condition "--thread" option on gdb-version.
10032         (gdb-invalidate-threads): Remove unused argument.
10034 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10036         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10037         to looking-back to avoid ridiculous slow down in large files (bug#4511).
10039 2009-09-23  Glenn Morris  <rgm@gnu.org>
10041         * mail/rmail.el (rmail-reply): Don't try to add a References header when
10042         replying to mail without References or Message-Id.  (Bug#4525)
10044 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10046         * term/ns-win.el (ns-reg-to-script): New variable.
10048 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
10050         * epg.el (epg-wait-for-status): Preserve existing 'error results.
10052 2009-09-22  Sam Steingold  <sds@gnu.org>
10054         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10055         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10056         to 1 because hg returns status 1 when nothing is found.
10057         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10059 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * textmodes/fill.el: Convert to utf-8 encoding.
10062         (fill-french-nobreak-p): Remove redundant » and « inherited from our
10063         pre-unicode days.
10065         * add-log.el (change-log-fill-forward-paragraph): New function.
10066         (change-log-mode): Use it so fill-region DTRT.
10067         Set fill-indent-according-to-mode here rather than in
10068         change-log-fill-paragraph.
10069         (change-log-fill-paragraph): Remove.
10071 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
10073         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10074         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10076 2009-09-22  Glenn Morris  <rgm@gnu.org>
10078         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10079         the scroll-bar scroll the calendar window rather than the buffer.
10081         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10082         commands that move point (as opposed to scrolling).
10084         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10086         * emacs-lisp/elint.el (elint): New custom group.
10087         (elint-log-buffer): Make it a defcustom.
10088         (elint-scan-preloaded, elint-ignored-warnings)
10089         (elint-directory-skip-re): New options.
10090         (elint-builtin-variables): Doc fix.
10091         (elint-preloaded-env): New variable.
10092         (elint-unknown-builtin-args): Add an entry for encode-time.
10093         (elint-extra-errors): Make it a variable rather than a constant.
10094         (elint-preloaded-skip-re): New constant.
10095         (elint-directory): Skip files matching elint-directory-skip-re.
10096         (elint-features): New variable, local to linted buffers.
10097         (elint-update-env): Initialize elint-features.  Possibly add
10098         elint-preloaded-env to the buffer's environment.
10099         (elint-get-top-forms): Bind elint-current-pos, for log messages.
10100         Skip quoted forms.
10101         (elint-init-form): New function, extracted from elint-init-env.
10102         Make non-list forms a warning rather than an error.
10103         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
10104         easy-menu-define, put that adds an error-condition, and provide.
10105         When requiring cl, also require cl-macs.  Really require cl, to handle
10106         some cl macros.  Store required libraries in the list elint-features,
10107         so as not to re-load them.  Treat cc-require like require.
10108         (elint-init-env): Call elint-init-form to do the work.
10109         Handle eval-and-compile and such like.
10110         (elint-add-required-env): Do not clear messages.
10111         (elint-special-forms): Add handlers for function, defalias, if, when,
10112         unless, and, or.
10113         (elint-form): Add optional argument to ignore elint-special-forms,
10114         useful to prevent recursive calls from handlers.  Doc fix.
10115         Respect elint-ignored-warnings.
10116         (elint-form): Respect elint-ignored-warnings.
10117         (elint-bound-variable, elint-bound-function): New variables.
10118         (elint-unbound-variable): Respect elint-bound-variable.
10119         (elint-get-args): Respect elint-bound-function.
10120         (elint-check-cond-form): Add some simple handling for (f)boundp and
10121         featurep tests.
10122         (elint-check-defalias-form): New handler.
10123         (elint-check-let-form): Make an empty let a warning rather than an
10124         error.
10125         (elint-check-setq-form): Make an empty setq a warning rather than an
10126         error.  Respect elint-ignored-warnings.
10127         (elint-check-defvar-form): Accept null doc-strings.
10128         (elint-check-conditional-form): New handler.  Does some simple-minded
10129         checking of featurep and (f)boundp tests.
10130         (elint-put-function-args): New function.
10131         (elint-initialize): Use elint-scan-doc-file rather than
10132         elint-find-builtin-variables.  Use elint-put-function-args.
10133         Possibly scan preloaded-file-list.
10134         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10135         extend to handle functions as well.
10137 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
10139         * linum.el (linum-delete-overlays, linum-update-window):
10140         Do not modify the right margin.  (Bug#3971)
10142 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
10144         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10145         nxml-mode instead of xml-mode.
10147 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10149         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
10151 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10153         * net/dig.el (dig-mode): Use define-derived-mode.
10155 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10157         * vc-dispatcher.el (vc-do-command): Return the process object in
10158         the asynchronous case.  Use when instead of if.  Do not run
10159         vc-exec-after to display a message if not enabled.  (Bug#4463)
10161         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10162         properties to the stash strings.
10163         (vc-git-stash-list): Return a list of strings.
10164         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10165         (vc-git-stash-show-at-point): New functions.
10166         (vc-git-stash-map): New keymap.
10168         * register.el (ctl-x-r-map): Define the keys here instead of
10169         using autoload.
10171 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
10173         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10174         list, to workaround performance problem (bug#4485).
10176 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
10178         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10180 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
10182         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10183         Document that this option is not recommended to use.
10185 2009-09-19  Glenn Morris  <rgm@gnu.org>
10187         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10188         variable `var'.
10190         * calc/calc-alg.el (var):
10191         * calc/calcalg2.el (var): Define for compiler.
10193 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
10195         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10196         Doc fix (Bug#3932).
10198         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10200         * time-stamp.el (time-stamp-month-dd-yyyy)
10201         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10202         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10203         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10204         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10205         Remove functions that have been obsolete since 1995 (Bug#4436).
10207         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10208         indent buffer only if called interactively (Bug#4452).
10210 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10211             Eli Zaretskii  <eliz@gnu.org>
10213         This fixes bug#4197 (merged to bug#865, though not identical).
10214         * server.el (server-auth-dir): Add docstring note about FAT32.
10215         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10216         but warn against using them.
10218 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10220         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10221         older GDB where there is no has_more field.
10223 2009-09-19  Glenn Morris  <rgm@gnu.org>
10225         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10227 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10229         * files.el (auto-mode-alist): Change default for XML files to nXML
10230         mode (Bug#4169).
10232 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10234         * server.el (server-ensure-safe-dir): Pass 'integer
10235         to `file-attributes', as suggested.
10237 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10239         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10240         (dired-query): Use read-key.
10242 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10244         * cus-start.el (ns-use-qd-smoothing): Remove.
10246 2009-09-18  Glenn Morris  <rgm@gnu.org>
10248         * allout.el (top-level): Remove unnecessary progn.
10250         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10252         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10253         definition of abbrev table.
10255         * speedbar.el (speedbar-track-mouse):
10256         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10257         * net/eudc.el (eudc-expand-inline):
10258         * net/newst-backend.el (newsticker--cache-read-feed):
10259         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10260         condition-case handlers.
10262 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10264         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10265         (gdb-var-list): Add an element for has_more field.
10266         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10267         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10268         (gdb-var-update-handler-1): Parse output of dynamic variable
10269         objects (STL containers).
10270         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10271         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10273         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10274         gdb-var-list.
10275         (gud-speedbar-buttons): Make node expandable if expression "has more"
10276         children.
10278 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10280         * startup.el (emacs-quick-startup): Remove variable and all uses.
10281         (command-line): Set `inhibit-x-resources' instead.
10282         (command-line-1): Use `inhibit-x-resources' instead.
10284 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10286         * subr.el: Fix last change to avoid using the `unless' macro,
10287         which breaks bootstrapping.
10289 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10291         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10292         extended definitions, in case we reload subr.el after having
10293         loaded CL.
10294         (eval-next-after-load): Mark as obsolete.
10296 2009-09-17  Juri Linkov  <juri@jurta.org>
10298         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10299         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10300         (menu-bar-showhide-menu, menu-bar-tools-menu)
10301         (menu-bar-describe-menu, menu-bar-help-menu)
10302         (minibuffer-local-completion-map, minibuffer-local-map):
10303         Fix list quoting.
10305 2009-09-17  Glenn Morris  <rgm@gnu.org>
10307         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10308         arguments, whether or not it has a handler.
10310         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10312         * simple.el (hard-newline): Give it a doc-string.
10314         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10315         (lisp-mode-syntax-table): Give them doc-strings.
10317 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10319         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10320         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10321         (menu-bar-options-menu, menu-bar-showhide-menu)
10322         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10323         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10324         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10325         (menu-bar-options-menu, menu-bar-tools-menu)
10326         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10327         (menu-bar-help-menu):
10328         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10329         string arguments.
10331         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10332         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10333         calls for the menu names and :help.
10335 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10337         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10338         to :minor-mode-function (bug#4455).
10340 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * startup.el (command-line): Initialize the window-system after
10343         processing the command-line.
10345         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10346         page-delimiter matches the empty string.
10348 2009-09-16  Glenn Morris  <rgm@gnu.org>
10350         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10351         byte-compile-not-obsolete-var.  It's a list now.
10352         (byte-compile-not-obsolete-funcs): New variable.
10353         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10354         byte-compile-not-obsolete-funcs.
10355         (byte-compile-variable-ref, byte-compile-defvar): Update for
10356         byte-compile-not-obsolete-vars name-change and list nature.
10357         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10358         and variables behind (f)boundp tests.
10359         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10361 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10363         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10365 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10368         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10369         Don't autoload.
10371 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10373         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10374         the virtual-buffers, use the name of the buffer specified by
10375         find-file-noselect, as the match may be a symlink.  (This was a
10376         problem if the target and the symlink had different names.)
10378 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10382         * desktop.el (desktop-path): Check user-emacs-directory.
10384         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10386         * loadup.el: Use after-load-functions to GC after loading each file.
10387         Remove the explicit GC calls that used to be sprinkled around.
10389         * subr.el (after-load-functions): New hook.
10390         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10391         `obsolete' packages, rather than painfully extracting the relevant
10392         directory name.
10394 2009-09-15  Glenn Morris  <rgm@gnu.org>
10396         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10397         free variable `doc'.
10399         * dired.el (dired-mode-map): Add menu entry for async shell command.
10401         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10402         variables, also consider the .elc files, since the .el files are
10403         normally gzipped (subsequent code locates the .el.gz from the .elc).
10405         * calc/calc-prog.el (arglist): Define for compiler.
10407         * calendar/diary-lib.el (diary-display-function): Change the default to
10408         fancy display.
10409         (body): Define for compiler.
10411         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10412         (byte-compile-file-form, byte-compile-lambda)
10413         (byte-compile-top-level-body, byte-compile-form)
10414         (byte-compile-variable-ref, byte-compile-setq)
10415         (byte-compile-setq-default, byte-compile-body)
10416         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10417         (batch-byte-compile): Give some more local variables with common names
10418         a "bytecomp-" prefix to avoid masking warnings about free variables.
10420         * startup.el (command-line-1): Give local variables with common names a
10421         distinguishing prefix, so as not to hide free variable warnings during
10422         bootstrap.
10424         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10425         clever and add a suffix to make a unique name, just let the user decide
10426         whether or not to overwrite it.  If the input is a directory, write the
10427         default filename to that directory.  (Bug#4388)
10428         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10429         is a filename-as-a-directory.
10431 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         * textmodes/page.el (what-page): Don't move to beginning of line.
10434         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10436 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10438         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10440 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10442         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10443         * help.el (help-for-help-internal): Add purecopy calls for text.
10445         * vc.el (top): print-log method now takes an optional SHORTLOG
10446         argument.  Add a new method: root.
10447         (vc-root-diff, vc-print-root-log): New functions.
10448         (vc-log-short-style): New variable.
10449         (vc-print-log-internal): Add support for showing short logs.
10451         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10452         vc-print-root-log and vc-print-root-diff.
10454         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10455         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10456         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10457         short logs.
10459         * vc-cvs.el (vc-cvs-print-log):
10460         * vc-mtn.el (vc-mtn-print-log):
10461         * vc-rcs.el (vc-rcs-print-log):
10462         * vc-sccs.el (vc-sccs-print-log):
10463         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10464         that is ignored for now.
10466         * vc-mtn.el (vc-mtn-annotate-command):
10467         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10469 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10471         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10472         to function-key-map, and give them ascii-character property.
10473         * term/x-win.el (x-alternatives-map):
10474         * term/ns-win.el (ns-alternatives-map):
10475         * term/internal.el (msdos-key-remapping-map):
10476         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10478 2009-09-14  Glenn Morris  <rgm@gnu.org>
10480         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10481         temp-buffers (2009-09-12).
10483 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10485         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10486         the new read-key function.
10488 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10490         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10491         is defined (Bug#4405).
10493 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10495         * recentf.el (recentf-cleanup): Use a hash table to find
10496         duplicates (Bug#4407).
10498 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10500         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10501         kp-0 to ascii equivalents (Bug#4325).
10503 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10505         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10507         * eshell/em-hist.el:
10508         * eshell/em-dirs.el (eshell-complete-user-reference):
10509         Declare pcomplete functions and variables to avoid compiler warnings.
10511 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10513         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10514         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10515         * eshell/em-alias.el (eshell-aliases-file):
10516         * eshell/em-hist.el (eshell-history-file-name):
10517         Use expand-file-name instead of concat to make file names (Bug#4308).
10519 2009-09-13  Glenn Morris  <rgm@gnu.org>
10521         * ediff-merg.el (ediff-do-merge):
10522         * filesets.el (filesets-run-cmd):
10523         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10524         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10525         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10526         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10527         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10528         Replace empty `let's with `progn'.
10530 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10532         * mail/sendmail.el (send-mail-function):
10533         * tooltip.el (tooltip-mode):
10534         * simple.el (transient-mark-mode):
10535         * rfn-eshadow.el (file-name-shadow-mode):
10536         * frame.el (blink-cursor-mode):
10537         * font-core.el (global-font-lock-mode):
10538         * files.el (temporary-file-directory)
10539         (small-temporary-file-directory, auto-save-file-name-transforms):
10540         * epa-hook.el (auto-encryption-mode):
10541         * composite.el (global-auto-composition-mode):
10542         Use custom-initialize-delay.
10543         * startup.el (command-line): Don't explicitly call
10544         custom-reevaluate-setting for all the above vars.
10545         * custom.el (custom-initialize-safe-set)
10546         (custom-initialize-safe-default): Delete.
10548 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10550         * term/x-win.el (x-initialize-window-system):
10551         * term/w32-win.el (w32-initialize-window-system):
10552         * term/ns-win.el (ns-initialize-window-system): Don't call
10553         mouse-wheel-mode since it's enabled globally by default already.
10555         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10556         actually define the variable, but only silences the byte-compiler.
10557         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10558         before looking it up.
10559         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10560         is changed.
10562 2009-09-12  Glenn Morris  <rgm@gnu.org>
10564         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10565         1000.
10566         (elint-add-required-env): Don't beep on error.
10567         (elint-forms): In case of error, return ENV unchanged.
10568         (elint-init-env): Skip non-list forms.
10569         (elint-log): Handle unknown file positions.
10571 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10573         * epg.el (epg-make-context): Add autoload cookie.
10574         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10575         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10576         (epg-verify-string, epg-start-sign, epg-sign-file)
10577         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10578         (epg-encrypt-string, epg-start-export-keys)
10579         (epg-export-keys-to-file, epg-export-keys-to-string)
10580         (epg-start-import-keys, epg-import-keys-from-file)
10581         (epg-import-keys-from-string, epg-start-receive-keys)
10582         (epg-receive-keys, epg-import-keys-from-server)
10583         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10584         (epg-sign-keys, epg-start-generate-key)
10585         (epg-generate-key-from-file, epg-generate-key-from-string):
10586         Remove autoload cookie.
10588 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10590         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10591         reevaluation of trash-directory.
10593         * mwheel.el: Fix last change.
10594         (mouse-wheel-mode): New defvar.
10595         (mouse-wheel-mode): Remove autoload cookie.
10597 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10599         * mwheel.el (mwheel-installed-bindings): New var.
10600         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10601         the bindings we set last time.  Use custom-initialize-delay.
10602         * loadup.el: Load mwheel after term/*-win.el.
10603         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10604         and mouse-wheel-up-event now that their first evaluation is done
10605         sufficiently late to be correct.
10607         * startup.el (tutorial-directory): Make it a defcustom.
10608         Use custom-initialize-delay rather than eval-at-startup to set it.
10609         * image.el (image-load-path): Make it a defcustom.
10610         Use custom-initialize-delay rather than eval-at-startup to set it.
10611         * subr.el (eval-at-startup): Remove.
10612         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10614         * subr.el (do-after-load-evaluation): Warn the user after loading an
10615         obsolete package.
10617 2009-09-12  Glenn Morris  <rgm@gnu.org>
10619         * proced.el (proced-mark-alt): Remove alias.
10620         (proced-mode-map): Remove proced-mark-alt.
10622         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10623         Elint file and directory.  Remove initialization entry.
10625         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10626         commands.
10627         (elint-current-buffer): Set mode-line-process.
10628         (elint-init-env): Handle define-derived-mode.
10629         Fix declare-function with unspecified arglist.  Guard against odd
10630         defalias statements (eg iso-insert's 8859-1-map).
10631         (elint-add-required-env): Use a temp buffer.
10632         (elint-form): Just print the function/macro name, not the whole form.
10633         Return env unchanged if we fail to parse a macro.
10634         (elint-forms): Guard against parse errors.
10635         (elint-output): New function, to handle batch mode.
10636         (elint-log-message): Add optional argument.  Use elint-output.
10637         (elint-set-mode-line): New function.
10639 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10641         * emacs-lisp/elp.el (elp-not-profilable): Add more
10642         functions (Bug#4233).
10644 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10646         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10647         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10649 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10651         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10652         (gdb-var-list-children): Use json parsing.
10654 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
10656         * progmodes/js.el (js--proper-indentation): Handle the case where
10657         char-before is null.  Reported by Deniz Dogan.
10659 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10661         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10663 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
10665         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10666         (epg-digest-algorithm-alist): Add SHA224.
10667         (epg-context-set-passphrase-callback)
10668         (epg-context-set-progress-callback): Add description about
10669         callback function.
10671 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * custom.el (custom-delayed-init-variables): New var.
10674         (custom-initialize-delay): New function.
10675         * startup.el (command-line): "Re"evaluate all vars in
10676         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
10677         explicitly any more.
10678         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10679         to avoid creating a ~/.emacs.d at build-time (bug#4347).
10681         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10683 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10685         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10686         (gdb-var-update-handler): Use json parsing.
10688 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10690         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10691         decode annotated text, regardless of language environment.  (Bug#2741)
10693 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10695         * Makefile.in (autoloads): Make rmail.el writable as well.
10697 2009-09-11  Glenn Morris  <rgm@gnu.org>
10699         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10700         loaddefs.el.
10701         * dired.el: Regenerate with extracted autoloads.
10702         * Makefile.in (autoloads): Make dired.el writable.
10704         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10705         * ibuffer.el: Regenerate with extracted autoloads.
10706         * Makefile.in (autoloads): Make ibuffer.el writable.
10708         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10709         * version.el (emacs-copyright, emacs-major-version)
10710         (emacs-minor-version): Reformat doc-strings for make-docfile.
10712         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10713         functions and variables, since they must be stuff specific to some other
10714         platform.
10715         (apropos-print): Make mouse-click message less specific about button.
10717         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10718         that records where a macro was defined.
10719         * help-fns.el (describe-function-1): Mention if a function has a
10720         compiler-macro.
10721         * help-mode.el (help-function-cmacro): New button.
10723         * locate.el (top-level): Always require dired.
10724         (locate-mode-map): Initialize inside the defvar.
10726         * net/ange-ftp.el (dired-compress-file): Declare.
10727         (ange-ftp-dired-compress-file): Add doc string.
10729         * term/ns-win.el (x-display-name, x-setup-function-keys):
10730         Unify doc-strings with X versions.
10732 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10734         * emulation/crisp.el (crisp-mode-map): Move initialization
10735         into declaration.
10736         (crisp-mode): Use define-minor-mode.
10738         * progmodes/xscheme.el (xscheme-evaluation-commands):
10739         Put a :advertised-binding property rather than using
10740         advertised-xscheme-send-previous-expression.
10741         (advertised-xscheme-send-previous-expression): Declare obsolete.
10742         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10743         `advertised-undo'.
10744         (crisp-mode): Add corresponding bindings to
10745         undo's :advertised-binding instead.
10746         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10747         than using dired-advertised-find-file.
10748         (dired-advertised-find-file):
10749         * simple.el (advertised-undo):
10750         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10751         (widget-keymap): Put a :advertised-binding property rather
10752         than using advertised-widget-backward.
10753         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10754         than using advertised-undo.
10755         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10757 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10759         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10760         Mark mode is enabled and region is active; otherwise indent or
10761         insert TAB as usual.
10762         (delphi-mode): Update description of TAB-key binding.
10764 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10766         * subr.el (define-key-rebound-commands): Mark obsolete.
10767         * startup.el (precompute-menubar-bindings): Remove.
10768         (normal-top-level): Remove obsolete code that tried to precompute
10769         menubar bindings.
10770         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10771         define-key-rebound-commands and precompute-menubar-bindings.
10773 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10775         * net/imap.el (imap-interactive-login): Better messages.
10776         (imap-open): Fix bug with renamed buffer on reconnect.
10777         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10778         for easier debugging and cleaner code.  On successful (guessed based on
10779         server capabilities) secondary authentication, set imap-state
10780         correctly.
10781         (imap-last-authenticator): Define imap-last-authenticator as a variable
10782         to avoid warnings.
10784 2009-09-10  Glenn Morris  <rgm@gnu.org>
10786         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10788         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10789         (byte-compile-file-form-autoload): Don't warn about unknown functions
10790         where the autoload statement comes after the use.
10791         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10792         that any handlers inside the body (eg require) are in turn respected.
10794         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10795         effects.
10797         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10798         and syntax and abbrev tables basic docs, if they don't have any.
10800         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10802         * international/mule-cmds.el (top-level): Require cl when compiling.
10803         (view-hello-file): Use default-value rather than
10804         default-enable-multibyte-characters.
10806         * progmodes/fortran.el: Move all safe and risky properties into the
10807         defcustoms.
10809         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10810         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10811         * mail/undigest.el:
10812         Put autoloads in rmail.el rather than loaddefs.el.
10813         * mail/rmail.el: Regenerate with extracted autoloads.
10815         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10816         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10818 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10820         Reported in thread for Bug#4375.
10821         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10822         "-data-evaluate-expression" instead of print.
10823         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10824         (gdb-tooltip-print): Parse output from above MI command.
10825         (gdb): Revert 2009-08-11 change.  User should detach inferior
10826         manually.
10828         Remove the word "separate" from IO functions as inferior
10829         output is now never displayed in the GUD buffer.
10831 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10833         * startup.el (command-line-normalize-file-name): On Windows and
10834         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10836 2009-09-10  Juri Linkov  <juri@jurta.org>
10838         * isearch.el (isearch-text-char-description): Propertize escape
10839         character sequences with the `escape-glyph' face.  (Bug#4344)
10841         * simple.el (shell-command): Set asynchronous process filter to
10842         `comint-output-filter'.  (Bug#4343)
10844         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10845         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10846         the list.  Move "asm" to the bottom.
10847         (grep-find-ignored-directories): Add `choice' with nil value
10848         to empty the list easily.
10849         (grep-find-ignored-files): New option.
10850         (grep-files-history): Set to nil by default instead of '("ch" "el").
10851         (grep-compute-defaults): Add "<X>" to `grep-template'.
10852         (grep-read-files): Bind new local variables `default-alias' and
10853         `default-extension'.  Use a list of default values for the file prompt.
10854         (lgrep): Add `--exclude=' command line options composed from
10855         `grep-find-ignored-files'.
10856         (rgrep): Add `-name' command line options composed from
10857         `grep-find-ignored-files'.  (Bug#4301)
10859 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10861         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10862         (bug#4368).
10864 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10866         * calendar/time-date.el (autoload):
10867         Expand define-obsolete-function-alias into defalias and make-obsolete
10868         for old Emacsen that Gnus supports.
10869         (with-no-warnings): Define it for old Emacsen.
10870         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10871         is available.
10872         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10873         float-time is available; suppress compile warning for time-to-seconds.
10875 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10877         * net/imap.el (imap-message-map): Docstring fix.
10879 2009-09-09  Glenn Morris  <rgm@gnu.org>
10881         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10882         line numbers too.  (Bug#4374)
10884 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * smerge-mode.el (smerge-remove-props, smerge-refine):
10887         Use with-silent-modifications (bug#4342).
10889         * subr.el (with-silent-modifications): New macro.
10891 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10893         * files.el (top-level): Require `cl' when compiling.
10895 2009-09-07  Glenn Morris  <rgm@gnu.org>
10897         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10899         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10900         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10902 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10904         * vc-git.el (vc-git-annotate-command): Use separator to parse
10905         arguments correctly.
10907 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10909         * proced.el (proced-mode): Doc fix.
10911 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10913         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10914         lstat fails.
10915         (tramp-do-file-attributes-with-ls): Check for file existence at
10916         remote end.
10917         (tramp-do-file-attributes-with-stat): Likewise.
10918         (tramp-convert-file-attributes): Return nil when attr is nil.
10920 2009-09-05  Glenn Morris  <rgm@gnu.org>
10922         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10923         properties to this button.
10924         (diary-fancy-display): Don't extend the button to the final newline.
10925         (diary-fancy-display-mode): Continue to define "q" as a local key.
10927         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10928         efficient.
10930         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10932         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10933         (byte-compile-dest-file-function): New option.
10934         (byte-compile-dest-file): Doc fix.
10935         Obey byte-compile-dest-file-function.
10936         (byte-compile-cl-file-p): New function.
10937         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10938         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10939         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10940         than for file being previously loaded.
10941         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10942         (byte-compile-file-form-require): Handle the case where requiring a file
10943         indirectly causes CL to be loaded.
10945 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10947         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10948         before killing the old buffer, since by the time `kill-buffer' is
10949         run so many buffer variables have been set to nil that it may not
10950         behave as expected.  (Bug#4061)
10952 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10954         * files.el (find-alternate-file): If the old buffer is modified
10955         and visiting a file, behave similarly to `kill-buffer' when
10956         killing it, thus reverting to the pre-1.878 behavior; see
10957         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10958         for discussion.  Also, consult `buffer-file-name' as a variable
10959         not as a function, for consistency with the rest of the code.
10961 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10963         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10964         also when adding a new directory.
10966         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10967         defun.
10969 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10971         * files.el (locate-file-completion-table): Make it provide boundary
10972         information, so partial-completion works better.
10974 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10976         * mail/footnote.el (Footnote-text-under-cursor):
10977         Check footnote-text-marker-alist before using it (bug#4324).
10979 2009-09-04  Glenn Morris  <rgm@gnu.org>
10981         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10982         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10983         * play/solitaire.el, play/tetris.el:
10984         Remove leading * from defcustom and defface docs.
10986         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10987         necessary.
10988         (diary-fancy-overriding-map): New variable.
10989         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10990         Use view-mode.
10992         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10993         goto-line.
10995 2009-09-03  Glenn Morris  <rgm@gnu.org>
10997         * arc-mode.el (archive-mode):
10998         * dos-fns.el (set-default-process-coding-system):
10999         * man.el (Man-getpage-in-background):
11000         * menu-bar.el (menu-bar-describe-menu):
11001         * server.el (server-process-filter):
11002         * startup.el (command-line):
11003         * tar-mode.el (tar-header-block-tokenize, tar-extract):
11004         * w32-fns.el (set-default-process-coding-system):
11005         * x-dnd.el (x-dnd-handle-file-name):
11006         * international/mule-cmds.el (mule-menu-keymap)
11007         (set-default-coding-systems, language-info-alist, set-language-info)
11008         (set-language-environment, standard-display-european-internal)
11009         (set-locale-environment):
11010         * international/mule-diag.el (mule-diag):
11011         * mail/emacsbug.el (report-emacs-bug):
11012         * mail/rmail.el (rmail-mode):
11013         * mail/sendmail.el (mail-setup):
11014         Use default-value rather than default-enable-multibyte-characters.
11016         * progmodes/f90.el: Move all safe properties into the defcustoms.
11017         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11019         * calendar/appt.el (appt-check):
11020         * calendar/diary-lib.el (diary-set-header, diary-live-p)
11021         (diary-check-diary-file, diary-list-entries)
11022         (diary-include-other-diary-files, diary-simple-display)
11023         (diary-fancy-display, diary-print-entries)
11024         (diary-mark-included-diary-files, diary-make-entry):
11025         Don't call substitute-in-file-name on diary-file.
11027 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
11028             Stefan Monnier  <monnier@iro.umontreal.ca>
11030         * mail/footnote.el (footnote-prefix): Make it a defcustom.
11031         (footnote-mode-map): Move initialization into the declaration.
11032         (footnote-minor-mode-map): Define it rather than changing global-map.
11033         (footnote-mode): Use define-minor-mode.
11035 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
11037         * net/tramp.el (tramp-handle-file-attributes-with-ls)
11038         (tramp-do-file-attributes-with-perl)
11039         (tramp-do-file-attributes-with-stat): Rename from
11040         `tramp-handle-file-attributes-with-*'.
11041         (tramp-handle-file-attributes): Use them.
11042         (tramp-do-directory-files-and-attributes-with-perl)
11043         (tramp-do-directory-files-and-attributes-with-stat): Rename from
11044         `tramp-handle-directory-files-and-attributes-with-*'.
11045         (tramp-handle-directory-files-and-attributes): Use them.
11046         (tramp-method-out-of-band-p): Additional parameter SIZE.
11047         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11048         (tramp-handle-write-region): Use it.
11049         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11050         (tramp-handle-vc-registered): Check, whether the first run did
11051         return files to be tested.
11052         (tramp-advice-make-auto-save-file-name): Do not call directly
11053         `tramp-handle-make-auto-save-file-name', because this would bypass
11054         the locking mechanism.
11056         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11057         (file-remote-p, process-file, start-file-process, set-file-times)
11058         (tramp-compat-file-attributes): Compatibility functions shall not
11059         call directly `tramp-handle-*', because this would bypass the
11060         locking mechanism.
11061         (tramp-compat-number-sequence): New defun.
11063 2009-09-02  Glenn Morris  <rgm@gnu.org>
11065         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11066         alias for float-time.
11067         (time-to-number-of-days): In Emacs, use float-time.
11068         * net/newst-backend.el (time-add): Suppress warnings from compat
11069         function.
11070         * time.el (emacs-uptime, emacs-init-time):
11071         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11072         Use float-time rather than time-to-seconds.
11074         * minibuffer.el (completion-initials-expand): Fix typo.
11076         * faces.el (modeline, modeline-inactive, modeline-highlight)
11077         (modeline-buffer-id):
11078         * info.el (info-menu-5): Mark these face aliases as obsolete.
11080 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11082         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11083         space ...
11084         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11085         no "--thread" option.
11086         (gdb-stopped): Don't print "Switched to thread" message when it is
11087         unchanged.
11089 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11091         * minibuffer.el (completion-try-completion)
11092         (completion-all-completions): Remove ill-defined (and
11093         mistakenly installed and luckily never used nor documented)
11094         `completion-styles' property.
11095         (completion-initials-expand, completion-initials-all-completions)
11096         (completion-initials-try-completion): New functions.
11097         (completion-styles-alist): Add doc to each entry.
11098         Add new `initials' entry.
11100 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11102         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11103         MI command -var-evaluate-expression.
11104         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11105         and tweak for case of string child.
11106         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11108 2009-09-01  Glenn Morris  <rgm@gnu.org>
11110         * add-log.el (change-log-date-face, change-log-name-face)
11111         (change-log-email-face, change-log-file-face, change-log-list-face)
11112         (change-log-conditionals-face, change-log-function-face)
11113         (change-log-acknowledgement-face):
11114         * cus-edit.el (custom-invalid-face, custom-rogue-face)
11115         (custom-modified-face, custom-set-face, custom-changed-face)
11116         (custom-saved-face, custom-button-face, custom-button-pressed-face)
11117         (custom-documentation-face, custom-state-face, custom-comment-face)
11118         (custom-comment-tag-face, custom-variable-tag-face)
11119         (custom-variable-button-face, custom-face-tag-face)
11120         (custom-group-tag-face-1, custom-group-tag-face):
11121         * diff-mode.el (diff-header-face, diff-file-header-face)
11122         (diff-index-face, diff-hunk-header-face, diff-removed-face)
11123         (diff-added-face, diff-changed-face, diff-function-face)
11124         (diff-context-face, diff-nonexistent-face):
11125         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11126         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11127         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11128         (Info-title-4-face):
11129         * isearch.el (isearch-lazy-highlight-face):
11130         * log-view.el (log-view-file-face, log-view-message-face):
11131         * paren.el (show-paren-match-face, show-paren-mismatch-face):
11132         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11133         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11134         (cvs-msg-face):
11135         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11136         (smerge-base-face, smerge-markers-face):
11137         * wid-edit.el (widget-documentation-face, widget-button-face)
11138         (widget-field-face, widget-single-line-field-face)
11139         (widget-inactive-face, widget-button-pressed-face):
11140         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11141         (woman-addition-face):
11142         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11143         (eshell-ls-executable-face, eshell-ls-readonly-face)
11144         (eshell-ls-unreadable-face, eshell-ls-special-face)
11145         (eshell-ls-missing-face, eshell-ls-archive-face)
11146         (eshell-ls-backup-face, eshell-ls-product-face)
11147         (eshell-ls-clutter-face):
11148         * eshell/em-prompt.el (eshell-prompt-face):
11149         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11150         * obsolete/old-whitespace.el (whitespace-highlight-face):
11151         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11152         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11153         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11154         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11155         (antlr-font-lock-literal-face):
11156         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11157         (ebrowse-root-class-face, ebrowse-file-name-face)
11158         (ebrowse-default-face, ebrowse-member-attribute-face)
11159         (ebrowse-member-class-face, ebrowse-progress-face):
11160         * progmodes/make-mode.el (makefile-space-face):
11161         * progmodes/sh-script.el (sh-heredoc-face):
11162         * textmodes/flyspell.el (flyspell-incorrect-face)
11163         (flyspell-duplicate-face):
11164         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11165         * textmodes/texinfo.el (texinfo-heading-face):
11166         Mark face aliases with "-face" suffix as obsolete.
11168         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11169         compiler.
11171         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11172         (eudc-bob-sound-menu): Use defvar rather than defconst, since
11173         easy-menu-define wants to modify these.
11175         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11177         * net/browse-url.el (browse-url-file-url):
11178         * term/internal.el (dos-codepage-setup):
11179         Use default-value rather than default-enable-multibyte-characters.
11181         * progmodes/etags.el (etags-goto-tag-location):
11182         * progmodes/flymake.el (flymake-highlight-line)
11183         (flymake-goto-file-and-line, flymake-goto-line):
11184         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11185         (gdb-goto-breakpoint):
11186         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11187         * progmodes/python.el (python-find-function)
11188         (python-pdbtrack-track-stack-file):
11189         * progmodes/verilog-mode.el (verilog-surelint-off):
11190         * term/ns-win.el (ns-open-file-select-line):
11191         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11192         Use forward-line rather than goto-line.
11194         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11195         * textmodes/reftex-index.el (reftex-display-index):
11196         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11197         * textmodes/reftex-toc.el (reftex-toc):
11198         Remove unnecessary bindings of default-major-mode (all are followed by
11199         major-mode check and possible mode switch).
11201 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11203         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11204         Handle watchpoints (bug#4282).
11205         (def-gdb-thread-buffer-command): Enable thread to be selected by
11206         clicking without selecting threads buffer first.
11207         (gdb-current-context-command): Use selected frame so that "up",
11208         "down" etc work in the GUD buffer.
11209         (gdb-update): Find selected frame before rendering stack buffer.
11210         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11212 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * progmodes/sym-comp.el (displayed-completions): Remove.
11215         (symbol-complete): Use minibuffer-complete.
11217 2009-08-31  Glenn Morris  <rgm@gnu.org>
11219         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11221         * apropos.el (apropos-symbols-internal):
11222         Handle (obsolete) face aliases.
11224         * faces.el (describe-face): Adjust the output format to be more like
11225         describe-variable, and to mention (obsolete) face aliases.
11226         Adjust the whitespace so that help-setup-xref works.
11228         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11229         * calendar/diary-lib.el (diary-button-face):
11230         Mark these face aliases as obsolete.
11232         * calendar/calendar.el (calendar-today): Doc fix.
11234 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11236         * progmodes/gdb-mi.el (gdb-control-all-threads)
11237         (gdb-control-current-thread): Force tool bar update.
11238         (gdb-non-stop-handler): New function.
11239         (gdb-init-1): Use it to test if non-stop mode is supported.
11240         Remove unused gdbmi buffer type.
11242 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11244         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11245         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11247 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11249         * comint.el (comint-exec-1): Check command is non-null first.
11250         Part of gdb-mi.el change (2009-08-28).
11252 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11256 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11258         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11259         instead of `dolist' to avoid a recursive require when bootstrapping.
11261 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11263         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11265         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11267         * net/imap.el (imap-send-command): Simplify.
11268         (imap-wait-for-tag): point-max -> buffer-size.
11270         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11272         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11273         with constant argument.
11275         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11277         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11279         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11280         Change default, since most of our files don't have a history.
11281         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11282         the user.
11284         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11285         Add comint-run.
11287         * calc/calc.el: Improve commenting convention.
11288         (calc-digit-map, toplevel): Simplify.
11290         * comint.el (comint-insert-input): Be careful to only set point if we
11291         don't delegate to some other command.
11293         * proced.el (proced-signal-list): Make it an alist.
11294         (proced-grammar-alist): Capitalize names.
11295         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11296         Disable undo manually and make it read-only.
11297         Use completion-annotate-function.
11299         * minibuffer.el (minibuffer-message): If the current buffer is not
11300         a minibuffer, insert the message in the echo area rather than at the
11301         end of the buffer.
11302         (completion-annotate-function): New variable.
11303         (minibuffer-completion-help): Use it.
11304         (completion--embedded-envvar-table): Environment vars are
11305         always case-sensitive.
11307 2009-08-30  Glenn Morris  <rgm@gnu.org>
11309         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11310         from fortran-current-defun.
11311         (fortran-beginning-of-subprogram): Be more precise about finding the
11312         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11313         (fortran-end-of-subprogram): Simplify.
11314         (fortran-current-defun): Use fortran-start-prog-re.
11316 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11318         * subr.el (do-after-load-evaluation): Simplify.
11320 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11322         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11324         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11325         (vc-rcs-print-log): Use it.
11327         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11329 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * paths.el (abbrev-file-name): Move to abbrev.el.
11332         * abbrev.el (abbrev-file-name): Move from paths.el.
11333         Obey user-emacs-directory.
11334         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11335         user-emacs-directory.
11336         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11337         abbrev-file-name and calc-settings-file any more.
11338         * startup.el (command-line): Recompute abbrev-file-name and
11339         abbreviated-home-dir.
11340         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11341         of the special code for when C-h bindings haven't been changed.
11342         (display-startup-echo-area-message): Use with-current-buffer.
11343         (command-line-1): Use a list of strings, rather than a list of lists
11344         of strings for longopts.
11346         * files.el (get-free-disk-space): Use / for default-directory.
11348         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11349         Use with-current-buffer.
11351         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11352         Recognize immutable variables like most-positive-fixnum.
11353         (byte-compile-setq-default): Check and warn if trying to assign
11354         to an immutable variable, or a non-variable.
11356         * progmodes/cc-vars.el (c-comment-continuation-stars):
11357         * progmodes/cc-engine.el (c-looking-at-bos):
11358         * progmodes/cc-cmds.el (c-toggle-auto-state)
11359         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11360         (c-comment-line-break-function): Add version of obsolescence.
11362 2009-08-28  Juri Linkov  <juri@jurta.org>
11364         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11365         associated with `archive-mode'.
11367         * image.el (image-type-header-regexps): Use only JPEG magic number
11368         to determine JPEG images, and don't use `image-jpeg-p' because
11369         Emacs can display non-JFIF non-Exif JPEG images.
11371 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11373         * arc-mode.el (archive-mode):
11374         * emacs-lisp/re-builder.el (re-builder-unload-function):
11375         Protect against the default value of `major-mode' being nil.
11377 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11379         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11380         Fix typos in docstrings.
11382         * progmodes/js.el (js--macro-decl-re): Doc fix.
11383         (js--plain-method-re, js--split-name): Refloc docstring.
11384         (js--class-styles, js--make-merged-item, js--splice-into-items):
11385         Fix typos in docstrings; reflow docstrings.
11386         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11387         (js--variable-decl-matcher, js--inside-pitem-p)
11388         (js--parse-state-at-point, js--get-all-known-symbols)
11389         (js--symbol-history, js-find-symbol, js--js-references)
11390         (js--moz-interactor, js--js-encode-value, js--read-tab):
11391         Fix typos in docstrings.
11393 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11395         * textmodes/reftex.el (reftex-get-file-buffer-force):
11396         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11397         * emulation/viper.el (viper-go-away, viper-set-hooks):
11398         * emacs-lisp/re-builder.el (re-builder-unload-function):
11399         * emacs-lisp/bytecomp.el (byte-compile-file):
11400         * ses.el (ses-unload-function):
11401         * hexl.el (hexl-find-file):
11402         * files.el (normal-mode):
11403         * ehelp.el (with-electric-help):
11404         * autoinsert.el (auto-insert-alist):
11405         * arc-mode.el (archive-mode):
11406         Use (default-value 'major-mode) instead of default-major-mode.
11408         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11409         * international/mule.el (load-with-code-conversion):
11410         * emacs-lisp/debug.el (debug):
11411         * ediff-vers.el (ediff-rcs-get-output-buffer):
11412         * dired.el (dired-internal-noselect): Don't let-bind
11413         default-major-mode around code that doesn't use it.
11414         E.g. buffer creation via get-buffer-create doesn't use it.
11416 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11418         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11419         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11420         when writing the temp file.  Otherwise, epa-file gets confused.
11421         (tramp-register-file-name-handlers): Make it a defun.  Move also
11422         `epa-file-handler' to the front of `file-name-handler-alist'.
11424 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11427         start right after a ^M.
11428         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11429         (tramp-completion-file-name-regexp-separate)
11430         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11431         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11432         Don't modify last-coding-system-used by accident.
11433         (tramp-completion-file-name-handler): Apply the checks here,
11434         instead during registration.
11435         (tramp-register-file-name-handlers): Renamed from
11436         `tramp-register-file-name-handler'.  Register both
11437         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11438         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11440 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11442         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11443         Remove variable ...
11444         (gdb-init-1, gdb-display-separate-io-buffer)
11445         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11446         references to it.
11447         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11448         (gdb-inferior-filter): Use comint-output-filter to stop
11449         echoing and remove ^M characters.
11451 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11453         * emulation/viper-init.el (viper-restore-cursor-type):
11454         * emulation/cua-base.el (cua--update-indications):
11455         Replace default-cursor-type with (default-value 'cursor-type).
11457         * mail/sendmail.el (mail-recover-1):
11458         * international/mule-diag.el (describe-current-coding-system-briefly)
11459         (describe-current-coding-system):
11460         * international/mule-cmds.el (select-safe-coding-system)
11461         (select-message-coding-system)
11462         (set-language-environment-coding-systems, set-locale-environment):
11463         * hexl.el (hexl-insert-multibyte-char):
11464         * dos-w32.el (find-buffer-file-type-coding-system):
11465         * simple.el (what-cursor-position):
11466         Replace uses of default-buffer-file-coding-system
11467         with (default-value 'buffer-file-coding-system).
11469         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11470         Replace uses of default-cursor-in-non-selected-windows
11471         with (default-value 'cursor-in-non-selected-windows).
11472         Use with-current-buffer.
11474         * mail/feedmail.el: Use CL macros.
11475         (feedmail-run-the-queue, feedmail-send-it-immediately):
11476         * dos-w32.el (find-buffer-file-type): Replace uses of
11477         default-buffer-file-type with (default-value 'buffer-file-type).
11479 2009-08-28  Glenn Morris  <rgm@gnu.org>
11481         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11482         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11483         Use default-value of major-mode rather than default-major-mode.
11485 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11487         * Makefile.in (update-elcfiles): Report left over elc files.
11489         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11490         expand-file-name and with-current-buffer.
11491         (mail-get-names, mail-directory): Use with-current-buffer.
11493         * vc.el (vc-read-revision): New function.
11494         (vc-version-diff, vc-merge): Use it.
11496 2009-08-27  Sam Steingold  <sds@gnu.org>
11498         * simple.el (kill-do-not-save-duplicates): New user option.
11499         (kill-new): When it is non-nil, and the new string is the same as
11500         the latest kill, set replace to t to avoid duplicates in kill-ring.
11502 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11504         * net/tramp.el (tramp-handle-process-file): Do not flush all
11505         caches when `process-file-side-effects' is set.
11506         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11507         instead of `tramp-find-file-exists-command'.
11508         Unset `process-file-side-effects'.
11510 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11512         * net/tramp.el (tramp-methods): New method "rsyncc".
11513         (top): Add completion function for "rsyncc".
11514         (tramp-message-show-message): New defvar.
11515         (tramp-message, tramp-error): Use it.
11516         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11517         remote copying.
11518         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11519         `tramp-methods' entry `copy-env' of "rsyncc".
11520         (tramp-vc-registered-read-file-names): New defconst.
11521         (tramp-vc-registered-file-names): New defvar.
11522         (tramp-handle-vc-registered): Implement optimization strategy.
11523         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11524         (tramp-vc-file-name-handler): New defun.
11525         (tramp-get-ls-command, tramp-get-test-command)
11526         (tramp-get-file-exists-command, tramp-get-remote-ln)
11527         (tramp-get-remote-perl, tramp-get-remote-stat)
11528         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11530         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11531         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11532         timestamps.
11533         (tramp-get-file-property): Check for timestamps in
11534         `tramp-cache-inhibit-cache'.
11535         (tramp-set-file-property): Write timestamp.
11537 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11539         * language/japan-util.el (japanese-symbol-table): Add entries for
11540         cp932-2-byte.
11542         * international/characters.el: Add category `j' to cp932-2-byte.
11544 2009-08-27  Kenichi Handa  <handa@m17n.org>
11546         * international/fontset.el (build-default-fontset-data): New macro.
11547         (setup-default-fontset): Use build-default-fontset-data for CJK,
11548         tibetan, ethiopic, and ipa.
11550 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11552         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11553         (enable-multibyte-characters): Not customizable any more.
11555         * subr.el (default-mode-line-format, default-header-line-format)
11556         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11557         (default-direction-reversed, default-truncate-lines)
11558         (default-left-margin, default-tab-width, default-case-fold-search)
11559         (default-left-margin-width, default-right-margin-width)
11560         (default-left-fringe-width, default-right-fringe-width)
11561         (default-fringes-outside-margins, default-scroll-bar-width)
11562         (default-vertical-scroll-bar, default-indicate-empty-lines)
11563         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11564         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11565         (default-scroll-down-aggressively, default-fill-column)
11566         (default-cursor-type, default-buffer-file-type)
11567         (default-cursor-in-non-selected-windows)
11568         (default-buffer-file-coding-system, default-major-mode)
11569         (default-enable-multibyte-characters): Mark as obsolete.
11571 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11573         * vc-dir.el (vc-dir-update): Remove debug helper.
11575         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11577 2009-08-26  Sam Steingold  <sds@gnu.org>
11579         * simple.el (save-interprogram-paste-before-kill): New user option.
11580         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11581         save the interprogram-paste into kill-ring before overriding it
11582         with the Emacs kill.
11584 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11586         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11587         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11588         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11589         and move to vc-rcs.el.
11590         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11591         move to vc-rcs.el.
11592         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11593         (vc-rcs-update-changelog): Remove.
11594         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11595         and move to vc-rcs.el.
11597         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11598         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11599         renaming.
11600         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11601         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11602         vc.el, renamed to be RCS specific.
11604         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11605         New functions.
11606         (vc-cvs-update-changelog): Move here from vc.el.
11608         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11609         New functions.
11611 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11613         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11615 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11617         * vc-git.el (vc-git-register): Use "git add" for directories.
11618         (vc-git-stash, vc-git-stash-show): New functions.
11619         (vc-git-extra-menu-map): Bind them.
11621         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11622         directory correctly in case the item is a directory itself.
11624         * vc.el: Document the desired behavior for reverted files in the
11625         `added' state.
11626         (vc-default-prettify-state-info): Remove function, unused.
11628         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11630 2009-08-26  Glenn Morris  <rgm@gnu.org>
11632         * bindings.el (standard-mode-line-format): Reposition dashes in
11633         which-func entry.  (Bug#4217)
11635         * files.el (enable-local-variables, enable-local-eval)
11636         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11637         the defcustoms.
11638         (auto-mode-alist, ignored-local-variables)
11639         (save-some-buffers-action-alist): Move risky declarations to the
11640         definitions.
11641         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11642         (font-lock-defaults, format-alist, imenu--index-alist)
11643         (imenu-generic-expression, input-method-alist, minor-mode-alist)
11644         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11645         (mode-line-modified, mode-line-mule-info, mode-line-position)
11646         (mode-line-process, mode-line-remote, outline-level)
11647         (parse-time-rules, rmail-output-file-alist)
11648         (special-display-buffer-names, vc-mode):
11649         Move risky declarations to the relevant files.
11650         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11651         (mode-line-modified, mode-line-process, mode-line-position)
11652         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11653         * font-core.el (font-lock-defaults):
11654         * format.el (format-alist):
11655         * vc-hooks.el (vc-mode):
11656         * window.el (special-display-buffer-names):
11657         * international/mule-cmds.el (input-method-alist):
11658         Define riskiness here (dumped file) rather than in files.el.
11659         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11660         * imenu.el (imenu-generic-expression, imenu--index-alist):
11661         * outline.el (outline-level):
11662         * time.el (display-time-string):
11663         * calendar/parse-time.el (parse-time-rules):
11664         * mail/rmailout.el (rmail-output-file-alist):
11665         Autoload riskiness here, rather than placing in files.el.
11667 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
11669         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11671 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
11673         * simple.el (process-file-side-effects): New defvar.
11675         * dired-aux.el (dired-show-file-type):
11676         * vc.el (vc-diff-internal):
11677         * vc-arch.el (vc-arch-diff):
11678         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11679         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11680         * vc-git.el (vc-git-registered, vc-git-working-revision)
11681         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11682         (vc-git--empty-db-p):
11683         * vc-hooks.el (vc-user-login-name):
11684         * vc-svn.el (vc-svn-registered, vc-svn-state)
11685         (vc-svn-dir-extra-headers, vc-svn-find-revision):
11686         * progmodes/grep.el (grep-probe): Let-bind
11687         `process-file-side-effects' with nil.
11689         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11691         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11692         daemon.  Replace ping by checking for running service for bluez
11693         and zeroconf.  (Bug#4239)
11695 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11697         * net/dig.el (dig): Add autoload cookie.
11699 2009-08-25  Glenn Morris  <rgm@gnu.org>
11701         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11702         load-history for absolute file-names.
11703         (byte-compile-file-form-require): Warn about use of the cl package.
11705         * format.el (format-alist): Doc fix.
11707         * play/bubbles.el (top-level): Don't require cl at run-time.
11709         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11710         run-time cl).
11712 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11714         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11715         from cl package.
11716         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11718 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11720         * calc/calc-alg.el (math-trig-rewrite)
11721         (math-hyperbolic-trig-rewrite): New functions.
11722         (calc-simplify): Simplify trig functions when asked.
11724 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11726         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11728 2009-08-24  Kenichi Handa  <handa@m17n.org>
11730         * language/ind-util.el (mapthread): Delete it.
11731         (combinatorial): New function.
11732         (indian--puthash-cv): Use combinatorial instead of mapthread.
11734 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11736         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11737         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11738         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11739         Clarify docstring that the value is strings not symbols.
11740         (checkdoc-list-of-strings-p): New function.
11742 2009-08-22  Glenn Morris  <rgm@gnu.org>
11744         * files.el (auto-mode-alist):
11745         * hippie-exp.el (he-concat-directory-file-name):
11746         * lpr.el (lpr-windows-system, printer-name):
11747         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11748         * ps-print.el (ps-windows-system):
11749         * startup.el (command-line):
11750         * emulation/viper-ex.el (viper-glob-function):
11751         * international/mule-cmds.el (set-language-environment-coding-systems):
11752         * net/ange-ftp.el (ange-ftp-write-region):
11753         * obsolete/fast-lock.el (fast-lock-cache-name):
11754         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11755         unisoft-unix, vax-vms, win32, w32.
11757         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11758         given name if the pattern is not more specific.
11760         * calendar/lunar.el (lunar-phase-names): New option.
11761         (lunar-phase): Doc fix.
11762         (lunar-cycles-per-year): New constant.
11763         (lunar-index): New function.
11764         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11765         (lunar-phase-name): Use lunar-phase-names.
11766         (calendar-lunar-phases): Use format.
11767         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11769         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11770         Copy imenu-example--name-and-position function here for own use.
11771         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11773         * bs.el (bs--redisplay):
11774         * cus-edit.el (custom-redraw):
11775         * ibuffer.el (ibuffer-bury-buffer):
11776         * server.el (server-goto-line-column):
11777         * startup.el (command-line-1):
11778         * strokes.el (strokes-xpm-for-stroke):
11779         * term.el (term-display-buffer-line):
11780         * view.el (View-goto-line):
11781         * calc/calc.el (calc-do, calc-trail-buffer):
11782         * play/gamegrid.el (gamegrid-add-score-insecure):
11783         * progmodes/ada-mode.el (ada-compile-goto-error):
11784         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11785         (ebrowse-select-1st-to-9nth):
11786         * progmodes/cperl-mode.el (cperl-time-fontification):
11787         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11788         * progmodes/gud.el (gud-display-line):
11789         (idlwave-shell-display-line):
11790         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11791         * progmodes/make-mode.el (makefile-browser-toggle):
11792         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11793         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11794         * textmodes/picture.el (picture-draw-rectangle):
11795         * textmodes/reftex-index.el (reftex-index-goto-letter):
11796         (reftex-select-jump-to-previous):
11797         * textmodes/reftex-sel.el (reftex-find-start-point)
11798         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11799         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11800         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11801         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11802         * textmodes/two-column.el (2C-associated-buffer):
11803         Use forward-line rather than goto-line.
11805         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11806         goto-line.
11808         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11809         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11810         (quick-check-list-to-regexp): Declare.
11812         * progmodes/make-mode.el (makefile-browser-insert-selection):
11813         Use goto-char rather than goto-line.
11815         * progmodes/prolog.el (compilation-error-regexp-alist)
11816         (compilation-forget-errors): Declare.
11818 2009-08-22  Juri Linkov  <juri@jurta.org>
11820         * progmodes/grep.el (lgrep, rgrep): At the beginning
11821         set `dir' to `default-directory' unless `dir' is a non-nil
11822         readable directory.  (Bug#4052)
11823         (lgrep, rgrep): Change a weird way to report an error
11824         from using `read-string' to using `error'.
11825         Instead of using interactive arguments in the function body,
11826         add new argument `confirm'.
11828 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11830         * textmodes/remember.el (remember-buffer):
11831         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11832         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11833         (icalendar-extract-ical-from-buffer):
11834         * net/newst-treeview.el (newsticker-groups-filename):
11835         * net/newst-backend.el (newsticker-cache-filename):
11836         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11837         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11838         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11839         (speedbar-buffers-line-path, speedbar-path-line)
11840         (speedbar-buffers-line-path):
11841         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11842         (epg-sign-keys):
11843         * epa.el (epa-display-verify-result):
11844         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11846 2009-08-21  Glenn Morris  <rgm@gnu.org>
11848         * progmodes/js.el (inferior-moz-process): Fix declaration.
11850         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11852         * obsolete/rnewspost.el (news-mail-reply):
11853         Use goto-char rather than goto-line.
11855         * term/ns-win.el (ns-open-file-select-line):
11856         Use line-beginning-position rather than goto-line.
11858         * apropos.el (apropos-command):
11859         * ehelp.el (electric-helpify):
11860         * printing.el (pr-show-setup):
11861         * strokes.el (strokes-help):
11862         * tutorial.el (tutorial--describe-nonstandard-key)
11863         (tutorial--detailed-help):
11864         * woman.el (woman-mini-help, woman-display-extended-fonts):
11865         * calc/calc-help.el (calc-describe-key):
11866         * emulation/edt.el (edt-electric-helpify):
11867         * international/mule-diag.el (mule-diag):
11868         * play/yow.el (apropos-zippy):
11869         * progmodes/python.el (python-describe-symbol):
11870         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11871         * textmodes/table.el (*table--cell-describe-mode)
11872         (*table--cell-describe-bindings):
11873         Use help-print-return-message rather than the now obsolete alias.
11875         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11876         (calendar-cursor-to-visible-date):
11877         * play/5x5.el (5x5-position-cursor):
11878         * play/decipher.el (decipher):
11879         * play/gomoku.el (gomoku-goto-xy):
11880         * play/landmark.el (lm-goto-xy):
11881         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11882         (mpuz-paint-digit):
11883         Use forward-line, not goto-line.
11885         * mail/rmail.el (rmail-obsolete): Delete custom group.
11886         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11887         (rmail-remote-password, rmail-remote-password-required):
11888         Remove unneeded :set-after and :set properties.
11890 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11892         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11894 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11896         * loadup.el: Remove leftover macos code.
11898         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11899         Explicitly pass the date format to git blame so that user local
11900         so that the output format can be parsed.
11902 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11904         * net/dbus.el (top): Don't check for (getenv
11905         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11907 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11909         * log-edit.el (log-edit-strip-single-file-name): New var.
11910         (log-edit-insert-changelog): Use it.  Bug#3571
11912 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11914         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11915         Bug#3287
11917         * help.el (help-print-return-message): Rename from
11918         print-help-return-message.
11920         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11921         cvs-mode-map parent hack.
11922         (log-view-mode): Derive from special-mode.
11924         * linum.el (linum-mode): window-size-change-functions is redundant.
11925         Adapt to new window-configuration-change-hook behavior.
11926         (linum-after-size, linum-after-config): Remove.
11928         * imenu.el (imenu-example--name-and-position)
11929         (imenu-example--lisp-extract-index-name)
11930         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11931         Mark as obsolete.
11933         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11934         (inferior-prolog-mode): Use it.
11935         (inferior-prolog-load-file): Reset list of errors.
11937 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11939         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11941         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11943 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11945         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11946         is running already.
11948 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * subr.el (listify-key-sequence-1): Use normal syntax since those
11951         integers are nowadays always represented by the same (positive) number
11952         on all platforms.
11953         (read-key-empty-map): New const.
11954         (read-key-delay): New var.
11955         (read-key): New function.
11956         (force-mode-line-update): Use with-current-buffer.
11957         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11958         (start-process-shell-command, start-file-process-shell-command):
11959         Discourage the use of command-args.
11961 2009-08-19  Glenn Morris  <rgm@gnu.org>
11963         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11965 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * simple.el (choose-completion-string): Don't rely on
11968         minibuffer-completing-file-name and ad-hoc checks to decide whether
11969         to continue completion or not.
11971         * minibuffer.el (minibuffer-hide-completions): New function.
11972         (completion--do-completion): Use it.
11973         (completions-annotations): New face.
11974         (completion--insert-strings): Use it.
11975         (completion-pcm--delim-wild-regex): Add docstring.
11976         (completion-pcm--string->pattern): Add support for 0-width delimiters
11977         in completion-pcm--delim-wild-regex.
11979 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11981         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11982         Remove unused var `buffer-modified-p'.
11984         * minibuffer.el (completion--do-completion): Move point for the #b001
11985         case as well (bug#4176).
11986         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11988 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11990         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11991         and :session buses.
11993 2009-08-18  Kenichi Handa  <handa@m17n.org>
11995         * international/ucs-normalize.el (ucs-normalize-version):
11996         Change to 1.1.
11997         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11998         (utf-8-hfs): Make it perform normalization on encoding too.
12000         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
12001         (sentence-end-without-space): Delete duplicated chars.
12002         (sentence-end-base): Likewise.
12004         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
12005         (html-mode): Delete duplicated chars from sentence-end-base.
12007         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
12008         (texinfo-mode): Delete duplicated chars from sentence-end-base.
12010 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
12012         * files.el (hack-one-local-variable): If the mode function is for
12013         a minor mode, pass it an argument (Bug#4148).
12015 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
12017         * net/tramp.el (tramp-register-completion-file-name-handler):
12018         Check also for (member 'partial-completion completion-styles).
12020 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12022         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12023         abbrev (Bug#3943).
12025 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
12027         * progmodes/cperl-mode.el: Merge upstream 6.2.
12028         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12029         (cperl-forward-re): Check cperl-brace-recursing.
12030         (cperl-highlight-charclass): New function.
12031         (cperl-find-pods-heres): Use it.
12032         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12033         (cperl-beautify-regexp-piece): Fix column calculation.
12034         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12035         (cperl-beautify-level): Don't process entire regexp.
12036         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12037         calling man.
12038         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12039         (cperl-init-faces): Build a list in the normal way.
12041 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12043         * calendar/parse-time.el (parse-time-string-chars): Save match
12044         data.
12046 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12049         (sql-product): Use it.
12050         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12051         (sql-set-product): Add completion.
12052         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12053         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12054         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12055         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12056         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12057         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12058         (sql-highlight-db2-keywords): Remove.
12059         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12060         (sql-highlight-product): Use derived-mode-p.
12061         (sql-set-sqli-buffer): Use with-current-buffer.
12062         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12063         Simplify.
12065         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12067         * term.el: Fix commenting convention, turn comments into docstrings.
12069 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12071         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12073 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12075         * calendar/parse-time.el (parse-time-string-chars): Compute using
12076         character classes, to handle non-ascii characters (Bug#3190).
12078 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12080         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12081         another heredoc if the user adds another < (Bug#3226).
12083         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12084         Don't initialize based on window-system (Bug#4124).
12086         * facemenu.el (facemenu-read-color): Use a completion function
12087         that accepts any defined color, such as RGB triplets (Bug#3677).
12089         * files.el (get-free-disk-space): Change fallback default
12090         directory to /.  Expand DIR argument before switching to fallback.
12091         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12093 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12095         * files.el (load-library): Doc fix.
12097 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12099         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12100         (viper-if-string): Redefine C-s in the minibuffer to insert the last
12101         incremental search string.
12103         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12104         XEmacs.
12106         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12107         (ediff-merge-region-is-non-clash)
12108         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12109         Also check if the job is really a merge job.
12111         * ediff.el (ediff-current-file): New function.
12113 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12115         * progmodes/js.el: Edit docstrings throughout to follow Emacs
12116         conventions.
12117         (js-insert-and-indent): Delete function.
12118         (js-mode-map): Don't bind keys to js-insert-and-indent.
12119         (js-beginning-of-defun): Rename from js--beginning-of-defun.
12120         (js-end-of-defun): Rename from js--end-of-defun.
12121         (js-auto-indent-flag): Delete variable.
12123 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
12125         * progmodes/js.el: Remove proclaim statement.
12126         Defvar which-func-imenu-joiner-function to silence compiler.
12128         * files.el (auto-mode-alist): Use js-mode for .js files.
12130         * progmodes/js2-mode.el: Remove file.
12132         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12134         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12136         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12138 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
12139             Karl Landstrom  <karl.landstrom@brgeight.se>
12141         * progmodes/js.el: New file.
12143 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
12145         * timezone.el (timezone-parse-date): Add ability to understand ISO
12146         basic format (minimal separators) dates in addition to the
12147         already-supported extended format dates.
12149 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
12151         * international/ucs-normalize.el: Add a `coding' file variable.
12153         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12155 2009-08-14  Sam Steingold  <sds@gnu.org>
12157         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12159 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
12161         * faces.el (help-argument-name): Define it here instead of
12162         help-fns.el, because in daemon mode help-fns.el may be loaded when
12163         faces are still uninitialized (Bug#1078).
12165         * help-fns.el (help-argument-name): Move defface to faces.el.
12167 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
12169         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12170         create buffer with a pty but no process so that GDB can make the
12171         inferior the controlling process.
12173 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
12175         * international/ucs-normalize.el: New file.
12177 2009-08-13  Richard Stallman  <rms@gnu.org>
12179         * mail/rmail.el (rmail-get-attr-names):
12180         Accept an attribute header that is too short.
12182         * mail/rmail.el (rmail-forget-messages):
12183         Ignore nil elt in rmail-message-vector.  Use dotimes.
12185         * progmodes/compile.el (compilation-goto-locus):
12186         Use next-error-move-function.
12188         * simple.el (next-error-move-function): New variable.
12190 2009-08-12  Juri Linkov  <juri@jurta.org>
12192         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12193         always non-nil.  (Bug#4052)
12195         * replace.el (read-regexp): Return empty string when
12196         `default-value' is nil.
12197         (keep-lines-read-args): Don't use empty string as the
12198         default value for `read-regexp'.  (Bug#2495)
12200 2009-08-12  Juri Linkov  <juri@jurta.org>
12202         * international/mule-cmds.el (ucs-insert): Change arguments
12203         from `arg' to `character', `count', `inherit' to be the same
12204         as in `insert-char'.  Doc fix.  (Bug#4039)
12206         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12208 2009-08-12  Juri Linkov  <juri@jurta.org>
12210         * files-x.el: New file.
12212         * files.el: Move code that deals with adding/deleting
12213         file/directory-local variables to files-x.el.
12215         * Makefile.in (ELCFILES): Add files-x.elc.
12217 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12219         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12220         to use `goto-line'.
12221         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12222         `goto-line'.
12223         (gdb-invalidate-disassembly): Do not refresh upon receiving
12224         'update signal.  Instead, update all disassembly buffers only after
12225         threads list.
12226         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12227         (gdb-starting): Moved -data-list-register-names...
12228         (gdb-stopped): ...here so it's sent when first thread stops.
12229         (gdb-registers-handler-custom): Do nothing if register names are
12230         unknown yet.
12232         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12233         from `gdb-mi.el' to avoid extra tangling.
12235         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12236         change which breaks `gud-def' definitions used in `gdb'.
12237         (gdb-update-gud-running): No extra fuss for updating frame number.
12239 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12241         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12242         (describe-language-environment-map, setup-language-environment-map)
12243         (set-coding-system-map): Move initialization into declaration.
12244         (set-language-info-alist): Last arg to define-key-after can be skipped.
12246         * international/quail.el (quail-completion-1): Simplify.
12247         (quail-define-rules): Use slightly more compact code.
12248         (quail-insert-decode-map): Propertize keys, compact columns.
12250         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12251         Add goto-line.
12253 2009-08-10  Miles Bader  <miles@gnu.org>
12255         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12256         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12257         (js2-instance-member, js2-private-member, js2-private-function-call)
12258         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12259         (js2-magic-paren, js2-external-variable):
12260         Remove "-face" suffix from face names.
12261         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12262         (js2-highlight-undeclared-vars, js2-peek-token)
12263         (js2-parse-function-params, js2-mode-show-errors)
12264         (js2-mode-show-warnings, js2-make-magic-delimiter)
12265         (js2-mode-highlight-magic-parens): Update to use new face names.
12267 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12269         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12270         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12272 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12274         * subr.el: Provide hashtable-print-readable.
12276         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12277         hs-c-like-adjust-block-beginning.
12278         (hs-hide-block-at-point): Stop hiding at the beginning of
12279         hs-block-end-regexp (Bug#700).
12281 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12283         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12284         a macro.
12285         (gdb-registers-handler-custom): Do not fail when register names
12286         are unavailable.
12288 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12290         * progmodes/gdb-mi.el (gdb-control-all-threads)
12291         (gdb-control-current-thread): Interactive setters for
12292         `gdb-gud-control-all-threads' to use in menu.
12293         (gdb-show-run-p): Show «Go» when process is not active.
12294         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12295         gud/thread.xpm and gud/all.xpm.
12297 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12299         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12300         (nslookup-font-lock-keywords): Make it a variable.
12301         (net-utils-mode): New mode for viewing diagnostic network output.
12302         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12303         (net-utils-run-simple): New function.
12304         (ifconfig, iwconfig, netstat, arp, route): Use it.
12306 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12308         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12309         (gdb-memory-set-address, def-gdb-set-positive-number)
12310         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12311         after changing settings.
12312         (gdb-invalidate-disassembly): Update when first shown.
12313         (gdb-edit-locals-value): Fixed.
12314         (gdb-registers-handler-custom): Print registers in right order and
12315         allow changing register values (only for current thread yet).
12316         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12317         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12318         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12319         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12320         info in mode name.
12321         (gdb-registers-mode-map): TAB to switch to locals.
12323 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12325         * mail/rmail.el (rmail-add-mbox-headers)
12326         (rmail-set-message-counters-counter): Search for
12327         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12329 2009-08-08  Glenn Morris  <rgm@gnu.org>
12331         * Makefile.in (ELCFILES): Update.
12333 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12335         * mail/sendmail.el (mail-yank-original): Set
12336         buffer-file-coding-system from the one used by the message whose
12337         text is yanked.
12339         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12340         to "windows" when "pgnuplot" is used.
12341         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12342         call accept-process-output if "pgnuplot" is used.
12343         (calc-graph-init): Don't send -display and -geometry to
12344         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12345         running "pgnuplot -V" with shell-command-to-string.
12347         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12348         the default.
12350 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12352         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12353         org/org-latex.elc.
12355 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12357         * vc-dispatcher.el (vc-resynch-window): Update comment.
12359         * term.el (term-handle-ansi-escape): Add comments with the
12360         terminfo capabilities implemented.
12362 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12364         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12365         (gdb-var-create-handler): Rewritten using JSON parser.
12366         (gdb-propertize-header): Moved earlier.
12367         (gdb-set-header): Removed to avoid duplication.
12368         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12369         Refresh disassembly buffers only after threads list have been
12370         update.
12371         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12372         variables.
12374 2009-08-04  Juri Linkov  <juri@jurta.org>
12376         * files.el: Commands to add/delete file/directory-local variables.
12377         (read-file-local-variable, read-file-local-variable-value)
12378         (read-file-local-variable-mode, modify-file-local-variable)
12379         (modify-file-local-variable-prop-line)
12380         (modify-dir-local-variable): New functions.
12381         (add-file-local-variable, delete-file-local-variable)
12382         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12383         (add-dir-local-variable, delete-dir-local-variable)
12384         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12385         (copy-dir-locals-to-file-locals-prop-line): New commands.
12387 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12389         * abbrev.el (insert-abbrev-table-description): Prettify output.
12390         Suggested by Karl Chen.
12392 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12394         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12395         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12396         (gdb-overlay-arrow-position, gdb-thread-position)
12397         (gdb-disassembly-position): Declare variables.
12398         (gdb-wait-for-pending): Function now.
12399         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12400         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12401         compilation goes smoothly.
12402         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12403         (gdb-non-stop-setting): New customization setting which replaces
12404         `gdb-non-stop' so changing it doesn't break active GDB session.
12405         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12406         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12407         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12408         (gdb-show-threads-by-default): New customization options.
12409         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12410         routines.
12411         (gdb-get-buffer-create): Send buffers update signal when they are
12412         created.
12413         (gdb-invalidate-locals, gdb-invalidate-registers)
12414         (gdb-invalidate-breakpoints)
12415         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12416         (gdb-invalidate-memory): Accept update signal.
12417         (gdb-current-context-command): Use --frame option.
12418         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12419         Implement `gdb-frame-number' selection logic.
12420         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12421         whether to show GUD toolbar buttons.
12422         (gdb-thread-exited): Unselect current thread when it exits.
12423         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12424         (gdb-mark-line): Routine which sets overlay arrow or inverses
12425         video on fringeless displays.
12426         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12427         to build aligned columns of data in GDB buffers and set text
12428         properties line-by-line.
12429         (gdb-invalidate-breakpoints)
12430         (gdb-breakpoints-list-handler-custom)
12431         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12432         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12433         (gdb-registers-handler-custom): Align data columns.
12434         (gdb-locals-handler-custom): Now prints data like in variable
12435         declarations.
12436         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12437         Removed confusing buttons.
12438         (gdb-invalidate-threads): Append --frame.
12439         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12440         between breakpoints/threads buffers.
12441         (gdb-set-window-buffer): Now can ignore dedicated windows.
12442         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12443         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12444         (def-gdb-thread-buffer-gud-command): Replaces
12445         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12446         for fine thread control.
12447         (gdb-preempt-existing-or-display-buffer): New function used to
12448         display bound buffers without breaking window layout.
12449         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12450         (gdb-select-frame): New version of `gdb-frames-select' which now
12451         sets `gdb-frame-number' so commands may use --frame option instead
12452         of inner debugger state.
12453         (gdb-frame-handler): Do not set `gdb-frame-number'.
12454         (gdb-threads-mode-map): Select threads with mouse.
12456         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12457         avoid compilation warning.
12458         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12459         `gdb-show-stop-p`.
12461         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12462         Argument `key' renamed to `buffer-type'.
12463         (gdb-current-context-buffer-name): Do not add thread info to
12464         buffer name when no thread is selected.
12465         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12466         command (bug 3794).
12467         (gdb-thread-selected): Handle `=thread-selected' notification.
12468         (gdb-wait-for-pending): New macro to deal with congestion problems.
12469         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12470         breakpoints.
12471         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12472         This fixes problem similar to one described in bug 3947.
12473         (gud-menu-map): More menu items.
12474         (gdb-init-1): Reset `gdb-thread-number' to nil.
12476         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12477         non-stop settings.
12479         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12480         (gdb-current-context-command): Do not append --thread if
12481         `gdb-thread-number' is nil.
12482         (gdb-running-threads-count, gdb-stopped-threads-count): New
12483         variables.
12484         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12485         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12486         customization options.
12487         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12488         GUD commands.
12489         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12490         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12491         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12492         set `gdb-thread-number' and update `gud-running' properly.
12493         (gdb-running): Update threads list when new threads appear.
12494         (gdb-stopped): Support non-stop operation and new thread switching
12495         logic.
12496         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12497         (gdb-json-partial-output): New set of JSON routines.
12498         (def-gdb-auto-update-trigger): New `signal-list' optional
12499         argument.
12500         (gdb-thread-list-handler-custom): Update `gud-running',
12501         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12502         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12503         (gdb-continue-thread, gdb-step-thread): New commands for fine
12504         thread execution control.
12505         (gud-menu-map): New menu items to switch non-stop options.
12506         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12507         (gdb-send): Mimic RET properly (bug 3794).
12509         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12510         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12511         gdb-buffer-rules.
12512         (def-gdb-auto-update-handler): New nopreserve optional argument.
12513         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12515         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12516         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12517         (gdb-parent-mode): New mode to derive other GDB modes from.
12518         (gdb-display-disassembly-for-thread)
12519         (gdb-frame-disassembly-for-thread): New commands for threads
12520         buffer.
12522         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12523         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12524         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12525         (gdb-update): We now store all GDB buffers in a list so that they
12526         can be updated by traversing a list instead of calling invalidate
12527         triggers explicitly.
12528         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12529         pair for GDB buffer.
12530         (gdb-stack-buffer-name): Add thread information.
12531         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12532         handle pending triggers.
12533         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12534         (def-gdb-thread-buffer-simple-command)
12535         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12536         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12537         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12538         New commands which show buffers bound to thread.
12539         (gdb-stack-list-locals-regexp): Removed unused regexp.
12541         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12542         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12543         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12544         to (gud-comint-buffer) in *-buffer-name functions
12545         because (gdb-get-target-string) already does that.
12546         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12547         (gdb-changed-registers-handler): Rewritten without regexps.
12549         * progmodes/gdb-mi.el: Basic thread selection support.
12550         (gdb-thread-number): New variable.
12551         (gdb-current-context-command): New macro which adds --thread
12552         option to command.
12553         (gdb-threads-mode-map): Select thread with SPC.
12554         (gdb-thread-list-handler-custom): Mark current thread with overlay
12555         arrow.  Synchronize GDB thread and Emacs thread.
12556         (gdb-select-thread): New command which selects current thread.
12557         (gdb-invalidate-frames, gdb-invalidate-locals)
12558         (gdb-invalidate-registers): Use --thread option.
12560 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12562         * net/tramp.el (top): Make check for tramp-gvfs loading more
12563         robust.  (Bug#3977)
12564         (tramp-handle-insert-file-contents): `unwind-protect' must be
12565         inside `with-parsed-tramp-file-name'.
12567         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12568         fails.
12570 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12572         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12573         directory if CLASSPATH is not set.
12575 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12577         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12578         New defconst.
12579         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12581 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12583         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12584         Update freshmeat link.  Delete newsforge.com as it seems gone.
12586 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12588         * select.el (x-set-selection): Doc fix (Bug#4021).
12590         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12592         * help-fns.el (describe-variable): Treat list return values from
12593         dir-locals-find-file properly (Bug#4005).
12595 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12597         * net/tramp.el (tramp-debug-message): Print also microseconds.
12599 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12601         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12602         or END is non-nil.
12603         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12604         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12605         format.
12607         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12608         (tramp-get-file-property): Use it.
12610         * autorevert.el (auto-revert-handler): Allow
12611         `auto-revert-tail-mode' for remote files.
12613 2009-08-02  Jason Rumney  <jasonr@gnu.org>
12615         * minibuffer.el (read-file-name): Treat confirm options to
12616         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
12618 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12620         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12621         (font-lock-variable-name-face, font-lock-constant-face): Darken
12622         the colors for light backgrounds.
12624 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
12626         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12627         month names.  (Bug#3987)
12629 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
12631         * simple.el (line-move-finish): Pass whole number to
12632         line-move-to-column.
12633         (line-move-visual): Perform hscroll to the recorded position.
12635 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
12637         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12639 2009-07-29  Alan Mackenzie  <acm@muc.de>
12641         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12643 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
12645         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12646         (gdb-place-breakpoints): Use full path when setting breakpoints.
12648 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
12650         * calc/calc.el (calc-mode-map): Add keybinding for
12651         `calc-transpose-lines'.
12653 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
12655         * calc/calc-misc.el (calc-transpose-lines): New function.
12657 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
12659         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12660         Simplify check for out-of-band methods.
12661         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12662         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
12664 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
12666         * vc-git.el (vc-git-checkin): Fix typo.
12668 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
12670         * progmodes/js2-mode.el: New file.
12672 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
12674         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12675         (gud-menu-map): Adjust tooltip accordingly.
12677 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12679         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12680         (vc-bzr-log-view-mode): Adjust log-view-file-re.
12682         * add-log.el (change-log-mode-map): Add a menu.
12684 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
12686         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12687         function returns nil.
12688         (dbus-handle-event): Handle special return value :ignore.
12689         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12691 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
12693         * view.el (view-mode-enable): Don't define Helper-return-blurb if
12694         it's not needed.
12696 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
12698         Fix Bug#3888:
12700         * w32-vars.el (x-select-enable-clipboard): Doc fix.
12702         * term/pc-win.el (x-display-name, x-colors)
12703         (x-select-enable-clipboard, x-select-text): Doc fix.
12705         * term/common-win.el (x-display-name, x-colors): Doc fix.
12707         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12708         (xw-defined-colors): Doc fix.
12710         * w32-fns.el (x-select-text, x-setup-function-keys)
12711         (x-get-selection, x-set-selection): Doc fix.
12713         * term/x-win.el (x-select-text, x-setup-function-keys)
12714         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12716         * select.el (x-set-selection): Doc fix.
12718 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12720         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12721         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12722         "IsNSSSupportAvailable" method is not available.  Reported by
12723         Steve Youngs <steve@sxemacs.org>.
12725 2009-07-24  Kenichi Handa  <handa@m17n.org>
12727         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12728         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12729         (build-unicode-category-table): Fix range checks.
12731 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12733         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12734         the buffer we try to sync is current when calling
12735         vc-resynch-buffer.
12737         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12738         not show up to date files.
12740 2009-07-24  Glenn Morris  <rgm@gnu.org>
12742         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12743         Add autoload cookies.  If necessary, initialize.
12744         (elint-log): Handle non-file buffers.
12745         (elint-initialize): Add optional argument to reinitialize.
12746         (elint-find-builtin-variables): Save excursion.
12748 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12750         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12751         for Lint.
12753 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12755         * vc.el (vc-print-log-internal): New function, split out from ...
12756         (vc-print-log): ... here.
12757         (vc-dir-move-to-goal-column): Declare.
12759         * vc-git.el (vc-git-add-signoff): New variable.
12760         (vc-git-checkin): Use it.
12761         (vc-git-toggle-signoff): New function.
12762         (vc-git-extra-menu-map): Bind it to menu.
12763         (vc-git--run-command-string): Accept a nil FILE argument.
12764         (vc-git-stash-list): New function.
12765         (vc-git-dir-extra-headers): Use it.
12767 2009-07-23  Glenn Morris  <rgm@gnu.org>
12769         * help-fns.el (describe-variable): Describe ignored and risky local
12770         variables in a similar way to that in which we describe safe ones.
12772         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12773         (byte-compile-output-file-form, byte-compile-output-docform)
12774         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12775         Give some more local variables with common names a "bytecomp-" prefix,
12776         so as not to shadow things during compilation.
12777         * emacs-lisp/cl-macs.el (load-time-value)
12778         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12779         `outbuffer' to `bytecomp-outbuffer'.
12781         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12782         since the next two variables cover them automatically now.
12783         (elint-builtin-variables, elint-autoloaded-variables): New.
12784         (elint-unknown-builtin-args): Remove all members, since they can be
12785         parsed automatically now.
12786         (elint-extra-errors): New.
12787         (elint-env-add-env, elint-env-add-macro): Use cadr.
12788         (elint-current-buffer): Use or.  Change final message.
12789         (elint-get-top-forms): Use line-end-position.
12790         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12791         and defalias.
12792         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12793         (regexp-assoc): Remove unused function.
12794         (elint-top-form): Set elint-current-pos, to record the start of the
12795         top-level form, for compilation-mode.
12796         (elint-form): Trap errors in macro expansion.  Use dolist.
12797         (elint-unbound-variable): Use elint-builtin-variables and
12798         elint-autoloaded-variables.
12799         (elint-get-args): Use cadr, or.
12800         (elint-check-cond-form): Use dolist, cadr.
12801         (elint-check-condition-case-form): Doc fix.  Use cadr.
12802         Use elint-extra-errors.
12803         (elint-log): New function.
12804         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12805         Distinguish errors and warnings.
12806         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12807         Use a bytecomp-style format.
12808         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12809         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12810         Don't truncate lines.
12811         (elint-initialize): Set builtin and autoloaded variable lists.
12812         Only process elint-unknown-builtin-args if non-nil.
12813         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12814         New functions.
12815         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12817 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12819         * net/newst-backend.el (newsticker--parse-atom-1.0)
12820         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12821         (newsticker--parse-rss-1.0):
12822         * progmodes/idlwave.el (idlwave-mode):
12823         * progmodes/idlw-shell.el (idlwave-shell-mode):
12824         * progmodes/vera-mode.el (vera-mode):
12825         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12826         * progmodes/vhdl-mode.el (vhdl-mode):
12827         * textmodes/table.el (table-generate-source)
12828         (table--warn-incompatibility):
12829         Hyperlink urls in docstrings with URL `...'.
12831 2009-07-22  Glenn Morris  <rgm@gnu.org>
12833         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12834         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12835         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12836         Remove leading * from defcustom docs.
12838         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12840         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12841         defcustom doc.
12842         (list-load-path-shadows): Optionally, just return shadows as a string.
12844         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12846 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12848         * mail/rmailedit.el (rmail-edit-mode): Use
12849         auto-save-include-big-deletions.
12851         * mail/rmail.el (rmail-variables): Use
12852         auto-save-include-big-deletions.
12854         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12855         changes.
12857 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12859         * calc/calc.el (calc-undo-length): New variable.
12860         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12862 2009-07-21  Richard Stallman  <rms@gnu.org>
12864         * files.el (auto-save-mode): Handle buffer-save-size = -2
12865         for toggling mode.
12867 2009-07-21  Glenn Morris  <rgm@gnu.org>
12869         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12871         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12873         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12874         silence compiler.  Instead...
12875         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12876         (ps-print-ensure-fontified): Update for above function name changes.
12878         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12879         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12880         silence compiler.  Instead...
12881         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12882         (mh-show-buffer): Only define for compiler.
12883         (pr-mh-current-message): Update for above function name changes.
12885         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12886         as an argument.
12887         (find-file-noselect, insert-file-1): Update for above change.
12889         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12891         * mail/mailclient.el (mailclient-send-it): Fix message.
12893         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12894         (edebug-eval): Check cl-debug-env is bound.
12895         (print-level, print-circle): Don't redefine built-in variables.
12897         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12898         (custom-print-vectors): Remove old comments from doc.
12900         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12901         (emerge-version): Make the variable an obsolete alias for the
12902         emacs-version variable.  Make the function obsolete.
12903         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12904         Emerge options, rather than merging in into the main Options menu.
12905         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12906         and auto advance modes.  Disable edit/fast items when not relevant.
12908 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12910         * term/vt420.el (terminal-init-vt420): Fix typo.
12912 2009-07-20  Sam Steingold  <sds@gnu.org>
12914         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12915         variable (removed from compile.el on 2004-03-11).
12917 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12919         * files.el (hack-local-variables-filter): Fix last change.
12921 2009-07-19  Juri Linkov  <juri@jurta.org>
12923         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12924         (dir-local-variables-alist): New buffer-local variable.
12925         (hack-local-variables-filter): If variable is not dir-local,
12926         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12927         because file-local overrides dir-local.
12928         (c-postprocess-file-styles) <declare-function>:
12929         Remove obsolete declaration.
12930         (hack-dir-local-variables): Add dir-local variable/value pair to
12931         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12933         * help-fns.el (describe-variable): Add information about
12934         file-local and dir-local variables.
12936 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12938         * files.el (hack-local-variables-filter): Rewrite.
12940 2009-07-19  Glenn Morris  <rgm@gnu.org>
12942         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12943         Silence compiler by only defining on XEmacs.
12945         * international/mule.el (auto-coding-regexp-alist): Only match
12946         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12948         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12949         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12950         (cal-menu-context-mouse-menu): Doc fix.
12952         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12954         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12956 2009-07-18  Juri Linkov  <juri@jurta.org>
12958         * info.el: Virtual Info keyword finder.
12959         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12960         (Info-finder-file): New variable.
12961         (Info-finder-find-file): New function.
12962         (finder-known-keywords, finder-package-info)
12963         (find-library-name, lm-commentary): Use defvar and
12964         declare-function to silence compiler warnings.
12965         (Info-finder-find-node): New function.
12966         (info-finder): New command.
12968         * subr.el (process-kill-buffer-query-function): New function.
12969         (add-hook)<kill-buffer-query-functions>: Add hook
12970         `process-kill-buffer-query-function'.
12972 2009-07-18  Alan Mackenzie  <acm@muc.de>
12974         * progmodes/cc-mode.el (c-before-hack-hook)
12975         (c-postprocess-file-styles): Give invocation of `c-set-style'
12976         DONT-OVERRIDE parameter of t.  Already set style variables will
12977         thus not be overridden by style settings given by `c-file-syle'.
12979         * files.el (hack-local-variables-filter): Remove entries with
12980         duplicate keys from `file-local-variables-alist'.
12982 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12984         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12985         x-set-selection if display-selections-p returns nil for the
12986         current frame.
12988 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12990         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12992 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12994         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12995         Accept nil in addition to a regexp.
12996         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12997         Accept nil in addition to a regexp.
12998         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12999         buffers that have an associated file.  Handle nil values of
13000         desktop-buffers-not-to-save and desktop-files-not-to-save.
13001         (Bug#3833)
13003         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13004         (x-disown-selection-internal): New functions.
13006 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
13008         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13009         warning.
13010         (gdb-breakpoints-header): Move forward to avoid compiler warning.
13011         (gdb-make-header-line-mouse-map): Remove duplicate definition.
13013 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
13015         * simple.el (set-mark): Revert last change.
13017 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
13019         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13020         rendering of pngs is not possible instead of messaging a long
13021         description.
13023 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
13025         * w32-fns.el (x-selection-owner-p): New function.
13027         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13028         (mouse-yank-at-click, mouse-yank-primary): If
13029         select-active-regions is non-nil, deactivate the mark before
13030         insertion.
13032         * simple.el (deactivate-mark, set-mark): Only save selection if we
13033         own it.
13035 2009-07-17  Kenichi Handa  <handa@m17n.org>
13037         * case-table.el (describe-buffer-case-table): Fix for the case
13038         that KEY is a cons.
13040 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
13042         * vc-rcs.el (vc-rcs-find-file-hook):
13043         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13045 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13047         * net/tramp.el (tramp-wait-for-output): Handle the case when
13048         commands do not return a newline but a null byte before the shell
13049         prompt.  (Bug#3858)
13051 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13053         * term/ns-win.el (ns-set-alpha): Don't declare.
13054         (ns-set-background-alpha): Remove function.
13056 2009-07-16  Kevin Ryde  <user42@zip.com.au>
13058         * emacs-lisp/copyright.el (copyright-update): Save match-data across
13059         y-or-n-p, for safety.
13061 2009-07-16  Richard Stallman  <rms@gnu.org>
13063         * files.el (auto-save-mode): If buffer-saved-size is -2,
13064         don't clobber it.
13066         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13067         (rmail-retry-ignored-headers): Add more uninteresting fields.
13069 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
13071         * net/rcirc.el (rcirc): Use history variables.
13072         (rcirc-server-name-history, rcirc-nick-name-history)
13073         (rcirc-server-port-history): New variables.
13075 2009-07-15  Kenichi Handa  <handa@m17n.org>
13077         * international/mule-cmds.el (set-language-environment-charset):
13078         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13079         ignore them.
13081         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13082         Delete unibyte-display.
13084 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13086         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13088 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13090         * simple.el (deactivate-mark): Optional argument FORCE.
13091         (set-mark): Use deactivate-mark.
13093         * info.el (Info-search): No need to check transient-mark-mode
13094         before calling deactivate-mark.
13096         * select.el (x-set-selection): Doc fix.
13097         (x-valid-simple-selection-p): Allow buffer values.
13098         (xselect--selection-bounds): Handle buffer values.  Suggested by
13099         David De La Harpe Golden.
13101         * mouse.el (mouse-set-region, mouse-drag-track): Call
13102         copy-region-as-kill before setting the mark, to let
13103         select-active-regions work.
13105 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
13107         * simple.el (deactivate-mark): If select-active-regions is
13108         non-nil, copy the selection data into a string.
13109         (activate-mark): If select-active-regions is non-nil, set the
13110         selection to the current buffer.
13111         (set-mark): Update selection if select-active-regions is non-nil.
13113         * select.el (x-valid-simple-selection-p): Allow buffer values.
13115 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13117         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13118         and more featureful message-mode.
13120 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
13122         * select.el (x-set-selection): Doc fix.
13123         (x-valid-simple-selection-p): Disallow selection data consisting
13124         of a list or cons of integers, since that is not used.
13125         (xselect--selection-bounds, xselect--int-to-cons): New functions.
13126         (xselect-convert-to-string, xselect-convert-to-length)
13127         (xselect-convert-to-filename, xselect-convert-to-charpos)
13128         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13130 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
13132         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13133         output in -break-info command (Emacs bug #3794).
13135 2009-07-14  Glenn Morris  <rgm@gnu.org>
13137         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13138         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13139         (edebug-print-length, edebug-print-level, edebug-print-circle)
13140         (edebug-sit-for-seconds, edebug-view-outside)
13141         (edebug-bounce-point, edebug-set-global-break-condition)
13142         (edebug-Go-nonstop-mode, edebug-trace-mode)
13143         (edebug-Trace-fast-mode, edebug-continue-mode)
13144         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13145         (edebug-visit-eval-list): Doc fixes.
13147         * subr.el (def-edebug-spec): Doc fix.
13149 2009-07-14  Kenichi Handa  <handa@m17n.org>
13151         * international/characters.el: Fix setting of category ?C.
13153 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
13155         * term/ns-win.el (x-select-font): defalias x-select-font to
13156         ns-popup-font-panel instead of generate-fontset-menu.
13158 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
13160         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
13162 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
13164         * arc-mode.el (archive-find-type): Allow for a PK00 string before
13165         the PK\003\004 header (Bug#3770).
13167 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
13169         * pcomplete.el (pcomplete-comint-setup): Check for
13170         shell-dynamic-complete-filename too.
13172 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
13174         * simple.el (temporary-goal-column): Change the value for
13175         line-move-visual to a cons cell.
13176         (line-move-visual): Record or set the window hscroll, if
13177         necessary (Bug#3494).
13178         (line-move-1): Handle cons value of temporary-goal-column.
13180 2009-07-11  Kenichi Handa  <handa@m17n.org>
13182         * international/mule-diag.el (describe-character-set): Don't show
13183         width.
13185 2009-07-10  Sam Steingold  <sds@gnu.org>
13187         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13188         Omake sometimes indents the errors it prints, so allow all
13189         regexps to start with spaces.
13191 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
13193         * cus-edit.el (customize-changed-options-previous-release):
13194         Bump value to 22.1.  (Bug#3804)
13196 2009-07-08  Sam Steingold  <sds@gnu.org>
13198         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13199         to be a cons cell (test . ignored-directory) to selectively ignore
13200         some directories depending on the location of the search.
13202 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
13204         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13205         remote user is root, on the local host.
13206         (tramp-local-host-p): Either the local user or the remote user
13207         must be root.  (Bug#3771)
13209 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13211         * progmodes/gdb-mi.el (gdb): Remove description of
13212         gdb-use-separate-io-buffer.
13213         (menu): Don't allow toggling of or enable
13214         gdb-use-separate-io-buffer from menubar.
13216 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13218         * mail/unrmail.el (unrmail): Make sure the message ends with two
13219         newlines (Bug#3769).
13221 2009-07-08  Glenn Morris  <rgm@gnu.org>
13223         * calendar/calendar.el (calendar-current-date): Rework previous change.
13225 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13227         * calendar/calendar.el (calendar-current-date):
13228         Add an optional argument giving an offset from today.
13230 2009-07-08  Glenn Morris  <rgm@gnu.org>
13232         * tutorial.el (tutorial--describe-nonstandard-key):
13233         Adjust the message for when a key has been unbound.
13234         (help-with-tutorial): Hide the arch-tag.
13236 2009-07-08  Kenichi Handa  <handa@m17n.org>
13238         * international/fontset.el (setup-default-fontset): For each
13239         script, append (not set) font-specs.
13241         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13242         docstring.
13244 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13246         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13247         -data-list-register-names to ...
13248         (gdb-starting): ... here because GDB 7.0 requires execution to
13249         have started when using this MI command.
13250         (gdb-set-header): New function to distinguish select and
13251         unselected tabs in gdb buffers.
13252         (gdb-propertize-header): New macro that uses gdb-set-header.
13253         (gdb-breakpoints-header, gdb-locals-header): Use it.
13254         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13256 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13258         * Makefile.in (ELCFILES): Remove fadr.elc.
13260 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13262         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13263         may contain frame information, so `string-match' should be used.
13264         (gdb-update): Disassembly is invalidated through
13265         `gdb-get-selected-frame'.
13266         (gdb-pad-string): New function to pad string with spaces.
13267         (gdb-invalidate-disassembly): Invalidate only if the buffer
13268         exists.
13269         (gdb-disassembly-handler-custom): Column alignment.
13270         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13271         placing new ones.
13272         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13273         end of line, too.
13274         (gdb-frame-handler): Match convention to for disassembly buffer
13275         mode name.
13276         (gdb-stack-list-frames-handler): Rewritten without regexps.
13277         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13278         not highlight breakpoints without line information.
13279         (gdb-input): Add trailing newline to command.
13281         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13282         buffer properly.
13283         (gdb-breakpoints-list-handler-custom): Replacement for
13284         `gdb-break-list-handler'.  Using real parser instead of regexps
13285         now.
13286         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13287         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13288         to place breakpoints.
13289         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13290         functions.
13291         (gdb-disassembly-handler-custom): Show overlay arrow.
13292         (gdb-disassembly-place-breakpoints): Show breakpoints in
13293         disassembly buffer.
13294         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13295         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13296         instead of parsing breakpoints buffer.  Fixed old menu references
13297         in `gud-menu-map'.
13299         * fadr.el: Remove.
13301         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13302         (gdb-memory-address): New variable which holds top address of
13303         memory page shown in memory buffer.
13304         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13305         customization variables.
13306         New functions:
13307         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13308         display the memory buffer.
13309         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13310         buffer display parameters.
13311         (def-gdb-memory-format, gdb-memory-format-binary)
13312         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13313         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13314         Functions for setting memory buffer format.
13315         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13316         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13317         unit size used in memory buffer.
13318         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13319         to next/previous page of memory buffer.
13320         Now using (bindat-get-field) instead of fadr functions.
13322 2009-07-07  Sam Steingold  <sds@gnu.org>
13324         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13325         non-top-level files.
13327 2009-07-07  Kenichi Handa  <handa@m17n.org>
13329         * international/mule-cmds.el (reset-language-environment): Put
13330         the highset priority to the charset iso-8859-1.
13332 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13334         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13335         to the end of the line when locating the block (Bug#700).
13337 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13339         * net/tramp.el (tramp-handle-write-region): Flush file properties
13340         in case of short track.
13342 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13344         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13345         Coded custom representation of verilog error regular expressions
13346         to work with Emacs-22's new format.
13347         (verilog-error-regexp-xemacs-alist): Coded custom representation
13348         of verilog error regular expressions to work with XEmacs format.
13349         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13350         error recognition into XEmacs.
13351         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13352         error recognition into Emacs-22.
13354 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13356         * woman.el: Remove stand-alone closing parentheses.
13357         (woman-file-name, woman2-format-paragraphs)
13358         (woman-leave-blank-lines): Code cleanup.
13359         (woman-use-own-frame): Change default to nil.
13360         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13361         defaults to inherit from default faces.
13362         (woman2-process-escapes): Consume the newline after a stand-alone
13363         filler character (Bug#3651).
13365 2009-07-06  Glenn Morris  <rgm@gnu.org>
13367         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13368         (top-level): Move provide to the end.
13369         (ffap): Remove defunct URL from custom group.
13371         * subr.el (eval-after-load): Doc fix.
13373 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13375         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13376         `calc-embedded-word' is called twice.
13378 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13380         * files.el (find-alternate-file-other-window, find-alternate-file):
13381         Obey confirm-nonexistent-file-or-buffer.
13383 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13385         * dired-aux.el (dired-show-file-type): Handle remote files.
13387 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13389         * desktop.el (desktop-globals-to-save):
13390         Add file-name-history (Bug#2750).
13392 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13394         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13396 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13398         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13399         property on entire argument since this is what eshell-lisp-command
13400         expects.
13402 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13404         * net/tramp-gvfs.el (tramp-gvfs-methods)
13405         (tramp-gvfs-zeroconf-domain)
13406         (tramp-bluez-discover-devices-timeout): Add version flag.
13407         (tramp-gvfs-handler-mounted-unmounted)
13408         (tramp-gvfs-connection-mounted-p): Polish handling of
13409         incompatibilities between GVFS 0.2 and 1.0.
13411 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13413         * cus-start.el (all): Add make-pointer-invisible.
13415 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13417         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13418         formatted correctly.
13420 2009-07-02  Juri Linkov  <juri@jurta.org>
13422         * info.el: Virtual Info files and nodes.
13423         (Info-virtual-files, Info-virtual-nodes): New variables.
13424         (Info-current-node-virtual): New variable.
13425         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13426         New functions.
13427         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13428         to check for a virtual file instead of checking a fixed list
13429         of node names.
13430         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13431         instead of ad-hoc processing of "dir" and (apropos history toc).
13432         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13433         instead of ad-hoc processing of "dir" and (apropos history toc).
13434         Reread a file when moving from a virtual node.
13435         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13436         (Info-directory-toc-nodes, Info-directory-find-file)
13437         (Info-directory-find-node): New functions.
13438         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13439         (Info-history): Move part of code to
13440         `Info-history-find-node'.
13441         (Info-history-toc-nodes, Info-history-find-file)
13442         (Info-history-find-node): New functions.
13443         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13444         (Info-toc): Move part of code to `Info-toc-find-node'.
13445         (Info-toc-find-node): New function.
13446         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13447         the current Info file name to references because now the node
13448         "*TOC*" belongs to the same Info manual.
13449         (Info-toc-build): Rename from `Info-build-toc'.
13450         (Info-toc-nodes): Rename input argument `file' to `filename'.
13451         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13452         instead of ad-hoc processing of ("dir" apropos history toc).
13453         (Info-index-nodes): Use Info-virtual-file-p
13454         to check for a virtual file instead of checking a fixed list
13455         of node names.
13456         (Info-index-node): Add check for `Info-current-node-virtual'.
13457         Raise `save-match-data' higher up the tree to contain
13458         `search-forward' too (bug fix).
13459         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13460         (Info-virtual-index-nodes): New variable.
13461         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13462         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13463         (Info-apropos-file, Info-apropos-nodes): New variables.
13464         (Info-apropos-toc-nodes, Info-apropos-find-file)
13465         (Info-apropos-find-node, Info-apropos-matches): New functions.
13466         (info-apropos): Move part of code to `Info-apropos-find-node' and
13467         `Info-apropos-matches'.
13468         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13469         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13470         for a virtual file instead of checking a fixed list of node names.
13472         * simple.el (async-shell-command): New command.
13474         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13476         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13477         instead of `mount-info'.
13479 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13481         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13482         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13484 2009-07-02  Kenichi Handa  <handa@m17n.org>
13486         * international/mule.el (set-keyboard-coding-system): Force *-unix
13487         coding-system to avoid eol conversion.
13489 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13491         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13492         Add handler for `process-file', `shell-command' and
13493         `start-file-process'.
13494         (tramp-gvfs-handle-shell-command)
13495         (tramp-gvfs-handle-start-file-process)
13496         (tramp-gvfs-handle-process-file): New defuns.
13497         (tramp-synce-list-devices): Simplify check for existence of property.
13499 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13501         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13503 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13505         * language/korean.el (set-language-info-alist): Add korean-cp949,
13506         cp949 to spec.
13508 2009-07-01  Kenichi Handa  <handa@m17n.org>
13510         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13512         * international/encoded-kb.el: Deleted.
13514         * international/mule.el (set-keyboard-coding-system): Perform the
13515         necessary setup here instead of calling encoded-kbd-setup-display.
13517 2009-07-01  Glenn Morris  <rgm@gnu.org>
13519         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13521 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13523         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13525 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13527         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13528         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13529         (tramp-default-file-modes): Remove execute permissions.
13531         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13532         (top): Add a default for "synce" in `tramp-default-user-alist'.
13533         Add completion function for "synce" method.
13534         (tramp-hal-service, tramp-hal-path-manager)
13535         (tramp-hal-interface-manager, tramp-hal-interface-device):
13536         New defconst.
13537         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13538         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13539         New defuns.
13541         * net/trampver.el: Update release number.
13543 2009-06-30  Kenichi Handa  <handa@m17n.org>
13545         * international/fontset.el (setup-default-fontset): Add CJK fonts
13546         for symbols and the other miscellaneous characters.
13548         * language/korea-util.el (setup-korean-environment-internal):
13549         Make char-width-table suitable for Korean environments.
13550         (exit-korean-environment): Cancel above.
13552         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13553         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13554         setup-function to make char-width-table suitable for respective
13555         environments, and an exit-function to cancel that.
13557         * language/japan-util.el (setup-japanese-environment-internal):
13558         Call use-cjk-char-width-table with arg `ja_JP'.
13560         * international/characters.el (cjk-char-width-table): Delete it.
13561         (cjk-char-width-table-list): New variable.
13562         (use-cjk-char-width-table): New arg local-name.
13563         (use-default-char-width-table): Fix for the case that Emacs is
13564         already using the default char-width-table.
13566 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13568         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13569         modes mandatory.  (Bug#3712)
13571 2009-06-29  Alan Mackenzie  <acm@muc.de>
13573         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13574         correction between the visible width of TABs and their number of bytes.
13576 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13578         * server.el (server-buffer-done): Prevent kill-buffer from
13579         prompting by clearing the buffer modification flag (Bug#3696).
13581 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13583         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13584         (verilog-endcomment-reason-re): Support unique case and priority case.
13585         (verilog-basic-complete-re): Support localparam lineup.
13586         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13587         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13588         commenting.
13589         (verilog-leap-to-case-head): Now support *nested* unique &
13590         priority case statements.
13591         (verilog-auto-lineup): Make just declarations the default (as it
13592         had been).
13593         (verilog-leap-to-case-head): Support priority/unique case statements.
13594         (verilog-auto-lineup): Rework to give users radio buttons to
13595         select the various styles of automatic lineup.
13596         (verilog-error-regexp-alist): Rework to support the XEmacs style
13597         of error regular expressions from compilers, lint tools &
13598         simulators.  Note that GNU Emacs has made it impossible for a mode
13599         to load such things.
13600         (electric-verilog-terminate-line, verilog-indent-declaration)
13601         (verilog-auto-wiure): Rework for radio button selection of
13602         auto-lineup selection of specification of auto lineup.
13603         (verilog-beg-of-statement-1): Redesign to support proper operation
13604         in additional code, based on testing with auto-lineup.
13605         (verilog-calculate-indent, assignments & declarations)
13606         (verilog-backward-token): Enhance to support auto-lineup of
13607         assignments & declarations.
13608         (verilog-in-directive-p, verilog-at-struct-p): New function for
13609         easy test of whether we are.
13610         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13611         to support safe execution at almost anyline.
13612         (verilog-calc-1): Properly support indenting deep inside generate
13613         blocks.
13614         (verilog-init-font): Remove definition & use of verilog-init-font,
13615         as it is redundant with font-lock-defaults.
13616         (verilog-mode): Alter the definition of verilog-font-lock-defaults
13617         to avoid circular calls if syntax-ppss is a function (as is the
13618         case now in 22.x GNU Emacs) as that function would sometimes call
13619         itself, leading to (nearly) infinite recursion.
13620         (verilog-ovm-begin-re, verilog-ovm-end-re)
13621         (verilog-ovm-statement-re, verilog-leap-to-head)
13622         (verilog-backward-token): Add support for OVM macros.  Some are
13623         complete statements, and others open and close scopes like begin
13624         and end.
13625         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13626         (verilog-defun-level-generate-only-re): Really fix the defun-list
13627         compilation issue.
13628         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13629         coverpoint, constraint and cross statements.
13630         (verilog-defun-level-list, verilog-generate-defun-level-list)
13631         (verilog-all-defun-level-list): Redo these specifications - it is
13632         too hard to support eval-when compile aggregation of lists also
13633         built at when-compile time.
13634         (verilog-defun-level-list): Place defconsts of variables used in
13635         building regular expressions which are built in eval-when-compile
13636         bodies in the same eval-when-compile body to facilitate compile
13637         without load.
13638         (verilog-beg-block-re-ordered): Support indenting
13639         virtual/protected tasks and functions.
13640         (verilog-defun-level-list, verilog-in-generate-region-p)
13641         (verilog-backward-ws&directives, verilog-calc-1): Speed up
13642         indentation of some module items (generate items).
13643         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13644         across virtual/protected tasks and functions.
13646 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
13648         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13649         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
13650         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13651         in concatenations.  Reported by Yishay Belkind.
13652         (verilog-auto-ascii-enum): Support one-hot state machines in
13653         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
13654         (verilog-auto-inst, verilog-auto-inst-port): Include interface
13655         modport in AUTOINST and add vl-modport for users.  Reported by
13656         David Rogoff.
13657         (verilog-auto-inout-module, verilog-auto-inst)
13658         (verilog-decls-get-interfaces, verilog-insert-definition)
13659         (verilog-insert-one-definition, verilog-read-decls)
13660         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13661         (verilog-sig-modport, verilog-signals-combine-bus)
13662         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13663         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13664         Suggested by David Rogoff.
13665         (verilog-repair-open-comma): Fix non-insertion of comma when
13666         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
13667         (verilog-make-width-expression): Simplify [A-1:0] expression
13668         widths to just {A{1'b0}}.
13669         (verilog-mode): Cleanup checkdoc warnings.
13670         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13671         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13672         inputs/outputs or data type.  Suggested by Vasu Kandadi.
13673         (next-error-last-buffer): Fix byte-compiler warning.
13674         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13675         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13676         or shell command text during AUTO expansion.  Suggested by Tad Truex.
13677         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13678         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13679         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13680         in AUTOINOUT.  Reported by Matthew Lovell.
13681         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13682         causing use of <= assignments.  Reported by Alex Reed.
13683         (verilog-read-decls): Fix triand, trior, wand, wor to be
13684         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
13685         (verilog-extended-complete-re): Support import "DPI-C" functions.
13686         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13687         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
13688         (verilog-insert-date, verilog-insert-year)
13689         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13690         Windows systems.  Reported by Michael Potts.
13691         (verilog-read-module-name): Fix AUTOINST when the child module
13692         declaration's name is a tick define.  Reported by Elliot Mednick.
13693         (verilog-read-decls): Fix V2K parameter bit subscripts getting
13694         passed to next parameter's definition.  Reported by Bruce T.
13695         (verilog-read-decls): Fix detecting "parameter int" when using
13696         AUTOINSTPARAM.  Reported by Bruce T.
13697         (verilog-goto-defun): Fix goto not finding modules unless first
13698         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
13699         (verilog-mode): Expand -f flag arguments on entry to mode so
13700         verilog-goto-defun will work.  Reported by Lawrence Butcher.
13701         (verilog-getopt): Expand environment variables in -f file
13702         arguments.  Suggested by Lawrence Butcher.
13703         (verilog-set-define): Fix "Symbol's value as variable is void"
13704         when reading enumerations.
13705         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13706         Suggested by Stephen Peltan.
13707         (verilog-read-defines): Fix reading of enumerations in include
13708         files.  Reported by Steve Peltan.
13710 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13712         * files.el (trash-directory): Fix defcustom type.
13714 2009-06-28  Juri Linkov  <juri@jurta.org>
13716         * help-fns.el (describe-function-1): Correctly locate adviced
13717         functions in hyperlink (Bug#2438).
13719 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13721         * files.el (trash-directory): Change default to nil.
13722         (move-file-to-trash): If trash-directory is nil and
13723         system-move-file-to-trash is unbound, perform freedesktop-style
13724         trashing.
13726 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13728         * files.el (move-file-to-trash): Add freedesktop trash
13729         support (Bug#973).
13731 2009-06-28  Glenn Morris  <rgm@gnu.org>
13733         * autorevert.el (global-auto-revert-non-file-buffers)
13734         (global-auto-revert-mode): Doc fixes.
13736 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13738         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13740 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13742         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13743         opened an X connection before calling x-get-resource (Bug#3194).
13745         * play/doctor.el: Remove reference to obsolete website.
13746         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13748 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13750         Remove find-file-not-found-hook VC method.  (Bug#2757)
13751         * vc-hooks.el (vc-file-not-found-hook)
13752         (vc-default-find-file-not-found-hook): Remove functions.
13753         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13754         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13755         * vc.el:
13756         * vc-hg.el:
13757         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13759 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13761         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13762         compatibility function for `looking-back'.
13764         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13765         Use `ispell-looking-back'.
13767 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13769         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13770         rather than `filename'.
13772 2009-06-23  Miles Bader  <miles@gnu.org>
13774         * face-remap.el (text-scale-set): New function.
13776 2009-06-23  Glenn Morris  <rgm@gnu.org>
13778         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13780         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13782         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13784         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13786         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13787         Simplify Persian conditionals.
13789         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13790         variable `filename'.
13792         * comint.el (comint-insert-input): Doc fix.
13794         * Makefile.in (ELCFILES): Fix typo in previous change.
13796 2009-06-23  Miles Bader  <miles@gnu.org>
13798         * cus-start.el: Add entry for `recenter-redisplay'.
13800 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13802         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13803         Add an optional argument for the backend, use it instead of
13804         calling vc-backend.
13805         (vc-mode-line): Add an optional argument for the backend.
13806         Pass the backend to vc-state and vc-working-revision.  Move code for
13807         special handling for vc-state being a buffer to ...
13809         * vc-rcs.el (vc-rcs-find-file-hook):
13810         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13812         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13813         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13814         vc-stay-local-p and vc-mode-line calls.
13816         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13817         (vc-cvs-diff, vc-cvs-annotate-command)
13818         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13819         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13820         vc-mode-line calls.
13822         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13823         direct comparison.
13824         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13825         backend when calling vc-mode-line.
13826         (vc-register): Do not create a closure for calling the vc register
13827         function, call it directly.
13829 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13831         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13832         to make it obvious item can be clicked.
13834         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13836 2009-06-23  Kenichi Handa  <handa@m17n.org>
13838         * language/korea-util.el (korean-key-bindings): Change the binding
13839         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13840         same command.
13842 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13844         Sync with Tramp 2.1.16.
13846         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13848         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13849         when a loading of a package fails.  Completion function for rsync
13850         is `tramp-completion-function-alist-ssh'.
13851         (all): Replace all calls of `split-string' and
13852         `tramp-split-string' by `tramp-compat-split-string'.
13853         (tramp-default-method): Use `tramp-compat-process-running-p'.
13854         (tramp-default-proxies-alist): Allow also Lisp forms.
13855         (tramp-remote-path): Add choice "Private Directories".
13856         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13857         (tramp-domain-regexp): Allow also "-", "_" and ".".
13858         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13859         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13860         (tramp-debug-message): Insert header line in debug buffer.
13861         (tramp-handle-directory-files-and-attributes-with-stat):
13862         Care about filenames with spaces, or starting with "-".
13863         (tramp-handle-dired-uncache): New defun.
13864         (tramp-handle-insert-directory): Don't flush the directory from
13865         cache, this is handled by `dired-uncache' now.
13866         (tramp-handle-insert-file-contents): Improve error handling.
13867         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13868         Quote `tramp-end-of-output'.
13869         (tramp-action-password): Improve trace message.
13870         (tramp-check-for-regexp): Both echoes must be present, before removing.
13871         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13872         (tramp-compute-multi-hops): Eval cons cells of
13873         `tramp-default-proxies-alist'.
13874         (tramp-maybe-open-connection): Use the same command pattern for
13875         first hop and further hops.
13876         (tramp-wait-for-output): Remove handling of newlines.
13877         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13878         (tramp-split-string): Remove function.  It is handled in
13879         tramp-compat now.
13881         * net/tramp-cmds.el (tramp-bug):
13882         Recommend `tramp-cleanup-all-connections' in the bug mail.
13884         * net/tramp-compat.el (tramp-compat-split-string)
13885         (tramp-compat-process-running-p): New defuns.
13887         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13888         for `dired-uncache'.
13890         * net/tramp-gvfs.el: New package.
13892         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13893         Add handler for `dired-uncache'.
13894         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13896         * net/trampver.el: Update release number.  Make version check fit
13897         for SXEmacs 22.
13899 2009-06-22  Jim Meyering  <meyering@redhat.com>
13901         Automatically handle .xz suffix (XZ-compressed files), too.
13902         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13903         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13905 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13906             Nick Roberts  <nickrob@snap.net.nz>
13908         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13909         repository (http://sphinx.net.ru/hg/gdb-mi/).
13911 2009-06-22  Glenn Morris  <rgm@gnu.org>
13913         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13914         `mode' and `eval' entries.  (Bug#3430)
13916         * Makefile.in (ELCFILES): Add fadr.elc.
13918         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13919         differing behavior of \n and ^ in strings.  (Bug#3385)
13921         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13923         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13924         property.
13925         (lisp-indent-function): Make it a defcustom.
13927 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13929         * progmodes/gdb-ui.el: Replace with ...
13930         * progmodes/gdb-mi.el: ... this file.
13931         * progmodes/gud.el: Modify for gdb-mi.el.
13933 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13935         * fadr.el: New file.
13937 See ChangeLog.14 for earlier changes.
13939 ;; Local Variables:
13940 ;; coding: utf-8
13941 ;; End:
13943     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13945   This file is part of GNU Emacs.
13947   GNU Emacs is free software: you can redistribute it and/or modify
13948   it under the terms of the GNU General Public License as published by
13949   the Free Software Foundation, either version 3 of the License, or
13950   (at your option) any later version.
13952   GNU Emacs is distributed in the hope that it will be useful,
13953   but WITHOUT ANY WARRANTY; without even the implied warranty of
13954   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13955   GNU General Public License for more details.
13957   You should have received a copy of the GNU General Public License
13958   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13960 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1