Make (after keyword) indent-rules more flexible.
[emacs.git] / lisp / ChangeLog
blob12de400ce07b57747f56532f7cd81ac2d8263349
1 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/smie.el (smie-indent-offset-after)
4         (smie-indent-forward-token, smie-indent-backward-token): New functions.
5         (smie-indent-after-keyword): Use them.
6         (smie-indent-fixindent): Only applies to the indentation of the BOL.
7         (smie-indent-keyword): Tweak the black magic.
8         (smie-indent-comment-continue): Strip comment-continue before use.
9         (smie-indent-functions): Indent comments before keywords.
11 2010-06-06  Juri Linkov  <juri@jurta.org>
13         * isearch.el (isearch-lazy-highlight-search): Fix looping
14         by checking for empty match.  This syncs this loop with the
15         similar loop in `isearch-search'.  (Bug#6362)
17 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
19         vc-log-incoming/vc-log-outgoing fixes for Git.
20         * vc-git.el (vc-git-log-view-mode): Fix font lock for
21         incoming/outgoing logs.
22         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
23         instead of vc-git-compute-remote.
24         (vc-git-compute-remote): Remove.
26 2010-06-04  Juri Linkov  <juri@jurta.org>
28         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
29         Instead of setting `replace' to t and replacing the same string
30         with itself, don't do certain actions when
31         kill-do-not-save-duplicates is non-nil and string is equal to car
32         of kill-ring: don't call menu-bar-update-yank-menu, don't push
33         interprogram-paste strings to kill-ring, and don't push the input
34         argument `string' to kill-ring.
35         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
37 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
39         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
41 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
43         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
44         (tramp-gvfs-handler-mounted-unmounted)
45         (tramp-gvfs-connection-mounted-p): Handle default-location.
47         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
48         move files to trash.
50 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
52         * international/mule-cmds.el (nonascii-insert-offset)
53         (nonascii-translation-table): Add obsolescence information.
55         * international/mule.el (make-translation-table-from-vector): Doc fix.
57 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
59         vc-log-incoming/vc-log-outgoing improvements for Git.
60         * vc-git.el (vc-git-log-outgoing): Use the same format as the
61         short log.
62         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
64         Add bindings for vc-log-incoming and vc-log-outgoing.
65         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
66         and vc-log-outgoing.
67         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
68         and vc-log-outgoing.
70 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
72         * net/rcirc.el (rcirc-sort-nicknames): Remove.
73         (rcirc-handler-366): Always sort nicknames.
75 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
77         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
79 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
81         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
82         fix.
84 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * net/rcirc.el (rcirc-sort-nicknames): Change default.
87         (rcirc-sort-nicknames-join): Avoid setq.
89 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
91         * net/rcirc.el (rcirc-sort-nicknames): New custom.
92         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
93         (rcirc-handler-366): Use them.
95 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
97         Split smie-indent-calculate into more manageable chunks.
98         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
99         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
100         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
101         (smie-indent-exps): Extract from smie-indent-calculate.
102         (smie-indent-functions): New var.
103         (smie-indent-functions): Use them.
105 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
108         (smie-indent-calculate): Simplify and cleanup.
110 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
112         * net/tramp-gvfs.el (top): Require url-util.
113         (tramp-gvfs-mount-point): Remove.
114         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
115         New defuns.
116         (with-tramp-dbus-call-method): Format trace message.
117         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
118         Implement backup call, when operation on local files fails.
119         Use progress reporter.  Flush properties of changed files.
120         (tramp-gvfs-handle-make-directory): Make more traces.
121         (tramp-gvfs-url-file-name): Hexify file name in url.
122         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
123         into account for the resulting file name.
124         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
125         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
126         (tramp-gvfs-handler-mounted-unmounted)
127         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
128         attribute "default_location".  Set "prefix" property.
129         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
130         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
131         exists.  Raise an error, if not (due to a corresponding answer
132         "no" in interactive questions, for example).
134 22010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
136         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
138 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
140         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
141         right-*.  (Bug#6265)
143 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
145         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
146         * vc-git.el (vc-git-compute-remote): New function.
147         (vc-git-log-outgoing): Use it instead of hard coding a value.
148         (vc-git-log-incoming): New function.
150         Improve state updating for VC tag commands.
151         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
152         to update the state of all buffers in the directory.
154         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
156 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
159         `file-directory-p' to the filename part rather than to the whole text.
161 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
163         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
164         (bug#6231).
166 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
168         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
170 2010-05-31  Drew Adams  <drew.adams@oracle.com>
172         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
174 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
176         * subr.el (momentary-string-display): Just use read-event to read
177         the exit event (Bug#6238).
179 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
181         * international/mule.el (define-coding-system): Doc fix (bug#6313).
183 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
185         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
186         Suggested by Eli Zaretskii <eliz@gnu.org>.
188 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
190         * minibuffer.el (completion-file-name-table): Don't return a boundary
191         past the end of `string' (bug#6299).
192         (completion--file-name-table): Delegate to completion-file-name-table
193         for the `boundaries' case.
195 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
197         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
198         movement commands.
200         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
201         `path-separator', but maintain compatibility with Emacs 20.2.
203 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
205         * server.el (server-process-filter): Receive parent-id argument
206         from emacsclient.
207         (server-create-window-system-frame): New arg.  Pass parent-id as
208         frame parameter.
210 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
212         * ansi-color.el: Delete unused escape sequences (Bug#6085).
213         (ansi-color-drop-regexp): New constant.
214         (ansi-color-apply, ansi-color-filter-region)
215         (ansi-color-apply-on-region): Delete unrecognized control
216         sequences.
217         (ansi-color-apply): Build string list before calling concat.
219 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
221         Bidi-sensitive word movement with arrow keys.
222         * subr.el (right-arrow-command, left-arrow-command): Move to
223         bindings.el.
225         * bindings.el (right-char, left-char): Move from subr.el and
226         rename from right-arrow-command and left-arrow-command.
227         (right-word, left-word): New functions.
228         (global-map) <right>: Bind to right-char.
229         (global-map) <left>: Bind to left-char.
230         (global-map) <C-right>: Bind to right-word.
231         (global-map) <C-left>: Bind to left-word.
233         * ls-lisp.el (ls-lisp-classify-file): New function.
234         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
235         (ls-lisp-classify): Call ls-lisp-classify-file.
236         (insert-directory): Remove blanks from switches.
238 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
240         * ansi-color.el: Delete unused escape sequences (Bug#6085).
241         (ansi-color-drop-regexp): New constant.
242         (ansi-color-apply, ansi-color-filter-region)
243         (ansi-color-apply-on-region): Delete unrecognized control sequences.
244         (ansi-color-apply): Build string list before calling concat.
246 2010-05-28  Juri Linkov  <juri@jurta.org>
248         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
249         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
250         (Bug#5270)
252 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
254         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
255         to ignored backtrace functions.
256         (with-progress-reporter): Expand docstring.
257         (tramp-handle-delete-file): Implement TRASH argument.
258         (tramp-get-remote-trash): New defun.
260 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
262         * net/tramp-compat.el (tramp-compat-delete-file): Use
263         `symbol-value' for backward compatibility.
265         * net/tramp.el (tramp-handle-make-symbolic-link)
266         (tramp-handle-load)
267         (tramp-do-copy-or-rename-file-via-buffer)
268         (tramp-do-copy-or-rename-file-directly)
269         (tramp-do-copy-or-rename-file-out-of-band)
270         (tramp-handle-process-file, tramp-handle-call-process-region)
271         (tramp-handle-shell-command, tramp-handle-file-local-copy)
272         (tramp-handle-insert-file-contents, tramp-handle-write-region)
273         (tramp-delete-temp-file-function): Use `delete-file' instead
274         of `tramp-compat-delete-file'.
276         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
277         (tramp-fish-handle-make-symbolic-link)
278         (tramp-fish-handle-process-file): Use `delete-file' instead
279         of `tramp-compat-delete-file'.
281         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
282         `delete-file' instead of `tramp-compat-delete-file'.
284         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
285         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
286         `tramp-compat-delete-file'.
288         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
289         `delete-file' instead of `tramp-compat-delete-file'.
291         * net/tramp-smb.el (tramp-smb-handle-copy-file)
292         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
293         (tramp-smb-handle-write-region): Use `delete-file' instead of
294         `tramp-compat-delete-file'.
295         (tramp-smb-handle-delete-directory): Use 'trash as arg.
297 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
299         * dired.el (dired-delete-file): New arg TRASH.
300         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
301         (dired-do-flagged-delete, dired-do-delete): Use trash.
303         * speedbar.el (speedbar-item-delete): Allow trashing.
305         * files.el (delete-directory): New arg TRASH.
307         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
308         (ange-ftp-rename-remote-to-remote)
309         (ange-ftp-rename-local-to-remote)
310         (ange-ftp-rename-remote-to-local, ange-ftp-load)
311         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
312         `delete-file'.
313         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
314         allow trashing.
316         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
317         handle new TRASH arg of `delete-file'.
319         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
320         (tramp-handle-make-symbolic-link, tramp-handle-load)
321         (tramp-do-copy-or-rename-file-via-buffer)
322         (tramp-do-copy-or-rename-file-directly)
323         (tramp-do-copy-or-rename-file-out-of-band)
324         (tramp-handle-process-file, tramp-handle-call-process-region)
325         (tramp-handle-shell-command, tramp-handle-file-local-copy)
326         (tramp-handle-insert-file-contents, tramp-handle-write-region)
327         (tramp-delete-temp-file-function): Use null TRASH arg in
328         tramp-compat-delete-file call.
330         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
331         (tramp-fish-handle-delete-file)
332         (tramp-fish-handle-make-symbolic-link)
333         (tramp-fish-handle-process-file): Use null TRASH arg in
334         `tramp-compat-delete-file' call.
336         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
337         arg in `tramp-compat-delete-file' call.
339         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
340         (tramp-gvfs-handle-write-region): Use null TRASH arg in
341         `tramp-compat-delete-file' call.
343         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
344         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
345         `tramp-compat-delete-file' call.
347         * net/tramp-smb.el (tramp-smb-handle-copy-file)
348         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
349         (tramp-smb-handle-write-region): Use null TRASH arg in
350         tramp-compat-delete-file call.
351         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
352         (tramp-smb-handle-delete-file): Rename arg.
354         * diff.el (diff-sentinel):
355         * epg.el (epg--make-temp-file, epg-decrypt-string)
356         (epg-verify-string, epg-sign-string, epg-encrypt-string):
357         * jka-compr.el (jka-compr-partial-uncompress)
358         (jka-compr-call-process, jka-compr-write-region):
359         * server.el (server-sentinel): Remove optional arg from
360         delete-file, reverting 2010-05-03 change.
362 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
364         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
365         font-lock-constant-face, not obsolete font-lock-reference-face.
367 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
369         * htmlfontify.el (hfy-face-resolve-face): New function.
370         (hfy-face-to-style): Use it (Bug#6279).
372 2010-05-27  Kenichi Handa  <handa@m17n.org>
374         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
375         element of GSTRING is nil.
377 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
379         * emacs-lisp/smie.el (smie-forward-token-function)
380         (smie-backward-token-function): New vars.
381         (smie-backward-sexp, smie-forward-sexp)
382         (smie-indent-hanging-p, smie-indent-calculate): Use them.
383         (smie-default-backward-token): Rename from smie-backward-token and
384         skip comments.
385         (smie-default-forward-token): Rename from smie-forward-token and
386         skip comments.
387         (smie-next-sexp): Handle nil results from next-token.
388         (smie-indent-calculate): Add a new case for special `fixindent' comments.
390 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
392         * progmodes/verilog-mode.el (verilog-type-font-keywords):
393         Use font-lock-constant-face, not obsolete font-lock-reference-face.
395 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
397         * htmlfontify.el (hfy-face-resolve-face): New function.
398         (hfy-face-to-style): Use it (Bug#6279).
400 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
402         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
403         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
405 2010-05-26  Glenn Morris  <rgm@gnu.org>
407         * emulation/edt.el (edt-load-keys): Use locate-library.
409 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
411         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
412         (log-edit-changelog-entries): Doc fix.
413         (log-edit-changelog-insert-entries): Args changed.
414         Rename relative filenames in ChangeLog entries.  Delete tabs.
415         (log-edit-insert-changelog-entries): Reorganize return value of
416         `log-edit-changelog-entries' to pass filenames to
417         log-edit-changelog-insert-entries.
419 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
421         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
422         `image-dired-dired-insert-marked-thumbs' to
423         `image-dired-dired-toggle-marked-thumbs'.
425         * image-dired.el: Require cl when compiling.
426         (image-dired-dired-toggle-marked-thumbs): Rename from
427         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
428         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
429         to 'no-dir.  Skip files whose names don't match
430         `image-file-name-regexp'.  When file has a thumbnail overlay,
431         delete it.  (Bug#5270)
433 2010-05-25  Juri Linkov  <juri@jurta.org>
435         * image-mode.el (image-mode): Add image-after-revert-hook to
436         after-revert-hook.
437         (image-after-revert-hook): New function.  (Bug#5669)
439 2010-05-25  Juri Linkov  <juri@jurta.org>
441         * image.el (image-animated-p): When delay between animated images
442         is 0, set it to 10 (0.1 sec).  (Bug#6258)
444 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
446         * net/tramp.el (tramp-handle-insert-directory): Don't use
447         `forward-word', its default syntax could be changed.
449 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
451         * net/tramp.el (tramp-progress-reporter-update): New defun.
452         (with-progress-reporter): Use it.
453         (tramp-process-actions):
454         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
455         current message, in order to let progress reporter continue
456         afterwards.  (Bug#6257)
458 2010-05-25  Glenn Morris  <rgm@gnu.org>
460         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
461         Add :version.
463 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
465         * net/rcirc.el (rcirc-server-alist): Add :pass.
466         (rcirc-default-user-name): Change to "user".
467         (rcirc-default-full-name): Change to "unknown".
468         (rcirc-user-name-history): Add variable.
469         (rcirc): When prompting for connection paramaters, also prompt for
470         username and password.
471         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
472         value to server when connecting.
474 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
477         (smie-merge-prec2s): Pass the tables as separate args.
478         (smie-bnf-precedence-table): Adjust call accordingly.
479         (smie-prec2-levels): Set levels at the end.
481         Replace Lisp calls to delete-backward-char by delete-char.
482         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
483         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
484         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
485         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
486         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
487         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
488         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
489         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
490         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
491         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
492         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
493         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
494         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
495         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
496         delete-backward-char by calls to delete-char.
498 2010-05-25  Kenichi Handa  <handa@m17n.org>
500         * language/hebrew.el (hebrew-shape-gstring): New function.
501         Register it in composition-function-table for all Hebrew combining
502         characters.
504 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * epa.el (epa--select-keys): Don't explicitly delete the window since
507         that can fail (e.g. sole window in frame).  Use dedication instead.
509 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
511         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
513 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * subr.el (read-quoted-char): Resolve modifiers after key
516         remapping (bug#6212).
518 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
520         * image.el (image-refresh): Define as an alias for image-flush.
522         * image-mode.el (image-toggle-display-image): Caller changed.
524 2010-05-21  Juri Linkov  <juri@jurta.org>
526         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
527         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
528         whitespace, call wildcard-to-regexp on substrings and concat them
529         with "\\|".  (Bug#6114)
531 2010-05-21  Alan Mackenzie  <acm@muc.de>
533         * progmodes/cc-engine.el (c-parse-state-get-strategy):
534         Replace parameter `here' with `here-' and `here-plus', which sandwich
535         any pertinent CPP construct.
536         (c-remove-stale-state-cache-backwards): Fix a bug which happens
537         when doing (c-parse-state) in a CPP construct: Exclude any "new"
538         CPP construct from taking part in the scanning.
540 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
542         * net/tramp.el (tramp-do-copy-or-rename-file)
543         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
544         Tune `with-progress-reporter' messages.
545         (tramp-handle-vc-registered):
546         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
547         (tramp-fish-handle-insert-file-contents)
548         (tramp-fish-maybe-open-connection):
549         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
550         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
551         (tramp-imap-handle-insert-file-contents)
552         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
554 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
556         * add-log.el (change-log-font-lock-keywords):
557         Highlight all authors in multi-author entries.
559         * smerge-mode.el (smerge-refine-ignore-whitespace)
560         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
561         Fix typos in docstrings.
562         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
564 2010-05-21  Glenn Morris  <rgm@gnu.org>
566         * progmodes/fortran.el (fortran-mode):
567         * progmodes/f90.el (f90-mode): Derive from prog-mode.
569         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
570         having a relative path in src/Makefile.in.
572 2010-05-20  Kevin Ryde  <user42@zip.com.au>
574         * help-mode.el (help-make-xrefs): For Info node links turn
575         newlines into spaces.  Link node names with newlines are matched
576         by help-xref-info-regexp and buttonized, this change ensures they
577         can be followed successfully with RET.  (Bug#6206)
579 2010-05-20  Juri Linkov  <juri@jurta.org>
581         * locate.el (locate): Use pop-to-buffer instead of
582         switch-to-buffer-other-window.  (Bug#6204)
584 2010-05-20  Juri Linkov  <juri@jurta.org>
586         * replace.el (replace-highlight): Fix lazy-highlighting
587         for `M-s w str M-% str RET'.
589 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
591         * isearch.el (isearch-yank-word-or-char): Pull next subword
592         when `subword-mode' is activated.  (Bug#6220)
594 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
596         * isearch.el (isearch-update-post-hook): New hook.
597         (isearch-update): Use the new hook.  (Bug#6225)
599 2010-05-20  Juri Linkov  <juri@jurta.org>
601         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
602         [f1], [help], and (char-to-string help-char) instead of "\C-h".
603         (Bug#6222)
605 2010-05-20  Juri Linkov  <juri@jurta.org>
607         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
608         (Bug#6223)
610 2010-05-20  Juri Linkov  <juri@jurta.org>
612         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
613         FILE-NAME to read from the minibuffer when called interactively
614         with prefix argument instead of using buffer-file-name.
615         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
617         * dired.el: Update autoloads.
619 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
621         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
622         nxml-finish-element, for consistency with SGML mode.
624         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
625         octave-close-block.
627 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
629         * composite.el: Require cl when compiling.
630         (reference-point-alist, compose-gstring-for-graphic)
631         (compose-gstring-for-terminal): Fix typos in docstrings.
633 2010-05-19  Juri Linkov  <juri@jurta.org>
635         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
636         set-window-parameter.
638 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
640         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
641         where appropriate.
642         (tramp-maybe-open-connection): Use it.
644 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
646         * simple.el (move-end-of-line): Make sure we are at line beginning
647         before backing up to end of previous line.
649 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
651         * password-cache.el (password-cache-remove): Fix docstring.
653         * net/secrets.el: Autoload the widget functions.
654         (secrets-search-items, secrets-create-item)
655         (secrets-get-attributes, secrets-expand-item): Attributes will be
656         stored on the password database without leading ":", as all other
657         clients do as well.
658         (secrets-mode): Fix docstring.
659         (secrets-show-secrets): Provide it as autoloaded command only when
660         D-Bus support is available.  Check existence of Secret Service API.
662 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * indent.el (indent-region): Deactivate region (bug#6200).
666 2010-05-19  Glenn Morris  <rgm@gnu.org>
668         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
670 2010-05-19  Kenichi Handa  <handa@m17n.org>
672         * composite.el: Register compose-gstring-for-graphic in
673         composition-function-table only for combining characters (Mn, Mc, Me).
675 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
677         * calc/calc-trail.el (calc-trail-isearch-forward)
678         (calc-trail-isearch-backward): Ensure that the new window
679         point is set correctly.
681 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * subr.el (read-quoted-char): Resolve modifiers after key
684         remapping (bug#6212).
686 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
688         Add visualization code for secrets.
689         * net/secrets.el (secrets-mode): New major mode.
690         (secrets-show-secrets, secrets-show-collections)
691         (secrets-expand-collection, secrets-expand-item)
692         (secrets-tree-widget-after-toggle-function)
693         (secrets-tree-widget-show-password): New defuns.
695 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
698         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
699         handled in smie-next-sexp.
700         (smie-indent-calculate): Provide a starting indentation (so the
701         recursion is well-founded ;-).
703         Fix handling of non-associative equal levels.
704         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
705         when it's not needed.
706         (smie-op-left, smie-op-right): New functions.
707         (smie-next-sexp): New function, extracted from smie-backward-sexp.
708         Better handle equal levels to distinguish the associative case from
709         the "multi-keyword construct" case.
710         (smie-backward-sexp, smie-forward-sexp): Use it.
712 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
714         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
716         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
717         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
719 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
721         Provide a simple generic indentation engine and use it for Prolog.
722         * emacs-lisp/smie.el: New file.
723         * progmodes/prolog.el (prolog-smie-op-levels)
724         (prolog-smie-indent-rules): New var.
725         (prolog-mode-variables): Use them to configure SMIE.
726         (prolog-indent-line, prolog-indent-level): Remove.
728 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
730         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
731         order before computing the averages.
733 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
735         * calc/calc-vec.el (calc-histogram):
736         (calcFunc-histogram): Allow vectors as inputs.
737         (math-vector-avg): New function.
739         * calc/calc-ext.el (math-group-float): Have the number of digits
740         being grouped depend on the radix (Bug#6189).
742 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
744         * version.el (emacs-copyright, emacs-version): Don't define here,
745         now that emacs.c defines it.
747 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
749         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
750         "Describe Language Environment" menu item.
752         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
754         Bidi-sensitive movement with arrow keys.
755         * subr.el (right-arrow-command, left-arrow-command): New functions.
757         * bindings.el (global-map): Bind them to right and left arrow keys.
759         Don't override standard definition of convert-standard-filename.
760         * files.el (convert-standard-filename): Call
761         w32-convert-standard-filename and dos-convert-standard-filename on
762         the corresponding systems.
764         * w32-fns.el (w32-convert-standard-filename): Rename from
765         convert-standard-filename.  Doc fix.
767         * dos-fns.el (dos-convert-standard-filename): Doc fix.
768         (convert-standard-filename): Don't defalias.
769         (register-name-alist, make-register, register-value)
770         (set-register-value, intdos): Obsolete aliases for the
771         corresponding dos-* functions and variables.
772         (dos-intdos): Add a doc string.
774 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
776         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
777         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
778         (math-compose-tex-func):
779         * calc/calccomp.el (math-compose-expr):
780         * calc/calc-ext.el (math-format-flat-expr-fancy):
781         * calc/calc-store.el (calc-read-var-name):
782         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
784         * calc/calc.el (var-π, var-φ, var-γ): New variables.
785         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
786         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
787         (math-standard-units): Add units.
789 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
791         * progmodes/asm-mode.el (asm-mode):
792         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
794         * pcomplete.el (pcomplete-completions-at-point): New function,
795         extracted from pcomplete-std-complete.
796         (pcomplete-std-complete): Use it.
798 2010-05-15  Glenn Morris  <rgm@gnu.org>
800         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
801         Remove references to CVS, RCS and Old directories.
803 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
805         * calc/calc-bin.el (math-format-twos-complement): Group digits when
806         appropriate.
808 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
810         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
811         (sh-mode-syntax-table): Give it a default value instead.
812         (sh-header-marker): Make buffer-local.
813         (sh-mode): Move make-local-variable to the corresponding setq.
814         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
815         Use complete-with-action.
817         * simple.el (prog-mode): New (abstract) major mode.
818         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
819         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
821 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
823         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
824         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
825         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
826         (sql-make-alternate-buffer-name, sql-placeholders-filter)
827         (sql-escape-newlines-filter, sql-input-sender)
828         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
830 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
832         Add TeX open-block and close-block keybindings to SGML, and vice versa.
834         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
835         latex-open-block and C-c / to latex-close-block.
837         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
838         and C-c C-e to sgml-close-tag.
840 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
842         * net/tramp.el (with-progress-reporter): Create reporter object
843         only when the message would be displayed.  Handle nested calls.
844         (tramp-handle-load, tramp-handle-file-local-copy)
845         (tramp-handle-insert-file-contents, tramp-handle-write-region)
846         (tramp-maybe-send-script, tramp-find-shell):
847         Use `with-progress-reporter'.
848         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
849         Fix message text.
851         * net/tramp-smb.el (tramp-smb-handle-copy-file)
852         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
853         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
854         Use `with-progress-reporter'.
856 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
858         * ispell.el (ispell-init-process): Do not kill ispell process
859         everytime when spellchecking from the minibuffer (bug#6143).
861 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
865         * dos-fns.el: Add "dos-" prefix for namespace control.
866         (convert-standard-filename): Define as alias for
867         dos-convert-standard-filename but only if applicable.
869 2010-05-12  Alan Mackenzie  <acm@muc.de>
871         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
872         Push the mark at the start of these functions when appropriate.
874 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * minibuffer.el (completion-cycle-threshold): New custom var.
877         (completion--do-completion): Use it.
878         (minibuffer-complete): Use cycling if appropriate.
880 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
882         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
883         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
885 2010-05-11  Juri Linkov  <juri@jurta.org>
887         * scroll-all.el (scroll-all-check-to-scroll):
888         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
890 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * iimage.el (iimage-mode-map): Move initialization into declaration.
893         (iimage-mode-buffer): Use with-silent-modifications.
894         Simplify calling convention.  Adjust callers.
895         (iimage-mode): Don't run hook redundantly.
897         * minibuffer.el (completion-pcm--pattern->regex):
898         Fix last change (bug#6160).
900 2010-05-10  Juri Linkov  <juri@jurta.org>
902         Remove nodes visited during Isearch from the Info history.
903         * info.el (Info-isearch-initial-history)
904         (Info-isearch-initial-history-list): New variables.
905         (Info-isearch-start): Record initial values of
906         Info-isearch-initial-history and Info-isearch-initial-history-list.
907         Add Info-isearch-end to isearch-mode-end-hook.
908         (Info-isearch-end): New function.
910 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
912         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
913         format string, in order to work around a bug in pdksh.
914         Reported by Gilles Pion <gpion@lfdj.com>.
915         (tramp-handle-verify-visited-file-modtime): Do not send a command
916         when the connection is not established.
917         (tramp-handle-set-file-times): Simplify the check for utc.
919 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
921         Fix use of `filter-buffer-substring' (rework previous change).
922         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
923         (cua-repeat-replace-region):
924         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
925         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
926         (cua-cut-region-to-global-mark): Use it.
928 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
930         * progmodes/sql.el: Version 2.1.
931         (sql-product-alist): Redesign structure of product info.
932         (sql-product, sql-user, sql-server, sql-database): Safe variables.
933         (sql-port, sql-port-history): New variables.
934         (sql-interactive-product): New variable.
935         (sql-send-terminator): New variable.
936         (sql-imenu-generic-expression): Add "Types" imenu entry.
937         (sql-oracle-login-params, sql-sqlite-login-params)
938         (sql-mysql-login-params, sql-solid-login-params)
939         (sql-sybase-login-params, sql-informix-login-params)
940         (sql-ingres-login-params, sql-ms-login-params)
941         (sql-postgres-login-params, sql-interbase-login-params)
942         (sql-db2-login-params, sql-linter-login-params)
943         (sql-oracle-scan-on): New variables.
944         (sql-mode-map): Add C-c C-i to start interactive mode.
945         (sql-mode-menu): Update existing menu entries.
946         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
947         (sql-mode-oracle-font-lock-keywords)
948         (sql-mode-postgres-font-lock-keywords)
949         (sql-mode-ms-font-lock-keywords)
950         (sql-mode-sybase-font-lock-keywords)
951         (sql-mode-informix-font-lock-keywords)
952         (sql-mode-interbase-font-lock-keywords)
953         (sql-mode-ingres-font-lock-keywords)
954         (sql-mode-solid-font-lock-keywords)
955         (sql-mode-mysql-font-lock-keywords)
956         (sql-mode-sqlite-font-lock-keywords)
957         (sql-mode-db2-font-lock-keywords)
958         (sql-mode-linter-font-lock-keywords): Update initialization to
959         reduce run-time complexity.
960         (sql-add-product, sql-del-product): New functions.
961         (sql-set-product-feature, sql-get-product-feature): New functions.
962         (sql-product-font-lock): Update product API.
963         (sql-add-product-keywords): New function.
964         (sql-highlight-product): Update product API.
965         (sql-help-list-products): New function.
966         (sql-help): Dynamically lists free and non-free products.
967         (sql-get-login): Correct bug in handling history and added
968         prompt for port.
969         (sql-copy-column): Copy without properties.
970         (sqli-input-sender): Apply filters to SQLi input.
971         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
972         Implement as a filter.
973         (sql-escape-newlines-filter): Implement as a filter.
974         (sql-remove-tabs-filter): New function.
975         (sql-send-magic-terminator): New function.
976         (sql-send-string): Implement magic terminator.
977         (sql-send-region): Use `sql-send-string'.
978         (sql-interactive-mode): Use product API.
979         (sql-product-interactive): Use product API.
980         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
981         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
982         (sql-db2, sql-linter): Use `sql-product-interactive'.
983         (sql-connect): New function.
984         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
985         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
986         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
987         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
988         Use `sql-connect'.
990 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
992         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
993         New custom variable.
994         (completion-pcm--string->pattern): Use it.
995         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
996         Make it handle any symbol as `any'.
997         (completion-pcm--merge-completions): Extract common suffix for the new
998         `prefix' symbol as well.
999         (completion-substring--all-completions): Use the new `prefix' symbol.
1001 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
1003         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1004         not bound.
1005         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1006         (tramp-compat-funcall): New defmacro.
1007         (tramp-compat-line-beginning-position)
1008         (tramp-compat-line-end-position)
1009         (tramp-compat-temporary-file-directory)
1010         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1011         (tramp-compat-copy-file, tramp-compat-copy-directory)
1012         (tramp-compat-delete-file, tramp-compat-delete-directory)
1013         (tramp-compat-number-sequence, tramp-compat-process-running-p)
1014         * net/tramp.el (top, with-progress-reporter)
1015         (tramp-rfn-eshadow-setup-minibuffer)
1016         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1017         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1018         (tramp-completion-mode-p, tramp-check-for-regexp)
1019         (tramp-open-connection-setup-interactive-shell)
1020         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1021         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1022         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1023         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1024         (tramp-reporter-dump-variable, tramp-load-report-modules)
1025         (tramp-append-tramp-buffers)
1026         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1028         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1030 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1032         * progmodes/compile.el (compilation-buffer-modtime): Rename from
1033         buffer-modtime.  Adjust users.
1035 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1037         * international/mule.el (auto-coding-alist): Only purecopy
1038         car of each item, not the whole list (Bug#6083).
1040 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1042         * progmodes/js.el (js-mode): Make paragraph variables local before
1043         calling c-setup-paragraph-variables (Bug#6071).
1045 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1047         * composite.el (compose-region, reference-point-alist): Fix typos
1048         in the doc strings.
1050 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1052         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1053         gnuplot's "set" command.
1055 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1057         * abbrev.el (last-abbrev-text): Doc fix.
1058         (abbrev-prefix-mark): Don't escape parenthesis.
1060 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1062         * composite.el (find-composition): Doc fix.
1064 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1066         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1067         (sql-oracle-program, sql-sqlite-options)
1068         (sql-query-placeholders-and-send): Doc fixes.
1069         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1070         (sql-imenu-generic-expression, sql-buffer)
1071         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1072         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1073         (sql-mode-sybase-font-lock-keywords)
1074         (sql-mode-informix-font-lock-keywords)
1075         (sql-mode-interbase-font-lock-keywords)
1076         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1077         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1078         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1079         (sql-product-feature, sql-highlight-product)
1080         (comint-line-beginning-position, sql-rename-buffer)
1081         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1082         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1083         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1084         Fix typos in docstrings.
1086 2010-05-08  Juri Linkov  <juri@jurta.org>
1088         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1089         property instead of `invisible' and `after-string' (bug#5998).
1091 2010-05-08  Juri Linkov  <juri@jurta.org>
1093         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1095 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1097         * filecache.el (file-cache-add-directory-list)
1098         (file-cache-add-directory-recursively): Fix typos in docstrings.
1100 2010-05-08  Kenichi Handa  <handa@m17n.org>
1102         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1103         (gujarati-composable-pattern): Fix typo.
1105 2010-05-08  Kenichi Handa  <handa@m17n.org>
1107         * language/indian.el (oriya-composable-pattern)
1108         (tamil-composable-pattern, malayalam-composable-pattern):
1109         Add two-part vowels to "v" (vowel sign).
1111 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1113         * files.el (copy-directory): Handle symlinks (Bug#5982).
1115 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1117         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1118         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1119         (Bug#5846).
1121 2010-05-08  Glenn Morris  <rgm@gnu.org>
1123         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1125         * minibuffer.el (completion-at-point): Doc fix.
1127 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * electric.el (Electric-command-loop): Minor tweak.
1131         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1132         better with dedicated windows.
1134 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1136         * Version 23.2 released.
1138 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1139             Stefan Monnier  <monnier@iro.umontreal.ca>
1141         Highlight vendor specific properties.
1142         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1143         (css-proprietary-property): New face.
1144         (css-font-lock-keywords): Use them.
1146 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
1148         * cus-start.el (all): Add native condition for tool-bar-* symbols.
1150 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1152         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1153         * files.el (auto-mode-alist): Remove redundant entries.
1155         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1156         * simple.el (auto-save-mode): Move from files.el.
1157         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1159 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1161         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1163 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1165         * mail/binhex.el (binhex-decode-region-internal)
1166         * mail/uudecode.el (uudecode-decode-region-internal)
1167         * net/dns.el (dns-read-string-name, dns-write, dns-read)
1168         (dns-read-type, dns-query)
1169         * pgg-parse.el (pgg-parse-armor)
1170         * pgg.el (pgg-verify-region)
1171         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1172         XEmacs.
1174         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1176 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
1178         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1180         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1181         * emulation/cua-base.el (cua-repeat-replace-region):
1182         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1183         (cua-cut-region-to-global-mark):
1184         Remove text properties with `set-text-properties'.
1186 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
1188         * net/tramp.el (top, with-progress-reporter):
1189         Use `symbol-function' inside `funcall'.
1191         * net/tramp-compat.el (tramp-compat-file-attributes)
1192         (tramp-compat-delete-file, tramp-compat-delete-directory):
1193         Handle only `wrong-number-of-arguments' error.
1195         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1196         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1197         inside `funcall'.
1199 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1201         * minibuffer.el (completion--sreverse, completion--common-suffix):
1202         New functions.
1203         (completion-pcm--merge-completions): Extract common suffix when safe.
1205         * emacs-lisp/easy-mmode.el (define-minor-mode):
1206         Make :variable more flexible.
1207         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1209 2010-05-05  Juri Linkov  <juri@jurta.org>
1211         Add `slow' and `history' tags to the desktop data.
1213         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1214         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1215         (Info-finder-find-node): Require `finder.el' to be able
1216         to restore node from the desktop.
1217         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1218         data `Info-history' and `slow' tag in the assoc list.
1219         (Info-restore-desktop-buffer): Don't restore nodes with the
1220         `slow' tag.  Restore `Info-history'.
1222 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1224         Add FORCE argument to `delete-file'.
1226         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1227         forcing to delete the temporary file.
1228         (ange-ftp-delete-file): Add FORCE arg.
1229         (ange-ftp-rename-remote-to-remote)
1230         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1231         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1232         Force file deletion.
1234         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1236         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1237         (tramp-handle-make-symbolic-link, tramp-handle-load)
1238         (tramp-do-copy-or-rename-file-via-buffer)
1239         (tramp-do-copy-or-rename-file-directly)
1240         (tramp-do-copy-or-rename-file-out-of-band)
1241         (tramp-handle-process-file, tramp-handle-call-process-region)
1242         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1243         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1244         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1246         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1247         (tramp-fish-handle-make-symbolic-link)
1248         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1250         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1251         Use `tramp-compat-delete-file'.
1253         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1254         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1256         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1257         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1259         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1260         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1261         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1262         `tramp-compat-delete-file'.
1264 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         Minor cleanups.
1267         * subr.el (add-minor-mode): Use push.
1268         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1269         * emulation/edt.el (edt-select-mode): Simplify.
1271         Use define-minor-mode in more cases.
1272         * term/tvi970.el (tvi970-set-keypad-mode):
1273         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1274         (normal-erase-is-backspace-mode):
1275         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1276         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1277         (get-scroll-bar-mode): New function.
1278         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1280         Use define-minor-mode for less obvious cases.
1281         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1282         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1283         * international/iso-ascii.el (iso-ascii-mode):
1284         * frame.el (auto-raise-mode, auto-lower-mode):
1285         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1287 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1289         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1290         in order to see error messages for failed logins.
1292 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1294         * diff.el (diff-sentinel):
1296         * epg.el (epg--make-temp-file, epg-decrypt-string)
1297         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1299         * jka-compr.el (jka-compr-partial-uncompress)
1300         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1302         * server.el (server-sentinel): Use delete-file's new FORCE arg
1303         (Bug#6070).
1305 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1307         Use define-minor-mode where applicable.
1308         * view.el (view-mode):
1309         * type-break.el (type-break-query-mode)
1310         (type-break-mode-line-message-mode):
1311         * textmodes/reftex.el (reftex-mode):
1312         * term/vt100.el (vt100-wide-mode):
1313         * tar-mode.el (tar-subfile-mode):
1314         * savehist.el (savehist-mode):
1315         * ibuf-ext.el (ibuffer-auto-mode):
1316         * composite.el (auto-composition-mode):
1317         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1318         Use define-minor-mode.
1319         (vhdl-mode): Use static mode-line format.
1320         (vhdl-mode-line-update): Delete.
1321         (vhdl-create-mode-menu, vhdl-activate-customizations)
1322         (vhdl-hs-minor-mode): Don't bother calling it.
1324 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * simple.el (with-wrapper-hook): Move.
1327         (buffer-substring-filters): Mark obsolete.
1328         (filter-buffer-substring-functions): New variable.
1329         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1331         Use a mode-line spec rather than a static string in Semantic.
1332         * cedet/semantic/util-modes.el:
1333         (semantic-minor-modes-format): New var to replace...
1334         (semantic-minor-modes-status): Remove.
1335         (semantic-mode-line-update): Construct a mode-line spec rather than
1336         a static string so that mouse buttons can be used on individual minor
1337         modes and so that semantic-mode-line-update only needs to be called
1338         when global settings are changed.
1339         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1340         Call semantic-mode-line-update.
1341         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1342         minor-mode-alist, check semantic-minor-mode-alist as well.
1343         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1344         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1345         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1346         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1347         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1348         (define-semantic-idle-service, semantic-idle-summary-mode):
1349         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1350         Don't call semantic-mode-line-update any more.
1352 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1354         Use define-minor-mode in CEDET where applicable.
1356         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1357         Use define-minor-mode.
1359         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1360         Remove unused arg `keymap' and code redundant with define-minor-mode.
1361         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1362         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1363         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1364         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1365         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1366         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1367         Use define-minor-mode.
1368         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1369         (semantic-show-unmatched-syntax-mode-setup)
1370         (semantic-show-parser-state-mode-setup)
1371         (semantic-highlight-func-mode-setup): Inline into sole caller.
1373         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1374         (semantic-mru-bookmark-mode): Use define-minor-mode.
1375         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1377         * cedet/semantic/idle.el (define-semantic-idle-service):
1378         Use define-minor-mode and inline setup function into its sole caller.
1379         (semantic-idle-scheduler-mode-setup)
1380         (semantic-idle-summary-mode-setup): Inline into sole caller.
1381         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1382         Use define-minor-mode.
1384         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1385         (semantic-decoration-mode): Use define-minor-mode.
1386         (semantic-decoration-mode-setup): Inline into sole caller.
1388         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1389         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1390         (ede-dired-add-to-target): Use dolist.
1392 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1393             Michael Albinus  <michael.albinus@gmx.de>
1395         Implement compression for inline methods.
1397         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1398         (tramp-copy-size-limit): Allow also nil.
1399         (tramp-inline-compress-commands): New defconst.
1400         (tramp-find-inline-compress, tramp-get-inline-compress)
1401         (tramp-get-inline-coding): New defuns.
1402         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1403         replaced by `tramp-get-inline-coding'.
1404         (tramp-handle-file-local-copy, tramp-handle-write-region)
1405         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1407 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1410         Remove unused functions.
1412         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1413         Set find-tag-default-function as a variable rather than a property.
1415         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1416         * progmodes/etags.el (tags-completion-at-point-function):
1417         Remove left over interactive spec.  Add autoloading stub.
1418         (complete-tag): Use tags-completion-at-point-function.
1420 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1422         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1424 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
1426         * composite.el (compose-region, reference-point-alist): Fix typos
1427         in the doc strings.
1429 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1431         * ido.el (ido-init-completion-maps): Remove C-v binding.
1432         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1434 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1436         * minibuffer.el (tags-completion-at-point-function): New function.
1437         (completion-at-point-functions): Use it.
1439         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1440         (semantic-mode): Use semantic-completion-at-point-function for
1441         completion-at-point-functions instead.
1443         * progmodes/etags.el (complete-tag): Revert last change.
1445 2010-04-29  Alan Mackenzie  <acm@muc.de>
1447         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1448         off-by-one error (in end of macro position).
1450 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1453         firefox is absent.  Don't autoload.
1454         (browse-url-galeon-program): Don't autoload.
1456 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1458         * bindings.el (complete-symbol): Move into minibuffer.el.
1460         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1461         completion cannot be performed, return nil instead of signalling
1462         an error.
1463         (completion-at-point): Make it an alias for complete-symbol.
1464         (complete-symbol): Move from bindings.el, and replace with the
1465         body of completion-at-point.
1467         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1469         * cedet/semantic.el (semantic-mode): When enabled, add
1470         semantic-ia-complete-symbol to completion-at-point-functions.
1472         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1473         if Semantic is not active.
1475 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1477         * net/tramp.el (tramp-remote-selinux-p): New defun.
1478         (tramp-handle-file-selinux-context)
1479         (tramp-handle-set-file-selinux-context): Use it.
1481 2010-04-28  Sam Steingold  <sds@gnu.org>
1483         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1484         `safe-local-variable' if the value is a string or a symbol with
1485         the property `bug-reference-url-format'.
1487 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1489         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1490         2010-04-27 change due to security risk.
1492 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1494         Make it possible to locally disable a globally enabled mode.
1495         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1496         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1497         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1498         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1499         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1500         that subsequent hooks get a chance to disable it.
1502 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1505         Avoid re-enabling a minor mode after the user turned the minor mode
1506         off if MODE-enable-in-buffers is run twice (typically once from
1507         fundamental-mode's after-change-major-mode-hook and a second time from
1508         run-mode-hook's own after-change-major-mode-hook).
1510         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1512 2010-04-27  Sam Steingold  <sds@gnu.org>
1514         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1515         `safe-local-variable' if the value is a string or a function, as
1516         documented and implemented on 2010-04-02.
1518 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1520         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1521         when method is 'kill.
1523 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1525         * ispell.el (ispell-init-process): Fix personal dictionary condition
1526         in default directory check.
1527         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1528         Kill ispell process when killing its associated buffer.
1530 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1532         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1533         but we aren't using it.
1535 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1537         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1538         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1540 2010-04-24  Glenn Morris  <rgm@gnu.org>
1542         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1543         Ignore VCS-ignore files, and deleted nextstep preferences files.
1544         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1545         (authors-ambiguous-files): New list.
1546         (authors-valid-file-names): Add some deleted files.
1547         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1548         (authors-disambiguate-file-name): New function.  (Bug#5501)
1549         (authors-canonical-file-name): Doc fix.
1550         Don't warn about obsolete files.
1551         (authors-canonical-file-name, authors-scan-el):
1552         Use authors-disambiguate-file-name.
1554         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1555         Add autoload cookies.
1556         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1557         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1558         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1559         They have definitions / compiler macros in cl.el.
1560         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1561         Replace manual autoloads with generated ones.
1562         (htmlfontify-unload-rgb-file): Remove autoload.
1563         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1565 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1568         (byte-compile-setq-default): Optimize for the
1569         single-var case and don't call byte-compile-form in this case to avoid
1570         inf-loop with byte-compile-set-default.
1572         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1574 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1576         Implement SELINUX backends.
1578         * net/tramp.el (tramp-file-name-handler-alist):
1579         Add `file-selinux-context' and `set-file-selinux-context'.
1580         (tramp-handle-file-selinux-context)
1581         (tramp-handle-set-file-selinux-context): New defuns.
1582         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1583         Handle PRESERVE-SELINUX-CONTEXT.
1585         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1586         Add `file-selinux-context' and `set-file-selinux-context'.
1587         (tramp-gvfs-handle-file-selinux-context)
1588         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1589         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1591         * net/ange-ftp.el (ange-ftp-copy-file):
1592         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1593         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1594         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1595         Add PRESERVE-SELINUX-CONTEXT.
1597 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1599         Synchronize with Tramp repository.
1601         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1602         (tramp-action-process-alive, tramp-action-out-of-band)
1603         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1604         (tramp-exists-file-name-handler): Fix docstring.
1605         (with-progress-reporter): New defmacro.
1606         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1607         (tramp-maybe-open-connection): Use it.
1609 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
1611         Detect ssh 'ControlMaster' argument automatically in some cases.
1613         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1614         (tramp-default-method): Use it.
1616 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1618         * net/tramp.el (tramp-handle-copy-file): Add new optional
1619         parameter `preserve-selinux-context'.
1620         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1622 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1624         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1625         Ensure, that non remote files are still checked.  Oops.
1627 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
1629         Fix Bug#5840.
1631         * icomplete.el (icomplete-completions): Use `non-essential'.
1633         * net/tramp.el (tramp-connectable-p): New defun.
1634         (tramp-handle-expand-file-name)
1635         (tramp-completion-handle-file-name-all-completions)
1636         (tramp-completion-handle-file-name-completion): Use it.
1638 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1640         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1642 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1644         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1646         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1648         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1649         is present.
1651         * info.el (info-tool-bar-map): Add labels.
1653         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1655         * cus-edit.el (custom-commands): Add labels for tool bar.
1656         (custom-buffer-create-internal, Custom-mode): Adjust for
1657         labels in custom-commands.
1659         * dynamic-setting.el: Renamed from font-setting.el.
1661 2010-04-21  John Wiegley  <jwiegley@gmail.com>
1663         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1664         toggles the use of virtual buffers.
1665         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1666         value.
1667         (ido-toggle-virtual-buffers): New function.
1669 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1671         Use `define-derived-mode'; fix window selection; doc fixes.
1672         * play/tetris.el (tetris, tetris-update-speed-function)
1673         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1674         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1675         (tetris-rotate-next, tetris-end-game, tetris-start-game)
1676         (tetris-pause-game): Fix typos in docstrings.
1677         (tetris-mode-map, tetris-null-map):
1678         Move initialization into declaration.
1679         (tetris-mode): Define with `define-derived-mode';
1680         set show-trailing-whitespace to nil.
1681         (tetris): Prefer window already displaying the "*Tetris*" buffer.
1683 2010-04-21  Karel Klíč  <kklic@redhat.com>
1685         * files.el (backup-buffer): Handle SELinux context, and return it
1686         if a backup was made by renaming.
1687         (backup-buffer-copy): Set SELinux context to the target file.
1688         (basic-save-buffer): Set SELinux context of the newly written file.
1689         (basic-save-buffer-1): Now it also returns any SELinux context.
1690         (basic-save-buffer-2): Set SELinux context of the newly created file,
1691         and return it.
1692         * net/tramp.el (tramp-file-name-for-operation):
1693         Add file-selinux-context.
1695 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         Make the log-edit comments use RFC822 format throughout.
1699         * vc.el (vc-checkin, vc-modify-change-comment):
1700         Adjust to new vc-start/finish-logentry.
1701         (vc-find-conflicted-file): New command.
1702         (vc-transfer-file): Adjust to new vc-checkin.
1703         (vc-next-action): Improve scoping.
1705         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1706         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1708         * vc-git.el (vc-git-log-edit-mode): Remove.
1709         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1710         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1712         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1713         (vc-start-logentry): Remove argument `extra'.
1714         (vc-finish-logentry): Remove extra args.
1716         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1717         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1718         (vc-bzr-conflicted-files): New function.
1720         * log-edit.el (log-edit-extra-flags)
1721         (log-edit-before-checkin-process): Remove.
1722         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1723         (log-edit-headers-alist): New var.
1724         (log-edit-header-contents-regexp): New const.
1725         (log-edit-match-to-eoh): New function.
1726         (log-edit-font-lock-keywords): Use them.
1727         (log-edit): Insert a "Summary:" header as default.
1728         (log-edit-mode): Mark font-lock rules as case-insensitive.
1729         (log-edit-done): Cleanup headers.
1730         (log-view-process-buffer): Remove.
1731         (log-edit-extract-headers): New function to replace it.
1733 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1735         * subr.el (default-direction-reversed): Remove obsolescence info.
1737 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1739         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1740         windows/frames.
1742         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1743         I.e. include text after point in the completion region.
1744         Also, return nil when we're not after/in a symbol.
1746         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1747         default enable-multibyte-characters.
1749 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * international/mule.el: Help the user choose a valid coding-system.
1752         (read-buffer-file-coding-system): New function.
1753         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1754         coding-system cannot encode all the chars.
1756         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1757         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1758         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1759         Don't use *vc-bzr-shelve*.
1761 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1763         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1764         Don't destroy list before using it.
1766 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1768         Fix the version number for added files.
1769         * vc-hg.el (vc-hg-working-revision): Check if the file is
1770         registered after hg parent fails (Bug#5961).
1772 2010-04-19  Glenn Morris  <rgm@gnu.org>
1774         * htmlfontify.el (htmlfontify-buffer)
1775         (htmlfontify-copy-and-link-dir): Autoload entry points.
1777 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1779         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1780         name relative to the project root (Bug#5960).
1782 2010-04-19  Glenn Morris  <rgm@gnu.org>
1784         * vc-git.el (vc-git-print-log): Doc fix.
1786 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1788         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1790 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1792         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1793         default settings (Bug#5928).
1795 2010-04-19  Glenn Morris  <rgm@gnu.org>
1797         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1798         New function.
1799         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1801 2010-04-19  Kenichi Handa  <handa@m17n.org>
1803         * language/indian.el (malayalam-composable-pattern): Fix previous
1804         change (add U+0D4D "SIGN VIRAMA").
1805         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1806         (tamil-composable-pattern): Fix typo in the regexp.
1807         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1808         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1809         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1811 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1813         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1814         paragraph-separate (Bug#5821).
1816 2010-04-19  Juri Linkov  <juri@jurta.org>
1818         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1820         * info.el (Info-find-node-2): Comment out code that skips
1821         breadcrumbs line.
1822         (Info-mouse-follow-link): New command.
1823         (Info-link-keymap): New keymap.
1824         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1825         Return a string with links instead of inserting breadcrumbs
1826         to the Info buffer.
1827         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1828         Instead of putting the `invisible' text property over the Info
1829         header, make an overlay over the Info header with the `invisible'
1830         property and `after-string' set to the string returned by
1831         `Info-breadcrumbs'.
1833 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1835         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1836         Reported by monkey@sandpframing.com.
1838 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1841         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1842         available in the "keyseq cache" any more.
1844         * custom.el (defcustom): Add edebug spec.
1846 2010-04-18  Juri Linkov  <juri@jurta.org>
1848         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1850         * view.el (view-file, view-buffer): Move test for special mode-class
1851         from view-file to view-buffer.
1853         * tar-mode.el (tar-extract): Turn if's into one cond
1854         like in arc-mode.el.
1856 2010-04-18  Juri Linkov  <juri@jurta.org>
1858         Add 7z archive format support (bug#5475).
1860         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1861         (archive-7z-extract): New defcustom.
1862         (archive-find-type): Add magic string for 7z.
1863         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1864         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1865         `buffer' arg of `call-process'.
1866         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1867         call the function `archive-7z-extract' with the variable
1868         `archive-7z-extract' let-bound to `archive-zip-extract'.
1869         (archive-7z-summarize, archive-7z-extract): New functions.
1871         * international/mule.el (auto-coding-alist):
1872         * files.el (auto-mode-alist): Add 7z file extension.
1874 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1876         * loadup.el: Setup hash-cons for pure data.
1878         Fix duplicate entries in cedet's loaddefs.el files.
1879         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1880         Should make most file-local generated-autoload-file unnecessary.
1881         (print-readably): Silence warnings.
1882         (autoload-find-destination): Take load-name as an arg to make sure
1883         it's the same as the one that will be in the file.
1884         (autoload-generate-file-autoloads): Adjust to above changes.
1885         Try to make the dataflow a bit simpler.
1887         * cvs-status.el (cvs-refontify): Remove unused.
1889 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1891         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1893         * calc-bin.el (calc-radix): Have the "O" option turn on
1894         twos-complement mode.
1896 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1898         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1899         Add `calc-option-prefix-help' to calc-help autoloads.
1900         (calc-inverse): Add "Option" to message, as appropriate.
1901         (calc-hyperbolic): Add "Option" to message, as appropriate.
1902         (calc-option, calc-is-option): New functions.
1904         * calc-help.el (calc-full-help): Add `calc-option-help'.
1905         (calc-option-prefix-help): New function.
1907         * calc-misc.el (calc-help): Add "Option" entry.
1909         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1910         (calc-option-flag): New variable.
1911         (calc-do): Set `calc-option-flag to nil.
1912         (calc-set-mode-line): Add "Opt " as appropriate.
1914 2010-04-16  Juri Linkov  <juri@jurta.org>
1916         Move scrolling commands from simple.el to window.el
1917         because their primitives are implemented in window.c.
1919         * simple.el (scroll-error-top-bottom)
1920         (scroll-up-command, scroll-down-command, scroll-up-line)
1921         (scroll-down-line, scroll-other-window-down)
1922         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1923         * window.el (scroll-error-top-bottom)
1924         (scroll-up-command, scroll-down-command, scroll-up-line)
1925         (scroll-down-line, scroll-other-window-down)
1926         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1927         Move from simple.el to window.el because their primitives are
1928         implemented in window.c.
1930 2010-04-16  Juri Linkov  <juri@jurta.org>
1932         * isearch.el (isearch-lookup-scroll-key): Check both
1933         `isearch-scroll' and `scroll-command' properties.
1934         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1936         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1938         * simple.el (scroll-up-command, scroll-down-command)
1939         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1941 2010-04-15  Juri Linkov  <juri@jurta.org>
1943         * simple.el (scroll-up-command, scroll-down-command)
1944         (scroll-up-line, scroll-down-line): Put `scroll-command'
1945         property on the these symbols.  Remove them from
1946         `scroll-preserve-screen-position-commands'.
1948         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1949         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1950         Remove it from `scroll-preserve-screen-position-commands'.
1952         * isearch.el (isearch-allow-scroll): Doc fix.
1954 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1956         * net/tramp.el (tramp-error-with-buffer): Don't show the
1957         connection buffer when we are in completion mode.
1958         (tramp-file-name-handler): Catch the error for some operations
1959         when we are in completion mode.  This gives the user the chance to
1960         correct the file name in the minibuffer.
1962 2010-04-15  Glenn Morris  <rgm@gnu.org>
1964         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1966 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1968         Simplify by using `define-derived-mode'.
1969         * info.el (Info-mode):
1970         * calendar/todo-mode.el (todo-mode):
1971         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1972         (gomoku-mode-map): Move initialization into declaration.
1974 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1976         Fix Bug#5840.
1977         * ido.el (ido-file-name-all-completions-1):
1978         * minibuffer.el (minibuffer-completion-help):
1979         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1981 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1983         * simple.el (non-essential): New var.
1985         Add a new field `location' to bookmarks for non-file bookmarks.
1986         * bookmark.el (bookmark-location): Use the new field, if present.
1987         (bookmark-insert-location): Undo last change, not needed any more.
1988         * man.el (Man-bookmark-make-record):
1989         * woman.el (woman-bookmark-make-record): Add `location' field.
1991 2010-04-14  Juri Linkov  <juri@jurta.org>
1993         * simple.el (scroll-error-top-bottom): New defcustom.
1994         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
1996         * emulation/pc-select.el (pc-select-override-scroll-error):
1997         Obsolete in favor of `scroll-error-top-bottom'.
1999 2010-04-14  Juri Linkov  <juri@jurta.org>
2001         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2002         `scroll-up-command' and `M-v' to `scroll-down-command'.
2004         * emulation/cua-rect.el (cua--init-rectangles):
2005         * forms.el (forms--change-commands):
2006         * image-mode.el (image-mode-map):
2007         Remap scroll-down-command and scroll-up-command
2008         in addition to scroll-down and scroll-up.
2010 2010-04-14  Juri Linkov  <juri@jurta.org>
2012         * mwheel.el (scroll-preserve-screen-position-commands):
2013         Add mwheel-scroll to this list of commands.
2015         * simple.el (scroll-preserve-screen-position-commands):
2016         Add scroll-up-command, scroll-down-command, scroll-up-line,
2017         scroll-down-line to this list of commands.
2019 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * obsolete/complete.el: Move from lisp/complete.el.
2023         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2025         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2026         to the minor mode function now turns the mode ON unconditionally.
2028 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2030         * vc-dir.el (vc-dir-kill-line): New command.
2031         (vc-dir-mode-map): Bind it to C-k.
2033         * bookmark.el (bookmark-insert-location): Handle a nil filename.
2035         * woman.el: Add bookmark declarations to silence the compiler.
2036         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2037         step to compatibility between man and woman bookmarks.
2038         Adjust for Man-default-bookmark-title renaming.
2039         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
2041         * man.el: Add bookmark declarations to silence the compiler.
2042         (Man-name-local-regexp): Make it match NAME as well.
2043         (Man-getpage-in-background): Return the buffer.
2044         (Man-notify-when-ready): Use `case'.
2045         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2046         Don't hardcode "NAME".  Simplify.
2047         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2048         Rename from Man-bookmark-make-record.
2049         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
2050         we have the actual man-args.  Use Man-getpage-in-background rather
2051         than `man' since the arg is already processed.  Let bookmark.el do the
2052         window handling.  Only wait for the relevant process.
2053         Don't forget to autoload.
2055         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2057 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2059         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2060         New functions.
2061         (woman-mode): Setup bookmark support.
2063         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2064         (man-bookmark-jump): New functions.
2065         (Man-mode): Setup bookmark support.
2067 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2069         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2070         recognize ssh-keygen prompt (Bug#2817).
2072 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2074         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2076 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2078         Synchronize with Tramp repository.
2080         * net/tramp.el (tramp-completion-function-alist)
2081         (tramp-file-name-regexp, tramp-chunksize)
2082         (tramp-local-coding-commands, tramp-remote-coding-commands):
2083         Fix docstring.
2084         (tramp-remote-process-environment): Use `format' instead of `concat'.
2085         (tramp-handle-directory-files-and-attributes)
2086         (tramp-get-remote-path): Use `copy-tree'.
2087         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2088         compatibility: Use `completion-ignore-case' if
2089         `read-file-name-completion-ignore-case' does not exist.
2090         (tramp-do-copy-or-rename-file-directly): Do not use
2091         `tramp-handle-file-remote-p'.
2092         (tramp-do-copy-or-rename-file-out-of-band):
2093         Use `tramp-compat-delete-directory'.
2094         (tramp-do-copy-or-rename-file-out-of-band)
2095         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2096         Use `format-spec-make'.
2097         (tramp-find-foreign-file-name-handler)
2098         (tramp-advice-make-auto-save-file-name)
2099         (tramp-set-auto-save-file-modes): Remove superfluous check for
2100         `stringp'.  This is done inside `tramp-tramp-file-p'.
2101         (tramp-debug-outline-regexp): New defconst.
2102         (tramp-get-debug-buffer): Use it.
2103         (tramp-check-for-regexp): Use (forward-line 1).
2104         (tramp-set-auto-save-file-modes): Adapt version check.
2106         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2107         Wrap call of `featurep' for 2nd argument.
2108         (tramp-compat-make-temp-file): Simplify fallback implementation.
2109         (tramp-compat-copy-tree): Remove function.
2110         (tramp-compat-delete-directory): Provide implementation for older
2111         Emacsen.
2113         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2114         Do not use `tramp-fish-handle-file-attributes.
2116         * net/trampver.el: Update release number.
2118 2010-04-10  Glenn Morris  <rgm@gnu.org>
2120         * progmodes/compile.el (compilation-save-buffers-predicate):
2121         Add missing :version tag.
2123 2010-04-09  Sam Steingold  <sds@gnu.org>
2125         * progmodes/compile.el (compilation-save-buffers-predicate):
2126         Remove the "autoload" cookie.
2128         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2129         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2130         and `bug-reference-prog-mode' can be used in hooks directly.
2132 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2134         Add --author support to git commit.
2135         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2136         (vc-git-log-edit-mode): New minor mode.
2137         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2138         New declarations.
2140 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
2142         * vc-hooks.el, vc-git.el: Improve documentation comments.
2144 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2146         Fix some of the problems in defsubst* (bug#5728).
2147         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2148         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2150 2010-04-07  Sam Steingold  <sds@gnu.org>
2152         * progmodes/compile.el (compilation-save-buffers-predicate):
2153         New custom variable.
2154         (compile, recompile): Pass it to `save-some-buffers'.
2156 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
2158         * wid-edit.el (widget-choose): Move cursor to the second line of
2159         the buffer (Bug#5695).
2161 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2163         Add new VC methods: vc-log-incoming and vc-log-outgoing.
2164         * vc.el (vc-print-log-setup-buttons): New function split out from
2165         vc-print-log-internal.
2166         (vc-log-internal-common): New function, a parametrized version of
2167         vc-print-log-internal.
2168         (vc-print-log-internal): Just call vc-log-internal-common with the
2169         right arguments.
2170         (vc-incoming-outgoing-internal):
2171         (vc-log-incoming, vc-log-outgoing): New functions.
2172         (vc-log-view-type): New permanent local variable.
2174         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2176         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2177         of the dynamic bound vc-short-log.
2178         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2180         * vc-git.el (vc-git-log-outgoing): New function.
2181         (vc-git-log-view-mode): Use vc-log-view-type instead
2182         of the dynamic bound vc-short-log.
2184         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2185         of the dynamic bound vc-short-log.  Highlight the tag.
2186         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2187         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2188         (vc-hg-incoming-mode): Remove.
2189         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2191 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2193         Fix default-directory for vc-root-diff.
2194         * vc.el (vc-root-diff): Bind default-directory to the root
2195         directory for the diff command.
2197 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2199         * progmodes/verilog-mode.el (verilog-forward-sexp):
2200         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2201         word keywords, suggested by Steve Pearlmutter.
2202         (verilog-pretty-declarations): Support lineup of declarations in
2203         port lists.
2204         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2205         fix bug for /* / comments
2206         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2207         Speed up and simplfy as this is never called with a bound.
2208         (verilog-pretty-declarations): Enhance to line up declarations
2209         inside a parameter list, suggested by Alan Morgan.
2210         (verilog-pretty-expr): Tune assignment regular expression match
2211         string for corner cases; also use markers instead of character
2212         number as indent changes the later.
2214 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2216         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2217         as missing keyword.
2218         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2219         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2220         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2221         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2222         Tennant.
2223         (verilog-keywords):
2224         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2225         1800-2009 keywords, including "global.".
2227 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2229         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2230         appearing in buffer list (if a live buffer name matched a recentf
2231         file basename).  Should use uniquify to offer a real solution.
2233 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2235         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2236         comment to code, and add a :version tag.
2237         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2239 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2241         Enable recentf-mode if using virtual buffers.
2242         * ido.el (recentf-list): Declare for byte-compiler.
2243         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2244         (ido-make-buffer-list): Simplify.
2245         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2247 2010-04-05  Juri Linkov  <juri@jurta.org>
2249         Scrolling commands which scroll a line instead of full screen.
2250         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2252         * simple.el (scroll-up-line, scroll-down-line): New commands.
2253         Put property isearch-scroll=t on them.
2255         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2256         Remove commands.
2258 2010-04-05  Juri Linkov  <juri@jurta.org>
2260         Scrolling commands which do not signal errors at top/bottom.
2261         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2263         * simple.el (scroll-up-command, scroll-down-command): New commands.
2264         Put property isearch-scroll=t on them.
2266         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2267         `scroll-down-command' and [next] from `scroll-up' to
2268         `scroll-up-command'.
2270         * emulation/cua-base.el: Put property CUA=move on
2271         `scroll-up-command' and `scroll-down-command'.
2272         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2273         and `scroll-down-command' to `cua-scroll-down'.
2275 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2277         * help.el (describe-mode): Return nil.
2279 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2281         * ido.el (ido-use-virtual-buffers): New variable to indicate
2282         whether "virtual buffer" support is enabled for IDO.
2283         (ido-virtual): Face used to indicate virtual buffers in the list.
2284         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2285         exists, but a virtual buffer of that name does (which would be why
2286         it was in the list), recreate the buffer by reopening the file.
2287         (ido-make-buffer-list): If virtual buffers are being used, call
2288         `ido-add-virtual-buffers-to-list' before the make list hook.
2289         (ido-virtual-buffers): New variable which contains a copy of the
2290         current contents of the `recentf-list', albeit pared down for the
2291         sake of speed, and with proper faces applied.
2292         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2293         create a list of "virtual buffers" to present to the user in
2294         addition to the currently open set.  Note that this logic could
2295         get rather slow if that list is too large.  With the default
2296         `recentf-max-saved-items' of 200, there is little speed penalty.
2298 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2300         * font-lock.el: Require CL when compiling.
2301         (font-lock-turn-on-thing-lock): Use `case'.
2303 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2305         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2306         Zaretskii.
2308 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2310         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2311         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2312         (semantic-imenu-goto-function): Reflow docstring.
2314 2010-04-02  Juri Linkov  <juri@jurta.org>
2316         * ehelp.el (electric-help-orig-major-mode):
2317         New buffer-local variable.
2318         (electric-help-mode): Set it to original major-mode.  Doc fix.
2319         (with-electric-help): Use `electric-help-orig-major-mode' instead
2320         of (default-value 'major-mode).  Doc fix.
2321         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2323 2010-04-02  Sam Steingold  <sds@gnu.org>
2325         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2326         `vc-hg-command' with a list of flags.
2328         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2329         Also accept "patch" and "RFE".
2330         (bug-reference-fontify): `bug-reference-url-format' can also be a
2331         function to be able to handle the bug kind.
2332         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2334 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2336         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2337         value to fboundp, it may not be a symbol.
2339 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2341         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2343 2010-03-31  Juri Linkov  <juri@jurta.org>
2345         * simple.el (next-line, previous-line): Re-throw a signal
2346         with `signal' instead of using `ding'.
2347         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2349 2010-03-31  Juri Linkov  <juri@jurta.org>
2351         * simple.el (keyboard-escape-quit): Raise deselecting the active
2352         region higher than exiting the minibuffer.
2353         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2355 2010-03-31  Juri Linkov  <juri@jurta.org>
2357         * image.el (image-animated-p): Use `image-metadata' instead of
2358         `image-extension-data'.  Get GIF extenstion data from metadata
2359         property `extension-data'.
2361 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2363         * simple.el (append-to-buffer): Simplify.
2365 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2367         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2368         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2370 2010-03-31  Kenichi Handa  <handa@m17n.org>
2372         * language/sinhala.el (composition-function-table): Fix regexp for
2373         the new Unicode specification.
2375         * language/indian.el (devanagari-composable-pattern)
2376         (tamil-composable-pattern, kannada-composable-pattern)
2377         (malayalam-composable-pattern): Adjust for the new Unicode
2378         specification.
2379         (bengali-composable-pattern, gurmukhi-composable-pattern)
2380         (gujarati-composable-pattern, oriya-composable-pattern)
2381         (telugu-composable-pattern): New variables to cope with the new
2382         Unicode specification.  Use them in composition-function-table.
2384 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         Make tmm-menubar work for the Buffers menu again (bug#5726).
2387         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2388         vectors rather than cons cells, as used in menu-bar-update-buffers.
2390 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2392         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2393         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2394         electric punctuation for "{}();,:" (Bug#5586).
2396         * mail/sendmail.el (mail-default-directory): Doc fix.
2398 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2400         * mail/sendmail.el (mail-default-directory): Doc fix.
2402 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2404         * subr.el (version-regexp-alist, version-to-list)
2405         (version-list-<, version-list-=, version-list-<=)
2406         (version-list-not-zero, version<, version<=, version=): Doc fix.
2407         (Bug#5744).
2409 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2411         * vc.el (vc-root-diff): Doc fix.
2413 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2415         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2417         * simple.el (append-to-buffer): Fix last change.
2419 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2421         * simple.el (append-to-buffer): Ensure that point is preserved if
2422         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2423         (Bug#5749)
2425 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2427         * files.el (auto-mode-case-fold): Change default to t.
2429 2010-03-30  Juri Linkov  <juri@jurta.org>
2431         * dired-x.el (dired-omit-mode): Doc fix.
2433 2010-03-30  Juri Linkov  <juri@jurta.org>
2435         * replace.el (occur-accumulate-lines): Move occur-engine related
2436         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2437         to be located after `occur-engine'.
2439 2010-03-30  Juri Linkov  <juri@jurta.org>
2441         Make occur handle multi-line matches cleanly with context.
2442         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2444         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2445         (occur-engine): Add local variables `ret', `prev-after-lines',
2446         `prev-lines'.  Use more arguments for `occur-context-lines'.
2447         Set first elem of its returned list to `data', and the second elem
2448         to `prev-after-lines'.  Don't print the separator line.
2449         In the end, print remaining context after-lines.
2450         (occur-context-lines): Add new arguments `begpt', `endpt',
2451         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2452         after-lines of the previous match with before-lines of the
2453         current match and not overlap them.  Return a list with two
2454         values: the output line and the list of context after-lines.
2456 2010-03-30  Juri Linkov  <juri@jurta.org>
2458         * replace.el (occur-accumulate-lines): Fix a bug where the first
2459         context line at the beginning of the buffer was missing.
2461 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2463         * files.el: Make bidi-display-reordering safe variable for boolean
2464         values.
2466 2010-03-29  Phil Hagelberg  <phil@evri.com>
2467             Chong Yidong  <cyd@stupidchicken.com>
2469         * subr.el: Extend progress reporters to perform "spinning".
2470         (progress-reporter-update, progress-reporter-do-update):
2471         Handle non-numeric value arguments.
2472         (progress-reporter--pulse-characters): New var.
2474 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2476         * progmodes/compile.el (compilation-start): Fix regexp detection
2477         of initial cd command (Bug#5771).
2479 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2481         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2483 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2485         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2486         * lisp/progmodes/gdb-mi.el: Restore.
2487         * lisp/progmodes/gdb-ui.el: Remove.
2488         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2490 2010-03-25  Glenn Morris  <rgm@gnu.org>
2492         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2493         all dired buffers, even tramp ones.  (Bug#5755)
2495 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         Add "union tags" in mpc.el.
2498         * mpc.el: Remove backward compatibility code.
2499         (mpc-browser-tags): Change default.
2500         (mpc--find-memoize-union-tags): New var.
2501         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2502         (mpc-cmd-find): Handle the case where the playlist does not exist.
2503         Handle union-tags.
2504         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2505         (mpc-cmd-add): Use mpc-cmd-flush.
2506         (mpc-tagbrowser-tag-name): New fun.
2507         (mpc-tagbrowser-buf): Use it.
2508         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2510 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2512         Misc cleanup.
2513         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2514         Use replace-regexp-in-string.
2515         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2516         (makefile-imake-mode-syntax-table): Move init into defvar.
2517         (makefile-mode): Use define-derived-mode.
2519         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2520         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2521         not be present any more.
2523 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2525         * faces.el (set-face-attribute): Fix typo in docstring.
2526         (face-valid-attribute-values): Reflow docstring.
2528         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2530 2010-03-24  Glenn Morris  <rgm@gnu.org>
2532         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2534 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2536         * indent.el (indent-for-tab-command): Doc fix.
2538 2010-03-24  Alan Mackenzie  <acm@muc.de>
2540         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2541         Fix off-by-one error.  Fixes bug #5747.
2543 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2545         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2546         (image-dired-read-comment): Doc fix.
2548         * json.el (json-object-type, json-array-type, json-key-type)
2549         (json-false, json-null, json-read-number):
2550         * minibuffer.el (completion-in-region-functions):
2551         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2552         (cal-tex-cursor-week):
2553         * emacs-lisp/trace.el (trace-function):
2554         * eshell/em-basic.el (eshell/printnl):
2555         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2556         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2557         * obsolete/levents.el (allocate-event, event-key, event-object)
2558         (event-point, event-process, event-timestamp, event-to-character)
2559         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2560         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2561         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2562         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2563         (reftex-highlight-selection): Fix typos in docstrings.
2565 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2567         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2569 2010-03-24  Glenn Morris  <rgm@gnu.org>
2571         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2572         2008-02-13 without comment; mark it obsolete.
2573         (rmail-highlight-headers): Use rmail-highlight-face once more.
2575 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2577         * woman.el (woman2-process-escapes): Only consume the newline if
2578         the filler character is on a line by itself (Bug#5729).
2580 2010-03-24  Kenichi Handa  <handa@m17n.org>
2582         * language/indian.el (devanagari-composable-pattern): Add more
2583         consonants.
2585 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2587         * net/trampver.el: Update release number.
2589 2010-03-24  Glenn Morris  <rgm@gnu.org>
2591         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2593 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2595         * net/tramp.el (tramp-find-executable):
2596         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2597         output of "wc -l" more robust.
2598         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2599         (tramp-open-connection-setup-interactive-shell): Remove workaround
2600         for OpenSolaris bug, it is not needed anymore.
2602 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
2604         * cedet/semantic/imenu.el: New file, from the CEDET repository
2605         (Bug#5412).
2607 2010-03-24  Glenn Morris  <rgm@gnu.org>
2609         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2611 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
2613         * files.el (auto-mode-alist): Accept more verilog file patterns.
2615 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2617         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2619 2010-03-24  Glenn Morris  <rgm@gnu.org>
2621         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2622         log-edit-before-checkin-process.
2624         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2626         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2628         * vc-dispatcher.el (vc-start-logentry): Doc fix.
2629         (log-view-process-buffer, log-edit-extra-flags): Declare.
2631         * log-edit.el (log-edit-before-checkin-process): Doc fix.
2633         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2634         Consistently check ede-object is bound throughout.
2636         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2638 2010-03-23  Sam Steingold  <sds@gnu.org>
2640         Fix bug#5620: recalculate all markers on compilation buffer
2641         modifications, not on file modifications.
2642         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2643         the buffer modification time, for buffers not associated with files.
2644         (compilation-mode): Create it.
2645         (compilation-filter): Update it.
2646         (compilation-next-error-function): Use it instead of
2647         `visited-file-modtime' for timestamp.
2649 2010-03-23  Juri Linkov  <juri@jurta.org>
2651         Implement Occur multi-line matches.
2652         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2654         * replace.el (occur): Doc fix.
2655         (occur-engine): Set `begpt' to the beginning of the first line.
2656         Set `endpt' to the end of the last match line.  At first, count
2657         line numbers between `origpt' and `begpt'.  Split out code from
2658         `out-line' variable to new let-bindings `match-prefix' and
2659         `match-str'.  In `out-line' add non-numeric prefix to all
2660         non-first lines of multi-line matches.  Finally, count lines
2661         between `begpt' and `endpt' and add to `lines'.
2663 2010-03-23  Juri Linkov  <juri@jurta.org>
2665         * replace.el (occur-accumulate-lines, occur-engine):
2666         Use `occur-engine-line' instead of duplicate code.
2667         (occur-engine-line): New function created from duplicate code
2668         in `occur-accumulate-lines' and `occur-engine'.
2670         * replace.el (occur-engine-line): Add optional arg `keep-props'.
2671         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2673 2010-03-23  Juri Linkov  <juri@jurta.org>
2675         * finder.el: Remove TODO tasks.
2677         * info.el (Info-finder-find-node): Add node "all"
2678         with all package info.  Handle a list of multiple keywords
2679         separated by comma.
2680         (info-finder): In interactive use with a prefix argument,
2681         use `completing-read-multiple' to read a list of keywords
2682         separated by comma.
2684 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         Add a new completion style `substring'.
2687         * minibuffer.el (completion-basic--pattern): New function.
2688         (completion-basic-try-completion, completion-basic-all-completions):
2689         Use it.
2690         (completion-substring--all-completions)
2691         (completion-substring-try-completion)
2692         (completion-substring-all-completions): New functions.
2693         (completion-styles-alist): New style `substring'.
2695 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         Get rid of .elc files after removal of the corresponding .el.
2698         * Makefile.in (compile-clean): New target.
2699         (compile-main): Use it.
2701 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2703         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2704         don't do make there.  When compiling with separate object dir, there
2705         is no Makefile there.
2707 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2709         Get rid of the ELCFILES abomination, again.
2710         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2711         (all, compile): Don't call compile-last.
2712         (compile-main): Build the "elcfiles" list dynamically.
2713         (compile-targets): New (internal) target.
2715 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2717         * Makefile.in (top_srcdir): Define.
2718         (abs_top_builddir): Define.
2719         (srcdir): Don't append `/..'.
2720         (EMACS): Use ${abs_top_builddir}.
2721         (all, compile, compile-always, compile-last): Don't set emacswd.
2722         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2723         $(srcdir).
2724         (lisp): Use $(srcdir) instead of @srcdir@.
2726 2010-03-21  Juri Linkov  <juri@jurta.org>
2728         Fix message of multi-line occur regexps and multi-buffer header lines.
2729         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2731         * replace.el (occur-1): Don't display regexp if it is longer
2732         than window-width.  Use `query-replace-descr' to display regexp.
2733         (occur-engine): Don't display regexp in the buffer header for
2734         multi-buffer occur.  Display a separate header line with total
2735         match count and regexp for multi-buffer occur.
2736         Use `query-replace-descr' to display regexp.
2738 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2740         * net/secrets.el: Fix parenthesis.
2741         (secrets-enabled): Fix parenthesis.
2743 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2745         Use more relative file and directory names.
2746         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2747         (setwins, setwins_almost, setwins_for_subdirs):
2748         Don't `cd'; output relative names.
2749         (all, compile, compile-always, compile-last): Set emacswd.
2750         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2751         Just cd to the lisp source dir so we can use relative file names.
2753         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2755 2010-03-20  Glenn Morris  <rgm@gnu.org>
2757         * textmodes/rst.el: Use faces for font-lock customization, and make the
2758         old -face variables obsolete.
2759         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2760         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2761         (rst-block-face, rst-external-face, rst-definition-face)
2762         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2763         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2764         Make obsolete.
2765         (rst-font-lock-keywords-function): Update for above changes.
2767 2010-03-20  Juri Linkov  <juri@jurta.org>
2769         * s-region.el:
2770         * obsolete/s-region.el: Move to obsolete.
2772 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2774         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2776 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2778         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2780 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2782         Add special markup processing for commit logs.
2783         * log-edit.el (log-edit-extra-flags): New variable.
2784         (log-edit): Add new argument MODE.  Use that mode when non-nil
2785         instead of the log-view-mode.
2786         (log-view-process-buffer): New function.
2788         * vc.el: Document that the checkin method takes optional
2789         arguments.  Document new backend specific method: log-view-mode.
2790         (vc-default-log-edit-mode): New function.
2791         (vc-checkin): Use a backend specific log-view-mode.
2792         Pass extra arguments to the checkin method.
2793         (vc-modify-change-comment): Pass a dummy extra argument.
2795         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2796         log-edit.
2797         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2798         (vc-finish-logentry): Process the log buffer before passing it
2799         down.  Pass log-edit-extra-flags.
2801         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2802         command.
2803         (log-edit-extra-flags, log-edit-before-checkin-process):
2804         New declarations.
2806         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2807         command.
2808         (log-edit-extra-flags, log-edit-before-checkin-process):
2809         New declarations.
2810         (vc-hg-log-edit-mode): New derived mode.
2812         * vc-arch.el (vc-arch-checkin):
2813         * vc-cvs.el (vc-cvs-checkin):
2814         * vc-git.el (vc-git-checkin):
2815         * vc-mtn.el (vc-mtn-checkin):
2816         * vc-rcs.el (vc-rcs-checkin):
2817         * vc-sccs.el (vc-sccs-checkin):
2818         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2820 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2823         parent typo).
2825 2010-03-19  Glenn Morris  <rgm@gnu.org>
2827         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2829 2010-03-18  Glenn Morris  <rgm@gnu.org>
2831         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2833         * replace.el (query-replace-history): Give it a doc string.
2834         (map-query-replace-regexp): Use query-replace-from-history-variable
2835         and query-replace-to-history-variable.
2837         * mail/hashcash.el (declare-function): Remove duplicate definition.
2839         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2840         Make it an obsolete alias for report-emacs-bug-address.
2841         (message-strip-special-text-properties): Declare.
2842         (report-emacs-bug): Remove test for a pretest bug address.
2843         Combine message-mode-specific code.
2845         * mail/supercite.el: Don't require sendmail.
2846         (mh-in-header-p): Declare rather than using with-no-warnings.
2847         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2848         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2850         * calendar/cal-french.el: Convert to utf-8.
2852         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2853         Emacs scripts.
2855 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2857         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2858         of a subfeature.
2860 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2862         * net/secrets.el (top): Register the D-Bus signals only when the
2863         service "org.freedesktop.secrets" can be pinged.
2864         Provide subfeature `enabled'.
2866 2010-03-14  Juri Linkov  <juri@jurta.org>
2868         Add finder unknown keywords.
2870         * finder.el (finder-unknown-keywords): New function.
2872         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2873         to create a Finder node with unknown keywords.
2875 2010-03-14  Juri Linkov  <juri@jurta.org>
2877         * finder.el (finder-compile-keywords): Replace `princ' with
2878         `prin1' on a list of symbols interned from keyword strings.
2880         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2881         a comma, then split keywords using a comma and optional whitespace.
2882         Otherwise, split by whitespace.
2884         * complete.el:
2885         * face-remap.el:
2886         * log-view.el:
2887         * net/hmac-def.el:
2888         * net/hmac-md5.el:
2889         * net/netrc.el:
2890         * progmodes/mixal-mode.el: Fix keywords.
2892 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2894         * Makefile.in (ELCFILES): Add net/secrets.elc.
2896         * net/secrets.el: New file.
2898 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2900         * facemenu.el (list-colors-display, list-colors-print): New arg
2901         callback.  Use it to allow selecting colors.
2903         * wid-edit.el (widget-image-insert): Insert image prop even if the
2904         current display is non-graphic.
2905         (widget-field-value-set): New fun.
2906         (editable-field): Use it.
2907         (widget-field-value-get): Clean up unused var.
2908         (widget-color-value-create, widget-color--choose-action):
2909         New funs.  Allow using list-colors-display to choose color.
2911 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2913         * cus-edit.el: Resort topmost custom groups.
2914         (custom-buffer-sort-alphabetically): Default to t.
2915         (customize-apropos): Use apropos-parse-pattern.
2916         (custom-search-field): New var.
2917         (custom-buffer-create-internal): Add custom-apropos search field.
2918         (custom-add-parent-links): Don't display parent doc.
2919         (custom-group-value-create): Don't sort top-level custom group.
2920         (custom-magic-value-create): Show visibility button before option name.
2922         (custom-variable-state): New fun, from custom-variable-state-set.
2923         (custom-variable-state-set): Use it.
2924         (custom-group-value-create): Hide options with standard values
2925         using the :hidden-states property.  Use progress reporter.
2927         (custom-show): Simplify.
2928         (custom-visibility): Disable images by default.
2929         (custom-variable): New property :hidden-states.
2930         (custom-variable-value-create): Enable images for
2931         custom-visibility widgets.  Use :hidden-states property to
2932         determine initial visibility.
2934         * wid-edit.el (widget-image-find): Give images center ascent.
2935         (visibility): Add :on-image and :off-image properties.
2936         (widget-visibility-value-create): Use them.
2938 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2940         * cus-edit.el (processes): Remove from development group.
2941         (oop, hypermedia): Delete group.
2942         (comm): Promote to top-level group.
2944         * net/browse-url.el (browse-url):
2945         * net/xesam.el (xesam):
2946         * net/tramp.el (tramp):
2947         * net/goto-addr.el (goto-address):
2948         * net/ange-ftp.el (ange-ftp): Put in comm group.
2950         * view.el (view): Remove from editing group.
2952         * uniquify.el (uniquify): Put in files group.
2954         * net/browse-url.el (browse-url):
2955         * ps-print.el (postscript): Put in external group.
2957         * cus-edit.el (outlines):
2958         * textmodes/text-mode.el (text-mode-hook):
2959         * textmodes/table.el (table):
2960         * textmodes/picture.el (picture):
2961         * outline.el (outlines): Put in wp group.
2963         * nxml/nxml-mode.el (nxml): Remove from wp group.
2965         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2967         * mail/metamail.el (metamail): Remove from hypermedia group.
2969         * cus-edit.el (abbrev):
2970         * whitespace.el (whitespace):
2971         * vcursor.el (vcursor):
2972         * reveal.el (reveal):
2973         * hl-line.el (hl-line): Put in convenience group.
2975         * epg-config.el (epg): Put in data group.
2977         * emulation/pc-select.el (pc-select): Put in emulations group.
2979         * calculator.el (calculator): Put in applications group.
2981 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2983         Add .dir-locals.el support for file-less buffers.
2984         * files.el (hack-local-variables): Split out code to apply local
2985         variable settings ...
2986         (hack-local-variables-apply): ... here.  New function.
2987         (hack-dir-local-variables): Use the default directory for when the
2988         buffer does not have an associated file.
2989         (hack-dir-local-variables-non-file-buffer): New function.
2990         * diff-mode.el (diff-mode):
2991         * vc-annotate.el (vc-annotate-mode):
2992         * vc-dir.el (vc-dir-mode):
2993         * log-edit.el (log-edit-mode):
2994         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2996 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2998         Add support for shelving snapshots and for showing shelves.
2999         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3000         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3001         New functions.
3002         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3003         (vc-bzr-extra-menu-map): Map them.
3005 2010-03-11  Glenn Morris  <rgm@gnu.org>
3007         * cus-edit.el (customize-changed-options-previous-release):
3008         Bump to 23.1.
3010         * image.el (image-animate-max-time): Fix :version tag.
3012 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3014         * Branch for 23.2.
3016 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * vc-git.el (vc-git-revision-table): Include remote branches.
3020 2010-03-10  Kim F. Storm  <storm@cua.dk>
3022         Animated image API.
3023         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3025         * image.el (image-animate-max-time): New defcustom.
3026         (image-animated-types): New defconst.
3027         (create-animated-image, image-animate-timer)
3028         (image-animate-start, image-animate-stop, image-animate-timeout)
3029         (image-animated-p): New functions.
3031         * image-mode.el (image-toggle-display-image):
3032         Replace `create-image' with `create-animated-image'.
3034 2010-03-09  Miles Bader  <miles@gnu.org>
3036         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3037         instead of "format:"; this ensures that the output is
3038         newline-terminated.
3040 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
3042         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3043         that all errors are caught, and that the return value is always a
3044         list (Bug#5692).
3046 2010-03-08  Kenichi Handa  <handa@m17n.org>
3048         * language/misc-lang.el (windows-1256): New coding system.
3049         (cp1256): New alias of windows-1256 (bug#5690).
3051 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3053         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3054         call to rfc822-bad-address.  (Bug#5692)
3056 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3058         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3059         Use vc-git-root as default directory for revision path (Bug#5657).
3061 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3063         * calculator.el (calculator): Don't bind split-window-keep-point
3064         (Bug#5674).
3066 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         * vc-git.el: Re-flow to fit into 80 columns.
3069         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3070         Remove spurious `quote' element in each case alternative.
3071         (vc-git-show-log-entry): Use prog1.
3072         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3074 2010-03-06  Glenn Morris  <rgm@gnu.org>
3076         * cedet/semantic/grammar.el (semantic-grammar-header-template):
3077         Update template copyright to GPLv3+.
3079 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3081         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3083 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3085         * macros.el (insert-kbd-macro): Look up keyboard macro using the
3086         definition, not the name (Bug#5481).
3088 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3090         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3091         argument with a local variable.  (Bug#5670)
3093 2010-03-02  Juri Linkov  <juri@jurta.org>
3095         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
3097 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
3099         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3100         error when FILENAME and NEWNAME are existing remote directories.
3102         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3103         parameter DIR-FLAG.
3105 2010-03-02  Glenn Morris  <rgm@gnu.org>
3107         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3108         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3110 2010-03-01  Kenichi Handa  <handa@m17n.org>
3112         * language/burmese.el (burmese-composable-pattern): Rename from
3113         myanmar-composable-pattern.
3115         * international/characters.el (script-list):
3116         * international/fontset.el (script-representative-chars):
3117         Change myanmar to burmese.
3118         (otf-script-alist): Likewise.
3119         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3121 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3123         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3125 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3127         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3129 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3131         * net/tramp.el (tramp-handle-write-region): START can be a string.
3132         Take care in the checks.  Reported by Dan Davison
3133         <davison@stats.ox.ac.uk>.
3135 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3137         * net/dbus.el (dbus-introspect, dbus-get-property)
3138         (dbus-set-property, dbus-get-all-properties):
3139         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3141 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3143         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3144         * emacs-lisp/elint.el (elint-add-required-env):
3145         * cedet/semantic/db-find.el
3146         (semanticdb-find-translate-path-brutish-default):
3147         * cedet/ede/make.el (ede-make-check-version):
3148         * calendar/icalendar.el (icalendar--add-diary-entry):
3149         * calc/calcalg2.el (math-tracing-integral):
3150         * files.el (recover-session-finish): Use with-current-buffer
3151         instead of save-excursion.
3153 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         Fix in-buffer completion when after-change-functions modify the buffer.
3156         * minibuffer.el (completion--replace): New function.
3157         (completion--do-completion): Use it and use relative movement.
3159 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3161         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3163 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3165         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3166         Allow the characters _<> in the stack entry (Bug#5653).
3168 2010-02-26  Kenichi Handa  <handa@m17n.org>
3170         * language/burmese.el: Fix entries in composition-function-table.
3171         (myanmar-composable-pattern): New variable.
3173         * international/fontset.el (setup-default-fontset): Add an entry
3174         for myanmar.
3176         * international/characters.el (script-list): Add Myanmar
3177         Extended-A.
3179 2010-02-26  Glenn Morris  <rgm@gnu.org>
3181         * custom.el (custom-initialize-delay): Doc fix.
3183         * mail/sendmail.el (send-mail-function): Autoload the call
3184         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3186 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3188         * files.el (hack-local-variables-filter): For eval forms, also
3189         check safe-local-variable-p (Bug#5636).
3191 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3193         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3194         and use c(ad)r of cddr (Bug#5640).
3196 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3198         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3199         setting the modes by `ignore-errors'.  It might fail, for example
3200         if the file is not owned by the user but the group.
3201         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3203 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3205         * files.el (directory-listing-before-filename-regexp): Use
3206         stricter matching for iso-style dates, to avoid false matches with
3207         date-like filenames (Bug#5597).
3209         * htmlfontify.el (htmlfontify): Doc fix.
3211         * eshell/eshell.el (eshell): Doc fix.
3213         * startup.el (fancy-about-screen): In mode-line, apply
3214         mode-line-buffer-id face only to the buffer name (Bug#5613).
3216 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3218         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3219         In `watcom' anchor regexp to start of line, to avoid slowness
3220         (Bug#5599).
3222 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3224         * subr.el (remove-yank-excluded-properties): Explain in a comment
3225         why `category' property is removed.
3227 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3229         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3230         2010-02-17 change.
3232 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3234         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3235         (icalendar--convert-weekly-to-ical)
3236         (icalendar--convert-yearly-to-ical)
3237         (icalendar--convert-block-to-ical)
3238         (icalendar--convert-cyclic-to-ical)
3239         (icalendar--convert-anniversary-to-ical): Take care of time
3240         specifications where hour has 1-digit only (Bug#5549).
3242 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3244         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3245         of disassemble output in GDB 7.1.
3247 2010-02-19  Glenn Morris  <rgm@gnu.org>
3249         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3250         property.  (Bug#5593)
3252 2010-02-18  Sam Steingold  <sds@gnu.org>
3254         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3256 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3258         Use abbreviated file names in bookmarks (bug#5591).
3259         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3260         calls to expand-file-name.
3261         (bookmark-relocate): Use abbreviated file names in bookmarks.
3262         (bookmark-load): Use abbreviated file names in messages.
3264 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3266         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3267         expand "." and "..".  Reported by Thierry Volpiatto
3268         <thierry.volpiatto@gmail.com>.
3270 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3272         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3273         permissions of the temporary file to "0600".  In case the remote
3274         file has no read permissions for the owner, there might be
3275         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3277 22010-02-18  Glenn Morris  <rgm@gnu.org>
3279         * emacs-lisp/authors.el (authors-renamed-files-alist):
3280         Add entries for INSTALL.CVS.
3282 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3284         * vc-bzr.el: Fix typo in Known Bugs section.
3286         * isearch.el (isearch-update-post-hook): New hook.
3287         (isearch-update): Use the new hook.
3289 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3291         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3292         Fix errors in copying directories.
3293         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3294         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3295         (tramp-handle-delete-file)
3296         (tramp-handle-dired-recursive-delete-directory)
3297         (tramp-handle-write-region): Flush also the cache for the upper
3298         directory.
3300 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3302         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3304         * cus-edit.el (hardware): Doc fix.
3306         * man.el (man): Add to external custom group.
3308         * delim-col.el (columns): Move to wp custom group.
3310         * doc-view.el (doc-view): Add to data custom group.
3312         * cedet/data-debug.el (data-debug): Move to extensions group.
3314         * cedet/ede.el (ede):
3315         * cedet/srecode.el (srecode):
3316         * cedet/semantic.el (semantic): Put in tools and extensions group.
3318         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3320         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3321         by ispell-parse-output (Bug#5575).
3323 2010-02-16  Kenichi Handa  <handa@m17n.org>
3325         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3326         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3327         (skkdic-convert): Use `euc-japan' coding system for writing.
3329 2010-02-16  Glenn Morris  <rgm@gnu.org>
3331         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3332         tex-main-file before using it.  (Bug#5562)
3334 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3336         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3337         warnings, since it is annoying for the user to see them each time he
3338         runs the code.
3340 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3342         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3343         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3344         instead of PROC for caching "first-password-request".  Otherwise,
3345         new processes would not profit from passwords already entered.
3347         * net/tramp-cache.el (tramp-dump-connection-properties):
3348         Don't save "first-password-request" property.
3350 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3352         * outline.el (outline-head-from-level):
3353         * simple.el (with-wrapper-hook):
3354         * cedet/ede.el (ede-run-target, project-delete-target)
3355         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3356         (ede-adebug-project, ede-adebug-project-parent)
3357         (ede-adebug-project-root):
3358         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3359         (elint-defun, elint-buffer-env, elint-top-form-logged)
3360         (elint-unbound-variable):
3361         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3362         Fix typos in docstrings.
3364 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3366         * files.el (insert-directory): When WILDCARD-REGEXP and
3367         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3368         whole directory.  (Bug#5551)
3370         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3371         dired's alignment sanity.  (Bug#5516)
3373 2010-02-14  Juri Linkov  <juri@jurta.org>
3375         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3376         Remove remaining ^H with their preceding chars.  (Bug#5566)
3378 2010-02-13  Glenn Morris  <rgm@gnu.org>
3380         * simple.el (transpose-subr): Give it a doc-string.
3382         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3383         Doc fixes.
3385 2010-02-12  Juri Linkov  <juri@jurta.org>
3387         * arc-mode.el (archive-unique-fname): Make directories for nested
3388         archives.  (Bug#5540)
3390 2010-02-12  Juri Linkov  <juri@jurta.org>
3392         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3394 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * subr.el (copy-overlay): Handle deleted overlays.
3398         * man.el (Man-completion-table): Don't signal an error if we can't run
3399         manual-program (bug#4056).
3401 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3403         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3405 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3407         * info.el (Info-bookmark-jump): Simplify.
3409         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3410         (bookmark-default-handler): Accept new bookmark field `buffer'.
3412 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3414         * iswitchb.el (iswitchb-completions): Revert last change.
3416 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3418         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3419         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3420         This prevents file names like "~/" being listed literally.
3422 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3424         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3425         Remove dead code.  (Bug#5546)
3427 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3429         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3430         correctly (Bug#5548).
3432 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3434         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3435         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3437 2010-02-08  Kenichi Handa  <handa@m17n.org>
3439         * international/mule-util.el (with-coding-priority): Add autoload
3440         cookie for putting `lisp-indent-function'.
3442 2010-02-07  Glenn Morris  <rgm@gnu.org>
3444         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3445         Move F2003 named interfaces from keywords-2 to keywords-1, and
3446         use function-name-face rather than constant-face.
3447         Simplify "abstract interface" regexp.
3449 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3451         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3452         ID-FORMAT.  Pass it to `file-attributes'.
3454         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3456 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3458         * faces.el (set-face-attribute): Allow calling
3459         internal-set-lisp-face-attribute with 'unspecified family and
3460         foundry argument (Bug#5536).
3462 2010-02-07  Glenn Morris  <rgm@gnu.org>
3464         * progmodes/f90.el (f90-font-lock-keywords-2)
3465         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3466         Handle F2003 named interfaces.
3468 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3470         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3471         beg and end before calling c-get-state-before-change-functions.
3473 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3475         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3477 2010-02-05  Juri Linkov  <juri@jurta.org>
3479         * doc-view.el (doc-view-mode):
3480         * image-mode.el (image-mode): Put property mode-class=special.
3481         (Bug#4896)
3483 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3485         * vc-svn.el (vc-svn-revision-table): New function.
3487 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3489         * net/ange-ftp.el (ange-ftp-insert-directory):
3490         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3491         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3492         Handle also directories.  (Bug#5478)
3494 2010-02-05  Glenn Morris  <rgm@gnu.org>
3496         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3498 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3500         * startup.el (command-line-1): Convert options beginning with a
3501         single dash as well (Bug#5519).
3503 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3505         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3506         * minibuffer.el (completion-initials-expand): Only check the presence
3507         of delims *within* the boundaries, since otherwise the / delim is
3508         always found for files.
3510         Fix up various corner case problems.
3511         * doc-view.el (doc-view-last-page-number): New function.
3512         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3513         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3514         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3515         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3516         (doc-view-convert-current-doc): Don't create the resolution.el file
3517         here any more.
3518         (doc-view-pdf/ps->png): Do it here instead.
3519         (doc-view-already-converted-p): Check that resolution.el is present.
3520         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3521         windows that are not yet showing images.
3523 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3525         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3526         `dired-uncache' for every elemnt which is an absolute file name.
3528         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3529         directory, handle its directory component.
3530         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3531         function is called permanently and creates noise, otherwise.
3533         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3534         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3535         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3537 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3539         * macros.el (apply-macro-to-region-lines):
3540         Minor simplification.  (Bug#5485)
3542 2010-02-04  Glenn Morris  <rgm@gnu.org>
3544         * mail/rmail.el (rmail-show-message-1): Handle malformed
3545         quoted-printable text.  (Bug#5441)
3547         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3549         * simple.el (visual-line-mode): Capitalize lighter.
3551 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3553         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3554         list of files considered for "virtual buffer" completions.
3556 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3558         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3559         also in case of (and (not full) (not wildcard)). This is needed,
3560         when dired is called with a list of files, which are not in
3561         `default-directory'.  (Bug#5478)
3563 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3565         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3567 2010-02-02  Juri Linkov  <juri@jurta.org>
3569         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3570         from unidiff to allow function-line after @@.
3572 2010-02-02  Juri Linkov  <juri@jurta.org>
3574         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3575         '(RCS SCCS) with inverted condition.
3577 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3579         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3580         messages.
3582 2010-02-01  Juri Linkov  <juri@jurta.org>
3584         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3585         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3586         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3587         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3589 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3591         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3592         (doc-view-revert-buffer): New command.
3593         (doc-view-mode-map): Use it.
3595 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3597         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3598         pending merge is detected.
3600 2010-01-31  Juri Linkov  <juri@jurta.org>
3602         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3603         beginning of interactive spec like all other grep commands do.
3604         Put "all" in front of "gz".  (Bug#5260)
3606 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3608         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3610 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3612         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3613         regexp is incorrect (Bug#5476).
3615 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3617         * net/tramp.el (tramp-handle-insert-directory): Handle also
3618         symlinks, when FILENAME is not in `default-directory'.
3620 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3622         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3623         FILE is not in `default-directory'.  (Bug#5478)
3625         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3626         of SWITCHES.  Handle the case, FILENAME is not in
3627         `default-directory'.  (Bug#5478)
3628         (tramp-register-file-name-handlers): Add safe-magic property.
3630 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3632         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3633         unzip (Bug#5475).
3635 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3637         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3638         (flymake-master-make-header-init): Add other C++ filename masks.
3639         (flymake-find-possible-master-files)
3640         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3642 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3644         Fix some busybox annoyances.
3646         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3647         not responding." string.
3648         (tramp-open-connection-setup-interactive-shell): Dump stty
3649         settings.  Enable "neveropen" arg for all `tramp-send-command'
3650         calls.  Handle "=" in variable values properly.
3651         (tramp-find-inline-encoding): Raise an error, when no encoding is
3652         found.
3653         (tramp-wait-for-output): Check, whether PROC buffer is available.
3654         Remove spurious " ^H" sequences, sent by busybox.
3655         (tramp-get-ls-command): Suppress coloring, if possible.
3657 2010-01-28  Glenn Morris  <rgm@gnu.org>
3659         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3661         * log-edit.el (log-edit-strip-single-file-name): Add missing
3662         :safe, :group, and :version tags.
3664 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3666         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3667         buffers.  (Bug#5477)
3669 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3671         * files.el (delete-directory): Handle moving to trash without
3672         first doing recursion (Bug#5436).
3674 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3676         * vc-hooks.el (vc-path): Mark as obsolete.
3678 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3680         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3681         names too.
3683         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3684         for the short log.
3685         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3687 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3689         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3691         * vc-bzr.el (vc-bzr-revision-table): New function.
3693 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3695         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3696         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3698 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3700         Remove support for adding --signoff on commit.
3701         Future support will use an incompatible generic mechanism.
3702         * vc-git.el (vc-git-add-signoff): Remove variable.
3703         (vc-git-toggle-signoff): Remove function.
3704         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3706         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3707         from xterm-set-background-mode.  Return t if the background mode
3708         was set.
3709         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3710         earlier, call it again in case the background mode has changed.
3712 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3714         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3715         (Bug#3541).
3717 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3719         * emacs-lisp/assoc.el (aelement): Doc fix.
3720         (aput, adelete, amake): Use lexical-let (Bug#5450).
3722 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3724         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3725         is the same as subprogram call, not declaration.  (Bug#5435).
3727 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3729         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3730         (tramp-smb-maybe-open-connection): Use it.
3732 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3734         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3736 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3739         just because we see "encoding: 8bit".
3740         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3742 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3744         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3746 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3748         * jka-compr.el (jka-compr-load): If load-file is not in
3749         load-history, try its file-truename version.  (bug#5447)
3751 2010-01-21  Alan Mackenzie  <acm@muc.de>
3753         Fix a situation where deletion of a cpp construct throws an error.
3754         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3755         invoking c-with-all-but-one-cpps-commented-out, check that the
3756         special cpp construct is still in the buffer.
3757         (c-parse-state): Record the special cpp with markers, not numbers.
3759 2010-01-21  Kenichi Handa  <handa@m17n.org>
3761         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3762         process last-command-event, as it is now decoded first (Bug#5380).
3764 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3766         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3768 2010-01-20  Glenn Morris  <rgm@gnu.org>
3770         * indent.el (tab-always-indent): Fix custom-type.
3772 2010-01-19  Alan Mackenzie  <acm@muc.de>
3774         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3775         buffer throws "args out of range".
3776         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3777         playing the role of delimiter.
3779 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3781         * progmodes/ada-mode.el: Fix bug#5400.
3782         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3783         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3784         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3785         Improve comments in "is" portion.  Handle null procedure declaration.
3786         (ada-move-to-end): Improve doc string.
3788 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3790         * ido.el (ido-cur-list): Initialize to nil.
3791         Remove obsolete information from commentary.
3792         (ido-choice-list): Initialize to nil.
3793         (ido-get-bufname): Reject minibuffers.
3794         (ido-make-buffer-list): If "default" is a nonexistent
3795         buffer, ignore it, as per the function's comment.
3796         (ido-kill-buffer-internal): New function.
3797         (ido-kill-buffer-at-head): Use it.
3798         (ido-visit-buffer): Likewise.
3800 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3802         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3804 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3806         * cedet/ede/locate.el (ede-locate-file-in-project)
3807         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3808         (ede-enable-locate-on-project): Fix typos in error messages.
3810         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3811         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3812         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3813         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3814         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3815         Fix typos in menu help.
3817         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3818         Fix typos in chart titles.
3820         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3821         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3822         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3823         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3824         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3825         (semantic-parse-stream, semantic-parse-region)
3826         (semantic-parse-region-default, semantic--set-buffer-cache)
3827         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3828         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3829         (semantic-default-submodes):
3830         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3831         (semanticdb-create-ebrowse-database)
3832         (semanticdb-find-tags-for-completion-method)
3833         (semanticdb-find-tags-by-class-method)
3834         (semanticdb-deep-find-tags-by-name-method)
3835         (semanticdb-deep-find-tags-for-completion-method):
3836         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3837         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3838         (semanticdb-find-tags-for-completion-method)
3839         (semanticdb-find-tags-by-class-method)
3840         (semanticdb-deep-find-tags-for-completion-method):
3841         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3842         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3843         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3844         (semanticdb-find-tags-by-name-method)
3845         (semanticdb-find-tags-by-name-regexp-method)
3846         (semanticdb-find-tags-for-completion-method)
3847         (semanticdb-find-tags-by-class-method)
3848         (semanticdb-find-tags-external-children-of-type-method)
3849         (semanticdb-find-tags-subclasses-of-type-method)
3850         (semanticdb-deep-find-tags-by-name-method)
3851         (semanticdb-deep-find-tags-by-name-regexp-method)
3852         (semanticdb-deep-find-tags-for-completion-method):
3853         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3854         (semanticdb-enable-gnu-global-in-buffer)
3855         (semanticdb-find-tags-for-completion-method)
3856         (semanticdb-deep-find-tags-by-name-method)
3857         (semanticdb-deep-find-tags-for-completion-method):
3858         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3859         (javascript-mode, semanticdb-find-translate-path)
3860         (semanticdb-find-tags-for-completion-method)
3861         (semanticdb-find-tags-by-class-method)
3862         (semanticdb-deep-find-tags-by-name-method)
3863         (semanticdb-deep-find-tags-for-completion-method)
3864         (semanticdb-find-tags-external-children-of-type-method):
3865         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3866         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3867         (global-semantic-idle-scheduler-mode):
3868         * cedet/srecode/dictionary.el (srecode-field-value)
3869         (srecode-dictionary-add-section-dictionary):
3870         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3871         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3872         (describe-class, eieio-describe-generic, describe-generic):
3873         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3874         (eieio-speedbar-expand):
3875         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3876         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3877         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3878         (viper-del-backward-char-in-replace, viper-backward-indent)
3879         (viper-brac-function, viper-register-to-point, viper-submit-report):
3880         * net/tramp.el (tramp-remote-coding-commands):
3881         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3882         Fix typos in docstrings.
3884 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3886         * mail/sendmail.el (mail-yank-original): Set the mark if the
3887         specified function for yanking does not do it.
3889 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3891         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3893         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3894         resyncing a directory.
3896 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3898         * progmodes/ada-mode.el: Fix bug#1920.
3899         (ada-ident-re): Delete ., allow multibyte characters.
3900         (ada-goto-label-re): New; matches goto labels.
3901         (ada-block-label-re): New; matches block labels.
3902         (ada-label-re): New; matches both.
3903         (ada-named-block-re): Deleted; callers changed to use
3904         `ada-block-label-re' instead.
3905         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3906         Use `ada-block-label-re'.
3907         (ada-indent-on-previous-lines): Improve handling of goto labels.
3908         (ada-get-indent-block-start): Special-case block label.
3909         (ada-get-indent-label): Split into `ada-indent-block-label' and
3910         `ada-indent-goto-label'.
3911         (ada-goto-stmt-start, ada-goto-next-non-ws):
3912         Optionally ignore goto labels.
3913         (ada-goto-next-word): Simplify.
3914         (ada-indent-newline-indent-conditional): Insert newline before
3915         trying to fix indentation; doc fix.
3917 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3919         * calc/calc.el (calc-command-flags): Give it an initial value.
3921 2010-01-17  Glenn Morris  <rgm@gnu.org>
3923         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3925 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3927         * cedet/semantic.el (semantic-mode):
3928         * files.el (minibuffer-with-setup-hook):
3929         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3930         (artist-key-draw-continously, artist-key-do-continously-continously)
3931         (artist-key-set-point-continously, artist-mouse-draw-continously):
3932         Fix typos in docstrings.
3934 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3936         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3937         return t (Bug#3898).
3939 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3941         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3942         can parse the output of the external commands (Bug#5279).
3944 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3946         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3948 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3950         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3952         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3954         * startup.el (command-line): Remove unused --icon-type arg.
3955         Handle --display arg, passing it to command-line-1 (Bug#5392).
3957 2010-01-16  Mario Lang  <mlang@delysid.org>
3959         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3960         * cedet/ede/files.el (ede-expand-filename):
3961         * cedet/ede/simple.el (ede-simple-project):
3962         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3963         (semantic-complete-inline-tag-engine):
3964         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3965         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3966         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3967         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3968         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3969         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3970         * emacs-lisp/chart.el (chart-translate-namezone):
3971         * textmodes/artist.el (artist-compute-popup-menu-table):
3972         Remove duplicated words in doc-strings.
3974 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3976         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3977         to mairix-search to suppress threading (Bug#5342).
3979 2010-01-15  Kenichi Handa  <handa@m17n.org>
3981         * international/mule-cmds.el (canonicalize-coding-system-name):
3982         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3984 2010-01-15  Glenn Morris  <rgm@gnu.org>
3986         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3988         * wid-edit.el (widget-keymap): Doc fix.
3990         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3991         former seems to be more widely accepted by various svn versions.
3993 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3995         * find-cmd.el (find-constituents):
3996         * vc-arch.el (vc-arch-root):
3997         * window.el (window-body-height, pop-up-frames):
3998         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3999         (semantic-no-reparse-needed-change-hook):
4000         * cedet/srecode/insert.el (srecode-resolve-argument-list)
4001         (srecode-template-inserter-blank, srecode-template-inserter-variable)
4002         (srecode-template-inserter-ask, srecode-template-inserter-width)
4003         (srecode-template-inserter-section-start)
4004         (srecode-template-inserter-section-end, srecode-insert-method):
4005         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4006         * progmodes/ada-stmt.el (ada-if):
4007         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4008         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4009         (ispell-encoding8-command, ispell-aspell-supports-utf8)
4010         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4012         * progmodes/flymake.el (flymake-post-syntax-check):
4013         Fix typo in error message.
4015 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4017         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4018         which is always a string.  (Bug#5313)
4020 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4022         * progmodes/ada-xref.el (ada-default-prj-properties):
4023         Simplify previous change.
4025 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4027         * progmodes/ada-xref.el (ada-default-prj-properties):
4028         Default ada_project_path to $ADA_PROJECT_PATH.
4030 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4032         * progmodes/ada-mode.el (ada-create-keymap):
4033         Override `narrow-to-defun' with `ada-narrow-to-defun'.
4035 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4037         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4038         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4039         (ada-get-current-indent, ada-imenu-generic-expression)
4040         (ada-which-function): Check for it.
4042 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4044         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4045         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4047 2010-01-14  Glenn Morris  <rgm@gnu.org>
4049         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
4051 2010-01-14  Kenichi Handa  <handa@m17n.org>
4053         * composite.el (auto-composition-mode): Make it a buffer local
4054         variable (permanent-local).
4055         (auto-composition-function): Set the default value to
4056         auto-compose-chars.
4057         (auto-composition-mode): Make it a simple function, not a minor mode.
4058         (global-auto-composition-mode): Likewise.
4059         (turn-on-auto-composition-if-enabled): Delete it.
4061 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4063         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4065 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4067         * files.el (copy-directory): Compute target for recursive
4068         directories with identical names.  (Bug#5343)
4070 2010-01-12  Glenn Morris  <rgm@gnu.org>
4072         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4073         it to bug-gnu-emacs rather than emacs-pretest-bug.
4075 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4077         * cedet/data-debug.el (data-debug): Fix customization group reference.
4079 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4081         * cedet/semantic/analyze.el (semantic-analyze-push-error)
4082         (semantic-analyze-context, semantic-analyze-context-assignment)
4083         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4084         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4085         (semantic-java-doc-keywords-map):
4086         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4087         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4088         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4089         (semantic-c-classname, semantic-format-tag-uml-prototype)
4090         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4091         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4092         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4093         (semantic-get-local-variables, semantic-end-of-command)
4094         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4095         (lisp-mode):
4096         * cedet/semantic/bovine/make.el (makefile-mode):
4097         * cedet/semantic/wisent/python.el (wisent-python-string-re)
4098         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4099         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4100         (semantic-lex, semantic-get-local-variables, python-mode):
4101         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4102         * cedet/srecode/extract.el (srecode-extract-state-set)
4103         (srecode-extract-method): Fix typos in docstrings.
4105 2010-01-11  Sam Steingold  <sds@gnu.org>
4107         * imenu.el (imenu-default-create-index-function): Detect infinite
4108         loops caused by imenu-prev-index-position-function.
4110 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4112         * htmlfontify.el (htmlfontify-load-rgb-file)
4113         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4114         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4115         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4116         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4117         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4118         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4119         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4120         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4121         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4122         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4123         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4124         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4125         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4126         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4127         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4128         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4129         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4130         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4131         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4132         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4133         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4134         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4135         backslash-quoting from parentheses, etc.
4137 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
4139         * progmodes/js.el: Autoload javascript-mode alias.
4141 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4143         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4144         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4145         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4146         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4147         Fix typos in docstrings.
4148         (ffap-url-regexp): Doc fix.
4149         (ffap-at-mouse): Fix typo in message.
4151 2010-01-11  Glenn Morris  <rgm@gnu.org>
4153         * version.el (emacs-copyright): Set copyright year to 2010.
4155 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4157         * format.el (format-annotate-function): Only set
4158         write-region-post-annotation-function after running to-fn so as not to
4159         affect nested write-region calls (bug#5273).
4161 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
4163         * cedet/semantic.el (semantic-new-buffer-setup-functions):
4164         Add python parser.
4166         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4167         wisent/python.el.
4169 2010-01-10  Richard Kim  <emacs18@gmail.com>
4171         * cedet/semantic/wisent/python-wy.el:
4172         * cedet/semantic/wisent/python.el: New files.
4174 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4176         * man.el (Man-goto-section): Signal error if the section is not
4177         found (Bug#5317).
4179 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
4181         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4182         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
4184 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4186         * progmodes/compile.el: Don't treat compile-command as safe if
4187         compilation-read-command might be nil (Bug#4218).
4189 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4191         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4192         NS options.
4194 2010-01-08  Kenichi Handa  <handa@m17n.org>
4196         * international/fontset.el (build-default-fontset-data):
4197         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4199 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4201         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4202         to `create-file-buffer' as it expects, not just a buffer name.
4203         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4204         to help uniquify.  (Bug#3224)
4206 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4208         * font-setting.el (font-setting-change-default-font): Use user-spec
4209         instead of name.
4211 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4213         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4215 2010-01-05  Tom Tromey  <tromey@redhat.com>
4217         * progmodes/python.el (python-font-lock-keywords):
4218         Handle qualified decorators (Bug#881).
4220 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4222         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4223         in a lightweight checkout.
4225 2010-01-05  Kenichi Handa  <handa@m17n.org>
4227         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4229 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4231         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4233 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4235         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4236         checkouts.  (Bug#618)
4237         (vc-bzr-log-view-mode): Also highlight the author.
4238         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4239         (vc-bzr-shelve-menu-map):
4240         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4241         (vc-bzr-shelve-apply): Make prompt more explicit.
4243 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4245         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4246         They are valid characters in URL paths (rfc3986), and at least
4247         Firefox does not understand the encoded version (Bug#3166).
4249 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4251         * progmodes/octave-mod.el (octave-end-keywords)
4252         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4253         Add "end" keyword (Bug#3061).
4254         (octave-end-as-array-index-p): New function.
4255         (calculate-octave-indent): Use it.
4257 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4259         * bookmark.el: Consistently put the text property on the bookmark name.
4260         (bookmark-bmenu-marks-width): Bump back to 2, to include
4261         annotation marks.
4262         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4263         property on the bookmark name, instead of not putting it at all.
4264         (bookmark-bmenu-list): Fix where we put the text property.
4266 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4268         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4269         for showing buffer modified state (as added in the previous change).
4271 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4273         * bookmark.el: Show modified state of bookmark buffer more accurately.
4274         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4275         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4276         (with-buffer-modified-unmodified): New macro.
4277         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4278         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4279         Use new macro to preserve the buffer modified state.
4281 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4283         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4284         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4285         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4286         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4287         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4288         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4289         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4291 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4293         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4294         Make the lines in the generated doc string shorter.  (Bug#4668)
4296 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4298         * net/rcirc.el: Add follow-link binding (Bug#4738).
4300 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4302         * Makefile.in (bzr-update): Rename from cvs-update.
4303         (cvs-update): New target for backward compatibility.
4305         * makefile.w32-in (bzr-update): Rename from cvs-update.
4306         (cvs-update): New target for backward compatibility.
4308 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4310         * bookmark.el: Remove gratuitous gratitude.
4312 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4314         * bookmark.el (bookmark-bmenu-any-marks): New function
4315         (bookmark-bmenu-save): Clear buffer modification if no marks.
4317 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4319         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4320         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4321         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4322         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4324         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4325         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4326         To: emacs-devel {_AT_} gnu.org
4327         Subject: bookmark.el bug report
4328         Date: Mon, 28 Dec 2009 14:19:16 +0800
4329         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4331 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4333         * bookmark.el: Improvements suggested by Drew Adams:
4334         (bookmark-bmenu-ensure-position): New name for
4335         `bookmark-bmenu-check-position'.  Just ensure the position,
4336         don't return any meaningful value.
4337         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4338         New constants.
4340 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4342         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4343         (bookmark-yank-point, bookmark-bmenu-check-position):
4344         Fix typos in docstrings.
4345         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4346         (bookmark-name-from-full-record, bookmark-get-position)
4347         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4348         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4349         Remove useless quoting of parenthesis, etc. in docstrings.
4351         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4352         (ediff-append-custom-diff): Fix typo in error message.
4353         (ediff-meta-mark-equal-files): Fix typos in messages.
4355         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4357         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4358         Fix typo in docstring.
4360         * net/imap-hash.el (imap-hash-make): Doc fix.
4361         (imap-hash-test): Fix typo in error message; reflow docstring.
4362         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4363         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4364         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4365         Fix typos in docstrings.
4366         (imap-hash-open-connection): Fix typo in error message.
4368         * play/gomoku.el (gomoku): Fix typos in docstring.
4370         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4371         (gdb-jsonify-buffer): Fix typos in docstring.
4372         (gdb-goto-breakpoint): Fix typo in error message.
4373         ("Display Other Windows"): Fix typo in help message.
4374         (gdb-speedbar-expand-node): Fix typo in question.
4376         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4377         (idlwave-html-system-help-location, idlwave-html-help-location)
4378         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4379         (idlwave-help-browser-generic-args, idlwave-help-directory)
4380         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4381         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4382         (idlwave-online-help, idlwave-help-html-link)
4383         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4384         Fix typos in docstrings.
4385         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4386         Reflow docstrings.
4387         (idlwave-help-assistant-start): Fix typo in error message.
4389         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4390         (octave-electric-space): Fix typos in docstrings.
4392 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4394         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4396 2010-01-01  Juri Linkov  <juri@jurta.org>
4398         * comint.el (comint-input-ring-size): Make it a defcustom and
4399         increase the default to 500 (Bug#5148).
4401 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4403         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4404         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4405         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4407 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4409         Show working revision correctly for mercurial.
4410         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4411         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4413 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4415         Declare some functions for the byte-compiler.
4416         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4417         (speedbar-timer-fn, speedbar-change-expand-button-char)
4418         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4420 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4422         This changeset reverts GDB Graphical Interface to use annotations.
4423         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4425 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4427         Make vc-dir work on subdirectories of the bzr root.
4428         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4429         file names relative to it.
4430         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4431         relative directory to vc-bzr-after-dir-status.
4433 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4435         * font-lock.el (font-lock-refresh-defaults): New function, which
4436         can be used to let font-lock react to external changes in
4437         variables like font-lock-defaults and keywords.
4438         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4440 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4442         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4444         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4446 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4448         Supersede color.diff settings in git log (bug#5211).
4450         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4451         escape chars in its output when the user has color.diff set to `always'.
4452         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4454 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4456         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4457         node.  Keep previous "Index" name to work with past coreutils too.
4459         * man.el (man): Revise docstring a bit to show -a and -l as
4460         examples.  Add -k description since support for it has otherwise
4461         been a secret.  (Further to bug#3717.)
4462         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4463         "no matches" rather than "Can't find manpage", as the latter reads
4464         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4466 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4468         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4469         switches.  Check also for //SUBDIRED// line.
4471 2009-12-25  Kenichi Handa  <handa@m17n.org>
4473         * language/indian.el (devanagari-composable-pattern): Fixed to
4474         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4475         Devanagari.
4476         (malayalam-composable-pattern): Fix previous change.
4478 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4480         * ps-print.el (ps-face-attributes): It was not returning the
4481         attribute face for faces specified as string.  Reported by harven
4482         <harven@free.fr>.
4483         (ps-print-version): New version 7.3.5.
4485 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4487         * calendar/icalendar.el (icalendar--convert-tz-offset):
4488         Fix timezone names.
4489         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4490         (icalendar--add-diary-entry): Remove the trailing blank that
4491         diary-make-entry inserts.
4493 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4495         Make `file-expand-wildcards' work for remote files.
4497         * files.el (file-expand-wildcards): In case of remote files, check
4498         only local file name part for wildcards.  Provide feature 'files
4499         and subfeature 'remote-wildcards.  (Bug#5198)
4501         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4502         if there is already an established connection.
4503         (tramp-advice-file-expand-wildcards): Remove it.
4505         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4506         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4507         Activate advice for older GNU Emacs versions.  (Bug#5237)
4509 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4511         Some doc fixes (more needed).
4513         * find-cmd.el (find-constituents): Reflow docstring.
4514         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4515         (find-generic): Doc fix.
4517 2009-12-17  Juri Linkov  <juri@jurta.org>
4519         Fix regression from 23.1 to allow multiple modes in Local Variables.
4521         * files.el (hack-local-variables-filter): While ignoring duplicates,
4522         don't take `mode' into account.
4523         (hack-local-variables-filter, hack-dir-local-variables):
4524         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4526 2009-12-17  Juri Linkov  <juri@jurta.org>
4528         Make `dired-diff' safer.  (Bug#5225)
4530         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4531         `current' or when `file' is a directory of the `current' file.
4533 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4535         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4536         unconditionally preloaded files.
4538 2009-12-16  Juri Linkov  <juri@jurta.org>
4540         Revert to old 23.1 logic of using the file at the mark as default.
4541         * dired-aux.el (dired-diff): Use the file at the mark as default
4542         if it's not the same as the current file, and the target dir is
4543         the current dir or the mark is active.  Add the current file
4544         as the arg of `dired-dwim-target-defaults'.  Use the default file
4545         in the prompt.  (Bug#5225)
4547 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4549         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4550         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4551         (tramp-check-for-regexp): Check also, when an echoing shell stops
4552         to echo sent commands.
4554 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4556         * Makefile.in: Revert last change (Bug#5191).
4558 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4560         * vc-hg.el (vc-hg-print-log): Fix argument order.
4561         (vc-hg-working-revision): Make sure the command is executed in a
4562         known environment so that we can parse the output.  (Bug#4417)
4564 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4566         * progmodes/python.el (python-symbol-completions): Remove text
4567         properties from symbol string before calling python-send-receive.
4569 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4571         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4572         when there are values for both file and line.  (Bug#5060)
4574 2009-12-14  Juri Linkov  <juri@jurta.org>
4576         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4577         whitespace after the file name of the first line of unified format,
4578         because git-diff doesn't output whitespace and file modification time
4579         after the file name.
4581 2009-12-14  David Kastrup  <dak@gnu.org>
4583         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4584         check if it already has the `display' property added by
4585         `Info-display-images-node', and not put the `invisible' property
4586         in this case.
4588 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4590         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4591         (semantic-mru-bookmark-mode): Doc fixes.
4593         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4594         of assert.
4596 2009-12-13  Glenn Morris  <rgm@gnu.org>
4598         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4599         (report-emacs-bug): In message-mode, sort manually before storing
4600         original report text.  (Bug#5178)
4601         Remove superfluous save-excursion.
4603 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4605         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4606         when responding to "GetAll" properties.
4608 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4610         * simple.el (compose-mail): Remove mail-setup-with-from from
4611         customization checks.
4613 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4615         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4616         RAR archives created on Unix systems.
4618 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4621         the varalias that was accidentally removed by the 2009-11-19 change
4622         (bug#5186).
4624 2009-12-12  Kenichi Handa  <handa@m17n.org>
4626         * language/indian.el (indian-compose-regexp): New function.
4627         (malayalam-composable-pattern): Fix the pattern.
4628         (composition-function-table): Set malayalam-composable-pattern for
4629         Malayalam characters.
4631 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4633         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4634         rather than down-mouse-1, based on follow-link conventions.
4636         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4637         are compiled.
4639 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4641         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4642         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4643         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4644         (verilog-leap-to-head, verilog-backward-token):
4645         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4647 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4649         * progmodes/verilog-mode.el (verilog-auto-lineup)
4650         (verilog-nameable-item-re): Cleanup user-visible spelling and
4651         documentation errors.  One reported by Gary Delp.
4652         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4653         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4654         package, bug195.  Reported by Pierre-David Pfister.
4656 2009-12-11  Glenn Morris  <rgm@gnu.org>
4658         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4660         * mail/emacsbug.el: No longer require sendmail.
4661         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4662         (report-emacs-bug-orig-text): Doc fix.
4663         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4664         New local variables, to adapt to different mail-user-agents.
4665         (report-emacs-bug): Fix test for a gnu.org address.
4666         Use overlays for emphasis, since font-lock defeats 'face property.
4667         Pretest bugs also end up at the newsgroup these days.
4668         Stop message-mode stripping text properties.
4669         Set and use the new buffer-local variables.
4670         (report-emacs-bug-hook): Add doc-string.
4671         Remove some unnecessary save-excursions and simplify.
4672         Use the appropriate hook and send-command.
4674         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4675         capitalization of some menu entries.
4677 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4679         * whitespace.el (whitespace-display-char-on): Ensure
4680         `buffer-display-table' is unique when two or more windows are
4681         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4682         New version 12.1.
4684 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4686         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4687         characters in the Attribute field.
4689 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4691         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4693 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4695         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4696         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4697         Disregard autoload-excludes.
4698         (update-directory-autoloads): Obey autoload-excludes here instead.
4699         But don't store its contents in no-autoloads and remove entries that
4700         refer to excludes files.
4702 2009-12-10  Glenn Morris  <rgm@gnu.org>
4704         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4705         (expand-mail-aliases): Define for compiler.
4707         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4708         Define for compiler.
4710         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4711         appropriate for the mail-user-agent in use.
4713 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4715         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4717 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4719         Fix short log parsing and fontification.
4720         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4721         Fix fontification for the [merge] label.
4723 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4725         Drop some properties to avoid surprises (bug#5002).
4726         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4727         (hfy-fontify-buffer): Use it.
4729 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4731         Minor cleanup.
4732         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4733         Adjust all callers.
4734         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4735         args compulsory.  Adjust callers.
4736         (ffap-gopher-at-point): Remove unused var `name'.
4738         Get rid of the ELCFILES abomination.
4739         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4740         (compile-elcfiles): New phony target.
4741         (compile-main): Compute ELCFILES dynamically.
4742         (compile-clean): New target to remove left-over elc files.
4743         (compile, all): Use it.
4745 2009-12-09  Kenichi Handa  <handa@etlken>
4747         * international/mule-diag.el: Require help-mode instead of help-fns.
4749 2009-12-09  Kenichi Handa  <handa@m17n.org>
4751         * international/mule-cmds.el (ucs-names): Supply sufficiently
4752         fine ranges instead of pre-calculating accurate ranges.
4753         Iterate with bigger gc-cons-threshold.
4755 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4757         Add support for stashing a snapshot of the current tree.
4758         * vc-git.el (vc-git-stash-snapshot): New function.
4759         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4761 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4763         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4764         instead of `(beginning|end)-of-line'.
4766 2009-12-08  Glenn Morris  <rgm@gnu.org>
4768         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4770         * Makefile.in (ELCFILES): Regenerate.
4772 2009-12-07  Juri Linkov  <juri@jurta.org>
4774         Don't lazy-highlight the comint output in history Isearch mode.
4776         * comint.el (comint-history-isearch-search): Instead of
4777         `comint-line-beginning-position', use `comint-after-pmark-p'
4778         to check if point if before the process mark, and go to
4779         `process-mark' in this case.
4781 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4783         * textmodes/tex-mode.el (latex-complete)
4784         (latex-indent-or-complete): Remove.
4785         (latex-mode): Set completion-at-point-functions instead.
4787         Provide a standard completion command and hook it into TAB.
4788         * minibuffer.el (completion-at-point-functions): New var.
4789         (completion-at-point): New command.
4790         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4791         * progmodes/python.el (python-mode-map): Use completion-at-point.
4792         (python-completion-at-point): Rename from python-partial-symbol and
4793         adjust for use in completion-at-point-functions.
4794         (python-mode): Setup completion-at-point for Python completion.
4795         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4796         extracted from lisp-complete-symbol.
4797         (lisp-complete-symbol): Use it.
4798         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4799         setup completion-at-point for Elisp completion.
4800         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4801         Use completion-at-point.
4802         * ielm.el (ielm-map): Use completion-at-point.
4803         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4804         * progmodes/sym-comp.el: Move to...
4805         * obsolete/sym-comp.el: Move from progmodes.
4807 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4809         Prevent save-buffer in Rmail buffers from using the coding-system
4810         of the current message, and from clobbering the encoding mnemonics
4811         in the mode line (Bug#4623).
4813         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4814         flag, too.
4815         (rmail-message-encoding): New variable.
4816         (rmail-write-region-annotate): Record the encoding of the current
4817         message in rmail-message-encoding.
4818         (rmail-after-save-hook): New function, restores the encoding of
4819         the current message after the message collection is saved.
4821 2009-12-07  Juri Linkov  <juri@jurta.org>
4823         * progmodes/grep.el (grep-read-files): Use `completing-read'
4824         instead of `read-string'.  Set its `collection' arg to
4825         `read-file-name-internal'.  (Bug#4301)
4827 2009-12-07  Juri Linkov  <juri@jurta.org>
4829         Correctly restore original Isearch point.  (Bug#4994)
4831         * isearch.el (isearch-mode): Move `isearch-push-state' after
4832         `(run-hooks 'isearch-mode-hook)'.
4833         (isearch-cancel): When `isearch-push-state-function' is defined,
4834         let-bind `isearch-cmds' to the first state (the last element of
4835         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4836         function and restores the original point).  Otherwise, move point
4837         to `isearch-opoint'.
4839 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4842         chars that don't have names, so the table can be built much faster at
4843         run-time.
4845 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4847         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4848         change.  Suggested by David Kastrup.
4850         * simple.el (compose-mail): Check for incompatibilities and warn.
4851         (compose-mail-user-agent-warnings): New option.
4853 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4855         Support showing a single log entry from vc-annotate.
4856         * vc.el (print-log): Add a new argument: START-REVISION.
4857         (vc-print-log-internal): Add a new optional argument and
4858         pass it to the backend.
4859         (vc-print-log, vc-print-root-log): Adjust callers.
4860         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4861         buffer already displays the requested log entry, use it.
4862         Otherwise display only the log entry in question.
4863         * vc-svn.el (vc-svn-print-log):
4864         * vc-mtn.el (vc-mtn-print-log):
4865         * vc-hg.el (vc-hg-state):
4866         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4867         (vc-git-show-log-entry): Return t on success.
4868         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4869         (vc-bzr-show-log-entry): Return t on success.
4870         * vc-rcs.el (vc-rcs-print-log):
4871         * vc-sccs.el (vc-sccs-print-log):
4872         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4874 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4876         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4877         Add menus to the meta mode.  (Bug#5043)
4879 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4881         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4882         event-key.
4884         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4886 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4888         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4889         Berbain <raphael.berbain@gmail.com>.
4891         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4892         characters.
4893         (tramp-initial-end-of-output): New defconst.
4894         (tramp-methods, tramp-find-shell)
4895         (tramp-open-connection-setup-interactive-shell)
4896         (tramp-maybe-open-connection): Use it.
4897         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4898         existence of `#' and `$'.
4900         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4901         `tramp-initial-end-of-output'.
4903 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4905         Get the background mode from the terminal for xterm, and set
4906         faces accordingly.
4907         * term/xterm.el (xterm-set-background-mode): New function.
4908         (terminal-init-xterm): Use it in case xterm supports background
4909         color queries.  Recompute faces after getting the background
4910         color.
4912 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4914         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4915         number comment back on its own line, for easier parsing.
4917 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         Make it work for non-file buffers (bug#5102).
4920         * doc-view.el (doc-view-current-cache-dir):
4921         Use doc-view-buffer-file-name rather than buffer-file-name.
4922         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4924 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4926         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4927         author field is too short.
4929 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4931         * vc-git.el (vc-git-print-log): Handle a limit argument.
4932         Display the short log in graph form and with labels.
4933         (vc-git-log-view-mode): Handle labels.
4935         Make vc-revert change VC state from 'added to 'unregistered.
4936         * vc-git.el (vc-git-revert): Call git reset first.
4938 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4940         * net/newst-backend.el, net/newst-plainview.el:
4941         * net/newst-reader.el, net/newst-ticker.el:
4942         * net/newst-treeview.el, net/newsticker.el:
4943         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4945 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4947         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4949         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4950         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4951         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4952         Update annotation regexp.
4954         * simple.el (beginning-of-visual-line): Constrain to field
4955         boundaries (Bug#5106).
4957 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4959         * xml.el (xml-substitute-numeric-entities): Move
4960         newsticker--decode-numeric-entities in newst-backend.el to
4961         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4962         * net/newst-backend.el (newsticker--parse-generic-feed)
4963         (newsticker--parse-generic-items)
4964         (newsticker--decode-numeric-entities): Move
4965         newsticker--decode-numeric-entities in newst-backend.el to
4966         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4968 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4970         * progmodes/js.el (js--js-not): Add null to the list of values.
4972 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4974         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4976 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4978         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4979         delimiter if it is at the end of the current line.
4980         (bibtex-generate-url-list): Fix docstring.
4982 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4984         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4985         minibuffer's content with itself.
4986         Fold the confirm-after-completion case into the `confirm' case.
4987         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4989 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4991         * ffap.el (ffap-rfc-path): Make this a defcustom since
4992         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4994         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4995         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4997 2009-12-05  Juri Linkov  <juri@jurta.org>
4999         Save and restore dired buffer's point positions too.  (Bug#4880)
5001         * dired.el (dired-save-positions): Return in the first element
5002         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5003         Doc fix.
5004         (dired-restore-positions): First restore buffer's position.
5005         While restoring window's positions, check if window still displays
5006         the original buffer.
5008 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
5010         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5011         if possible.
5013         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5014         Make argument optional.
5016         * shell.el (shell): Require ansi-color (Bug#5113).
5018         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5020         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5022 2009-12-05  Alan Mackenzie  <acm@muc.de>
5024         * progmodes/cc-mode.el (c-before-hack-hook)
5025         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5026         `c-file-style' to work again.  This reversion restores the current
5027         software to its state in Emacs 23.1.  (Bug#4146)
5029 2009-12-05  Kevin Ryde  <user42@zip.com.au>
5031         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5032         comment-start-skip to comment-end-skip as comment (Bug#4781).
5034 2009-12-05  Juri Linkov  <juri@jurta.org>
5036         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5037         for virtual nodes.  (Bug#4147)
5038         (Info-find-node-2): Set `Info-current-node-virtual' to nil
5039         when moving from a virtual node.
5040         (Info-mode-menu): Add `Info-virtual-index' to the menu.
5041         (Info-mode): Add `Info-virtual-index' to the docstring.
5043 2009-12-05  Eric Ludlam  <zappo@gnu.org>
5045         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5046         Describe project macro symbols.
5048         * cedet/semantic/complete.el (semantic-complete-do-completion):
5049         Don't call semantic-collector-current-exact-match.
5051         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5052         ede-objects as targets.
5054         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5055         a target's object list even if compiler vars are already in the
5056         Makefile.
5058         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5059         list of headers producing necessary macros.
5061 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5063         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5064         track of the buffer position of the end of a BibTeX entry as this
5065         position may change during reformatting.
5066         (bibtex-format-entry): Remove whitespace before processing
5067         numerical fields so that we recognize the latter properly.
5068         (bibtex-reformat): Do not use push which changes the global value
5069         of bibtex-entry-format.
5070         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5071         (bibtex-field-re-init): Replace only space characters by regexp
5072         for whitespace.
5073         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5074         (bibtex-initialize): Also update bibtex-strings.
5075         (bibtex-kill-field): Preserve white space at end of entry.
5076         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5077         Update bibtex-reference-keys.
5079 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5081         * minibuffer.el (completion-pcm--merge-try): Also consider placing
5082         point after a star, if that's the only place where modifications can
5083         make progress.
5085 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
5087         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5088         in docstrings.
5090 2009-12-04  Juri Linkov  <juri@jurta.org>
5092         * proced.el (proced): Call `(proced-update t)' to update process
5093         information instead of only running proced-post-display-hook.
5094         (proced-send-signal): Add a leading space to the buffer name
5095         " *Marked Processes*" to make this buffer ephemeral.
5097 2009-12-04  Juri Linkov  <juri@jurta.org>
5099         * dired.el (dired-auto-revert-buffer): New defcustom.
5100         (dired-internal-noselect): Use it.
5102 2009-12-04  Juri Linkov  <juri@jurta.org>
5104         Change roles of modes and functions in image-mode.el (Bug#5062).
5106         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5107         in `auto-mode-alist'.
5108         (image-mode-previous-major-mode): New variable.
5109         (image-minor-mode-map): Rename from `image-mode-text-map'.
5110         (image-mode): Move graceful error-handling code from
5111         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
5112         (image-minor-mode): Remove all image-handling code.
5113         Replace `image-mode-text-map' with `image-minor-mode-map'.
5114         Check for `image-type' in mode-line format string.
5115         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5116         (image-mode-as-text): New function with most code from
5117         `image-mode-maybe'.
5118         (image-toggle-display-text): Move code that removes image
5119         properties from `image-toggle-display' to here.
5120         (image-toggle-display-image): New function with code that adds
5121         image properties copied from `image-toggle-display'.
5122         (image-toggle-display): Remove most code with leaving only code
5123         that toggles between `image-mode-as-text' and `image-mode'.
5125 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
5127         * net/newst-treeview.el
5128         (newsticker--treeview-list-highlight-start): Restored call to
5129         save-excursion: Selected item was stuck.
5130         (newsticker--treeview-list-select): New.
5131         (newsticker--treeview-item-show-text)
5132         (newsticker--treeview-item-show)
5133         (newsticker--treeview-item-update): Use new
5134         newsticker-treeview-item-mode.
5135         (newsticker-treeview-update): Keep current item.
5136         (newsticker-treeview-next-new-or-immortal-item): Doc change.
5137         (newsticker--treeview-first-feed): Doc change.
5138         (newsticker-treeview-list-menu)
5139         (newsticker-treeview-item-menu): Added menu entries.
5140         (newsticker-treeview-item-mode): New.
5142         * net/newst-backend.el (newsticker-customize): Delete other
5143         windows.
5145 2009-12-04  Sam Steingold  <sds@gnu.org>
5147         * log-view.el (log-view-mode-map): "q" calls quit-window,
5148         like in all the other non-self-insert buffers.
5150 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         Minor cleanup.
5153         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5154         key decoding rather than do it manually via last-input-event +
5155         ascii-character.
5156         (term-exec): Use delete-and-extract-region.
5157         (term-handle-ansi-terminal-messages): Remove unused var `end'.
5158         (term-process-pager): Remove unused var `i'.
5159         (term-dynamic-simple-complete): Make obsolete.
5160         (serial-update-config-menu): Remove unused vars `y' and `str'.
5161         (term-update-mode-line): Remove unused var `temp'.
5163 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5165         Limit the number of log entries displayed by default.
5166         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5167         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5168         using a prefix argument.
5170 2009-12-03  Glenn Morris  <rgm@gnu.org>
5172         * progmodes/idlwave.el (class): Restore still useful declaration.
5174 2009-12-03  Alan Mackenzie  <acm@muc.de>
5176         Enhance `c-parse-state' to run efficiently in "brace deserts".
5178         * progmodes/cc-mode.el (c-basic-common-init):
5179         Call c-state-cache-init.
5180         (c-neutralize-syntax-in-and-mark-CPP): Rename from
5181         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
5182         placing `category' properties value 'c-cpp-delimiter at its boundaries.
5184         * progmodes/cc-langs.el (c-before-font-lock-function):
5185         c-extend-and-neutralize-syntax-in-CPP has been renamed
5186         c-neutralize-syntax-in-and-mark-CPP.
5188         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5189         with `category' properties now, not `syntax-table' ones.
5191         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5192         enhanced (but slower) version of c-end-of-macro that won't land
5193         inside a literal or on another awkward character.
5194         (c-state-cache-too-far, c-state-cache-start)
5195         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5196         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5197         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5198         (c-state-min-scan-pos, c-state-brace-pair-desert)
5199         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5200         buffer local variables.
5201         (c-state-literal-at, c-state-lit-beg)
5202         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5203         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5204         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5205         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5206         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5207         (c-renarrow-state-cache)
5208         (c-append-lower-brace-pair-to-state-cache)
5209         (c-state-push-any-brace-pair, c-append-to-state-cache)
5210         (c-remove-stale-state-cache)
5211         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5212         (c-invalidate-state-cache-1, c-parse-state-1)
5213         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5214         (c-parse-state): Enhance and refactor.
5215         (c-debug-parse-state): Amend to deal with all the new variables.
5217         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5218         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5219         modify to use category text properties rather than syntax-table ones.
5220         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5221         to switch off/on the syntactic paren property of C++ template
5222         delimiters using the category property.
5223         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5224         template delims suppressed.
5225         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5226         New constant/macros which apply category properties to the start
5227         and end of preprocessor constructs.
5228         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5229         "comment out" the syntactic value of characters in preprocessor
5230         constructs.
5231         (c-with-cpps-commented-out)
5232         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5233         with characters in all or all but one preprocessor constructs
5234         "commented out".
5236 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5238         * proced.el (proced-filter-alist): Use regexp-quote.
5240 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5242         Cleanup.
5243         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5244         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5245         arguments.  Expand `default-directory'.
5247         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5248         the benefit of returning an expanded localname.
5249         (tramp-tramp-file-p): Handle the case NAME is not a string.
5251 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5253         Add support for bzr shelve/unshelve.
5254         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5255         (vc-bzr-extra-menu-map): New variables.
5256         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5257         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5258         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5259         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5260         (vc-bzr-dir-extra-headers): Display shelves.
5262         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5264 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * textmodes/bibtex.el (bibtex-complete-internal):
5267         Use completion-in-region.
5268         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5270 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5272         Support applying stashes.  Improve UI.
5273         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5274         (vc-git-stash-apply, vc-git-stash-pop)
5275         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5276         (vc-git-stash-menu): New functions.
5277         (vc-git-stash-menu-map): New variable.
5278         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5280 2009-12-03  Glenn Morris  <rgm@gnu.org>
5282         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5283         (vc-print-log-internal): Fix previous change.
5284         (vc-revert): Correct pluralization.
5286 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5289         it to be an alist any more.
5290         (makefile-complete): Use completion-in-region.
5292         * progmodes/octave-mod.el (octave-complete-symbol):
5293         Use completion-in-region.
5295         Misc cleanup.
5296         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5297         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5298         (idlwave-complete-class): Don't quote lambda.
5299         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5300         (idlwave-mode-map): Move initialization into declaration.
5301         (idlwave-action-and-binding): Use backquotes.
5302         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5303         Simplify.
5304         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5305         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5306         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5307         `parts', and `all-parts'.
5308         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5309         (idlwave-convert-xml-system-routine-info): Remove unused string
5310         `version-string'.
5311         (idlwave-display-user-catalog-widget): Use dolist.
5312         (idlwave-scanning-lib): Declare dynamically-scoped var.
5313         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5314         (completion-highlight-first-word-only): Declare to silence bytecomp.
5315         (idlwave-popup-select): Tighten scope of `resp'.
5316         (idlwave-find-struct-tag): Remove unused var `beg'.
5317         (idlwave-after-load-rinfo-hook): Declare.
5318         (idlwave-sintern-class-info): Remove unused var `taglist'.
5319         (idlwave-find-class-definition): Remove unused var `list'.
5320         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5321         (idlwave-what-module-find-class): Remove unused var `classes'.
5323 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5325         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5327 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5329         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5330         buffers visited.  Remove redundant current-buffer-saving.
5332 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         Use completion-in-buffer and remove uses of dynamic scoping.
5335         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5336         (pascal-buffer-to-use, pascal-flag): Don't declare.
5337         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5338         (pascal-get-completion-decl, pascal-keyword-completion):
5339         Add `pascal-str' argument, save-excursion,
5340         return the found completions, and don't filter with pascal-pred.
5341         (pascal-completion-cache): New var.
5342         (pascal-completion): Don't switch buffer any more (it was never
5343         necessary).  Don't save-excursion any more (it's done by the called
5344         subroutines).  Use a cache to avoid redundant computations.
5345         Use complete-with-action rather than pascal-completion-response and
5346         let it apply the predicate as well.
5347         (pascal-complete-word): Use completion-in-buffer when
5348         pascal-toggle-completions is nil.
5349         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5350         not used any more.
5351         (pascal-comp-defun): Don't change buffer any more.
5352         Use complete-with-action rather than pascal-completion-response and
5353         let it apply the predicate as well.
5354         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5355         when neded.
5357 2009-12-02  Kenichi Handa  <handa@m17n.org>
5359         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5360         shape for all Indic scripts.
5362 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         Use completion-in-buffer.
5365         * wid-edit.el (widget-field-text-end): New function.
5366         (widget-field-value-get): Use it.
5367         (widget-string-complete, widget-file-complete)
5368         (widget-color-complete): Use it and completion-in-region.
5369         (widget-complete): Don't narrow the buffer.
5371 2009-12-02  Glenn Morris  <rgm@gnu.org>
5373         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5374         (rmail-select-summary): Use rmail-pop-to-buffer.
5375         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5376         rmail-pop-to-buffer, to prevent horizontal splits.
5378         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5379         save-excursion with save-current-buffer.
5380         Widen before searching.  (Bug#5093)
5381         (diary-list-sexp-entries): Remove superfluous save-excursion.
5383 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5385         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5386         name.  (Bug#5038)
5388 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5390         * ido.el (ido-file-internal): Handle filenames at point that do
5391         not have a directory part.  (Bug#5049)
5393 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5395         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5396         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5398 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5400         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5401         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5402         any more.
5404 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5406         * comint.el (comint-insert-input): Ignore clicks to the right of
5407         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5409         * vc.el (vc-print-log-internal): Don't wait for the process to
5410         terminate before setting up the major mode.
5412         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5413         in case.
5415         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5416         the last element.
5418         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5420 2009-12-01  Glenn Morris  <rgm@gnu.org>
5422         * window.el (window--display-buffer-2): Fix previous changes.
5424 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5426         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5428 2009-12-01  Glenn Morris  <rgm@gnu.org>
5430         * Makefile.in (ELCFILES): Add mpc.elc.
5432 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * mpc.el: New file.
5436 2009-12-01  Glenn Morris  <rgm@gnu.org>
5438         * window.el (window-to-use): Define for compiler.
5440         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5441         consistent with others (no final period).
5443         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5444         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5446 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5448         Make vc-print-log buttons work.
5449         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5451 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5453         * savehist.el (savehist-autosave-interval): Allow setting to nil
5454         through customize.  (Bug#5056)
5456 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5458         Fix references to jit-lock properties.
5459         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5460         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5461         (perl-font-lock-special-syntactic-constructs):
5462         Quote jit-lock-defer-multiline property.
5464 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5466         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5468 2009-11-30  Juri Linkov  <juri@jurta.org>
5470         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5471         value `buffer' of `multi-isearch-next-buffer-current-function'.
5472         Use `(current-buffer)' when `buffer' is nil.
5473         (multi-isearch-next-buffer-from-list): Don't fallback to
5474         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5476 2009-11-30  Juri Linkov  <juri@jurta.org>
5478         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5479         of buffers with `get-buffer' to `multi-isearch-buffers'.
5480         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5481         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5482         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5483         FILES with `expand-file-name' converting relative file names
5484         to absolute.  Doc fix.  (Bug#4727)
5486 2009-11-30  Juri Linkov  <juri@jurta.org>
5488         * misearch.el (multi-isearch-read-buffers)
5489         (multi-isearch-read-matching-buffers): New functions.
5490         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5491         Use them in the `interactive' spec.  Doc fix.
5492         (multi-isearch-read-files, multi-isearch-read-matching-files):
5493         New functions.
5494         (multi-isearch-files, multi-isearch-files-regexp):
5495         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5497 2009-11-30  Juri Linkov  <juri@jurta.org>
5499         * doc-view.el (doc-view-continuous):
5500         Rename from `doc-view-continuous-mode'.
5501         (doc-view-menu): Move "Toggle display" to the top.
5502         Add submenu "Continuous" with radio buttons "Off"/"On"
5503         and "Save as Default".
5504         (doc-view-scroll-up-or-next-page)
5505         (doc-view-scroll-down-or-previous-page)
5506         (doc-view-next-line-or-next-page)
5507         (doc-view-previous-line-or-previous-page): Rename
5508         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5510 2009-11-30  Juri Linkov  <juri@jurta.org>
5512         * comint.el (comint-mode-map): Rebind `M-r' from
5513         `comint-previous-matching-input' to
5514         `comint-history-isearch-backward-regexp'.
5515         Unbind `M-s' to allow global key binding `M-s'.
5516         Add menu items for `comint-history-isearch-backward' and
5517         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5519 2009-11-30  Juri Linkov  <juri@jurta.org>
5521         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5522         For def=recenter, replace `recenter' with `recenter-top-bottom'
5523         that is called with `this-command' and `last-command' let-bound
5524         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5525         set `recenter-last-op' to nil.  (Bug#4981)
5527 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         Minor cleanup and simplification.
5530         * filecache.el (file-cache-add-directory)
5531         (file-cache-add-directory-recursively)
5532         (file-cache-add-from-file-cache-buffer)
5533         (file-cache-delete-file-regexp, file-cache-delete-directory)
5534         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5535         (file-cache-temp-minibuffer-message): Delete function.
5536         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5538         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5539         Don't signal an error when bumping into EOB in tr, s, or y.
5541 2009-11-29  Juri Linkov  <juri@jurta.org>
5543         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5544         (Bug#4960)
5546         * descr-text.el (describe-char-unidata-list): Use lowercase name
5547         for "Unicode name" like in other tags.
5549 2009-11-29  Juri Linkov  <juri@jurta.org>
5551         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5552         New compatibility macro.
5553         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5555 2009-11-29  Juri Linkov  <juri@jurta.org>
5557         Add defcustom to define the cycling order of `recenter-top-bottom'.
5558         (Bug#4981)
5560         * window.el (recenter-last-op): Doc fix.
5561         (recenter-positions): New defcustom.
5562         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5563         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5565 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5567         Improve integration of Tramp and ange-ftp in eshell.
5569         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5570         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5571         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5573         * eshell/esh-util.el (top): Require also Tramp when compiling.
5574         (eshell-directory-files-and-attributes): Check for FTP remote
5575         connection.
5576         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5577         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5578         (eshell-file-attributes): Handle ".".  Return `entry'.
5580         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5581         (ange-ftp-directory-files-and-attributes)
5582         (ange-ftp-real-directory-files-and-attributes): New defuns.
5584         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5585         shell with "exec" when possible.  This prevents trailing prompts
5586         in `start-file-process'.
5588 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5590         Try and remove assumptions about point-min==1.
5591         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5592         (rng-compute-mode-line-string): Show the validation percentage in
5593         terms of the narrowed text, not the widened text.
5594         (rng-do-some-validation): Don't catch internal errors when debugging.
5595         (rng-first-error): Simplify.
5596         (rng-after-change-function): Remove work around.  AFAIK the bug has
5597         been fixed a while ago.
5599         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5600         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5602         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5604         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5605         `cd' doesn't always do it for us (bug#5067).
5607         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5608         on 2009-10-25 as part of some other change (bug#5067).
5610 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5613         `suspicious'.
5614         (byte-compile-warnings): Use byte-compile-warning-types.
5615         (byte-compile-save-excursion): Warn about use of set-buffer right
5616         after save-excursion.
5618         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5619         the excursion as well.
5621 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5623         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5624         providing a Tramp related implementation of "su" and "sudo".
5625         (eshell-unix-initialize): Add "su" and "sudo".
5627 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5629         * net/socks.el (socks-send-command): Convert binary request to
5630         unibyte before sending.  This fixes mishandling of some port
5631         numbers such as 129.
5633 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5635         * help.el (describe-bindings-internal): Remove `interactive'.
5637         * man.el (Man-completion-table): Trim a terminating "(".
5638         Remove the space between name page a section.
5639         Add the command's description on the `help-echo' property.
5640         Remove `process-connection-type' binding since it's unused by
5641         call-process.
5642         Provide completion for the "<section> <name>" format as well.
5643         (Man-default-man-entry): Remove spurious var shadowing the argument.
5645 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5647         * log-view.el: Add "Keywords: tools", since its other keywords
5648         aren't in finder-known-keywords, and following vc.el.
5650         * sha1.el (sha1-string-external): default-directory "/" in case
5651         otherwise non-existent.  process-connection-type pipe for touch of
5652         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5654 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5656         Misc coding convention cleanups.
5657         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5658         hfy-init-kludge-hooks.
5659         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5660         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5661         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5662         and push.
5663         (hfy-slant, hfy-weight): Use tables rather than code.
5664         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5665         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5666         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5667         (hfy-face-to-css): Remove `nconc' with single arg.
5668         (hfy-p-to-face-lennart): Use `or'.
5669         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5670         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5671         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5672         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5673         (hfy-force-fontification): Use run-hooks.
5675 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5677         Various minor fixes.
5678         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5679         Javascript belongs in the header, not the body.
5680         (hfy-javascript): Remove.
5681         (hfy-fontify-buffer): Don't insert it any more.
5682         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5683         Fix bug in invis handling when there were no invis props in a chunk.
5685 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5687         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5689 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5691         * finder.el (finder-mode-map): Add a menu.
5693 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5695         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5696         "unsigned" structs.
5698         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5699         fork" statement better.
5701 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5703         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5704         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5705         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5706         Reported by Clay Douglass.
5708         (verilog-auto-inst, verilog-auto-star-safe)
5709         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5710         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5711         Pierre-David Pfister.
5713 2009-11-26  Glenn Morris  <rgm@gnu.org>
5715         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5716         the scope.
5718 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5720         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5721         Really use previous revision.
5723 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5725         * man.el (Man-completion-table): default-directory "/" in case
5726         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5727         not to truncate long names.  process-connection-type pipe to avoid
5728         any chance of hitting the pseudo-tty TIOCGWINSZ.
5729         (man): completion-ignore-case t for friendliness and since man
5730         itself is case-insensitive on the command line.
5731         Further to Bug#3717.
5733         * arc-mode.el: Add "Keywords: files", so the details in its
5734         commentary can be reached from finder-by-keyword.
5735         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5736         editing mode, but it's comms related and sgml-mode.el has "comm"
5737         on that basis too.
5738         * textmodes/bibtex-style.el: Add "Keywords: tex".
5739         * international/isearch-x.el, international/ja-dic-cnv.el:
5740         * international/ja-dic-utl.el, international/kkc.el:
5741         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5743 2009-11-25  Juri Linkov  <juri@jurta.org>
5745         * man.el (Man-completion-table): Modify regexp to include
5746         section names to completion strings.  (Bug#3717)
5748 2009-11-25  Juri Linkov  <juri@jurta.org>
5750         Search recursively in gzipped files.  (Bug#4982)
5752         * progmodes/grep.el (grep-highlight-matches): Add new options
5753         `always' and `auto'.  Doc fix.
5754         (grep-process-setup): Check `grep-highlight-matches' for
5755         `auto-detect' to determine the need to compute grep defaults.
5756         Move Windows/DOS specific --colors settings handling
5757         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5758         to get the value of "--color=".
5759         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5760         has the value `auto-detect'.  Move Windows/DOS specific settings
5761         from `grep-process-setup'.
5762         (zrgrep): New command with alias `rzgrep'.
5764 2009-11-25  Juri Linkov  <juri@jurta.org>
5766         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5767         to nil instead of switching off view-mode.  (Bug#4896)
5769 2009-11-25  Juri Linkov  <juri@jurta.org>
5771         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5773         * mwheel.el (mwheel-scroll-up-function)
5774         (mwheel-scroll-down-function): New defvars.
5775         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5776         `scroll-up', and `mwheel-scroll-down-function' instead of
5777         `scroll-down'.
5779         * doc-view.el (doc-view-scroll-up-or-next-page)
5780         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5781         Use this ARG in the call to image-scroll-up/image-scroll-down.
5782         Change `interactive' spec to "P".  Goto next/previous page only
5783         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5784         SPC/DEL case).  Doc fix.
5785         (doc-view-next-line-or-next-page)
5786         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5787         for consistency.
5788         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5789         `doc-view-scroll-up-or-next-page', and buffer-local
5790         `mwheel-scroll-down-function' to
5791         `doc-view-scroll-down-or-previous-page'.
5793 2009-11-25  Juri Linkov  <juri@jurta.org>
5795         Provide additional default values (directories at other Dired
5796         windows) via M-n in the minibuffer of some Dired commands.
5798         * dired-aux.el (dired-diff, dired-compare-directories)
5799         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5800         `minibuffer-default' in `minibuffer-with-setup-hook'.
5801         (dired-dwim-target-directory): Find a window that displays Dired
5802         buffer instead of failing when the next window is not Dired.
5803         Use `get-window-with-predicate' to find for the next Dired window.
5804         (dired-dwim-target-defaults): New function.
5806         * ediff-util.el (ediff-read-file-name):
5807         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5808         in `minibuffer-with-setup-hook'.
5810 2009-11-25  Juri Linkov  <juri@jurta.org>
5812         Provide additional default values (file name at point or at the
5813         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5815         * minibuffer.el (read-file-name-defaults): New function.
5816         (read-file-name): Reset `minibuffer-default' to nil when
5817         it duplicates initial input `insdef'.
5818         Bind `minibuffer-default-add-function' to lambda that
5819         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5820         (minibuffer-insert-file-name-at-point): New command.
5822         * files.el (file-name-at-point-functions): New defcustom.
5823         (find-file-default): Remove defvar.
5824         (find-file-read-args): Don't use `find-file-default'.
5825         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5826         to `read-file-name'.
5827         (find-file-literally): Use `read-file-name' with
5828         `confirm-nonexistent-file-or-buffer'.
5830         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5832         * dired.el (dired-read-dir-and-switches):
5833         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5834         to `read-file-name'.
5835         (dired-file-name-at-point): New function.
5836         (dired-mode): Add hook `dired-file-name-at-point' to
5837         `file-name-at-point-functions'.
5839 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5841         Really make the *Completions* window soft-dedicated (bug#5030).
5842         * window.el (window--display-buffer-2): Add `dedicated' argument.
5843         (display-buffer): Pass it when needed so the dedicated flag is set
5844         after calling set-window-buffer, which would otherwise reset it.
5846 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5848         * progmodes/meta-mode.el (meta-complete-symbol):
5849         * progmodes/etags.el (complete-tag):
5850         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5851         Use completion-in-region.
5853         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5854         (dabbrev-completion): Use completion-in-region.
5855         (dabbrev--abbrev-at-point): Simplify regexp.
5857         * abbrev.el (abbrev--before-point): Use word-motion functions
5858         if :regexp is not specified (bug#5031).
5860         * subr.el (string-prefix-p): New function.
5862         * man.el (Man-completion-cache): New var.
5863         (Man-completion-table): Use it.
5865         * vc.el (vc-print-log-internal): Make `limit' optional for better
5866         compatibility (e.g. with vc-annotate.el).
5868 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5870         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5871         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5873         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5874         when .el source file not found or other error.
5876 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5878         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5880 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         Handle the [back] button properly (bug#4979).
5883         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5884         Use help-setup-xref, help-buffer, and with-help-window.
5885         (describe-char): Add `buffer' argument.
5886         Pass proper command to help-setup-xref.  Don't meddle with
5887         help-xref-stack-item directly.
5888         (describe-text-category): Use with-help-window and help-buffer.
5890         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5891         for the displayed buffer (bug#4887).
5893         * man.el (Man-completion-table): New function.
5894         (man): Use it.
5896 2009-11-24  David Reitter  <david.reitter@gmail.com>
5898         * vc-git.el (vc-git-registered): Use checkout directory (where
5899         .git is) rather than the file's directory and a relative path spec
5900         to work around a bug in git.
5902 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5904         Improve handling of processes on remote hosts.
5906         * eshell/esh-util.el (eshell-path-env): New defvar.
5907         (eshell-parse-colon-path): New defun.
5908         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5910         * eshell/esh-ext.el (eshell-search-path):
5911         Use `eshell-parse-colon-path'.
5912         (eshell-remote-command): Remove argument HANDLER.
5913         (eshell-external-command): Check for FTP remote connection.
5915         * eshell/esh-proc.el (eshell-gather-process-output):
5916         Use `file-truename', in order to start also symlinked files.
5917         Apply `start-file-process' instead of `start-process'.
5918         Shorten `command' to the local file name part.
5920         * eshell/em-cmpl.el (eshell-complete-commands-list):
5921         Use `eshell-parse-colon-path'.
5923         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5925         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5926         to `eshell-directory-change-hook'.
5928 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5930         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5931         because it could be enabled automatically if view-read-only is non-nil.
5933 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5935         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5936         made on 2009-11-22.
5938 2009-11-24  Glenn Morris  <rgm@gnu.org>
5940         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5941         deleted variable bookmark-bmenu-bookmark-column.
5943         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5944         Move after definition of global-semantic-idle-tag-highlight-mode.
5946 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5948         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5950 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5952         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5953         two slashes to the "file:" prefix.
5954         (browse-url-file-url): De-munge Cygwin filenames before passing
5955         them to Windows browser.
5956         (browse-url-default-windows-browser): Use call-process.
5958 2009-11-23  Juri Linkov  <juri@jurta.org>
5960         Implement DocView Continuous mode.  (Bug#4896)
5961         * doc-view.el (doc-view-continuous-mode): New defcustom.
5962         (doc-view-mode-map): Bind C-n/<down> to
5963         `doc-view-next-line-or-next-page', C-p/<up> to
5964         `doc-view-previous-line-or-previous-page'.
5965         (doc-view-next-line-or-next-page)
5966         (doc-view-previous-line-or-previous-page): New commands.
5968 2009-11-23  Juri Linkov  <juri@jurta.org>
5970         Implement Isearch in comint input history.  (Bug#3746)
5971         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5972         `isearch-mode-hook'.
5973         (comint-history-isearch): New defcustom.
5974         (comint-history-isearch-backward)
5975         (comint-history-isearch-backward-regexp): New commands.
5976         (comint-history-isearch-message-overlay): New buffer-local variable.
5977         (comint-history-isearch-setup, comint-history-isearch-end)
5978         (comint-goto-input, comint-history-isearch-search)
5979         (comint-history-isearch-message, comint-history-isearch-wrap)
5980         (comint-history-isearch-push-state)
5981         (comint-history-isearch-pop-state): New functions.
5983 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5985         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5986         return.
5987         (tramp-handle-make-symbolic-link)
5988         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5989         Quote file names.
5990         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5991         (tramp-handle-process-file): Use it.
5993 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5995         * window.el (move-to-window-line-last-op): Remove.
5996         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5998 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6000         Make M-r mirror the new cycling behavior of C-l.
6001         * window.el (move-to-window-line-last-op): New var.
6002         (move-to-window-line-top-bottom): New command.
6003         (global-map): Bind M-r move-to-window-line-top-bottom.
6005 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
6007         * dired-x.el (dired-guess-shell-alist-default):
6008         Support xz format.  (Bug#4953)
6010 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
6012         * cedet/srecode/map.el (srecode-get-maps):
6013         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6014         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6015         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6016         (semantic-toggle-decoration-style):
6017         * cedet/semantic/decorate/include.el
6018         (semantic-decoration-include-describe)
6019         (semantic-decoration-unknown-include-describe)
6020         (semantic-decoration-unparsed-include-describe)
6021         (semantic-decoration-all-include-summary):
6022         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6023         * cedet/semantic/analyze/complete.el
6024         (semantic-analyze-possible-completions):
6025         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6026         (semantic-show-unmatched-syntax-mode)
6027         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6028         (semantic-highlight-func-mode):
6029         * cedet/semantic/util.el (semantic-describe-buffer):
6030         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6031         (semantic-symref-find-tags-by-name)
6032         (semantic-symref-find-tags-by-regexp)
6033         (semantic-symref-find-tags-by-completion)
6034         (semantic-symref-find-file-references-by-name)
6035         (semantic-symref-find-text):
6036         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6037         (senator-yank-tag):
6038         * cedet/semantic/scope.el (semantic-calculate-scope):
6039         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6040         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6041         (define-semantic-idle-service):
6042         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6043         (semantic-complete-analyze-inline-idle):
6044         * cedet/semantic/analyze.el (semantic-analyze-current-context):
6045         * cedet/mode-local.el (describe-mode-local-bindings)
6046         (describe-mode-local-bindings-in-mode):
6047         * cedet/ede/make.el (ede-make-check-version):
6048         * cedet/ede/locate.el (ede-enable-locate-on-project):
6049         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6050         (cedet-idutils-version-check):
6051         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6052         (cedet-gnu-global-version-check):
6053         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6054         (cedet-cscope-version-check): Use called-interactively-p instead
6055         of interactive-p.
6057         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6058         Use semantic-format-tag-prototype.
6060 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6062         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6063         last-command-char/last-command-event.
6064         (viper-prefix-arg-value): Do correct conversion of event-char for
6065         XEmacs.
6067         * emulation/viper-util.el, emulation/viper.el:
6068         Use viper-last-command-char instead of
6069         last-command-char/last-command-event.
6071         * ediff-init.el, ediff-mult.el, ediff-util.el:
6072         Replace last-command-char and last-command-event
6073         with (ediff-last-command-char) everywhere.
6075         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6076         created in fundamental mode.
6078         * ediff.el (ediff-version): Revert the change of interactive-p to
6079         called-interactively-p.
6081 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
6083         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6084         generation from word-movement command names.
6086 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
6088         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6089         (semantic-complete-jump-local, semantic-complete-jump):
6090         Improve prompt string.
6092 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
6094         * cus-start.el (all): Add native condition for font-use-system-font.
6096 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
6098         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6099         Correct the patch from 2009-11-18.  (Bug#3910)
6101 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
6103         * progmodes/subword.el: Rename from lisp/subword.el.
6105         * subword.el: Rename to progmodes/subword.el.
6107         * Makefile.in (ELCFILES): Adapt to subword.el move.
6109 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6110             Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6113         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6114         (bookmark-bmenu-show-filenames): Use push.
6115         (bookmark-bmenu-hide-filenames): Use local var instead of
6116         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
6117         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6118         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6119         filenames now that the bookmark names are always available.
6121 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6123         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6124         (bookmark-search-pattern): Move and leave unbound.
6125         (bookmark-bmenu-mode-map): Change binding.
6126         (bookmark-read-search-input): Simplify.
6127         Don't use text-char-description.  Don't error on non-char events.
6128         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6129         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6130         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6131         Use a local var for the timer.
6132         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6133         (i.e. bookmark-bmenu-search).
6135 2009-11-21  Glenn Morris  <rgm@gnu.org>
6137         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
6139 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6141         * net/browse-url.el (browse-url-default-windows-browser):
6142         Use cygstart for cygwin.
6144 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
6146         * bookmark.el: Formatting and doc fixes only:
6147         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6148         (bookmark-bmenu-search): Wrap to fit within 80 columns.
6149         Minor grammar and punctuation fixes in doc string.
6150         (bookmark-read-search-input): Adjust to fit within 80 columns.
6152 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6154         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6155         (c-backward-into-nomenclature): Adapt to subword renaming.
6157         * subword.el (subword-forward, subword-backward, subword-mark)
6158         (subword-kill, subword-backward-kill, subword-transpose)
6159         (subword-downcase, subword-upcase, subword-capitalize)
6160         (subword-forward-internal, subword-backward-internal):
6161         Rename from forward-subword, backward-subword, mark-subword,
6162         kill-subword, backward-kill-subword, transpose-subwords,
6163         downcase-subword, upcase-subword, capitalize-subword,
6164         forward-subword-internal, backward-subword-internal.
6166 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6168         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6169         New options.
6170         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6171         New vars.
6172         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6173         (bookmark-bmenu-filter-alist-by-regexp)
6174         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6175         (bookmark-bmenu-search): New command.
6176         (bookmark-bmenu-mode-map): Bind it.
6178 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6180         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6182         * cedet/semantic/idle.el (define-semantic-idle-service)
6183         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6185 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6187         * progmodes/cc-cmds.el: declare-functioned forward-subword and
6188         backward-subword to quit the byte-compiler.
6190         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6192         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6194         * progmodes/cc-cmds.el (c-update-modeline)
6195         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6196         Refer to subword.el functions instead of cc-subword.el.
6198         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6199         subword.el functions instead of cc-subword.el.
6201         * progmodes/cc-subword.el: Rename to subword.el.
6202         * subword.el: Rename from progmodes/cc-subword.el.
6203         (subword-mode-map): Rename from c-subword-mode-map.
6204         (subword-mode): Rename from c-subword-mode.
6205         (global-subword-mode): New global minor mode.
6206         (forward-subword): Rename from c-forward-subword.
6207         (backward-subword): Rename from c-backward-subword.
6208         (mark-subword): Rename from c-mark-subword.
6209         (kill-subword): Rename from c-kill-subword.
6210         (backward-kill-subword): Rename from c-backward-kill-subword.
6211         (transpose-subwords): Rename from c-tranpose-subword.
6212         (downcase-subword): Rename from c-downcase-subword.
6213         (capitalize-subword): Rename from c-capitalize-subword.
6214         (forward-subword-internal): Rename from c-forward-subword-internal.
6215         (backward-subword-internal): Rename from c-backward-subword-internal.
6217 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6219         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6220         from a dired buffer.
6221         (vc-dired-deduce-fileset): New function.
6222         (vc-root-diff, vc-print-root-log): Use it.
6224         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6225         nil LIMIT argument to vc-print-log-internal.
6227 2009-11-20  Glenn Morris  <rgm@gnu.org>
6229         * Makefile.in (ELCFILES): Regenerate.
6231 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6233         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6235         * cedet/semantic.el: Enable idle-mode menu items only if
6236         global-semantic-idle-scheduler-mode is enabled.
6237         (semantic-default-submodes): Doc fix.
6239         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6240         When turning off, disable other idle modes.
6242 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6244         * calc/calc.el (calc-set-mode-line):
6245         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6246         (math-format-number): Rename `math-format-complement-signed' to
6247         `math-format-twos-complement'.
6249         * calc/calc-bin.el (math-format-twos-complement): Rename from
6250         math-format-complement-signed.
6251         (calc-radix): Rename `calc-complement-signed-mode' to
6252         `calc-twos-complement-mode'.
6253         (calc-octal-radix, calc-hex-radix): Add an argument for
6254         two's complement.
6256         * calc/calc-embed.el (calc-embedded-mode-vars):
6257         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6259         * calc/calc-ext.el (calc-init-extensions):
6260         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6261         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6263         * calc/calc-units.el (math-build-units-table-buffer):
6264         Let `calc-twos-complement-mode' be nil.
6266         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6267         entries.
6269         * calc/calc-vec.el (calcFunc-vunpack):
6270         * calc/calc-aent.el (calc-do-calc-eval):
6271         * calc/calc-forms.el (math-format-date):
6272         * calc/calc-graph.el (calc-graph-plot):
6273         * calc/calc-math.el (math-use-emacs-fn):
6274         * calc/calccomp.el (math-compose-expr):
6275         Let `calc-twos-complement-mode' be nil.
6277 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6280         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6281         * minibuffer.el (completion-in-region-functions): New hook.
6282         (completion-in-region): New function.
6283         * emacs-lisp/lisp.el (lisp-complete-symbol):
6284         * pcomplete.el (pcomplete-std-complete): Use it.
6286 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6289         (latex-complete-alist): New vars.
6290         (latex-string-prefix-p, latex-complete-bibtex-keys)
6291         (latex-complete-envnames, latex-complete-refkeys)
6292         (latex-complete-data): New functions.
6293         (latex-complete, latex-indent-or-complete): New commands.
6295         * window.el (display-buffer-mark-dedicated): New var.
6296         (display-buffer): Obey it.
6297         * minibuffer.el (minibuffer-completion-help): Use it.
6299         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6301         * filecache.el (file-cache-add-file): Use push and cons.
6302         (file-cache-delete-file-regexp): Use push.
6303         (file-cache-complete): Use completion-in-region.
6305         * simple.el (with-wrapper-hook): Fix thinko.
6307         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6308         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6309         Use with-current-buffer and string-to-number.
6310         (hfy-fallback-colour-values): Use assoc-string.
6311         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6312         (hfy-face-at): Remove unused var `found-face'.
6313         (hfy-compile-stylesheet): Remove unused var `css'.
6314         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6315         and `orig-buffer'.
6316         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6317         Use with-current-buffer.
6318         (hfy-text-p): Use expand-file-name and fewer setq.
6320 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6322         * htmlfontify.el, hfy-cmap.el: New files.
6324 2009-11-19  Juri Linkov  <juri@jurta.org>
6326         * minibuffer.el (completions-format): New defcustom.
6327         (completion--insert-strings): Implement vertical format.
6329         * simple.el (switch-to-completions): Move point to the first
6330         completion when point was at the beginning of the buffer.
6332 2009-11-19  Juri Linkov  <juri@jurta.org>
6334         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6336         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6338 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6340         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6341         (mail-signature): Change default to t.
6342         (mail-from-style): Deprecate `system-default' value.
6343         (mail-insert-from-field): For default value of mail-from-style,
6344         default to `angles' unless `angles' needs quoting and `parens'
6345         does not.
6346         (mail-citation-prefix-regexp): Use citation regexp from
6347         message-mode.
6349 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6351         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6352         Set variables for computing the prompt for reading password.
6354 2009-11-19  Glenn Morris  <rgm@gnu.org>
6356         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6358         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6360         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6361         (newsticker-treeview-listwindow-height): Fix custom type.
6363 2009-11-19  Kenichi Handa  <handa@m17n.org>
6365         * descr-text.el (describe-char-padded-string): Compose with TAB
6366         only if there's a font for CH.
6367         (describe-char): Fix the condition for detecting a trivial composition.
6369 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6371         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6372         more accurate version of the regexp.  (Bug#3910)
6374 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6376         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6378 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6380         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6381         (font-setting-change-default-font): Fix typo in docstring.
6383 2009-11-18  Alan Mackenzie  <acm@muc.de>
6385         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6387 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6389         * font-setting.el (font-use-system-font): Move ...
6391         * cus-start.el (all): ... to here.
6393 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6395         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6396         Don't set `ad-return-value' if `ad-do-it' doesn't.
6398         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6399         modification time.
6401 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6403         * menu-bar.el: Put "Use system font" in Option-menu.
6404         (menu-bar-options-save): Add font-use-system-font.
6406         * loadup.el: If feature system-font-setting or font-render-setting is
6407         there, load font-setting.
6409         * Makefile.in (ELCFILES): Add font-settings.el.
6410         * font-setting.el: New file.
6412 2009-11-17  Glenn Morris  <rgm@gnu.org>
6414         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6416         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6417         Preserve point in the list buffer.  (Bug#4939)
6418         Use point-at-eol.
6419         (newsticker--treeview-list-update-highlight)
6420         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6422 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6424         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6425         Remove.
6427         * calc/calc-ext.el (calc-init-extensions): Remove references to
6428         symclip.
6430         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6432         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6433         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6434         `calc-symclip'.
6436 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6438         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6439         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6441         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6442         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6443         Ignore trailing spaces by omit-nulls to split-string (fixing
6444         regression from Emacs 21 due to the incompatible split-string
6445         change).  (Bug #4928.)
6447 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6449         * vc.el (vc-log-show-limit): Default to 2000.
6450         (vc-print-log-internal): Insert buttons to request more entries
6451         when limiting the output.
6453         * vc-sccs.el (vc-sccs-print-log):
6454         * vc-rcs.el (vc-rcs-print-log):
6455         * vc-cvs.el (vc-cvs-print-log):
6456         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6457         LIMIT is non-nil.
6459 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6461         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6462         error when `tramp-gvfs-dbus-event-vector' is set.
6463         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6465 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6467         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6469 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6471         * net/dbus.el (dbus-unregister-service): New defun.
6472         (dbus-register-property): Register the handlers of
6473         "org.freedesktop.DBus.Properties" for SERVICE.
6474         (dbus-property-handler): Fix docstring.
6476 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6478         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6479         Quote doc string reference in defvaralias as it is not in special form.
6480         (byte-compile-output-docform): Doc fix.
6482 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6484         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6485         (calc-complement-signed-mode): New variables.
6486         (calc-set-mode-line): Add indicator for twos-complements.
6487         (math-format-number): Format twos-complement notation.
6489         * calc/calc-bin.el (calc-word-size): Reset the variables
6490         `math-2-word-size' and `math-half-2-word-size'.
6491         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6492         (calc-symclip): New functions.
6494         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6496         * calc/calc-embed.el (calc-embedded-mode-vars):
6497         Add `calc-complement-signed-mode' to the list of modes.
6499         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6500         (calc-b-oper-keys): Add `calc-symclip' to list.
6502         * calc/calc-ext.el (math-read-number-fancy): Read complement
6503         signed numbers.
6504         (calc-init-extensions): Add binding for `calc-symclip'.
6505         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6507         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6508         `calc-symclip'.
6509         (calc-modes-menu): Add item for twos complement mode.
6511         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6513 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6515         * register.el (jump-to-register, insert-register): Handle Semantic
6516         tags.  From commented-out advice in semantic/senator.el.
6518 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6520         * vc.el (vc-log-show-limit): New variable.
6521         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6522         when using a prefix argument.
6523         (vc-print-log-internal): Add new argument LIMIT.
6525         * vc-svn.el (vc-svn-print-log):
6526         * vc-mtn.el (vc-mtn-print-log):
6527         * vc-hg.el (vc-hg-print-log):
6528         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6529         pass it to the log command when set.  Make the BUFFER argument
6530         non-optional.
6532         * vc-sccs.el (vc-sccs-print-log):
6533         * vc-rcs.el (vc-rcs-print-log):
6534         * vc-git.el (vc-git-print-log):
6535         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6536         ignore it.  Make the BUFFER argument non-optional
6538         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6540 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6542         * dired.el (dired-mode-map): Move encryption items to "Operate"
6543         menu (Bug#4703).
6545         * strokes.el (strokes-update-window-configuration): Make strokes
6546         buffer current before erasing (Bug#4906).
6548         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6549         (semantic-idle-summary-mode): Define using define-minor-mode
6550         instead of define-semantic-idle-service.
6551         (semantic-idle-summary-mode): New function.
6552         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6553         that mouse motion does not reset the echo area.
6555 2009-11-15  Juri Linkov  <juri@jurta.org>
6557         * simple.el (set-mark-default-inactive): Add :type, :group
6558         and :version.  (Bug#4876)
6560 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6562         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6563         (archive-unique-fname): ... here.  (Bug#4929)
6565 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6568         with a real fix.
6570         * novice.el (disabled-command-function): Add useful args.
6571         Setup the help buffer so that [back] works.
6572         Remove redundant call to help-mode.
6573         (disabled-command-function): Use `case'.
6574         (en/disable-command): New function extracted from enable-command.
6575         (enable-command, disable-command): Use it.
6577 2009-11-14  Glenn Morris  <rgm@gnu.org>
6579         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6580         constants.  (Bug#4913)
6582         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6584 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6586         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6587         defined in C that have no doc-strings.  (Bug#1063)
6589 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6591         * cus-edit.el (data, files):
6592         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6594 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6596         * simple.el (shell-command): Doc fix (Bug#4891).
6598         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6600 2009-11-14  Glenn Morris  <rgm@gnu.org>
6602         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6603         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6604         If they are already loaded, eval-after-load will do the right thing.
6606         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6607         compiling.
6609         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6611         * simple.el (x-selection-owner-p): Declare.
6612         (read-mail-command): Use custom radio type rather than choice.
6613         (completion-no-auto-exit): Doc fix.
6615         * custom.el (defgroup):
6616         * epg-config.el (epg): Doc fixes.
6618 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6620         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6621         * international/ccl.el (define-ccl-program): Do not purecopy the
6622         docstring, defconst does it anyway.
6624 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6627         a second time.
6629         * x-dnd.el (x-dnd-maybe-call-test-function):
6630         * window.el (split-window-vertically):
6631         * whitespace.el (whitespace-help-on):
6632         * vc-rcs.el (vc-rcs-consult-headers):
6633         * userlock.el (ask-user-about-lock-help)
6634         (ask-user-about-supersession-help):
6635         * type-break.el (type-break-force-mode-line-update):
6636         * time-stamp.el (time-stamp-conv-warn):
6637         * terminal.el (te-set-output-log, te-more-break, te-filter)
6638         (te-sentinel, terminal-emulator):
6639         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6640         (term-write-input-ring, term-check-source, term-start-output-log):
6641         (term-display-buffer-line, term-dynamic-list-completions):
6642         (term-ansi-make-term, serial-term):
6643         * subr.el (selective-display):
6644         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6645         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6646         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6647         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6648         (speedbar-remove-localized-speedbar-support)
6649         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6650         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6651         (speedbar-buffers-line-directory):
6652         * simple.el (shell-command-on-region, append-to-buffer)
6653         (prepend-to-buffer):
6654         * shadowfile.el (shadow-save-todo-file):
6655         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6656         (scroll-bar-maybe-set-window-start):
6657         * sb-image.el (speedbar-image-dump):
6658         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6659         (load-save-place-alist-from-file):
6660         * ps-samp.el (ps-print-message-from-summary):
6661         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6662         (ps-background-image, ps-begin-job, ps-do-despool):
6663         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6664         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6665         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6666         (pr-call-process, pr-file-list, pr-interface-save):
6667         * novice.el (disabled-command-function)
6668         (enable-command, disable-command):
6669         * mouse.el (mouse-buffer-menu-alist):
6670         * mouse-copy.el (mouse-kill-preserving-secondary):
6671         * macros.el (kbd-macro-query):
6672         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6673         * informat.el (batch-info-validate):
6674         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6675         * hippie-exp.el (try-expand-dabbrev-visible):
6676         * help-mode.el (help-make-xrefs):
6677         * help-fns.el (describe-variable):
6678         * generic-x.el (bat-generic-mode-run-as-comint):
6679         * finder.el (finder-mouse-select):
6680         * find-dired.el (find-dired-sentinel):
6681         * filesets.el (filesets-file-close):
6682         * files.el (list-directory):
6683         * faces.el (list-faces-display, describe-face):
6684         * facemenu.el (list-colors-display):
6685         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6686         * epg.el (epg--process-filter, epg-cancel):
6687         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6688         (epa--read-signature-type):
6689         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6690         (emerge-file-names):
6691         * ehelp.el (electric-helpify):
6692         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6693         * ediff-vers.el (rcs-ediff-view-revision):
6694         * ediff-util.el (ediff-setup):
6695         * ediff-mult.el (ediff-append-custom-diff):
6696         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6697         (ediff-wordify):
6698         * echistory.el (Electric-command-history-redo-expression):
6699         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6700         * disp-table.el (describe-display-table):
6701         * dired.el (dired-find-buffer-nocreate):
6702         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6703         * dabbrev.el (dabbrev--same-major-mode-p):
6704         * chistory.el (list-command-history):
6705         * apropos.el (apropos-documentation):
6706         * allout.el (allout-obtain-passphrase):
6707         (allout-copy-exposed-to-buffer):
6708         (allout-verify-passphrase): Use with-current-buffer.
6710 2009-11-13  Glenn Morris  <rgm@gnu.org>
6712         * Makefile.in (ELCFILES): Regenerate.
6714 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6716         * net/dbus.el (dbus-registered-objects-table): Rename from
6717         `dbus-registered-functions-table', because it contains also properties.
6718         (dbus-unregister-object): Unregister also properties.
6719         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6720         Use a timeout of 500 msec, in order to not block.
6721         (dbus-register-property, dbus-property-handler): New defuns.
6723 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * simple.el (minibuffer-default-add-completions): Drop deprecated
6726         4th arg.
6728 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6730         * textmodes/artist.el (artist-mouse-choose-operation):
6731         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6732         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6733         (artist-compute-up-event-key): New function.
6734         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6736 2009-11-13  Kenichi Handa  <handa@m17n.org>
6738         * language/japan-util.el: Make sure that the value of jisx0208
6739         property is jisx0208 character.
6741 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6743         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6744         car or each item, not the whole list.
6746 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6748         * minibuffer.el (minibuffer-completion-help):
6749         Use minibuffer-hide-completions.
6751 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6753         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6754         (dired-revert): Use them (bug#4880).
6756 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6758         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6760 2009-11-12  Juri Linkov  <juri@jurta.org>
6762         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6763         New functions.
6764         (find-file-literally-at-point): Alias of `ffap-literally'.
6766 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6768         * textmodes/ispell.el (ispell-skip-region-alist):
6769         * textmodes/css-mode.el (auto-mode-alist):
6770         * progmodes/compile.el (auto-mode-alist):
6771         * international/mule.el (ctext-non-standard-encodings-alist)
6772         (ctext-non-standard-encodings-regexp):
6773         * simple.el (shell-command-switch, text-read-only):
6774         * replace.el (occur-mode-map):
6775         * paths.el (rmail-file-name):
6776         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6777         * find-file.el (ff-special-constructs):
6778         * files.el (file-name-handler-alist):
6779         * composite.el: Purecopy strings.
6781         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6783 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6785         * widget.el (define-widget): Purecopy the docstring.
6786         * international/mule-cmds.el (charset): Do not purecopy the
6787         docstring here, define-widget does it.
6789         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6790         * textmodes/bibtex-style.el (auto-mode-alist):
6791         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6792         * progmodes/compile.el (compile-command):
6793         * language/korea-util.el (default-korean-keyboard):
6794         * international/mule-conf.el (file-coding-system-alist):
6795         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6796         * tooltip.el (tooltip-frame-parameters):
6797         * newcomment.el (comment-end, comment-padding):
6798         * dired.el (dired-trivial-filenames):
6799         * comint.el (comint-file-name-prefix): Purecopy initial values.
6801 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6803         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6804         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6805         `tramp-unload'.
6806         (tramp-advice-make-auto-save-file-name)
6807         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6808         after removing the advice.
6810 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6812         * progmodes/grep.el (grep-regexp-alist):
6813         * international/mule-cmds.el (iso-2022-control-alist):
6814         * emacs-lisp/timer.el (timer-duration-words):
6815         * subr.el (version-separator, version-regexp-alist):
6816         * minibuffer.el (completion-styles-alist):
6817         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6818         Change defvars to defconsts.
6820         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6821         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6822         * international/mule-conf.el: Allow to be byte compiled.
6824         * international/mule.el (define-charset): Purecopy props.
6825         (load-with-code-conversion): Purecopy doc string and file name.
6826         (put-charset-property): Purecopy strings.
6827         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6829         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6830         (define-char-code-property): Correctly purecopy the table.
6832         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6834         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6836         * subr.el (add-hook): Purecopy strings.
6837         (eval-after-load): Purecopy load-history-regexp and the form.
6839         * custom.el (custom-declare-group): Purecopy load-file-name.
6841         * subr.el (menu-bar-separator): New defconst.
6842         * net/eudc.el (eudc-tools-menu):
6843         * international/mule-cmds.el (set-coding-system-map)
6844         (mule-menu-keymap):
6845         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6846         * vc-hooks.el (vc-menu-map):
6847         * replace.el (occur-mode-map):
6848         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6849         (menu-bar-edit-menu, menu-bar-goto-menu)
6850         (menu-bar-custom-menu, menu-bar-showhide-menu)
6851         (menu-bar-options-menu, menu-bar-tools-menu)
6852         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6853         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6854         (menu-bar-help-menu):
6855         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6856         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6858         * term/x-win.el (x-gtk-stock-map):
6859         * progmodes/vera-mode.el (auto-mode-alist):
6860         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6861         (inferior-lisp-program, inferior-lisp-load-command):
6862         * progmodes/hideshow.el (hs-special-modes-alist):
6863         * progmodes/gud.el (same-window-regexps):
6864         * progmodes/grep.el (grep-program, find-program, xargs-program):
6865         * net/telnet.el (same-window-regexps):
6866         * net/rlogin.el (same-window-regexps):
6867         * language/ethiopic.el (font-ccl-encoder-alist):
6868         * vc-sccs.el (vc-sccs-master-templates):
6869         * vc-rcs.el (vc-rcs-master-templates):
6870         * subr.el (cl-assertion-failed):
6871         * simple.el (next-error-overlay-arrow-position):
6872         * lpr.el (lpr-command):
6873         * locate.el (locate-ls-subdir-switches):
6874         * info.el (same-window-regexps, info)
6875         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6876         * image-mode.el (image-mode, auto-mode-alist):
6877         * hippie-exp.el (hippie-expand-ignore-buffers):
6878         * format.el (format-alist):
6879         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6880         (find-name-arg):
6881         * facemenu.el (facemenu-keybindings):
6882         * dired.el (dired-listing-switches, dired-chown-program):
6883         * diff.el (diff-switches, diff-command):
6884         * cus-edit.el (same-window-regexps):
6885         * bindings.el (mode-line-mule-info)
6886         (mode-line-buffer-identification): Purecopy strings.
6888 2009-11-11  Juri Linkov  <juri@jurta.org>
6890         * simple.el (dired-get-filename) <declare-function>:
6891         Tell the byte-compiler about dired-get-filename.
6892         (shell-command): In Dired mode, get filename from the current line
6893         as the default value.
6895 2009-11-10  Glenn Morris  <rgm@gnu.org>
6897         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6898         * calendar/holidays.el, progmodes/cperl-mode.el:
6899         Update x-popup-menu declarations.
6901         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6902         (list-load-path-shadows): Use dolist.
6903         (list-load-path-shadows): Use with-current-buffer.
6905 2009-11-10  Juri Linkov  <juri@jurta.org>
6907         * minibuffer.el (read-file-name): Support a list of default values
6908         in `default-filename'.  Use the first file name where only one
6909         element is required.  Doc fix.
6911 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6913         * net/dbus.el (dbus-unregister-object): Release service, if no
6914         other method is registered for it.
6916 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6918         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6919         bookmark-sort-flag is non-nil (Bug#4653).
6921 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6923         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6924         the progress reporter entirely.
6926         * emulation/cua-base.el: Add CUA property to some CC mode commands
6927         (Bug#4100).
6929 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6931         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6932         at end of sentence (Bug#4818).
6934 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6936         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6937         Handle "see declaration of" MSFT statements (Bug#4100).
6939 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6941         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6942         (tramp-advice-file-expand-wildcards): Unload via
6943         `ad-remove-advice'.
6945         * net/trampver.el: Update release number.
6947 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6949         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6950         `ad-do-it'.
6952 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6954         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6955         in order to keep context in SELinux.
6957 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6959         * dired-aux.el (dired-query): Place cursor in echo area and allow
6960         C-g.
6962         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6963         menu item if not on a directory (Bug#4701).
6965 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6967         Sync with Tramp 2.1.17.
6969         * net/tramp.el (tramp-handle-copy-directory): Don't use
6970         `file-remote-p' (due to compatibility).
6972         * net/tramp-compat.el (tramp-compat-copy-directory)
6973         (tramp-compat-delete-directory): New defuns.
6975         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6976         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6977         `tramp-compat-delete-directory'.
6979         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6980         (tramp-smb-handle-delete-directory): Use
6981         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6983         * net/trampver.el: Update release number.
6985 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6987         * tar-mode.el (tar-copy): Call write-region on the right buffer
6988         (Bug#4857).
6990         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6991         by hand, if necessary (Bug#4878).
6993 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6995         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6996         align size column (Bug#4839).
6998         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6999         statement.
7001 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7003         * progmodes/ld-script.el (auto-mode-alist):
7004         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7006         * cus-face.el (custom-declare-face): Purecopy face spec.
7008 2009-11-06  Kenichi Handa  <handa@m17n.org>
7010         * international/uni-bidi.el: Re-generated.
7011         * international/uni-category.el: Re-generated.
7012         * international/uni-combining.el: Re-generated.
7013         * international/uni-mirrored.el: Re-generated.
7015 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7017         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7018         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7019         (tex-start-options, slitex-run-command, latex-run-command)
7020         (tex-run-command, tex-directory):
7021         * textmodes/ispell.el (ispell-html-skip-alists)
7022         (ispell-tex-skip-alists, ispell-tex-skip-alists):
7023         * textmodes/fill.el (adaptive-fill-first-line-regexp):
7024         (adaptive-fill-regexp):
7025         * textmodes/dns-mode.el (auto-mode-alist):
7026         * progmodes/python.el (interpreter-mode-alist):
7027         * progmodes/etags.el (tags-compression-info-list):
7028         * progmodes/etags.el (tags-file-name):
7029         * net/browse-url.el (browse-url-galeon-program)
7030         (browse-url-firefox-program):
7031         * mail/sendmail.el (mail-signature-file)
7032         (mail-citation-prefix-regexp):
7033         * international/mule-conf.el (eight-bit):
7034         * international/latexenc.el (latex-inputenc-coding-alist):
7035         * international/fontset.el (x-pixel-size-width-font-regexp):
7036         * emacs-lisp/warnings.el (warning-type-format):
7037         * emacs-lisp/trace.el (trace-buffer):
7038         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7039         (emacs-lisp-mode-map):
7040         * calendar/holidays.el (holiday-solar-holidays)
7041         (holiday-bahai-holidays, holiday-islamic-holidays)
7042         (holiday-christian-holidays, holiday-hebrew-holidays)
7043         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7044         (hebrew-holidays-1, holiday-oriental-holidays)
7045         (holiday-general-holidays):
7046         * x-dnd.el (x-dnd-known-types):
7047         * tool-bar.el (tool-bar):
7048         * startup.el (site-run-file):
7049         * shell.el (shell-dumb-shell-regexp):
7050         * rfn-eshadow.el (file-name-shadow-tty-properties)
7051         (file-name-shadow-properties):
7052         * paths.el (remote-shell-program, news-directory):
7053         * mouse.el ([C-down-mouse-3]):
7054         * menu-bar.el (menu-bar-tools-menu):
7055         * jka-cmpr-hook.el (jka-compr-load-suffixes)
7056         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7057         (jka-compr-compression-info-list):
7058         * isearch.el (search-whitespace-regexp):
7059         * image-file.el (image-file-name-extensions):
7060         * find-dired.el (find-ls-option):
7061         * files.el (directory-listing-before-filename-regexp)
7062         (directory-free-space-args, insert-directory-program)
7063         (list-directory-brief-switches, magic-fallback-mode-alist)
7064         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7065         (automount-dir-prefix):
7066         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7067         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7068         (face-font-registry-alternatives, face-font-registry-alternatives)
7069         (face-font-family-alternatives):
7070         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7071         (facemenu-foreground-menu, facemenu-face-menu):
7072         * epa-hook.el (epa-file-name-regexp):
7073         * dnd.el (dnd-protocol-alist):
7074         * textmodes/rst.el (auto-mode-alist):
7075         * button.el (default-button): Purecopy strings.
7077 2009-11-06  Glenn Morris  <rgm@gnu.org>
7079         * Makefile.in (ELCFILES): Update.
7081 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7083         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7084         * emacs-lisp/levents.el: Move to obsolete/levents.el.
7086         * nxml/xsd-regexp.el (xsdre-gen-categories):
7087         * nxml/xmltok.el (xmltok-parse-entity):
7088         * nxml/rng-parse.el (rng-parse-validate-file):
7089         * nxml/rng-maint.el (rng-format-manual)
7090         (rng-manual-output-force-new-line):
7091         * nxml/rng-loc.el (rng-save-schema-location-1):
7092         * nxml/rng-cmpct.el (rng-c-parse-file):
7093         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7094         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7096 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
7098         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7099         Remove extra save-excursions and make-variable-buffer-local's.
7100         Suggested by Stefan Monnier.
7102         (verilog-getopt-file, verilog-module-inside-filename-p)
7103         (verilog-set-define): Merge GNU 1.35 and repair changes from
7104         switching to using with-current-buffer.
7106         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7107         being treated as a number and confusing AUTORESET.
7108         Reported by Dan Dever.
7110         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7111         Add verilog-auto-ignore-concat to fix backward compatibility with
7112         older verilog-modes.  Reported by Dan Katz.
7114         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7115         containing closing anchors "...$".
7117         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7118         Reported by Wade Smith.
7120         (verilog-batch-execute-func): Comment on function usage.
7122 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
7124         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7125         for labels.
7127         (verilog-label-re, verilog-calc-1): Support proper indent of named
7128         asserts.
7130         (verilog-backward-token, verilog-basic-complete-re)
7131         (verilog-beg-of-statement, verilog-indent-re): Support proper
7132         indent of the assert statement at the beginning of a block of text.
7134         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7135         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7136         tokens as begins.
7138 2009-11-05  Glenn Morris  <rgm@gnu.org>
7140         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7141         Emacs 19.  (Bug#1531)
7142         (byte-compile-fix-header): Update for the above change.
7143         Drop test for epoch::version.
7145         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7146         * cus-dep.el (custom-make-dependencies):
7147         * finder.el (finder-compile-keywords):
7148         Use autoload-rubric's feature argument.
7150         * calendar/diary-lib.el (top-level): Make load behave more like require.
7152         * vc-git.el (vc-git-stash-map): Move definition before use.
7154 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7156         * custom.el (custom-declare-group): Purecopy standard-value.
7157         (custom-declare-group): Purecopy custom-prefix.
7159         * international/mule.el (load-with-code-conversion):
7160         Call do-after-load-evaluation unconditionally.
7162         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7164 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7166         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7168 2009-11-04  Glenn Morris  <rgm@gnu.org>
7170         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7171         (byte-compile-compatibility): Remove option.
7172         (byte-compile-close-variables, byte-compile-fix-header)
7173         (byte-compile-insert-header, byte-compile-output-docform)
7174         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7175         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7176         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7177         (byte-compile-insert, byte-compile-defun):
7178         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
7179         (byte-defop-compiler19): Remove.
7180         Without byte-compile-compatibility, the 'emacs19-opcode property is not
7181         used by anything.  Replace all calls with byte-defop-compiler.
7183 2009-11-04  Juri Linkov  <juri@jurta.org>
7185         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7186         (menu-bar-options-menu): Don't quote the `prop' arg of
7187         `menu-bar-make-mm-toggle'.
7189 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7191         * calendar/calendar.el (cal-loaddefs):
7192         * calendar/diary-lib.el (diary-loaddefs):
7193         * calendar/holidays.el (hol-loaddefs):
7194         * eshell/esh-module.el (esh-groups): Load rather than require.
7196 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7199         point-min==1.
7200         (todo-top-priorities): Only display-buffer when called interactively.
7201         (todo-item-start): Don't save excursion point.
7202         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7203         (todo-insert-item-here, todo-file-item, todo-remove-item):
7204         Adjust uses of todo-item-start and todo-item-end.
7206         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7207         (autoload-rubric): Don't use any more.
7208         * cedet/semantic/fw.el (semantic/loaddefs):
7209         * cedet/srecode.el (srecode/loaddefs):
7210         * cedet/ede.el (ede/loaddefs): Load rather than require.
7211         * cedet/ede/cpp-root.el:
7212         * cedet/ede/emacs.el:
7213         * cedet/ede/files.el:
7214         * cedet/ede/linux.el:
7215         * cedet/ede/locate.el:
7216         * cedet/ede/make.el:
7217         * cedet/ede/shell.el:
7218         * cedet/ede/speedbar.el:
7219         * cedet/ede/system.el:
7220         * cedet/ede/util.el:
7221         * cedet/semantic/analyze.el:
7222         * cedet/semantic/bovine.el:
7223         * cedet/semantic/complete.el:
7224         * cedet/semantic/ctxt.el:
7225         * cedet/semantic/db-file.el:
7226         * cedet/semantic/db-find.el:
7227         * cedet/semantic/db-global.el:
7228         * cedet/semantic/db-mode.el:
7229         * cedet/semantic/db-typecache.el:
7230         * cedet/semantic/db.el:
7231         * cedet/semantic/debug.el:
7232         * cedet/semantic/dep.el:
7233         * cedet/semantic/doc.el:
7234         * cedet/semantic/edit.el:
7235         * cedet/semantic/find.el:
7236         * cedet/semantic/format.el:
7237         * cedet/semantic/html.el:
7238         * cedet/semantic/ia-sb.el:
7239         * cedet/semantic/ia.el:
7240         * cedet/semantic/idle.el:
7241         * cedet/semantic/lex-spp.el:
7242         * cedet/semantic/lex.el:
7243         * cedet/semantic/mru-bookmark.el:
7244         * cedet/semantic/scope.el:
7245         * cedet/semantic/senator.el:
7246         * cedet/semantic/sort.el:
7247         * cedet/semantic/symref.el:
7248         * cedet/semantic/tag-file.el:
7249         * cedet/semantic/tag-ls.el:
7250         * cedet/semantic/tag-write.el:
7251         * cedet/semantic/tag.el:
7252         * cedet/semantic/util-modes.el:
7253         * cedet/semantic/analyze/complete.el:
7254         * cedet/semantic/analyze/refs.el:
7255         * cedet/semantic/bovine/c.el:
7256         * cedet/semantic/bovine/gcc.el:
7257         * cedet/semantic/bovine/make.el:
7258         * cedet/semantic/bovine/scm.el:
7259         * cedet/semantic/decorate/include.el:
7260         * cedet/semantic/decorate/mode.el:
7261         * cedet/semantic/symref/cscope.el:
7262         * cedet/semantic/symref/global.el:
7263         * cedet/semantic/symref/grep.el:
7264         * cedet/semantic/symref/idutils.el:
7265         * cedet/semantic/symref/list.el:
7266         * cedet/semantic/wisent/java-tags.el:
7267         * cedet/semantic/wisent/javascript.el:
7268         * cedet/srecode/compile.el:
7269         * cedet/srecode/cpp.el:
7270         * cedet/srecode/document.el:
7271         * cedet/srecode/el.el:
7272         * cedet/srecode/expandproto.el:
7273         * cedet/srecode/getset.el:
7274         * cedet/srecode/insert.el:
7275         * cedet/srecode/java.el:
7276         * cedet/srecode/map.el:
7277         * cedet/srecode/mode.el:
7278         * cedet/srecode/template.el:
7279         * cedet/srecode/texi.el: Remove the file-local setting of
7280         generated-autoload-feature.
7282         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7283         and only put a prop if it is non-nil.
7285 2009-11-03  Juri Linkov  <juri@jurta.org>
7287         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7288         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7290         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7291         and "Menu" to make top-level menu item visually one unit (like
7292         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7293         multi-word menu items).  Fix :help string for quit-window.
7295 2009-11-03  Glenn Morris  <rgm@gnu.org>
7297         * cedet/mode-local.el (with-mode-local): Doc fix.
7299         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7300         (byte-compile-file-form-define-abbrev-table)
7301         (byte-compile-file-form-custom-declare-variable)
7302         (byte-compile-variable-ref, byte-compile-defvar):
7303         Whether or not a warning is enabled should only affect whether we issue
7304         the warning, not whether or not we collect the relevant data.
7305         Eg warnings can be turned on and off throughout the course of a file.
7307         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7308         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7310 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7313         * play/mpuz.el (mpuz-create-buffer):
7314         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7315         (lm-print-y,s,noise, lm-print-w0, lm-init):
7316         * play/gomoku.el (gomoku-prompt-for-move):
7317         * play/fortune.el (fortune-in-buffer):
7318         * play/dissociate.el (dissociated-press):
7319         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7320         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7321         * mail/supercite.el (sc-eref-show):
7322         * mail/smtpmail.el (smtpmail-send-it):
7323         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7324         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7325         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7326         (rmail-summary-goto-msg, rmail-summary-expunge)
7327         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7328         (rmail-summary-add-label, rmail-summary-output-menu)
7329         (rmail-summary-output-body):
7330         * mail/rfc822.el (rfc822-addresses):
7331         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7332         * mail/mailpost.el (post-mail-send-it):
7333         * mail/hashcash.el (hashcash-generate-payment):
7334         * mail/feedmail.el (feedmail-run-the-queue)
7335         (feedmail-queue-send-edit-prompt-help-first)
7336         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7337         (feedmail-deduce-address-list):
7338         * eshell/esh-ext.el (eshell-remote-command):
7339         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7340         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7341         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7342         (viper-save-string-in-file, viper-valid-marker):
7343         * emulation/viper-keym.el (viper-toggle-key):
7344         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7345         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7346         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7347         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7348         (viper-exec-form-in-emacs, viper-brac-function):
7349         * emulation/viper.el (viper-delocalize-var):
7350         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7351         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7352         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7353         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7354         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7355         * emulation/edt.el (edt-electric-helpify):
7356         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7357         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7358         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7359         (cua-indent-to-global-mark-column):
7360         * calendar/diary-lib.el (calendar-mark-1):
7361         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7362         Use with-current-buffer.
7363         * emulation/viper.el (viper-delocalize-var): Use dolist.
7365 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7367         * comint.el (comint-replace-by-expanded-history-before-point):
7368         Replace !! with the previous input string literally (Bug#1795).
7370 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7372         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7373         to be made up of whitespace.
7375 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7377         * minibuffer.el (read-file-name): Don't use file dialogs for
7378         remote directories (Bug#99).
7380 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7382         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7384 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7386         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7387         instead of deleting the window or frame.
7389 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7391         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7392         Support face colors.
7394         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7395         New function.  Support face colors (Bug#1168).
7396         (tex-common-initialization): Use it.
7398         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7399         mode allows it (Bug#1168).
7401 2009-10-31  Juri Linkov  <juri@jurta.org>
7403         * facemenu.el (list-colors-display): Don't mark buffer as
7404         modified (Bug#3948).
7406 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7408         * international/mule-diag.el (list-character-sets-1): Minor
7409         message fix (Bug#3526).
7411         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7412         face property (Bug#4834).
7413         (etags-list-tags, etags-tags-apropos-additional)
7414         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7415         property.
7417         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7418         items.
7420         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7421         items.
7423         * cedet/ede.el (ede-minor-mode):
7424         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7426 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * textmodes/two-column.el (2C-split):
7429         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7430         * textmodes/tex-mode.el (tex-set-buffer-directory):
7431         * textmodes/spell.el (spell-region, spell-string):
7432         * textmodes/reftex.el (reftex-erase-buffer):
7433         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7434         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7435         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7436         (reftex-select-item):
7437         * textmodes/reftex-ref.el (reftex-label-info-update)
7438         (reftex-offer-label-menu):
7439         * textmodes/reftex-index.el (reftex-index-change-entry)
7440         (reftex-index-phrases-info):
7441         * textmodes/reftex-global.el (reftex-create-tags-file)
7442         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7443         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7444         (reftex-view-crossref-from-bibtex):
7445         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7446         (reftex-extract-bib-entries-from-thebibliography)
7447         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7448         * textmodes/refbib.el (r2b-capitalize-title):
7449         (r2b-convert-buffer, r2b-help):
7450         * textmodes/page-ext.el (pages-directory)
7451         (pages-directory-goto-with-mouse):
7452         * textmodes/bibtex.el (bibtex-validate-globally):
7453         * textmodes/bib-mode.el (bib-capitalize-title):
7454         * textmodes/artist.el (artist-clear-buffer, artist-system):
7455         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7456         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7457         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7458         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7459         (xscheme-send-control-g-interrupt, xscheme-start-process)
7460         (xscheme-process-sentinel, xscheme-cd):
7461         * progmodes/verilog-mode.el (verilog-read-always-signals)
7462         (verilog-set-define, verilog-getopt-file)
7463         (verilog-module-inside-filename-p):
7464         * progmodes/sh-script.el:
7465         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7466         (python-pdbtrack-grub-for-buffer, python-execute-file):
7467         * progmodes/octave-inf.el (inferior-octave):
7468         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7469         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7470         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7471         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7472         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7473         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7474         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7475         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7476         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7477         (idlwave-shell-examine-display, idlwave-shell-run-region)
7478         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7479         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7480         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7481         (idlwave-help-get-help-buffer):
7482         * progmodes/gud.el (gud-basic-call, gud-find-class)
7483         (gud-tooltip-activate-mouse-motions-if-enabled):
7484         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7485         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7486         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7487         (ebrowse-tags-next-file):
7488         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7489         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7490         (ebnf-eps-finish-and-write):
7491         * progmodes/cpp.el (cpp-edit-save):
7492         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7493         * progmodes/cc-defs.el (c-emacs-features):
7494         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7495         (antlr-directory-dependencies):
7496         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7497         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7498         (ada-find-any-references, ada-make-filename-from-adaname)
7499         (ada-make-body-gnatstub):
7500         * obsolete/rnews.el (news-list-news-groups):
7501         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7502         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7503         * net/rcirc.el (rcirc-debug):
7504         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7505         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7506         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7507         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7508         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7509         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7510         (newsticker--treeview-list-clear-highlight)
7511         (newsticker--treeview-list-update-highlight)
7512         (newsticker--treeview-list-highlight-start)
7513         (newsticker--treeview-tree-update-highlight)
7514         (newsticker--treeview-get-selected-item)
7515         (newsticker-treeview-mark-list-items-old)
7516         (newsticker--treeview-set-current-node):
7517         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7518         * net/newst-backend.el (newsticker--get-news-by-funcall)
7519         (newsticker--get-news-by-wget, newsticker--image-get)
7520         (newsticker--image-sentinel):
7521         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7522         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7523         (eudc-ph-close-session):
7524         * net/eudc.el (eudc-save-options):
7525         * language/thai-word.el (thai-update-word-table):
7526         * language/japan-util.el (japanese-string-conversion):
7527         * international/titdic-cnv.el (tsang-quick-converter)
7528         (ziranma-converter, ctlau-converter):
7529         * international/mule-cmds.el (describe-language-environment):
7530         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7531         (skkdic-convert-postfix, skkdic-convert-prefix):
7532         (skkdic-convert-okuri-nasi, skkdic-convert):
7533         * emacs-lisp/re-builder.el (reb-update-overlays):
7534         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7535         * emacs-lisp/gulp.el (gulp-send-requests):
7536         * emacs-lisp/find-gc.el (trace-call-tree):
7537         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7538         (eieio-describe-generic):
7539         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7540         * emacs-lisp/edebug.el (edebug-outside-excursion):
7541         * emacs-lisp/debug.el (debugger-make-xrefs):
7542         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7543         * emacs-lisp/chart.el (chart-new-buffer):
7544         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7545         Use with-current-buffer.
7546         * textmodes/artist.el (artist-system): Don't call
7547         copy-sequence on a fresh string.
7548         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7550 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7552         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7553         is no item to edit.  (Bug#4820)
7554         (todo-top-priorities): Restore point and restore narrowing in Todo
7555         buffer.  (Bug#4820)
7557 2009-10-31  Glenn Morris  <rgm@gnu.org>
7559         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7560         (comint-last-output-start, comint-last-input-start)
7561         (comint-last-input-end): Don't defvar when compiling.
7562         (ange-ftp-process-file): Use bound-and-true-p.
7564         * pcmpl-rpm.el (top-level): Move provide statement to end.
7565         (pcmpl-rpm): Remove unused custom group.
7567         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7569         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7571         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7572         (byte-compile-warnings): Add `constants' as an option.
7573         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7574         (display-call-tree): Update for byte-compile-fdefinition possibly
7575         returning `(macro lambda ...)'.  (Bug#4778)
7576         (byte-compile-variable-ref, byte-compile-setq-default):
7577         Respect `constants' member of byte-compile-warnings.
7579         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7580         Use mapc rather than mapcar because the return value is never used.
7582         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7583         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7584         * cedet/semantic/html.el:
7585         Suppress harmless warnings about setting up semantic-imenu (not
7586         part of Emacs) variables.
7588 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7590         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7591         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7592         to "submit:".
7594         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7595         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7596         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7597         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7598         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7599         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7600         (semantic-analyzer-debug-global-symbol)
7601         (semantic-analyzer-debug-missing-innertype)
7602         (semantic-analyzer-debug-insert-include-summary):
7603         * cedet/semantic/util.el (semantic-file-tag-table):
7604         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7605         (semantic-recursive-find-nonterminal-by-name):
7606         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7607         * cedet/semantic/tag-file.el (semantic-prototype-file):
7608         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7609         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7610         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7611         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7612         (semantic-idle-summary-maybe-highlight):
7613         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7614         (semantic-ia-sb-tag-info):
7615         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7616         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7617         * cedet/semantic/ede-grammar.el (project-compile-target):
7618         (ede-proj-makefile-insert-variables):
7619         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7620         (semantic-debug-set-source-location, semantic-debug-interface-layout)
7621         (semantic-debug-mode, semantic-debug):
7622         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7623         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7624         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7625         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7626         (semanticdb-find-translate-path-includes--internal)
7627         (semanticdb-reset-log, semanticdb-find-log-activity):
7628         * cedet/semantic/db-file.el (object-write):
7629         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7630         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7631         (semanticdb-create-ebrowse-database):
7632         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7633         * cedet/semantic/complete.el (semantic-displayor-focus-request)
7634         (semantic-collector-calculate-completions-raw)
7635         (semantic-complete-read-tag-analyzer):
7636         * cedet/semantic/analyze.el (semantic-analyze-pulse):
7637         * cedet/ede/util.el (ede-update-version-in-source):
7638         * cedet/ede/proj.el (project-delete-target):
7639         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7640         (ede-proj-flush-autoconf):
7641         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7642         (ede-proj-configure-synchronize):
7643         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7644         * cedet/ede/linux.el (ede-linux-version):
7645         * cedet/ede/emacs.el (ede-emacs-version):
7646         * cedet/ede/dired.el (ede-dired-add-to-target):
7647         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7648         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7649         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7650         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7651         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7652         (cedet-idutils-version-check):
7653         * cedet/cedet-global.el (cedet-gnu-global-call):
7654         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7655         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7656         * cedet/cedet-cscope.el (cedet-cscope-call)
7657         (cedet-cscope-expand-filename, cedet-cscope-version-check):
7658         Use with-current-buffer.
7659         * cedet/ede.el (ede-make-project-local-variable)
7660         (ede-set-project-variables, ede-set): Use dolist.
7662 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7664         * textmodes/ispell.el (ispell-skip-region-alist):
7665         * international/mule-conf.el (eight-bit):
7666         * international/fontset.el (font-encoding-alist):
7667         * startup.el (pure-space-overflow-message):
7668         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7669         * paths.el (gnus-nntp-service, rmail-spool-directory)
7670         (term-file-prefix):
7671         * files.el (save-some-buffers-action-alist):
7672         * cmuscheme.el (same-window-buffer-names):
7673         * ielm.el (same-window-buffer-names):
7674         * shell.el (same-window-buffer-names):
7675         * mail/sendmail.el (same-window-buffer-names):
7676         * progmodes/inf-lisp.el (same-window-buffer-names):
7677         * bindings.el (mode-line-client)
7678         (mode-line-column-line-number-mode-map):
7679         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7680         (tibetan-precomposed-regexp): Purecopy string arguments.
7682 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7685         (calcDigit-nondigit):
7686         * calc/calc-yank.el (calc-copy-to-buffer):
7687         * calc/calc-units.el (calc-invalidate-units-table):
7688         * calc/calc-trail.el (calc-trail-yank):
7689         * calc/calc-store.el (calc-insert-variables):
7690         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7691         * calc/calc-prog.el (calc-read-parse-table):
7692         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7693         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7694         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7695         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7696         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7697         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7698         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7699         * calc/calc-ext.el (calc-realign):
7700         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7701         (calc-embedded-finish-edit, calc-embedded-make-info)
7702         (calc-embedded-finish-command, calc-embedded-stack-change):
7703         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7705         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7706         (overload-docstring-extension): Use that info.
7707         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7708         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7709         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7710         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7711         (semantic-nonterminal-full-name): Add the new `when' info.
7712         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7713         `assert'.
7715         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7716         shell-dynamic-complete-filename in preference to
7717         comint-dynamic-complete-filename.
7719         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7720         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7721         Don't consider whether the display supports colors.
7722         (bookmark-import-new-list): Use dolist.
7723         (bookmark-bmenu-mode-map): Move initialization into declaration.
7724         (bookmark-bmenu-list): Use dolist, simplify.
7725         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7726         (menu-bar-final-items): Use push.
7728 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7730         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7731         it works on remote files.
7732         (vc-hg-diff): Don't pass any `--cwd' argument.
7734 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7736         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7737         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7738         (Further to Bug#3921).
7740 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7742         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7743         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7744         calling `tramp-imap-put-file'.  Add file size to the call.
7745         (tramp-imap-get-file-entries): Compute also user name, file size,
7746         and date.
7747         (tramp-imap-handle-insert-directory): Insert uid and gid.
7748         (tramp-imap-handle-file-attributes): Transform uid and gid
7749         according to `id-format'.
7750         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7751         size in header X-Size.
7753 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7755         * simple.el (transpose-subr): Give clearer error when the mark
7756         is not set.  (Bug#4807)
7758 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7760         * net/tramp.el (tramp-perl-file-truename): New defconst.
7761         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7762         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7763         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7764         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7766         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7767         Ignore `dired-call-process'.
7768         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7770 2009-10-26  Julian Scheid  <julians37@gmail.com>
7772         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7773         (tramp-get-remote-readlink): New defun.
7774         (tramp-handle-file-truename): Use it.
7775         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7776         file exists if cache value present.
7777         (tramp-check-cached-permissions): New defun.
7778         (tramp-handle-file-readable-p): Use it.
7779         (tramp-handle-file-writable-p): Likewise.
7780         (tramp-handle-file-executable-p): Likewise.
7781         (tramp-handle-file-name-all-completions): Try using Perl to get
7782         partial completions.  When perl not available, combine `cd' and
7783         `ls' into single remote operation and use shell expansion to get
7784         partial remote directory contents.  Set `file-exists-p' cache for
7785         directory and any files returned by ls.  Change cache handling to
7786         support partial directory contents.  Use error message emitted by
7787         remote `cd' or Perl code for local tramp-error.
7788         (tramp-do-copy-or-rename-file-directly): Avoid separate
7789         tramp-send-command-and-check call.
7790         (tramp-handle-process-file): Merge three remote ops into one.
7791         Do not flush all caches when `process-file-side-effects' is set.
7792         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7793         file-attributes shows uid/gid to be set already.
7795 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7797         * textmodes/tex-mode.el (tex-dvi-view-command)
7798         (tex-show-queue-command, tex-open-quote):
7799         * progmodes/ruby-mode.el (auto-mode-alist)
7800         (interpreter-mode-alist): Purecopy strings.
7802         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7804         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7805         string for the hook, keymap and abbrev table.
7807         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7809         * x-dnd.el (x-dnd-xdnd-to-action):
7810         * startup.el (fancy-startup-text, fancy-about-text): Change to
7811         defconst from defvar.
7813         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7815         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7816         Purecopy initialization strings.
7818         * mail/sendmail.el (mail-header-separator)
7819         (mail-personal-alias-file):
7820         * mail/rmail.el (rmail-default-dont-reply-to-names)
7821         (rmail-ignored-headers, rmail-retry-ignored-headers)
7822         (rmail-highlighted-headers, rmail-secondary-file-directory)
7823         (rmail-secondary-file-regexp):
7824         * files.el (null-device, file-name-invalid-regexp)
7825         (locate-dominating-stop-dir-regexp)
7826         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7827         (interpreter-mode-alist): Use mapcar instead of mapc.
7829         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7831         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7832         (completion-ignored-extensions):
7833         (debug-ignored-errors): Purecopy strings.
7835 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7838         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7839         (pcomplete--here): Use push.
7841         * subr.el (all-completions): Declare the 4th arg obsolete.
7843 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7846         (pcomplete-unquote-argument): New function.
7847         (pcomplete--common-suffix): Always pay attention to case.
7848         (pcomplete--table-subvert): Quote and unquote the text.
7849         (pcomplete--common-quoted-suffix): New function.
7850         (pcomplete-std-complete): Use it and pcomplete-begin.
7852         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7853         we're inside a dedicated or minibuffer window.
7855 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7857         * cedet/semantic/fw.el (semantic-alias-obsolete)
7858         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7859         (define-mode-overload-implementation):
7860         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7861         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7862         * cedet/semantic/util.el (semantic-file-token-stream)
7863         (semantic-something-to-stream):
7864         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7865         (semantic-expand-nonterminal):
7866         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7867         (semantic-find-dependency, semantic-find-nonterminal)
7868         (semantic-find-dependency):
7869         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7870         (semantic-flex-text, semantic-flex-make-keyword-table)
7871         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7872         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7873         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7874         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7875         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7876         (semantic-after-idle-scheduler-reparse-hooks):
7877         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7878         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7879         * cedet/semantic.el (semantic-toplevel-bovine-table)
7880         (semantic-toplevel-bovine-cache)
7881         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7882         (semantic-init-mode-hooks, semantic-init-db-hooks)
7883         (semantic-bovination-working-type): Provide the `when' arg.
7885 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7887         * bookmark.el: Update documentation, especially documentation
7888         of `bookmark-alist' and of the bookmark file format.
7889         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7891 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7893         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7894         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7895         window to buffer.
7897         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7898         (global-whitespace-mode, global-whitespace-newline-mode)
7899         (whitespace-toggle-options, global-whitespace-toggle-options):
7900         Doc fix (Bug#3660).
7902         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7903         of xmltok-start before the end tag was inserted (Bug#2840).
7905         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7906         patterns that are preceded by an open-paren (Bug#1320).
7908 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7910         * files.el (delete-directory): Delete symlinks to directories with
7911         delete-file (Bug#4739).
7913 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7915         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7916         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7917         argument to make-obsolete.
7919         * cedet/semantic/fw.el (semantic-alias-obsolete)
7920         (semantic-varalias-obsolete): Add optional WHEN argument.
7922 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7924         * vc.el (vc-backend-for-registration): Rename from
7925         vc-get-backend-for-registration.  Update callers.
7927         * international/mule-cmds.el (set-language-info-alist):
7928         Purecopy lang-env.
7929         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7930         (charset): Purecopy the name.
7931         (define-char-code-property): Purecopy string arguments.
7933         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7934         Purecopy string arguments.
7936         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7937         * ediff-hook.el (menu-bar-ediff-menu):
7938         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7939         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7941 2009-10-24  Glenn Morris  <rgm@gnu.org>
7943         * comint.el (comint-dynamic-list-completions):
7944         * term.el (term-dynamic-list-completions): Use choose-completion rather
7945         than obsolete alias mouse-choose-completion.
7947         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7948         file-cache-choose-completion.
7949         (file-cache-choose-completion): Handle an optional event argument.
7950         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7952         * progmodes/octave-mod.el (octave-complete-symbol):
7953         Use choose-completion if mouse-choose-completion is ever removed.
7955         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7956         use.
7958         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7959         compiler.
7961         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7963 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7965         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7966         Ignore `pred' now that we receive one.
7967         Handle test-completion specially.
7969 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7971         * vc.el (vc-responsible-backend): Throw an error if not backend is
7972         found.  Remove the REGISTER argument.  Move the code dealing with
7973         REGISTER ...
7974         (vc-get-backend-for-registration): ... here.  New function.
7975         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7976         of vc-responsible-backend, pass the file name instead of the
7977         directory name.
7979 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7982         New funs.
7983         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7984         (pcomplete-comint-setup): Don't modify a global var via
7985         accidental side-effects.
7986         (pcomplete-shell-setup): Adjust call accordingly.
7987         (pcomplete-parse-comint-arguments): Use push.
7989 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7991         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7992         Allow uncapitalized info node names (Bug#3921).
7994         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7995         to the DEBUG file (Bug#3781).
7997 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7999         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8000         dictionary entry (Bug#4579).
8002 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
8004         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8005         from `rfn-eshadow-update-overlay-hook' when unloading.
8006         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8007         "rsyncc".  Adjust doc string.
8008         (tramp-temp-buffer-file-name): New buffer-local defvar.
8009         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8010         Keep temporary file when indicated by method ("rsync" and
8011         "rsyncc").
8012         (tramp-handle-write-region): Handle APPEND.
8013         (tramp-delete-temp-file-function): New defun.  Added to
8014         `kill-buffer-hook'.
8016 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
8018         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8020 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8022         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8023         (color-name-rgb-alist, tty-standard-colors)
8024         (tty-color-mode-alist): Change to defconst.
8026         * simple.el (mark-inactive): Purecopy message.
8028         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8029         (global-map, yank-menu):
8030         * textmodes/ispell.el (ispell-menu-map):
8031         * net/eudc.el (eudc-tools-menu):
8032         * international/mule-cmds.el (describe-language-environment-map)
8033         (setup-language-environment-map, set-coding-system-map)
8034         (mule-menu-keymap):
8035         * vc-hooks.el (vc-menu-entry, vc-menu-map):
8036         * replace.el (occur-mode-map):
8037         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8039 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
8041         * calc/calc.el (math-read-number, math-read-number-simple): Use
8042         `save-match-data'.
8044 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8046         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8047         rather than fiddling with global-map bindings, since it should only
8048         affect per-terminal settings.
8049         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8051         * minibuffer.el (completion-table-with-terminator): Allow to specify
8052         the terminator-regexp.
8054         * simple.el (switch-to-completions): Look for *Completions* in other
8055         frames as well.
8057         * pcomplete.el: Allow the use of completion-tables.
8058         (pcomplete-std-complete): New command.
8059         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8060         (pcomplete--here): Use a function for `form' rather than an expression,
8061         so it can be byte-compiled.
8062         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8063         Add edebug declaration.
8064         (pcomplete-show-completions): Remove unused var `curbuf'.
8065         (pcomplete-do-complete, pcomplete-stub):
8066         Don't assume `completions' is a list of strings any more.
8068 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8070         * find-dired.el (find-name-arg): Fix typo in docstring.
8072 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8075         (pcmpl-linux-fs-types): Same, and update to new modules layout.
8077         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8078         pcomplete-entries.
8080         * comint.el (comint-read-input-ring, comint-write-input-ring)
8081         (comint-substitute-in-file-name)
8082         (comint-dynamic-complete-as-filename)
8083         (comint-dynamic-simple-complete)
8084         (comint-dynamic-list-filename-completions)
8085         (comint-dynamic-list-completions)
8086         (comint-redirect-results-list-from-process): Minor simplifications.
8088 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8090         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8091         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8092         the first form.  And insert a blank line after ";;; Code" since
8093         that's usual style.  (Bug#4612)
8095         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8097 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * minibuffer.el (completion-table-with-terminator): Properly implement
8100         boundaries, in case `terminator' appears in the suffix.
8101         (completion--embedded-envvar-table): Don't return boundaries if
8102         there's no valid completion.  Simplify.
8103         (completion-file-name-table): New completion table extracted from
8104         completion--file-name-table.
8105         (completion--file-name-table): Use it.
8106         (read-file-name-predicate): Declare obsolete.
8107         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8108         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8109         completion-file-name-table, and use the `pred' argument.
8110         * files.el (locate-file-completion-table): Use the `pred' arg rather
8111         than read-file-name-predicate.
8112         (abbreviate-file-name): Use \` rather than ^ for BOS.
8114 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8116         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8117         vc-responsible-backend to register, it causes problems.
8119 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8121         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8123 2009-10-21  Eric Ludlam  <zappo@gnu.org>
8125         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8126         (semantic-c-debug-mode-init-pch): New functions.
8127         (semantic-c-debug-mode-init-last-mode): New var.
8128         (semantic-c-parse-lexical-token): Use them.
8130         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8131         When extracting the argument list, limit only by point-max.
8133 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
8135         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8136         (tramp-smb-handle-file-attributes): Use it.
8137         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8138         (tramp-smb-handle-insert-directory): Use `mapc' rather than
8139         `mapcar'.  Use `tramp-smb-get-stat-capability'.
8140         Add `dired-filename' text properties.
8141         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8142         (tramp-smb-maybe-open-connection): Simplify check for smbclient
8143         version.
8145 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8147         * subr.el (read-key-delay): Reduce to 0.01.
8148         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8149         (bug#4751).
8151 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8153         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8155         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8156         (Info-menu): Remove unused vars `last' and `completions'.
8157         (Info-index-nodes): Remove unused var `node'.
8159         * info.el (Info-complete-menu-item): Use complete-with-action.
8161 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
8163         Make vc-annotate work through copies and renames.
8164         * vc-annotate.el (vc-annotate-extract-revision-at-line):
8165         Return the file name too.
8166         (vc-annotate-revision-at-line)
8167         (vc-annotate-find-revision-at-line)
8168         (vc-annotate-revision-previous-to-line)
8169         (vc-annotate-show-log-revision-at-line): Update to get the file
8170         name from vc-annotate-extract-revision-at-line.
8171         (vc-annotate-show-diff-revision-at-line-internal): Change the
8172         argument to mean whether to show a file diff or not.  Get the file
8173         name from vc-annotate-extract-revision-at-line.
8174         (vc-annotate-show-diff-revision-at-line):
8175         Update vc-annotate-show-diff-revision-at-line call.
8176         (vc-annotate-warp-revision): Add an optional file argument.
8178         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8179         (vc-git-annotate-extract-revision-at-line): Also return the file
8180         name if found.
8182         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8183         command.  Remove unused code.
8184         (vc-hg-annotate-re): Update to match --follow output.
8185         (vc-hg-annotate-extract-revision-at-line): Also return the file
8186         name if found.
8188         * vc.el: Update annotate-extract-revision-at-line documentation.
8190 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8192         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8193         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8195         * net/browse-url.el (browse-url): Identify alist with "consp and
8196         not functionp" and let all other things go down the `apply' leg,
8197         as suggested by Stefan.  (Further to bug#4531.)
8199 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8201         * minibuffer.el (read-file-name): Check for repeat before putting
8202         a default argument in file-name-history (Bug#4657).
8204         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8205         read syntax (Bug#4737).
8207         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8209 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8211         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8212         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8213         entries and make note of obsolete tags.
8215 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8217         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8219 2009-10-18  Glenn Morris  <rgm@gnu.org>
8221         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8222         grep, so that binary files (eg international/uni-bidi.el) can match.
8223         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8224         now, and in any case the file header format has changed.
8226 2009-10-17  Glenn Morris  <rgm@gnu.org>
8228         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8229         (flyspell-get-word, flyspell-large-region)
8230         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8232 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8234         * Makefile.in (ELCFILES): Add ede/shell.
8236 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8238         * term/common-win.el (x-colors): Purecopy it.
8240 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8242         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8243         permissive for when the buffer is empty.
8244         (tar-header-block-tokenize): Decode the username and groupname.
8245         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8247 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8249         * cedet/srecode/srt.el:
8250         * cedet/srecode/compile.el:
8251         * cedet/semantic/mru-bookmark.el:
8252         * cedet/semantic/debug.el:
8253         * cedet/semantic/complete.el:
8254         * cedet/semantic/analyze.el: Require CL when compiling.
8256 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8258         * cedet/semantic/scope.el
8259         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8260         tmpscope so that the regular scope will continue to work.
8262         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8263         Use semantic-idle-summary-highlight-face as the highlighting.
8265         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8266         contains multibyte characters, choose first applicable coding
8267         system automatically.
8269         * cedet/ede/project-am.el (project-run-target): New method.
8270         (project-run-target): New method.
8272         * cedet/ede.el (ede-target): Add run target menu item.
8273         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8274         (ede-run-target): New function.
8275         (ede-target::project-run-target): New method.
8277         * cedet/ede/proj.el (project-run-target): New method.
8279         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8280         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8281         Add :rules.
8282         (ede-proj-target-makefile-shared-object): Only libtool compilers
8283         now available.  Add linkers for libtool.
8284         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8285         (ede-proj-makefile-target-name): Always use .la extension.
8287         * cedet/ede/proj-prog.el (project-run-target): New method.
8289         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8290         (ede-g++-linker): Change Change link lines.
8292         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8293         When searching for old variables, go to the end of the buffer and
8294         search backward from there.
8295         (ede-proj-makefile-automake-insert-subdirs)
8296         (ede-proj-makefile-automake-insert-extradist): New methods.
8297         (ede-proj-makefile-create): Use them.
8299         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8300         Force FILE to expand to the current target.  Use file-exists-p to
8301         check that it exists.
8303         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8304         (ede-linux-load): Wrap dir in file-name-as-directory.
8305         Set :version slot.
8307         * cedet/ede/files.el (ede-get-locator-object): When enabling
8308         locate, do so on "top".
8310         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8311         file-name-as-directory during compare.
8312         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8313         Get version number from different places.  Don't call egrep.
8314         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8315         to set the directory.
8317         * cedet/ede/shell.el: New file.
8319         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8320         alpha/beta variants.
8322 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8324         * international/mule-cmds.el (select-safe-coding-system): If the file
8325         has a coding cookie, use it regardless of any other setting (bug#4712).
8327 2009-10-17  Glenn Morris  <rgm@gnu.org>
8329         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8330         All errors should have messages.
8332         * foldout.el (foldout-mouse-swallow-events):
8333         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8335         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8336         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8337         (dired-keep-marker-symlink, dired-dwim-target)
8338         (dired-copy-preserve-time): Do not autoload these defcustoms.
8340         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8341         messages from messing up the file coding.  (Bug#4623)
8343 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8345         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8346         if no match is found for the current dictionary.  (Bug#4578)
8348         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8349         optional, since that is how it is documented, and this is often called
8350         with a nil argument.  (Bug#4577)
8351         (flyspell-external-point-words, flyspell-auto-correct-word)
8352         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8353         (flyspell-word-search-backward): Remove nil argument in calls to
8354         flyspell-get-word, since it is not needed now.
8356 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8358         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8360 2009-10-16  Glenn Morris  <rgm@gnu.org>
8362         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8364 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8366         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8367         (ange-ftp-file-size): New function.
8368         (ange-ftp-file-attributes): Use it.
8370 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8372         * net/tramp-smb.el (tramp-smb-version): New defvar.
8373         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8374         repeated checks.
8376 2009-10-16  Glenn Morris  <rgm@gnu.org>
8378         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8379         Maybe copy some custom properties from old to new name.  (Bug#4706)
8381 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8383         * subr.el (error, sit-for, start-process-shell-command)
8384         (start-file-process-shell-command): Set the calling convention
8385         after the function definition.
8387 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * subr.el (error, sit-for, start-process-shell-command)
8390         (start-file-process-shell-command): Use the new
8391         set-advertised-calling-convention feature.
8393 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8395         * international/ucs-normalize.el (ucs-normalize-version):
8396         Change to 1.2.
8397         (check-range): Adjust for Unicode 5.2.
8399 2009-10-15  Juri Linkov  <juri@jurta.org>
8401         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8402         to the `menu-item' format.
8404 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8406         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8407         if the environment variable does not exist.
8409         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8410         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8411         parameter.
8412         (tramp-smb-handle-add-name-to-file)
8413         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8414         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8415         (tramp-smb-handle-file-attributes)
8416         (tramp-smb-do-file-attributes-with-stat)
8417         (tramp-smb-handle-file-local-copy)
8418         (tramp-smb-handle-insert-directory)
8419         (tramp-smb-handle-make-directory)
8420         (tramp-smb-handle-make-directory-internal)
8421         (tramp-smb-handle-make-symbolic-link)
8422         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8423         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8424         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8425         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8426         Handle long file names.
8427         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8428         process is running.
8429         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8430         Read share names with "-g" option.
8432 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8434         * net/rcirc.el (rcirc-view-log-file): New command.
8435         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8436         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8437         specified.
8439 2009-10-15  Glenn Morris  <rgm@gnu.org>
8441         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8442         from the second command-line argument.
8443         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8444         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8445         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8446         w32-batch-update-autoloads.
8447         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8448         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8450         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8451         the headers cannot be located.  Simplify, subtracting superflous
8452         save-excursions.
8454 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8456         Replace completion-base-size by completion-base-position to fix bugs
8457         such as (bug#4699).
8458         * simple.el (completion-base-position): New var.
8459         (completion-base-size): Mark as obsolete.
8460         (choose-completion): Make it work for mouse events as well.
8461         Pass the new base-position to choose-completion-string.
8462         (choose-completion-guess-base-position): New function, extracted from
8463         choose-completion-delete-max-match.
8464         (choose-completion-delete-max-match): Use it.  Make obsolete.
8465         (choose-completion-string): Use the new base-position info.
8466         (completion-root-regexp): Delete.
8467         (completion-setup-function): Preserve completion-base-position.
8468         Eliminate obsolete base-size manipulation.
8469         * minibuffer.el (display-completion-list): Don't mess with base-size.
8470         (minibuffer-completion-help): Set completion-base-position instead.
8471         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8472         choose-completion.
8473         * textmodes/bibtex.el (bibtex-complete):
8474         * emacs-lisp/crm.el (crm--choose-completion-string):
8475         Adjust to new calling convention.
8476         * complete.el (partial-completion-mode): Use minibufferp to avoid
8477         bumping into incompatible change to choose-completion-string-functions.
8478         * ido.el (ido-choose-completion-string): Make its calling convention
8479         more permissive.
8480         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8481         base-size manipulation.
8482         (comint-dynamic-list-input-ring): Use dotimes and push.
8483         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8484         fundamental-mode.  Use `or'.
8486 2009-10-14  Juri Linkov  <juri@jurta.org>
8488         * misearch.el (multi-isearch-next-buffer-from-list)
8489         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8491 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8494         `bytecomp.el'.
8496         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8497         string we return is all made up of text from the completions rather
8498         than part from the completions and part from the input (bug#4219).
8500         * ido.el (ido-everywhere): Use define-minor-mode.
8502         * buff-menu.el (list-buffers, ctl-x-map):
8503         Mark the entry points with ;;;###autoload cookies.
8505 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8507         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8508         correctly in the detached head case.
8509         (vc-git-print-log): Remove unused binding.
8511         * vc.el (vc-responsible-backend): When a directory is passed for
8512         for registration create a VC repository if no backend is
8513         responsible for the directory argument.
8514         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8516         * vc.el: Move comments about RCS and SCCS ...
8517         * vc-rcs.el:
8518         * vc-sccs.el: ... here, respectively.
8520 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * minibuffer.el (completion--file-name-table): Return nil if there's
8523         no file completion, even if substitute-in-file-name changed
8524         the string (bug#4708).
8526 2009-10-13  Juri Linkov  <juri@jurta.org>
8528         * files-x.el (read-file-local-variable-value): Don't filter out
8529         minor modes from mode name completion (bug#4664).
8531 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8533         * international/mule-cmds.el (ucs-names): Remove exclusion of
8534         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8536 2009-10-13  Kenichi Handa  <handa@m17n.org>
8538         * international/uni-name.el: Regenerated.
8540 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8542         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8543         should be automatically buffer-local, but isn't.)
8545 2009-10-12  Sam Steingold  <sds@gnu.org>
8547         * progmodes/compile.el (compilation-next-error-function): Fix the
8548         timestamps if the buffer has been visited before.
8549         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8550         non-anchored patterns, like the perl one (bug#3928).
8552 2009-10-12  Glenn Morris  <rgm@gnu.org>
8554         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8555         Let-bind `size'.
8557 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8559         * proced.el (proced-unload-function): New function.
8561         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8562         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8563         Doc fix.
8565         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8567 2009-10-11  Juri Linkov  <juri@jurta.org>
8569         * files-x.el (read-file-local-variable-value):
8570         Provide default value only for bound variables (bug#4664).
8572 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8574         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8575         connection methods like smb.
8577         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8578         can be empty.
8580         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8581         (tramp-smb-file-name-handler-alist): Add handlers for
8582         `add-name-to-file', `make-symbolic-link'.
8583         (tramp-smb-handle-add-name-to-file)
8584         (tramp-smb-do-file-attributes-with-stat)
8585         (tramp-smb-handle-make-symbolic-link)
8586         (tramp-smb-get-cifs-capabilities): New defuns.
8587         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8588         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8589         (tramp-smb-handle-file-local-copy)
8590         (tramp-smb-handle-make-directory-internal)
8591         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8592         The file name syntax depends on cifs capabilities.
8593         (tramp-smb-handle-file-attributes):
8594         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8595         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8596         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8598 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
8600         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8601         (eieio-defclass): Apply deftype handler and setf-method properties
8602         directly.
8603         (eieio-add-new-slot): Avoid union function from cl library.
8604         (eieio--typep): New function.
8605         (eieio-perform-slot-validation): Use it.
8607 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8609         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8610         Update documentation to refer to the variables documented in r1.135.
8611         (Bug#4188)
8613 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8615         * bookmark.el (Info-suffix-list): Remove this unused variable.
8616         (bookmark-current-point): Remove this obsolete variable.
8617         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8618         Adjust for removal of bookmark-current-point.
8620         (bookmarks-already-loaded, bookmark-current-buffer)
8621         (bookmark-yank-point): Document.  (Bug#4188)
8623 2009-10-10  Glenn Morris  <rgm@gnu.org>
8625         * frame.el (frame-height): Doc fix.
8627         * calendar/calendar.el (calendar-split-width-threshold): New option.
8628         (calendar-basic-setup): Use calendar-split-width-threshold.
8630 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
8632         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8633         Use .la for Automake.
8635 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
8637         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8638         Use "autoreconf -i".  Suggested by Andreas Schwab.
8640 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
8642         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8643         Ideographic Supplement" range (U+1F200..U+1F2FF).
8645 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8647         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8648         since the list will have been rebuilt anyway.  (Bug#4349)
8650 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8652         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8653         (bookmark-bmenu-execute-deletions): Don't save here, as
8654         bookmark-delete will now do so if necessary.
8655         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8656         (Bug#4348)
8658 2009-10-09  Glenn Morris  <rgm@gnu.org>
8660         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8662 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8664         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8665         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8666         argument now, so the two function's behaviors will match.  (Bug#3645)
8668 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8670         * cedet/ede/proj.el (project-make-dist, project-compile-project):
8671         Fix filename test.
8672         (ede-proj-dist-makefile): Use expand-file-name instead of concat
8673         to expand file names.
8675 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8677         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8678         (tramp-file-name-real-host, tramp-file-name-port):
8679         Apply `save-match-data'.
8681         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8682         case both directories are remote.
8683         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8684         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8686 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8688         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8689         (ede-proj-target-makefile-objectcode): Use it.
8691         * cedet/ede/source.el (ede-want-any-source-files-p)
8692         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8693         Return search result.  This error was introduced while merging.
8695 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8697         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8699 2009-10-07  Glenn Morris  <rgm@gnu.org>
8701         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8702         of concat.
8704 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8706         * files-x.el (read-file-local-variable): Include some
8707         non-user-variables in the completion table (bug#4664).
8709 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8711         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8712         message.
8714         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8715         (tramp-smb-file-name-handler-alist): Add handler for
8716         `copy-directory', `expand-file-name', `set-file-modes'.
8717         (tramp-smb-handle-copy-directory)
8718         (tramp-smb-handle-expand-file-name)
8719         (tramp-smb-handle-set-file-modes): New defuns.
8720         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8721         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8722         entry.
8723         (tramp-smb-handle-insert-directory): Don't flush the cache.
8724         (tramp-smb-maybe-open-connection): Check for samba client and
8725         server versions.
8727 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8729         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8730         to not error out of search for "^lisp=" fails.
8732 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8734         * makefile.w32-in (WINS_UPDATES): New macro.
8735         (custom-deps, finder-data, autoloads): Use it.
8737 2009-10-07  Glenn Morris  <rgm@gnu.org>
8739         * Makefile.in (autoloads): Revert previous change.
8740         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8741         the list of preloaded files passed on the command-line, get
8742         it from src/Makefile.
8744         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8745         show the original buffer rather than a random one.
8747 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8749         * help.el (describe-no-warranty): Place point in a slightly better
8750         position in the GPLv3 text.
8752 2009-10-06  Sam Steingold  <sds@gnu.org>
8754         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8755         the comm attribute is present before calling regexp-quote.
8757 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8759         * play/animate.el (animate-string): For good effect, make sure
8760         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8762         * play/animate.el (animate-sequence, animate-birthday-present):
8763         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8765 2009-10-06  Glenn Morris  <rgm@gnu.org>
8767         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8769         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8770         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8771         (batch-update-autoloads): Process a string value of autoload-excludes,
8772         set during the build process.
8773         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8775         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8776         inside with-parsed...  macro so that `v' is defined.
8778         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8779         * progmodes/fortran.el (fortran-end-of-block)
8780         (fortran-beginning-of-block):
8781         Also push mark in the macro case.
8783         * emerge.el (emerge-show-file-name):
8784         * calc/calc.el (calc-quit):
8785         * calc/calc-misc.el (calc-big-or-small):
8786         * calc/calc-graph.el (calc-graph-view):
8787         * calc/calc-ext.el (calc-reset):
8788         * calendar/calendar.el (calendar-basic-setup):
8789         Use window-full-height-p.
8791         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8792         header we don't understand, don't insert another.  (Bug#4624)
8793         If changing mime charset, insert the new one in the right place.
8795 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8797         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8798         (cal-tex-cursor-month): Correctly increment the end date for diary and
8799         holiday listing.  (Bug#4626)
8801 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8803         * help-fns.el (describe-function-1): Don't burp if the function is not
8804         a symbol.
8806 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8808         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8809         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8810         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8811         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8813         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8814         (eieio-default-superclass): Reflow docstrings.
8815         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8816         (eieio-unbind-method-implementations, defmethod)
8817         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8818         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8819         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8820         (eieio-slot-originating-class-p, eieio-slot-name-index)
8821         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8822         (constructor, initialize-instance, no-next-method, object-print)
8823         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8824         Fix typos in docstrings.
8825         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8826         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8827         (next-method-p): Doc fixes.
8828         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8829         Fix typos in error messages.
8830         (eieio-defmethod): Fix typo in description of generic method.
8832         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8833         (eieio-persistent-save-interactive, slot-missing):
8834         Fix typos in docstrings.
8835         (eieio-instance-inheritor-slot-boundp): Doc fix.
8837         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8838         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8840         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8841         (eieio-custom-object-apply-reset):
8842         Fix typos in docstrings and error messages.
8844         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8845         Fix typo in docstring.
8847         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8848         (eieio-browse-tree): Doc fix.
8849         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8850         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8851         Fix typos in docstrings.
8853         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8854         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8855         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8856         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8857         Reflow docstrings.
8859 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8861         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8862         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8863         Set log-view-vc-backend so that diff can work.
8865         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8866         vc-version-diff.
8867         (vc-diff-internal): Autoload this instead of vc-version-diff.
8869 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8871         * simple.el (eval-expression): Doc fix.
8873         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8875 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8877         * files.el (directory-files-no-dot-files-regexp): New defconst.
8878         (delete-directory): Use it.
8879         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8881         * net/tramp.el (tramp-verbose): Fix docstring.
8882         (tramp-methods): Add recursive option to `tramp-copy-args'.
8883         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8884         "scp1_old", "scp2_old", "rsync", "rsyncc".
8885         (tramp-default-method): Check also for `auth-source-user-or-password'.
8886         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8887         Add handler for `copy-directory'.
8888         (tramp-handle-copy-directory): New defun.
8889         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8890         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8891         Optimize sent command.
8893 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8895         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8896         window if necessary.
8898         * calendar/calendar.el (calendar-basic-setup): Don't call
8899         switch-to-buffer in a dedicated window.
8901 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8903         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8904         don't do anything related to relocating, just return nil.
8905         (bookmark-error-no-filename): New error.
8906         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8907         bookmark has no file.  Don't even attempt to handle things that
8908         are not files; the whole point of custom handlers is to keep that
8909         knowledge elsewhere anyway.  Tighten some comments.
8910         (bookmark-file-or-variation-thereof): Remove now-unused function.
8911         (bookmark-location): Doc string fix.
8912         (Bug#4250)
8914 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8916         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8917         don't use a file dialog, because they usually don't know how to read
8918         a directory target from the user.  (Bug#4230)
8919         Also, make sure the prompt can display directories as well as files.
8921 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8923         * bookmark.el (bookmark-set, bookmark-buffer-name):
8924         Improve doc strings.  (Bug#1193)
8926 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8928         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8929         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8930         (bookmark-get-annotation, bookmark-set-annotation)
8931         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8932         (bookmark-set-position, bookmark-get-front-context-string)
8933         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8934         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8935         (bookmark-jump-other-window, bookmark-handle-bookmark)
8936         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8937         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8938         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8939         Improve doc strings to say whether bookmark can be a string or
8940         a record or both, and make other consistency and clarity fixes.
8941         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8942         (bookmark-default-annotation-text, bookmark-yank-word)
8943         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8944         (bookmark-import-new-list, bookmark-maybe-rename)
8945         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8946         (bookmark-bmenu-bookmark): Give these doc strings.
8947         (bookmark-bmenu-check-position): Give this a doc string, but also
8948         add a FIXME comment about how the function may be pointless.
8949         (bookmark-default-handler): Rework doc string and change a
8950         parameter name, to clarify that this takes a bookmark record
8951         not a bookmark name.
8952         (bookmark-set): Change a parameter name to indicate its meaning,
8953         and improve the doc string a bit.
8954         (Bug#4188)
8956 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8958         * bookmark.el (bookmark-alist): Document the new `handler' element
8959         in the param alist.
8960         (bookmark-make-record-function): Adjust documentation for above.
8961         (Bug#4193)
8963 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8965         * info.el (Info-bookmark-make-record): Document this function.
8966         (Info-bookmark-jump): Document with a doc string, not just a comment.
8967         (Bug#4203)
8969 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8971         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8972         (semantic-new-buffer-fcn): Call parser setup functions here.
8973         (semantic-mode): Don't call parser setup functions here, it's done
8974         in semantic-new-buffer-fcn now.
8975         (semantic-mode): Parse all existing buffers when enabled.
8977         * cedet/srecode/compile.el (srecode-compile-file):
8978         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8980 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8982         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8984         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8985         (proj-comp-insert-variable-once): New macro, renamed from
8986         ede-pmake-insert-variable-once in ede/pmake.edl.
8987         (ede-proj-makefile-insert-variables): Use it.
8989 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8991         * files.el (copy-directory): New defun.
8993         * dired-aux.el (dired-copy-file-recursive): Use it.
8995 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8997         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8998         (makefile-end-of-command):
8999         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9000         (semantic-end-of-context): Fix previous change.  Doc fixes.
9002 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9004         * files-x.el (modify-dir-local-variable)
9005         (copy-dir-locals-to-file-locals-prop-line):
9006         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9007         (makefile-end-of-command):
9008         * cedet/semantic/lex.el (semantic-lex-token):
9009         * cedet/semantic/analyze/fcn.el
9010         (semantic-analyze-dereference-metatype-1):
9011         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9012         (semantic-lex-cpp-undef):
9013         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9014         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9015         (semantic-end-of-context): Fix typos in docstrings.
9017         * recentf.el (recentf-unload-function): New function.
9019 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9021         * cedet/ede.el (ede-project-placeholder-cache-file):
9022         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9023         * cedet/srecode/map.el (srecode-map-save-file):
9024         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
9026 2009-10-04  Glenn Morris  <rgm@gnu.org>
9028         * window.el (window-full-height-p): Add doc string.
9030 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
9032         * window.el (window-full-height-p): New function.  (Bug#4543)
9034 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
9036         * cedet/srecode/insert.el: Require srecode/args.
9038         * cedet/srecode/args.el: Require srecode/dictionary instead of
9039         srecode/insert.
9041         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9043         * files.el (auto-mode-alist): Add .srt and Project.ede.
9045         * cedet/semantic.el (semantic-mode):
9046         Handle srecode-template-mode-hook as well.
9047         (semantic-mode): Use js-mode-hook for Javascript hook.
9049         * cedet/srecode/template.el: Remove hook variable.
9051         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9053         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9054         projects exist.
9055         (ede-project-placeholder-cache-file): Default to a file in
9056         user-emacs-directory.
9058         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9059         templates in data-directory.
9060         (srecode-map-save-file): Default to a file in user-emacs-directory.
9062         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9063         directory.
9065 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9067         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9068         Doc fix.
9070         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9071         Only insert each variable once.
9073         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9074         (ede-pmake-insert-variable-shared): Use it.
9076         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9077         for lexical table iff table is nil.
9079 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
9081         * vc.el: Remove commented out code.
9082         (vc-derived-from-dir-mode): Remove, unused.
9083         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9085 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
9087         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9088         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
9089         there could be recursive loading when `default-directory' is a
9090         remote file name.  (Bug#4614)
9092 2009-10-03  Glenn Morris  <rgm@gnu.org>
9094         * calendar/calendar.el (calendar-basic-setup): Handle the case where
9095         the frame is wide.
9096         (calendar-generate-window): Test for shrinkability rather than width.
9098         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9099         declaration, currently false.
9101         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9102         reusing existing buffers, in case we happen to visit two files with the
9103         same basename.  (Bug#4593)
9105 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9107         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9108         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9109         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9110         subdirs of cedet as well.
9111         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9113 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9115         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9116         Obey advertised-signature-table.
9118         * help-fns.el (help-function-arglist): Don't check
9119         advertised-signature-table.
9120         (describe-function-1): Do it here instead so it also applies to subrs.
9122 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
9124         * simple.el (start-file-process): Say in the doc-string, that file
9125         handlers might not support pty association, if PROGRAM is nil.
9127         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9128         HOST and USER are strings.  They are nil, when there are
9129         incomplete entries in ~/.netrc, for example.
9130         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
9131         root directory ("device busy" error otherwise).
9133         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9134         Flush file properties of created directory.
9136 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9138         * makefile.w32-in (WINS_BASIC): Remove cedet.
9139         (WINS_CEDET): Add cedet.
9140         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9142 2009-10-02  Kevin Ryde  <user42@zip.com.au>
9144         * net/browse-url.el (browse-url): Pass any symbol in
9145         browse-url-browser-function to `apply', since if you've mistakenly put
9146         an unbound symbol then the error is clearer.  (Bug#4531)
9148 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9150         * allout.el (allout-init, allout-back-to-current-heading)
9151         (allout-beginning-of-current-entry, allout-ascend-to-depth)
9152         (allout-ascend, allout-up-current-level, allout-end-of-level)
9153         (allout-previous-visible-heading, allout-forward-current-level)
9154         (allout-backward-current-level, allout-show-children):
9155         * apropos.el (apropos-describe-plist):
9156         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9157         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9158         * completion.el (add-completion, add-permanent-completion):
9159         * descr-text.el (describe-text-category, describe-char):
9160         * desktop.el (desktop-lazy-abort):
9161         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9162         * dired.el (dired-build-subdir-alist):
9163         * ediff.el (ediff-version):
9164         * elide-head.el (elide-head, elide-head-show):
9165         * emerge.el (emerge-version):
9166         * env.el (getenv):
9167         * face-remap.el (variable-pitch-mode):
9168         * faces.el (describe-face):
9169         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9170         (dired-at-point):
9171         * files.el (find-file-existing, auto-save-mode):
9172         * font-lock.el (font-lock-fontify-buffer):
9173         * help-fns.el (describe-function, describe-variable)
9174         (describe-syntax, describe-categories):
9175         * help.el (view-lossage, describe-bindings, describe-key)
9176         (describe-mode):
9177         * hexl.el (hexl-current-address):
9178         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9179         * info.el (Info-goto-emacs-key-command-node):
9180         * log-edit.el (log-edit-insert-cvs-template)
9181         (log-edit-insert-cvs-rcstemplate):
9182         * menu-bar.el (menu-bar-mode):
9183         * mouse.el (mouse-appearance-menu):
9184         * newcomment.el (comment-indent-new-line):
9185         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9186         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9187         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9188         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9189         * recentf.el (recentf-mode):
9190         * savehist.el (savehist-mode, savehist-save):
9191         * shadowfile.el (shadow-copy-files):
9192         * simple.el (kill-ring-save, next-line, previous-line)
9193         (normal-erase-is-backspace-mode):
9194         * strokes.el (strokes-update-window-configuration)
9195         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9196         (strokes-xpm-for-stroke):
9197         * time.el (emacs-uptime, emacs-init-time):
9198         * tutorial.el (tutorial--describe-nonstandard-key)
9199         (tutorial--detailed-help):
9200         * type-break.el (type-break-mode)
9201         (type-break-mode-line-message-mode, type-break-query-mode)
9202         (type-break-guesstimate-keystroke-threshold):
9203         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9204         * version.el (emacs-version):
9205         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9206         * winner.el (winner-mode):
9207         * calendar/timeclock.el (timeclock-in, timeclock-out)
9208         (timeclock-status-string, timeclock-change)
9209         (timeclock-workday-remaining-string)
9210         (timeclock-workday-elapsed-string)
9211         (timeclock-when-to-leave-string):
9212         * calendar/todo-mode.el (todo-add-category):
9213         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9214         * emacs-lisp/autoload.el (update-file-autoloads):
9215         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9216         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9217         (checkdoc-message-text, checkdoc-defun):
9218         * emacs-lisp/debug.el (debugger-list-functions):
9219         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9220         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9221         (eieio-describe-generic):
9222         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9223         * emacs-lisp/shadow.el (list-load-path-shadows):
9224         * emulation/cua-base.el (cua-mode):
9225         * emulation/edt.el (edt-set-scroll-margins):
9226         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9227         (tpu-toggle-regexp, tpu-toggle-search-direction)
9228         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9229         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9230         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9231         (viper-set-parsing-style-toggling-macro)
9232         (viper-set-emacs-state-searchstyle-macros):
9233         * emulation/viper.el (viper-set-hooks):
9234         * eshell/esh-mode.el (eshell-truncate-buffer):
9235         * international/mule-cmds.el (prefer-coding-system)
9236         (describe-input-method, describe-language-environment):
9237         * international/mule-diag.el (list-character-sets)
9238         (describe-character-set, describe-coding-system)
9239         (describe-fontset, list-fontsets, list-input-methods):
9240         * mail/sendmail.el (mail-signature):
9241         * net/ange-ftp.el (ange-ftp-copy-file):
9242         * net/browse-url.el (browse-url):
9243         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9244         * net/quickurl.el (quickurl-add-url):
9245         * net/rcirc.el (names, topic):
9246         * net/xesam.el (xesam-mode):
9247         * play/5x5.el (5x5-new-game):
9248         * play/yow.el (apropos-zippy):
9249         * progmodes/ada-mode.el (ada-mode-version):
9250         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9251         (f90-end-of-block)
9252         (f90-beginning-of-block):
9253         * progmodes/fortran.el (fortran-end-of-block)
9254         (fortran-beginning-of-block):
9255         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9256         * progmodes/python.el (python-describe-symbol, python-shell):
9257         * term/ns-win.el (ns-print-buffer):
9258         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9259         * textmodes/flyspell.el (flyspell-mode-on):
9260         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9261         (pages-directory-for-addresses):
9262         * textmodes/table.el (table-recognize-cell)
9263         (table-query-dimension, table-generate-source)
9264         (table-insert-sequence, table--warn-incompatibility):
9265         * textmodes/tex-mode.el (tex-validate-buffer):
9266         * textmodes/texinfmt.el (texinfmt-version)
9267         (texinfo-format-buffer):
9268         Use `called-interactively-p' instead of `interactive-p'.
9270 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9272         * image-mode.el (image-toggle-display):
9273         * emacs-lisp/elp.el (elp-instrument-function):
9274         * emacs-lisp/advice.el (ad-make-advised-definition):
9275         * emacs-lisp/easy-mmode.el (define-minor-mode):
9276         * net/browse-url.el (browse-url-maybe-new-window):
9277         * progmodes/sh-script.el (sh-learn-buffer-indent):
9278         Pass new argument 'any to `called-interactively-p'.
9280 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9282         * international/uni-bidi.el:
9283         * international/uni-category.el:
9284         * international/uni-combining.el:
9285         * international/uni-comment.el:
9286         * international/uni-decimal.el:
9287         * international/uni-decomposition.el:
9288         * international/uni-digit.el:
9289         * international/uni-lowercase.el:
9290         * international/uni-mirrored.el:
9291         * international/uni-name.el:
9292         * international/uni-numeric.el:
9293         * international/uni-old-name.el:
9294         * international/uni-titlecase.el:
9295         * international/uni-uppercase.el:
9296         Regenerate from Unicode 5.2.0 data.
9298 2009-10-01  Glenn Morris  <rgm@gnu.org>
9300         * Makefile.in (ELCFILES): Regenerate.
9302 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9304         * subr.el (interactive-p): Mark obsolete.
9305         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9306         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9307         advertised-signature-table for subroutines as well.
9309         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9310         (set-advertised-calling-convention): New function.
9311         (make-obsolete, define-obsolete-function-alias)
9312         (make-obsolete-variable, define-obsolete-variable-alias):
9313         Make the optional-ness of `when' obsolete.
9314         (define-obsolete-face-alias): Make `when' non-optional.
9315         * help-fns.el (help-function-arglist):
9316         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9317         Use advertised-signature-table.
9319 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9321         * files.el (delete-directory): New defun.  The original function
9322         in fileio.c has been renamed to `delete-directory-internal'.
9324         * dired.el (dired-delete-file): Call `delete-directory' with
9325         RECURSIVE parameter.
9327         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9328         parameter RECURSIVE.  Implementation is missing.
9330         * net/tramp.el (tramp-handle-make-directory): Flush upper
9331         directory's file properties.
9332         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9333         (tramp-handle-dired-recursive-delete-directory): Flush directory
9334         properties after the remove command only.
9336         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9337         Handle optional parameter RECURSIVE.
9339         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9340         Handle optional parameter RECURSIVE.
9342         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9343         connection timeout.
9344         (tramp-smb-handle-delete-directory): Handle optional parameter
9345         RECURSIVE.
9347 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9350         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9351         (byte-compile-defmacro): Use backquotes.
9353         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9355         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9356         has no associated file.
9357         (vc-resynch-buffer): Use vc-dir-buffers.
9359 2009-10-01  Glenn Morris  <rgm@gnu.org>
9361         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9362         (chart-file-count):
9363         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9364         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9365         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9366         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9367         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9368         (eieio-copy-parents-into-subclass, make-instance, class-children)
9369         (eieio-generic-form):
9370         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9371         * cedet/cedet-idutils.el (cedet-idutils-search)
9372         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9373         (cedet-idutils-version-check):
9374         * cedet/cedet.el (cedet-version):
9375         * cedet/data-debug.el (data-debug-insert-overlay-button)
9376         (data-debug-insert-overlay-list-button)
9377         (data-debug-insert-buffer-button)
9378         (data-debug-insert-buffer-list-button)
9379         (data-debug-insert-process-button, data-debug-insert-ring-button)
9380         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9381         (data-debug-insert-stuff-vector-button)
9382         (data-debug-insert-symbol-button, data-debug-insert-string)
9383         (data-debug-insert-number, data-debug-insert-lambda-expression)
9384         (data-debug-insert-nil, data-debug-insert-simple-thing)
9385         (data-debug-insert-custom, data-debug-edebug-expr):
9386         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9387         (global-ede-mode-map, ede-new, ede-debug-target)
9388         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9389         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9390         (semantic-fetch-tags, semantic-submode-list)
9391         (semantic-default-submodes):
9392         * cedet/ede/source.el (ede-source-match):
9393         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9394         (project-am-package-info):
9395         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9396         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9397         * cedet/ede/proj-comp.el (ede-current-build-list):
9398         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9399         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9400         * cedet/ede/cpp-root.el (initialize-instance):
9401         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9402         (autoconf-parameter-strip, autoconf-insert-new-macro):
9403         * cedet/semantic/wisent.el (wisent-lex-eoi):
9404         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9405         (semantic-show-parser-state-mode):
9406         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9407         * cedet/semantic/tag.el (semantic-tag-new-variable)
9408         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9409         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9410         (semantic--tag-deep-copy-tag-list)
9411         (semantic-tag-components-with-overlays-default):
9412         * cedet/semantic/symref.el (semantic-symref-find-text):
9413         * cedet/semantic/senator.el (senator-yank-tag)
9414         (senator-transpose-tags-up):
9415         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9416         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9417         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9418         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9419         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9420         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9421         * cedet/semantic/lex-spp.el
9422         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9423         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9424         * cedet/semantic/idle.el
9425         (semantic-idle-summary-current-symbol-info-brutish)
9426         (semantic-idle-summary-current-symbol-info-default):
9427         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9428         (semantic--grammar-macro-compl-dict):
9429         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9430         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9431         (semantic-format-tag-canonical-name-default):
9432         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9433         (semantic-find-tags-for-completion)
9434         (semantic-find-tags-by-scope-protection-default)
9435         (semantic-deep-find-tags-for-completion):
9436         * cedet/semantic/edit.el
9437         (semantic-edits-incremental-reparse-failed-hook)
9438         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9439         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9440         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9441         * cedet/semantic/dep.el (semantic-dependency-include-path):
9442         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9443         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9444         (semanticdb-project-roots):
9445         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9446         (semanticdb-find-adebug-insert-scanned-tag-cons)
9447         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9448         (semanticdb-brute-deep-find-tags-for-completion):
9449         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9450         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9451         (semantic-end-of-context-default)
9452         (semantic-ctxt-current-function-default)
9453         (semantic-ctxt-scoped-types-default):
9454         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9455         (semantic-complete-inline-tag-engine)
9456         (semantic-complete-inline-custom-type)
9457         (semantic-complete-read-tag-analyzer):
9458         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9459         (semantic-chart-database-size):
9460         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9461         (semantic-analyze-current-context):
9462         * cedet/semantic/symref/list.el (semantic-symref)
9463         (semantic-symref-hide-buffer, semantic-symref-symbol):
9464         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9465         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9466         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9467         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9468         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9469         (semantic-c-dereference-template):
9470         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9471         (semantic--analyze-refs-full-lookup-with-parents)
9472         (semantic--analyze-refs-full-lookup-simple):
9473         * cedet/semantic/analyze/complete.el
9474         (semantic-analyze-possible-completions):
9475         * cedet/srecode/table.el (srecode-mode-table-new):
9476         * cedet/srecode/srt.el (srecode-read-variable-name):
9477         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9478         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9479         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9480         * cedet/srecode/map.el (srecode-current-map):
9481         * cedet/srecode/insert.el (srecode-insert)
9482         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9483         (srecode-template-inserter-point-override)
9484         (srecode-insert-include-lookup):
9485         * cedet/srecode/getset.el (srecode-auto-choose-class):
9486         * cedet/srecode/extract.el (srecode-inserter-extract):
9487         * cedet/srecode/document.el
9488         (srecode-document-autocomment-return-last-alist)
9489         (srecode-document-autocomment-param-type-alist)
9490         (srecode-document-insert-function-comment)
9491         (srecode-document-insert-variable-one-line-comment)
9492         (srecode-document-function-name-comment):
9493         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9494         (srecode-compound-toString):
9495         * cedet/srecode/compile.el (srecode-flush-active-templates):
9496         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9497         Doc/message fixes.
9499         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9500         match-data.  (Bug#4555).
9502         * cedet/semantic/bovine/gcc.el
9503         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9504         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9506         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9507         rather than parsing it as a regexp.  This relaxes the layout
9508         requirements and makes errors easier to detect.
9509         (check-declare-verify): Check file is regular.
9510         (check-declare-directory): Doc fix.
9511         * subr.el (declare-function): Doc fix.
9513         * ibuffer.el (ibuffer-format-qualifier):
9514         * isearch.el (hi-lock-regexp-okay):
9515         * calc/calc.el (math-zerop):
9516         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9517         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9518         Remove unused declarations.
9520 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9522         * cedet/semantic/wisent/javat-wy.el
9523         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9525 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9527         * cedet/srecode/expandproto.el: Fix provide statement.
9529 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9531         * emacs-lisp/eieio.el (boolean-p): Delete.
9533 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9535         * cedet/ede/srecode.el: Fix provide statement.
9537 2009-09-30  Glenn Morris  <rgm@gnu.org>
9539         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9540         * cedet/ede/proj-aux.el (ede-aux-source):
9541         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9542         (ede-misc-source):
9543         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9544         (semantic-mrub-switch-tags): Fix doc typos.
9546         * cedet/semantic/db-global.el (data-debug-new-buffer)
9547         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9548         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9550         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9552         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9553         use of CL function `remove-if-not'.
9555         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9557         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9558         filename is not a string.
9560 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9562         * files.el (safe-local-eval-forms): Fix typo.
9564 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * vc-hooks.el (vc-dir-buffers): New var.
9567         (vc-state-refresh): New function.
9568         (vc-state): Use it.
9569         (vc-after-save): Always ask the backend to recompute the new state.
9570         Always call vc-dir if necessary, using vc-dir-buffers.
9571         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9572         Use vc-dir-buffers.
9573         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9574         (vc-dir-prepare-status-buffer, vc-dir-update)
9575         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9576         Don't call expand-file-name on default-directory.
9578 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9580         * speedbar.el (speedbar-item-delete):
9581         * calc/calc-prog.el (calc-kbd-if):
9582         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9584         * epa.el (epa-key-list-mode-map):
9585         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9587         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9588         (hs-show-hook): Fix typo in docstring.
9590 2009-09-29  Glenn Morris  <rgm@gnu.org>
9592         * cedet/semantic/symref/idutils.el:
9593         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9595         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9597         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9598         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9599         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9600         Mark declarations not understood by check-declare.
9602         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9603         file-name-nondirectory call preventing location of cedet files.
9604         (check-declare-verify): Use literal search rather than re-search.
9605         Add basic defmethod and defclass, and define-overloadable-function.
9607         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9608         Use tramp-compat-file-attributes rather than nonexistent
9609         tramp-compat-handle-file-attributes.
9611         * Makefile.in (lisptagsfiles4): New.
9612         (AUTOGENEL): Add cedet loaddefs files.
9613         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9614         (update-elclist, compile-always, backup-compiled-files)
9615         (bootstrap-clean): Add yet another directory level.
9616         (update-elclist): Use LC_COLLATE rather than COLLATE.
9617         (ELCFILES): Update, via `make update-elclist'.
9619 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9621         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9622         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9623         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9625 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9627         * Makefile.in (lisptagsfiles3): Define.
9628         (TAGS, TAGS-LISP): Use it.
9629         (update-elclist): Add third directory level to look for elc files.
9630         (compile-always): Likewise.
9631         (backup-compiled-files): Likewise.
9632         (bootstrap-clean): Likewise.
9633         (ELCFILES): Update.
9635 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
9637         * Makefile.in (ELCFILES): Add CEDET files.
9639 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9641         CEDET (development tools) package merged.
9643         * cedet/*.el:
9644         * cedet/ede/*.el:
9645         * cedet/semantic/*.el:
9646         * cedet/srecode/*.el: New files.
9648 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
9650         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9652         * net/tramp.el (top): Require tramp-imap.
9654         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9655         Use `tramp-compat-handle-file-attributes'.
9657 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9659         * net/tramp-imap.el: New package.
9661 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9663         * emacs-lisp/chart.el:
9664         * emacs-lisp/eieio-base.el:
9665         * emacs-lisp/eieio-comp.el:
9666         * emacs-lisp/eieio-custom.el:
9667         * emacs-lisp/eieio-datadebug.el:
9668         * emacs-lisp/eieio-opt.el:
9669         * emacs-lisp/eieio-speedbar.el:
9670         * emacs-lisp/eieio.el: New files.
9672         * cedet/cedet-cscope.el:
9673         * cedet/cedet-files.el:
9674         * cedet/cedet-global.el:
9675         * cedet/cedet-idutils.el:
9676         * cedet/data-debug.el:
9677         * cedet/inversion.el:
9678         * cedet/mode-local.el:
9679         * cedet/pulse.el: New files.
9681 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9683         * whitespace.el (whitespace-trailing-regexp)
9684         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9685         Fix doc string.
9687 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
9689         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9690         menu.
9692         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9693         menu-bar-ediff-menu.
9695         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9696         define-overloadable-function.
9698         * progmodes/autoconf.el: Provide autoconf as well, so that this
9699         file can be `require'd.
9701         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9703         * emacs-lisp/autoload.el (generated-autoload-feature)
9704         (generated-autoload-load-name): New vars.
9705         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9706         (make-autoload): Recognize define-overloadable-function and
9707         defclass forms (for EIEIO).
9709         * Makefile.in (update-subdirs): Exclude cedet directory.
9711 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9713         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9715         * faces.el: Default light-background background for region face to
9716         ns_selection_color under NS.
9718 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9720         * net/imap-hash.el: New library, see NEWS.
9722         * Makefile.in (ELCFILES): Add imap-hash.el.
9724 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9727         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9728         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9729         definition where the docstring could be taken for the return value.
9731 2009-09-26  Glenn Morris  <rgm@gnu.org>
9733         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9734         Add option to only show images below a certain size.
9735         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9736         save-excursion calls.
9738 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9740         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9741         subdirectories) and eieio.
9743 2009-09-26  Alan Mackenzie  <acm@muc.de>
9745         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9746         buggy bracketing.  (Bug#4289)
9748         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9749         character constants (as case labels).  (Bug#4289)
9751 2009-09-25  Juri Linkov  <juri@jurta.org>
9753         * files.el (safe-local-eval-forms): Allow time-stamp in
9754         before-save-hook (Bug#4554).
9756 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9758         * menu-bar.el (list-buffers-directory): Doc fix.
9760 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9763         Try and avoid copying twice the same paragraph.
9764         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9765         Remove save-excursion.
9766         (log-edit-changelog-entry): Do it here instead.
9768 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9770         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9771         when available, instead of hardcoding mode names.  Doc fix.
9773         * menu-bar.el (list-buffers-directory): Add docstring.
9774         Make automatically buffer-local.
9776         * dired.el (dired-mode):
9777         * files.el (cd-absolute):
9778         * pcvs.el (cvs-temp-buffer):
9779         * pcvs-util.el (cvs-get-buffer-create):
9780         * shell.el (shell-mode):
9781         * vc-dir.el (vc-dir-mode):
9782         Don't make `list-buffers-directory' buffer local.
9784 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9786         * comint.el (comint-exec, comint-run, make-comint):
9787         Doc fixes (Bug#4542).
9789 2009-09-25  Glenn Morris  <rgm@gnu.org>
9791         * mail/rmailmm.el (rmail-mime): New custom group.
9792         Move all defcustoms in this file into this group.
9793         (rmail-mime-media-type-handlers-alist): Revert previous change.
9794         (rmail-mime-show-images): New option.
9795         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9796         references to it, since it wasn't actually used for anything.
9797         (rmail-mime-insert-image): New function.
9798         (rmail-mime-image): Use rmail-mime-insert-image.
9799         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9800         obey the value of `rmail-mime-show-images' option.  Print the size of
9801         attachments.
9803 2009-09-25  David Engster  <deng@randomsample.de>
9805         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9807 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9809         * whitespace.el: Does not highlight trailing spaces While point is
9810         at end of line.  Does not highligt spaces at beginning of buffer
9811         while point is at beginning of buffer.  Does not highlight spaces
9812         at end of buffer while point is at end of buffer.  (Bug#4177)
9813         New version 12.0.
9814         (whitespace-display-mappings): Adjust initialization.
9815         (whitespace-point, whitespace-font-lock-refontify): New vars.
9816         (whitespace-color-on, whitespace-color-off): Adjust code.
9817         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9818         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9819         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9821 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9823         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9825         * textmodes/sgml-mode.el: Remove xml-mode alias.
9827         * files.el (auto-mode-alist, conf-mode-maybe)
9828         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9830 2009-09-24  Alan Mackenzie  <acm@muc.de>
9832         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9833         c-forward-conditionals, but it doesn't move point and doesn't set
9834         the mark.
9835         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9836         (c-down-conditional-with-else, c-backward-conditional)
9837         (c-forward-conditional): Refactor to use c-scan-conditionals.
9839 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9841         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9842         (help-default-arg-highlight): Remove.
9843         (help-highlight-arg): New function.
9844         (help-do-arg-highlight): Use it.
9845         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9847 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9849         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9850         Undo last change, which didn't fix the problem and introduced others.
9852 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9854         * progmodes/gdb-mi.el: Don't require speedbar.
9855         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9857 2009-09-24  Glenn Morris  <rgm@gnu.org>
9859         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9861         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9863         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9864         there is no newline after the final mime boundary.  (Bug#4539)
9865         Move markers on insertion so that any buttons inserted don't end up in
9866         the next part of a multipart message.
9867         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9868         (rmail-mime-bulk-handler): Optionally handle images.
9869         (rmail-mime-image): New button action.
9870         (rmail-mime-image-handler): New function.
9871         (rmail-mime-mode): New mode.
9872         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9874 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9876         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9877         than just dropping elements from it (bug#4504).
9879         * term.el (term-set-scroll-region): Don't move cursor any more.
9880         (term-handle-ansi-escape): Call term-goto here instead.
9881         Suggested by Ivan Kanis <apple@kanis.eu>.
9883         * term.el: Require CL.
9884         (term-ansi-reset): New function.
9885         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9886         (term-handle-colors-array): Simplify.
9888 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9890         * allout.el (allout-overlay-interior-modification-handler)
9891         (allout-obtain-passphrase):
9892         * epa-file.el (epa-file-write-region):
9893         * ps-print.el (ps-begin-job):
9894         * vc-hooks.el (vc-toggle-read-only):
9895         * vc-rcs.el (vc-rcs-rollback):
9896         * vc-sccs.el (vc-sccs-rollback):
9897         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9898         (vc-version-diff, vc-revert, vc-rollback):
9899         * wdired.el (wdired-check-kill-buffer):
9900         * emacs-lisp/authors.el (authors):
9901         * net/socks.el (socks-open-connection):
9902         * net/zeroconf.el (zeroconf-service-add-hook):
9903         * obsolete/vc-mcvs.el (vc-mcvs-register):
9904         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9905         (gdb-select-frame):
9906         * progmodes/grep.el (lgrep, rgrep):
9907         * progmodes/idlw-help.el (idlwave-help-check-locations)
9908         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9909         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9910         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9911         (reftex-toc-rename-label): Fix typos in error messages.
9913         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9914         (dired-copy-how-to-fn): Doc fix.
9915         (dired-files-attributes, dired-read-shell-command):
9916         Fix typos in docstrings.
9918         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9919         (dired-x-find-file-other-window): Reflow docstrings.
9920         (dired-omit-marker-char, dired-read-shell-command)
9921         (dired-x-submit-report): Fix typos in docstrings.
9923         * shell.el (shell-mode-hook):
9924         * view.el (View-scroll-line-forward):
9925         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9926         Fix typos in docstrings.
9928         * net/dig.el (dig-invoke): Fix typo in docstring.
9929         (query-dig): Reflow docstring.
9931         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9932         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9933         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9934         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9935         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9936         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9937         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9938         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9939         (idlwave-completion-map, idlwave-current-indent)
9940         (idlwave-custom-ampersand-surround, idlwave-customize)
9941         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9942         (idlwave-define-abbrev, idlwave-determine-class-special)
9943         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9944         (idlwave-end-block-reg, idlwave-end-of-statement)
9945         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9946         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9947         (idlwave-explicit-class-listed, idlwave-file-header)
9948         (idlwave-fill-paragraph, idlwave-find-class-definition)
9949         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9950         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9951         (idlwave-in-quote, idlwave-indent-action-table)
9952         (idlwave-indent-expand-table, idlwave-indent-line)
9953         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9954         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9955         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9956         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9957         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9958         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9959         (idlwave-outlawed-buffers, idlwave-popup-select)
9960         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9961         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9962         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9963         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9964         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9965         (idlwave-statement-type, idlwave-struct-skip)
9966         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9967         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9968         (idlwave-what-module-find-class): Fix typos in docstrings.
9969         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9970         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9971         (idlwave-find-module, idlwave-find-structure-definition)
9972         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9973         (idlwave-list-load-path-shadows, idlwave-next-statement)
9974         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9975         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9976         (idlwave-template): Reflow docstrings.
9978         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9979         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9980         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9981         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9982         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9983         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9984         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9985         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9986         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9987         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9988         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9989         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9990         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9991         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9992         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9993         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9994         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9995         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9996         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9997         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9998         Fix typos in docstrings.
9999         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10000         (idlwave-shell-hide-output, idlwave-shell-mode)
10001         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10002         Reflow docstrings.
10004         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10006 2009-09-24  Ivan Kanis  <apple@kanis.eu>
10008         * term.el (term-bold-attribute): New var.
10009         (term-handle-colors-array): Use it.
10011 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
10013         * progmodes/gdb-mi.el (gdb-version): New variable.
10014         (gdb-non-stop-handler): Set gdb-version.
10015         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10016         Condition "--thread" option on gdb-version.
10017         (gdb-invalidate-threads): Remove unused argument.
10019 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10021         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10022         to looking-back to avoid ridiculous slow down in large files (bug#4511).
10024 2009-09-23  Glenn Morris  <rgm@gnu.org>
10026         * mail/rmail.el (rmail-reply): Don't try to add a References header when
10027         replying to mail without References or Message-Id.  (Bug#4525)
10029 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10031         * term/ns-win.el (ns-reg-to-script): New variable.
10033 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
10035         * epg.el (epg-wait-for-status): Preserve existing 'error results.
10037 2009-09-22  Sam Steingold  <sds@gnu.org>
10039         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10040         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10041         to 1 because hg returns status 1 when nothing is found.
10042         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10044 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * textmodes/fill.el: Convert to utf-8 encoding.
10047         (fill-french-nobreak-p): Remove redundant » and « inherited from our
10048         pre-unicode days.
10050         * add-log.el (change-log-fill-forward-paragraph): New function.
10051         (change-log-mode): Use it so fill-region DTRT.
10052         Set fill-indent-according-to-mode here rather than in
10053         change-log-fill-paragraph.
10054         (change-log-fill-paragraph): Remove.
10056 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
10058         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10059         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10061 2009-09-22  Glenn Morris  <rgm@gnu.org>
10063         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10064         the scroll-bar scroll the calendar window rather than the buffer.
10066         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10067         commands that move point (as opposed to scrolling).
10069         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10071         * emacs-lisp/elint.el (elint): New custom group.
10072         (elint-log-buffer): Make it a defcustom.
10073         (elint-scan-preloaded, elint-ignored-warnings)
10074         (elint-directory-skip-re): New options.
10075         (elint-builtin-variables): Doc fix.
10076         (elint-preloaded-env): New variable.
10077         (elint-unknown-builtin-args): Add an entry for encode-time.
10078         (elint-extra-errors): Make it a variable rather than a constant.
10079         (elint-preloaded-skip-re): New constant.
10080         (elint-directory): Skip files matching elint-directory-skip-re.
10081         (elint-features): New variable, local to linted buffers.
10082         (elint-update-env): Initialize elint-features.  Possibly add
10083         elint-preloaded-env to the buffer's environment.
10084         (elint-get-top-forms): Bind elint-current-pos, for log messages.
10085         Skip quoted forms.
10086         (elint-init-form): New function, extracted from elint-init-env.
10087         Make non-list forms a warning rather than an error.
10088         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
10089         easy-menu-define, put that adds an error-condition, and provide.
10090         When requiring cl, also require cl-macs.  Really require cl, to handle
10091         some cl macros.  Store required libraries in the list elint-features,
10092         so as not to re-load them.  Treat cc-require like require.
10093         (elint-init-env): Call elint-init-form to do the work.
10094         Handle eval-and-compile and such like.
10095         (elint-add-required-env): Do not clear messages.
10096         (elint-special-forms): Add handlers for function, defalias, if, when,
10097         unless, and, or.
10098         (elint-form): Add optional argument to ignore elint-special-forms,
10099         useful to prevent recursive calls from handlers.  Doc fix.
10100         Respect elint-ignored-warnings.
10101         (elint-form): Respect elint-ignored-warnings.
10102         (elint-bound-variable, elint-bound-function): New variables.
10103         (elint-unbound-variable): Respect elint-bound-variable.
10104         (elint-get-args): Respect elint-bound-function.
10105         (elint-check-cond-form): Add some simple handling for (f)boundp and
10106         featurep tests.
10107         (elint-check-defalias-form): New handler.
10108         (elint-check-let-form): Make an empty let a warning rather than an
10109         error.
10110         (elint-check-setq-form): Make an empty setq a warning rather than an
10111         error.  Respect elint-ignored-warnings.
10112         (elint-check-defvar-form): Accept null doc-strings.
10113         (elint-check-conditional-form): New handler.  Does some simple-minded
10114         checking of featurep and (f)boundp tests.
10115         (elint-put-function-args): New function.
10116         (elint-initialize): Use elint-scan-doc-file rather than
10117         elint-find-builtin-variables.  Use elint-put-function-args.
10118         Possibly scan preloaded-file-list.
10119         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10120         extend to handle functions as well.
10122 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
10124         * linum.el (linum-delete-overlays, linum-update-window):
10125         Do not modify the right margin.  (Bug#3971)
10127 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
10129         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10130         nxml-mode instead of xml-mode.
10132 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10134         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
10136 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * net/dig.el (dig-mode): Use define-derived-mode.
10140 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10142         * vc-dispatcher.el (vc-do-command): Return the process object in
10143         the asynchronous case.  Use when instead of if.  Do not run
10144         vc-exec-after to display a message if not enabled.  (Bug#4463)
10146         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10147         properties to the stash strings.
10148         (vc-git-stash-list): Return a list of strings.
10149         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10150         (vc-git-stash-show-at-point): New functions.
10151         (vc-git-stash-map): New keymap.
10153         * register.el (ctl-x-r-map): Define the keys here instead of
10154         using autoload.
10156 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
10158         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10159         list, to workaround performance problem (bug#4485).
10161 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
10163         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10165 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
10167         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10168         Document that this option is not recommended to use.
10170 2009-09-19  Glenn Morris  <rgm@gnu.org>
10172         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10173         variable `var'.
10175         * calc/calc-alg.el (var):
10176         * calc/calcalg2.el (var): Define for compiler.
10178 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
10180         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10181         Doc fix (Bug#3932).
10183         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10185         * time-stamp.el (time-stamp-month-dd-yyyy)
10186         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10187         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10188         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10189         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10190         Remove functions that have been obsolete since 1995 (Bug#4436).
10192         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10193         indent buffer only if called interactively (Bug#4452).
10195 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10196             Eli Zaretskii  <eliz@gnu.org>
10198         This fixes bug#4197 (merged to bug#865, though not identical).
10199         * server.el (server-auth-dir): Add docstring note about FAT32.
10200         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10201         but warn against using them.
10203 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10205         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10206         older GDB where there is no has_more field.
10208 2009-09-19  Glenn Morris  <rgm@gnu.org>
10210         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10212 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10214         * files.el (auto-mode-alist): Change default for XML files to nXML
10215         mode (Bug#4169).
10217 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10219         * server.el (server-ensure-safe-dir): Pass 'integer
10220         to `file-attributes', as suggested.
10222 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10224         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10225         (dired-query): Use read-key.
10227 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10229         * cus-start.el (ns-use-qd-smoothing): Remove.
10231 2009-09-18  Glenn Morris  <rgm@gnu.org>
10233         * allout.el (top-level): Remove unnecessary progn.
10235         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10237         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10238         definition of abbrev table.
10240         * speedbar.el (speedbar-track-mouse):
10241         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10242         * net/eudc.el (eudc-expand-inline):
10243         * net/newst-backend.el (newsticker--cache-read-feed):
10244         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10245         condition-case handlers.
10247 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10249         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10250         (gdb-var-list): Add an element for has_more field.
10251         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10252         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10253         (gdb-var-update-handler-1): Parse output of dynamic variable
10254         objects (STL containers).
10255         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10256         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10258         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10259         gdb-var-list.
10260         (gud-speedbar-buttons): Make node expandable if expression "has more"
10261         children.
10263 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10265         * startup.el (emacs-quick-startup): Remove variable and all uses.
10266         (command-line): Set `inhibit-x-resources' instead.
10267         (command-line-1): Use `inhibit-x-resources' instead.
10269 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10271         * subr.el: Fix last change to avoid using the `unless' macro,
10272         which breaks bootstrapping.
10274 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10276         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10277         extended definitions, in case we reload subr.el after having
10278         loaded CL.
10279         (eval-next-after-load): Mark as obsolete.
10281 2009-09-17  Juri Linkov  <juri@jurta.org>
10283         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10284         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10285         (menu-bar-showhide-menu, menu-bar-tools-menu)
10286         (menu-bar-describe-menu, menu-bar-help-menu)
10287         (minibuffer-local-completion-map, minibuffer-local-map):
10288         Fix list quoting.
10290 2009-09-17  Glenn Morris  <rgm@gnu.org>
10292         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10293         arguments, whether or not it has a handler.
10295         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10297         * simple.el (hard-newline): Give it a doc-string.
10299         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10300         (lisp-mode-syntax-table): Give them doc-strings.
10302 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10304         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10305         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10306         (menu-bar-options-menu, menu-bar-showhide-menu)
10307         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10308         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10309         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10310         (menu-bar-options-menu, menu-bar-tools-menu)
10311         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10312         (menu-bar-help-menu):
10313         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10314         string arguments.
10316         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10317         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10318         calls for the menu names and :help.
10320 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10322         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10323         to :minor-mode-function (bug#4455).
10325 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * startup.el (command-line): Initialize the window-system after
10328         processing the command-line.
10330         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10331         page-delimiter matches the empty string.
10333 2009-09-16  Glenn Morris  <rgm@gnu.org>
10335         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10336         byte-compile-not-obsolete-var.  It's a list now.
10337         (byte-compile-not-obsolete-funcs): New variable.
10338         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10339         byte-compile-not-obsolete-funcs.
10340         (byte-compile-variable-ref, byte-compile-defvar): Update for
10341         byte-compile-not-obsolete-vars name-change and list nature.
10342         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10343         and variables behind (f)boundp tests.
10344         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10346 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10348         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10350 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10352         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10353         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10354         Don't autoload.
10356 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10358         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10359         the virtual-buffers, use the name of the buffer specified by
10360         find-file-noselect, as the match may be a symlink.  (This was a
10361         problem if the target and the symlink had different names.)
10363 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10365         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10367         * desktop.el (desktop-path): Check user-emacs-directory.
10369         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10371         * loadup.el: Use after-load-functions to GC after loading each file.
10372         Remove the explicit GC calls that used to be sprinkled around.
10374         * subr.el (after-load-functions): New hook.
10375         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10376         `obsolete' packages, rather than painfully extracting the relevant
10377         directory name.
10379 2009-09-15  Glenn Morris  <rgm@gnu.org>
10381         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10382         free variable `doc'.
10384         * dired.el (dired-mode-map): Add menu entry for async shell command.
10386         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10387         variables, also consider the .elc files, since the .el files are
10388         normally gzipped (subsequent code locates the .el.gz from the .elc).
10390         * calc/calc-prog.el (arglist): Define for compiler.
10392         * calendar/diary-lib.el (diary-display-function): Change the default to
10393         fancy display.
10394         (body): Define for compiler.
10396         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10397         (byte-compile-file-form, byte-compile-lambda)
10398         (byte-compile-top-level-body, byte-compile-form)
10399         (byte-compile-variable-ref, byte-compile-setq)
10400         (byte-compile-setq-default, byte-compile-body)
10401         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10402         (batch-byte-compile): Give some more local variables with common names
10403         a "bytecomp-" prefix to avoid masking warnings about free variables.
10405         * startup.el (command-line-1): Give local variables with common names a
10406         distinguishing prefix, so as not to hide free variable warnings during
10407         bootstrap.
10409         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10410         clever and add a suffix to make a unique name, just let the user decide
10411         whether or not to overwrite it.  If the input is a directory, write the
10412         default filename to that directory.  (Bug#4388)
10413         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10414         is a filename-as-a-directory.
10416 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10418         * textmodes/page.el (what-page): Don't move to beginning of line.
10419         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10421 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10423         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10425 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10427         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10428         * help.el (help-for-help-internal): Add purecopy calls for text.
10430         * vc.el (top): print-log method now takes an optional SHORTLOG
10431         argument.  Add a new method: root.
10432         (vc-root-diff, vc-print-root-log): New functions.
10433         (vc-log-short-style): New variable.
10434         (vc-print-log-internal): Add support for showing short logs.
10436         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10437         vc-print-root-log and vc-print-root-diff.
10439         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10440         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10441         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10442         short logs.
10444         * vc-cvs.el (vc-cvs-print-log):
10445         * vc-mtn.el (vc-mtn-print-log):
10446         * vc-rcs.el (vc-rcs-print-log):
10447         * vc-sccs.el (vc-sccs-print-log):
10448         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10449         that is ignored for now.
10451         * vc-mtn.el (vc-mtn-annotate-command):
10452         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10454 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10457         to function-key-map, and give them ascii-character property.
10458         * term/x-win.el (x-alternatives-map):
10459         * term/ns-win.el (ns-alternatives-map):
10460         * term/internal.el (msdos-key-remapping-map):
10461         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10463 2009-09-14  Glenn Morris  <rgm@gnu.org>
10465         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10466         temp-buffers (2009-09-12).
10468 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10470         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10471         the new read-key function.
10473 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10475         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10476         is defined (Bug#4405).
10478 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10480         * recentf.el (recentf-cleanup): Use a hash table to find
10481         duplicates (Bug#4407).
10483 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10485         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10486         kp-0 to ascii equivalents (Bug#4325).
10488 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10490         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10492         * eshell/em-hist.el:
10493         * eshell/em-dirs.el (eshell-complete-user-reference):
10494         Declare pcomplete functions and variables to avoid compiler warnings.
10496 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10498         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10499         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10500         * eshell/em-alias.el (eshell-aliases-file):
10501         * eshell/em-hist.el (eshell-history-file-name):
10502         Use expand-file-name instead of concat to make file names (Bug#4308).
10504 2009-09-13  Glenn Morris  <rgm@gnu.org>
10506         * ediff-merg.el (ediff-do-merge):
10507         * filesets.el (filesets-run-cmd):
10508         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10509         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10510         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10511         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10512         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10513         Replace empty `let's with `progn'.
10515 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * mail/sendmail.el (send-mail-function):
10518         * tooltip.el (tooltip-mode):
10519         * simple.el (transient-mark-mode):
10520         * rfn-eshadow.el (file-name-shadow-mode):
10521         * frame.el (blink-cursor-mode):
10522         * font-core.el (global-font-lock-mode):
10523         * files.el (temporary-file-directory)
10524         (small-temporary-file-directory, auto-save-file-name-transforms):
10525         * epa-hook.el (auto-encryption-mode):
10526         * composite.el (global-auto-composition-mode):
10527         Use custom-initialize-delay.
10528         * startup.el (command-line): Don't explicitly call
10529         custom-reevaluate-setting for all the above vars.
10530         * custom.el (custom-initialize-safe-set)
10531         (custom-initialize-safe-default): Delete.
10533 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * term/x-win.el (x-initialize-window-system):
10536         * term/w32-win.el (w32-initialize-window-system):
10537         * term/ns-win.el (ns-initialize-window-system): Don't call
10538         mouse-wheel-mode since it's enabled globally by default already.
10540         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10541         actually define the variable, but only silences the byte-compiler.
10542         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10543         before looking it up.
10544         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10545         is changed.
10547 2009-09-12  Glenn Morris  <rgm@gnu.org>
10549         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10550         1000.
10551         (elint-add-required-env): Don't beep on error.
10552         (elint-forms): In case of error, return ENV unchanged.
10553         (elint-init-env): Skip non-list forms.
10554         (elint-log): Handle unknown file positions.
10556 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10558         * epg.el (epg-make-context): Add autoload cookie.
10559         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10560         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10561         (epg-verify-string, epg-start-sign, epg-sign-file)
10562         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10563         (epg-encrypt-string, epg-start-export-keys)
10564         (epg-export-keys-to-file, epg-export-keys-to-string)
10565         (epg-start-import-keys, epg-import-keys-from-file)
10566         (epg-import-keys-from-string, epg-start-receive-keys)
10567         (epg-receive-keys, epg-import-keys-from-server)
10568         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10569         (epg-sign-keys, epg-start-generate-key)
10570         (epg-generate-key-from-file, epg-generate-key-from-string):
10571         Remove autoload cookie.
10573 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10575         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10576         reevaluation of trash-directory.
10578         * mwheel.el: Fix last change.
10579         (mouse-wheel-mode): New defvar.
10580         (mouse-wheel-mode): Remove autoload cookie.
10582 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * mwheel.el (mwheel-installed-bindings): New var.
10585         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10586         the bindings we set last time.  Use custom-initialize-delay.
10587         * loadup.el: Load mwheel after term/*-win.el.
10588         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10589         and mouse-wheel-up-event now that their first evaluation is done
10590         sufficiently late to be correct.
10592         * startup.el (tutorial-directory): Make it a defcustom.
10593         Use custom-initialize-delay rather than eval-at-startup to set it.
10594         * image.el (image-load-path): Make it a defcustom.
10595         Use custom-initialize-delay rather than eval-at-startup to set it.
10596         * subr.el (eval-at-startup): Remove.
10597         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10599         * subr.el (do-after-load-evaluation): Warn the user after loading an
10600         obsolete package.
10602 2009-09-12  Glenn Morris  <rgm@gnu.org>
10604         * proced.el (proced-mark-alt): Remove alias.
10605         (proced-mode-map): Remove proced-mark-alt.
10607         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10608         Elint file and directory.  Remove initialization entry.
10610         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10611         commands.
10612         (elint-current-buffer): Set mode-line-process.
10613         (elint-init-env): Handle define-derived-mode.
10614         Fix declare-function with unspecified arglist.  Guard against odd
10615         defalias statements (eg iso-insert's 8859-1-map).
10616         (elint-add-required-env): Use a temp buffer.
10617         (elint-form): Just print the function/macro name, not the whole form.
10618         Return env unchanged if we fail to parse a macro.
10619         (elint-forms): Guard against parse errors.
10620         (elint-output): New function, to handle batch mode.
10621         (elint-log-message): Add optional argument.  Use elint-output.
10622         (elint-set-mode-line): New function.
10624 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10626         * emacs-lisp/elp.el (elp-not-profilable): Add more
10627         functions (Bug#4233).
10629 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10631         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10632         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10634 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10636         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10637         (gdb-var-list-children): Use json parsing.
10639 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
10641         * progmodes/js.el (js--proper-indentation): Handle the case where
10642         char-before is null.  Reported by Deniz Dogan.
10644 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10646         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10648 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
10650         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10651         (epg-digest-algorithm-alist): Add SHA224.
10652         (epg-context-set-passphrase-callback)
10653         (epg-context-set-progress-callback): Add description about
10654         callback function.
10656 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * custom.el (custom-delayed-init-variables): New var.
10659         (custom-initialize-delay): New function.
10660         * startup.el (command-line): "Re"evaluate all vars in
10661         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
10662         explicitly any more.
10663         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10664         to avoid creating a ~/.emacs.d at build-time (bug#4347).
10666         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10668 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10670         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10671         (gdb-var-update-handler): Use json parsing.
10673 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10675         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10676         decode annotated text, regardless of language environment.  (Bug#2741)
10678 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * Makefile.in (autoloads): Make rmail.el writable as well.
10682 2009-09-11  Glenn Morris  <rgm@gnu.org>
10684         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10685         loaddefs.el.
10686         * dired.el: Regenerate with extracted autoloads.
10687         * Makefile.in (autoloads): Make dired.el writable.
10689         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10690         * ibuffer.el: Regenerate with extracted autoloads.
10691         * Makefile.in (autoloads): Make ibuffer.el writable.
10693         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10694         * version.el (emacs-copyright, emacs-major-version)
10695         (emacs-minor-version): Reformat doc-strings for make-docfile.
10697         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10698         functions and variables, since they must be stuff specific to some other
10699         platform.
10700         (apropos-print): Make mouse-click message less specific about button.
10702         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10703         that records where a macro was defined.
10704         * help-fns.el (describe-function-1): Mention if a function has a
10705         compiler-macro.
10706         * help-mode.el (help-function-cmacro): New button.
10708         * locate.el (top-level): Always require dired.
10709         (locate-mode-map): Initialize inside the defvar.
10711         * net/ange-ftp.el (dired-compress-file): Declare.
10712         (ange-ftp-dired-compress-file): Add doc string.
10714         * term/ns-win.el (x-display-name, x-setup-function-keys):
10715         Unify doc-strings with X versions.
10717 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * emulation/crisp.el (crisp-mode-map): Move initialization
10720         into declaration.
10721         (crisp-mode): Use define-minor-mode.
10723         * progmodes/xscheme.el (xscheme-evaluation-commands):
10724         Put a :advertised-binding property rather than using
10725         advertised-xscheme-send-previous-expression.
10726         (advertised-xscheme-send-previous-expression): Declare obsolete.
10727         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10728         `advertised-undo'.
10729         (crisp-mode): Add corresponding bindings to
10730         undo's :advertised-binding instead.
10731         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10732         than using dired-advertised-find-file.
10733         (dired-advertised-find-file):
10734         * simple.el (advertised-undo):
10735         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10736         (widget-keymap): Put a :advertised-binding property rather
10737         than using advertised-widget-backward.
10738         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10739         than using advertised-undo.
10740         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10742 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10744         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10745         Mark mode is enabled and region is active; otherwise indent or
10746         insert TAB as usual.
10747         (delphi-mode): Update description of TAB-key binding.
10749 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10751         * subr.el (define-key-rebound-commands): Mark obsolete.
10752         * startup.el (precompute-menubar-bindings): Remove.
10753         (normal-top-level): Remove obsolete code that tried to precompute
10754         menubar bindings.
10755         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10756         define-key-rebound-commands and precompute-menubar-bindings.
10758 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10760         * net/imap.el (imap-interactive-login): Better messages.
10761         (imap-open): Fix bug with renamed buffer on reconnect.
10762         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10763         for easier debugging and cleaner code.  On successful (guessed based on
10764         server capabilities) secondary authentication, set imap-state
10765         correctly.
10766         (imap-last-authenticator): Define imap-last-authenticator as a variable
10767         to avoid warnings.
10769 2009-09-10  Glenn Morris  <rgm@gnu.org>
10771         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10773         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10774         (byte-compile-file-form-autoload): Don't warn about unknown functions
10775         where the autoload statement comes after the use.
10776         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10777         that any handlers inside the body (eg require) are in turn respected.
10779         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10780         effects.
10782         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10783         and syntax and abbrev tables basic docs, if they don't have any.
10785         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10787         * international/mule-cmds.el (top-level): Require cl when compiling.
10788         (view-hello-file): Use default-value rather than
10789         default-enable-multibyte-characters.
10791         * progmodes/fortran.el: Move all safe and risky properties into the
10792         defcustoms.
10794         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10795         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10796         * mail/undigest.el:
10797         Put autoloads in rmail.el rather than loaddefs.el.
10798         * mail/rmail.el: Regenerate with extracted autoloads.
10800         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10801         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10803 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10805         Reported in thread for Bug#4375.
10806         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10807         "-data-evaluate-expression" instead of print.
10808         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10809         (gdb-tooltip-print): Parse output from above MI command.
10810         (gdb): Revert 2009-08-11 change.  User should detach inferior
10811         manually.
10813         Remove the word "separate" from IO functions as inferior
10814         output is now never displayed in the GUD buffer.
10816 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10818         * startup.el (command-line-normalize-file-name): On Windows and
10819         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10821 2009-09-10  Juri Linkov  <juri@jurta.org>
10823         * isearch.el (isearch-text-char-description): Propertize escape
10824         character sequences with the `escape-glyph' face.  (Bug#4344)
10826         * simple.el (shell-command): Set asynchronous process filter to
10827         `comint-output-filter'.  (Bug#4343)
10829         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10830         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10831         the list.  Move "asm" to the bottom.
10832         (grep-find-ignored-directories): Add `choice' with nil value
10833         to empty the list easily.
10834         (grep-find-ignored-files): New option.
10835         (grep-files-history): Set to nil by default instead of '("ch" "el").
10836         (grep-compute-defaults): Add "<X>" to `grep-template'.
10837         (grep-read-files): Bind new local variables `default-alias' and
10838         `default-extension'.  Use a list of default values for the file prompt.
10839         (lgrep): Add `--exclude=' command line options composed from
10840         `grep-find-ignored-files'.
10841         (rgrep): Add `-name' command line options composed from
10842         `grep-find-ignored-files'.  (Bug#4301)
10844 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10846         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10847         (bug#4368).
10849 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * calendar/time-date.el (autoload):
10852         Expand define-obsolete-function-alias into defalias and make-obsolete
10853         for old Emacsen that Gnus supports.
10854         (with-no-warnings): Define it for old Emacsen.
10855         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10856         is available.
10857         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10858         float-time is available; suppress compile warning for time-to-seconds.
10860 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10862         * net/imap.el (imap-message-map): Docstring fix.
10864 2009-09-09  Glenn Morris  <rgm@gnu.org>
10866         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10867         line numbers too.  (Bug#4374)
10869 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10871         * smerge-mode.el (smerge-remove-props, smerge-refine):
10872         Use with-silent-modifications (bug#4342).
10874         * subr.el (with-silent-modifications): New macro.
10876 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10878         * files.el (top-level): Require `cl' when compiling.
10880 2009-09-07  Glenn Morris  <rgm@gnu.org>
10882         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10884         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10885         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10887 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10889         * vc-git.el (vc-git-annotate-command): Use separator to parse
10890         arguments correctly.
10892 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10894         * proced.el (proced-mode): Doc fix.
10896 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10898         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10899         lstat fails.
10900         (tramp-do-file-attributes-with-ls): Check for file existence at
10901         remote end.
10902         (tramp-do-file-attributes-with-stat): Likewise.
10903         (tramp-convert-file-attributes): Return nil when attr is nil.
10905 2009-09-05  Glenn Morris  <rgm@gnu.org>
10907         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10908         properties to this button.
10909         (diary-fancy-display): Don't extend the button to the final newline.
10910         (diary-fancy-display-mode): Continue to define "q" as a local key.
10912         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10913         efficient.
10915         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10917         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10918         (byte-compile-dest-file-function): New option.
10919         (byte-compile-dest-file): Doc fix.
10920         Obey byte-compile-dest-file-function.
10921         (byte-compile-cl-file-p): New function.
10922         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10923         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10924         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10925         than for file being previously loaded.
10926         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10927         (byte-compile-file-form-require): Handle the case where requiring a file
10928         indirectly causes CL to be loaded.
10930 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10932         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10933         before killing the old buffer, since by the time `kill-buffer' is
10934         run so many buffer variables have been set to nil that it may not
10935         behave as expected.  (Bug#4061)
10937 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10939         * files.el (find-alternate-file): If the old buffer is modified
10940         and visiting a file, behave similarly to `kill-buffer' when
10941         killing it, thus reverting to the pre-1.878 behavior; see
10942         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10943         for discussion.  Also, consult `buffer-file-name' as a variable
10944         not as a function, for consistency with the rest of the code.
10946 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10948         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10949         also when adding a new directory.
10951         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10952         defun.
10954 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10956         * files.el (locate-file-completion-table): Make it provide boundary
10957         information, so partial-completion works better.
10959 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10961         * mail/footnote.el (Footnote-text-under-cursor):
10962         Check footnote-text-marker-alist before using it (bug#4324).
10964 2009-09-04  Glenn Morris  <rgm@gnu.org>
10966         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10967         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10968         * play/solitaire.el, play/tetris.el:
10969         Remove leading * from defcustom and defface docs.
10971         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10972         necessary.
10973         (diary-fancy-overriding-map): New variable.
10974         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10975         Use view-mode.
10977         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10978         goto-line.
10980 2009-09-03  Glenn Morris  <rgm@gnu.org>
10982         * arc-mode.el (archive-mode):
10983         * dos-fns.el (set-default-process-coding-system):
10984         * man.el (Man-getpage-in-background):
10985         * menu-bar.el (menu-bar-describe-menu):
10986         * server.el (server-process-filter):
10987         * startup.el (command-line):
10988         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10989         * w32-fns.el (set-default-process-coding-system):
10990         * x-dnd.el (x-dnd-handle-file-name):
10991         * international/mule-cmds.el (mule-menu-keymap)
10992         (set-default-coding-systems, language-info-alist, set-language-info)
10993         (set-language-environment, standard-display-european-internal)
10994         (set-locale-environment):
10995         * international/mule-diag.el (mule-diag):
10996         * mail/emacsbug.el (report-emacs-bug):
10997         * mail/rmail.el (rmail-mode):
10998         * mail/sendmail.el (mail-setup):
10999         Use default-value rather than default-enable-multibyte-characters.
11001         * progmodes/f90.el: Move all safe properties into the defcustoms.
11002         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11004         * calendar/appt.el (appt-check):
11005         * calendar/diary-lib.el (diary-set-header, diary-live-p)
11006         (diary-check-diary-file, diary-list-entries)
11007         (diary-include-other-diary-files, diary-simple-display)
11008         (diary-fancy-display, diary-print-entries)
11009         (diary-mark-included-diary-files, diary-make-entry):
11010         Don't call substitute-in-file-name on diary-file.
11012 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
11013             Stefan Monnier  <monnier@iro.umontreal.ca>
11015         * mail/footnote.el (footnote-prefix): Make it a defcustom.
11016         (footnote-mode-map): Move initialization into the declaration.
11017         (footnote-minor-mode-map): Define it rather than changing global-map.
11018         (footnote-mode): Use define-minor-mode.
11020 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
11022         * net/tramp.el (tramp-handle-file-attributes-with-ls)
11023         (tramp-do-file-attributes-with-perl)
11024         (tramp-do-file-attributes-with-stat): Rename from
11025         `tramp-handle-file-attributes-with-*'.
11026         (tramp-handle-file-attributes): Use them.
11027         (tramp-do-directory-files-and-attributes-with-perl)
11028         (tramp-do-directory-files-and-attributes-with-stat): Rename from
11029         `tramp-handle-directory-files-and-attributes-with-*'.
11030         (tramp-handle-directory-files-and-attributes): Use them.
11031         (tramp-method-out-of-band-p): Additional parameter SIZE.
11032         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11033         (tramp-handle-write-region): Use it.
11034         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11035         (tramp-handle-vc-registered): Check, whether the first run did
11036         return files to be tested.
11037         (tramp-advice-make-auto-save-file-name): Do not call directly
11038         `tramp-handle-make-auto-save-file-name', because this would bypass
11039         the locking mechanism.
11041         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11042         (file-remote-p, process-file, start-file-process, set-file-times)
11043         (tramp-compat-file-attributes): Compatibility functions shall not
11044         call directly `tramp-handle-*', because this would bypass the
11045         locking mechanism.
11046         (tramp-compat-number-sequence): New defun.
11048 2009-09-02  Glenn Morris  <rgm@gnu.org>
11050         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11051         alias for float-time.
11052         (time-to-number-of-days): In Emacs, use float-time.
11053         * net/newst-backend.el (time-add): Suppress warnings from compat
11054         function.
11055         * time.el (emacs-uptime, emacs-init-time):
11056         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11057         Use float-time rather than time-to-seconds.
11059         * minibuffer.el (completion-initials-expand): Fix typo.
11061         * faces.el (modeline, modeline-inactive, modeline-highlight)
11062         (modeline-buffer-id):
11063         * info.el (info-menu-5): Mark these face aliases as obsolete.
11065 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11067         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11068         space ...
11069         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11070         no "--thread" option.
11071         (gdb-stopped): Don't print "Switched to thread" message when it is
11072         unchanged.
11074 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * minibuffer.el (completion-try-completion)
11077         (completion-all-completions): Remove ill-defined (and
11078         mistakenly installed and luckily never used nor documented)
11079         `completion-styles' property.
11080         (completion-initials-expand, completion-initials-all-completions)
11081         (completion-initials-try-completion): New functions.
11082         (completion-styles-alist): Add doc to each entry.
11083         Add new `initials' entry.
11085 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11087         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11088         MI command -var-evaluate-expression.
11089         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11090         and tweak for case of string child.
11091         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11093 2009-09-01  Glenn Morris  <rgm@gnu.org>
11095         * add-log.el (change-log-date-face, change-log-name-face)
11096         (change-log-email-face, change-log-file-face, change-log-list-face)
11097         (change-log-conditionals-face, change-log-function-face)
11098         (change-log-acknowledgement-face):
11099         * cus-edit.el (custom-invalid-face, custom-rogue-face)
11100         (custom-modified-face, custom-set-face, custom-changed-face)
11101         (custom-saved-face, custom-button-face, custom-button-pressed-face)
11102         (custom-documentation-face, custom-state-face, custom-comment-face)
11103         (custom-comment-tag-face, custom-variable-tag-face)
11104         (custom-variable-button-face, custom-face-tag-face)
11105         (custom-group-tag-face-1, custom-group-tag-face):
11106         * diff-mode.el (diff-header-face, diff-file-header-face)
11107         (diff-index-face, diff-hunk-header-face, diff-removed-face)
11108         (diff-added-face, diff-changed-face, diff-function-face)
11109         (diff-context-face, diff-nonexistent-face):
11110         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11111         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11112         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11113         (Info-title-4-face):
11114         * isearch.el (isearch-lazy-highlight-face):
11115         * log-view.el (log-view-file-face, log-view-message-face):
11116         * paren.el (show-paren-match-face, show-paren-mismatch-face):
11117         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11118         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11119         (cvs-msg-face):
11120         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11121         (smerge-base-face, smerge-markers-face):
11122         * wid-edit.el (widget-documentation-face, widget-button-face)
11123         (widget-field-face, widget-single-line-field-face)
11124         (widget-inactive-face, widget-button-pressed-face):
11125         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11126         (woman-addition-face):
11127         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11128         (eshell-ls-executable-face, eshell-ls-readonly-face)
11129         (eshell-ls-unreadable-face, eshell-ls-special-face)
11130         (eshell-ls-missing-face, eshell-ls-archive-face)
11131         (eshell-ls-backup-face, eshell-ls-product-face)
11132         (eshell-ls-clutter-face):
11133         * eshell/em-prompt.el (eshell-prompt-face):
11134         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11135         * obsolete/old-whitespace.el (whitespace-highlight-face):
11136         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11137         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11138         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11139         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11140         (antlr-font-lock-literal-face):
11141         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11142         (ebrowse-root-class-face, ebrowse-file-name-face)
11143         (ebrowse-default-face, ebrowse-member-attribute-face)
11144         (ebrowse-member-class-face, ebrowse-progress-face):
11145         * progmodes/make-mode.el (makefile-space-face):
11146         * progmodes/sh-script.el (sh-heredoc-face):
11147         * textmodes/flyspell.el (flyspell-incorrect-face)
11148         (flyspell-duplicate-face):
11149         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11150         * textmodes/texinfo.el (texinfo-heading-face):
11151         Mark face aliases with "-face" suffix as obsolete.
11153         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11154         compiler.
11156         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11157         (eudc-bob-sound-menu): Use defvar rather than defconst, since
11158         easy-menu-define wants to modify these.
11160         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11162         * net/browse-url.el (browse-url-file-url):
11163         * term/internal.el (dos-codepage-setup):
11164         Use default-value rather than default-enable-multibyte-characters.
11166         * progmodes/etags.el (etags-goto-tag-location):
11167         * progmodes/flymake.el (flymake-highlight-line)
11168         (flymake-goto-file-and-line, flymake-goto-line):
11169         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11170         (gdb-goto-breakpoint):
11171         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11172         * progmodes/python.el (python-find-function)
11173         (python-pdbtrack-track-stack-file):
11174         * progmodes/verilog-mode.el (verilog-surelint-off):
11175         * term/ns-win.el (ns-open-file-select-line):
11176         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11177         Use forward-line rather than goto-line.
11179         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11180         * textmodes/reftex-index.el (reftex-display-index):
11181         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11182         * textmodes/reftex-toc.el (reftex-toc):
11183         Remove unnecessary bindings of default-major-mode (all are followed by
11184         major-mode check and possible mode switch).
11186 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11188         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11189         Handle watchpoints (bug#4282).
11190         (def-gdb-thread-buffer-command): Enable thread to be selected by
11191         clicking without selecting threads buffer first.
11192         (gdb-current-context-command): Use selected frame so that "up",
11193         "down" etc work in the GUD buffer.
11194         (gdb-update): Find selected frame before rendering stack buffer.
11195         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11197 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11199         * progmodes/sym-comp.el (displayed-completions): Remove.
11200         (symbol-complete): Use minibuffer-complete.
11202 2009-08-31  Glenn Morris  <rgm@gnu.org>
11204         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11206         * apropos.el (apropos-symbols-internal):
11207         Handle (obsolete) face aliases.
11209         * faces.el (describe-face): Adjust the output format to be more like
11210         describe-variable, and to mention (obsolete) face aliases.
11211         Adjust the whitespace so that help-setup-xref works.
11213         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11214         * calendar/diary-lib.el (diary-button-face):
11215         Mark these face aliases as obsolete.
11217         * calendar/calendar.el (calendar-today): Doc fix.
11219 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11221         * progmodes/gdb-mi.el (gdb-control-all-threads)
11222         (gdb-control-current-thread): Force tool bar update.
11223         (gdb-non-stop-handler): New function.
11224         (gdb-init-1): Use it to test if non-stop mode is supported.
11225         Remove unused gdbmi buffer type.
11227 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11229         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11230         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11232 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11234         * comint.el (comint-exec-1): Check command is non-null first.
11235         Part of gdb-mi.el change (2009-08-28).
11237 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11239         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11241 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11243         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11244         instead of `dolist' to avoid a recursive require when bootstrapping.
11246 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11248         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11250         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11252         * net/imap.el (imap-send-command): Simplify.
11253         (imap-wait-for-tag): point-max -> buffer-size.
11255         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11257         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11258         with constant argument.
11260         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11262         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11264         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11265         Change default, since most of our files don't have a history.
11266         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11267         the user.
11269         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11270         Add comint-run.
11272         * calc/calc.el: Improve commenting convention.
11273         (calc-digit-map, toplevel): Simplify.
11275         * comint.el (comint-insert-input): Be careful to only set point if we
11276         don't delegate to some other command.
11278         * proced.el (proced-signal-list): Make it an alist.
11279         (proced-grammar-alist): Capitalize names.
11280         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11281         Disable undo manually and make it read-only.
11282         Use completion-annotate-function.
11284         * minibuffer.el (minibuffer-message): If the current buffer is not
11285         a minibuffer, insert the message in the echo area rather than at the
11286         end of the buffer.
11287         (completion-annotate-function): New variable.
11288         (minibuffer-completion-help): Use it.
11289         (completion--embedded-envvar-table): Environment vars are
11290         always case-sensitive.
11292 2009-08-30  Glenn Morris  <rgm@gnu.org>
11294         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11295         from fortran-current-defun.
11296         (fortran-beginning-of-subprogram): Be more precise about finding the
11297         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11298         (fortran-end-of-subprogram): Simplify.
11299         (fortran-current-defun): Use fortran-start-prog-re.
11301 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11303         * subr.el (do-after-load-evaluation): Simplify.
11305 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11307         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11309         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11310         (vc-rcs-print-log): Use it.
11312         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11314 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11316         * paths.el (abbrev-file-name): Move to abbrev.el.
11317         * abbrev.el (abbrev-file-name): Move from paths.el.
11318         Obey user-emacs-directory.
11319         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11320         user-emacs-directory.
11321         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11322         abbrev-file-name and calc-settings-file any more.
11323         * startup.el (command-line): Recompute abbrev-file-name and
11324         abbreviated-home-dir.
11325         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11326         of the special code for when C-h bindings haven't been changed.
11327         (display-startup-echo-area-message): Use with-current-buffer.
11328         (command-line-1): Use a list of strings, rather than a list of lists
11329         of strings for longopts.
11331         * files.el (get-free-disk-space): Use / for default-directory.
11333         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11334         Use with-current-buffer.
11336         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11337         Recognize immutable variables like most-positive-fixnum.
11338         (byte-compile-setq-default): Check and warn if trying to assign
11339         to an immutable variable, or a non-variable.
11341         * progmodes/cc-vars.el (c-comment-continuation-stars):
11342         * progmodes/cc-engine.el (c-looking-at-bos):
11343         * progmodes/cc-cmds.el (c-toggle-auto-state)
11344         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11345         (c-comment-line-break-function): Add version of obsolescence.
11347 2009-08-28  Juri Linkov  <juri@jurta.org>
11349         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11350         associated with `archive-mode'.
11352         * image.el (image-type-header-regexps): Use only JPEG magic number
11353         to determine JPEG images, and don't use `image-jpeg-p' because
11354         Emacs can display non-JFIF non-Exif JPEG images.
11356 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11358         * arc-mode.el (archive-mode):
11359         * emacs-lisp/re-builder.el (re-builder-unload-function):
11360         Protect against the default value of `major-mode' being nil.
11362 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11364         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11365         Fix typos in docstrings.
11367         * progmodes/js.el (js--macro-decl-re): Doc fix.
11368         (js--plain-method-re, js--split-name): Refloc docstring.
11369         (js--class-styles, js--make-merged-item, js--splice-into-items):
11370         Fix typos in docstrings; reflow docstrings.
11371         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11372         (js--variable-decl-matcher, js--inside-pitem-p)
11373         (js--parse-state-at-point, js--get-all-known-symbols)
11374         (js--symbol-history, js-find-symbol, js--js-references)
11375         (js--moz-interactor, js--js-encode-value, js--read-tab):
11376         Fix typos in docstrings.
11378 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11380         * textmodes/reftex.el (reftex-get-file-buffer-force):
11381         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11382         * emulation/viper.el (viper-go-away, viper-set-hooks):
11383         * emacs-lisp/re-builder.el (re-builder-unload-function):
11384         * emacs-lisp/bytecomp.el (byte-compile-file):
11385         * ses.el (ses-unload-function):
11386         * hexl.el (hexl-find-file):
11387         * files.el (normal-mode):
11388         * ehelp.el (with-electric-help):
11389         * autoinsert.el (auto-insert-alist):
11390         * arc-mode.el (archive-mode):
11391         Use (default-value 'major-mode) instead of default-major-mode.
11393         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11394         * international/mule.el (load-with-code-conversion):
11395         * emacs-lisp/debug.el (debug):
11396         * ediff-vers.el (ediff-rcs-get-output-buffer):
11397         * dired.el (dired-internal-noselect): Don't let-bind
11398         default-major-mode around code that doesn't use it.
11399         E.g. buffer creation via get-buffer-create doesn't use it.
11401 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11403         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11404         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11405         when writing the temp file.  Otherwise, epa-file gets confused.
11406         (tramp-register-file-name-handlers): Make it a defun.  Move also
11407         `epa-file-handler' to the front of `file-name-handler-alist'.
11409 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11412         start right after a ^M.
11413         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11414         (tramp-completion-file-name-regexp-separate)
11415         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11416         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11417         Don't modify last-coding-system-used by accident.
11418         (tramp-completion-file-name-handler): Apply the checks here,
11419         instead during registration.
11420         (tramp-register-file-name-handlers): Renamed from
11421         `tramp-register-file-name-handler'.  Register both
11422         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11423         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11425 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11427         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11428         Remove variable ...
11429         (gdb-init-1, gdb-display-separate-io-buffer)
11430         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11431         references to it.
11432         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11433         (gdb-inferior-filter): Use comint-output-filter to stop
11434         echoing and remove ^M characters.
11436 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11438         * emulation/viper-init.el (viper-restore-cursor-type):
11439         * emulation/cua-base.el (cua--update-indications):
11440         Replace default-cursor-type with (default-value 'cursor-type).
11442         * mail/sendmail.el (mail-recover-1):
11443         * international/mule-diag.el (describe-current-coding-system-briefly)
11444         (describe-current-coding-system):
11445         * international/mule-cmds.el (select-safe-coding-system)
11446         (select-message-coding-system)
11447         (set-language-environment-coding-systems, set-locale-environment):
11448         * hexl.el (hexl-insert-multibyte-char):
11449         * dos-w32.el (find-buffer-file-type-coding-system):
11450         * simple.el (what-cursor-position):
11451         Replace uses of default-buffer-file-coding-system
11452         with (default-value 'buffer-file-coding-system).
11454         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11455         Replace uses of default-cursor-in-non-selected-windows
11456         with (default-value 'cursor-in-non-selected-windows).
11457         Use with-current-buffer.
11459         * mail/feedmail.el: Use CL macros.
11460         (feedmail-run-the-queue, feedmail-send-it-immediately):
11461         * dos-w32.el (find-buffer-file-type): Replace uses of
11462         default-buffer-file-type with (default-value 'buffer-file-type).
11464 2009-08-28  Glenn Morris  <rgm@gnu.org>
11466         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11467         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11468         Use default-value of major-mode rather than default-major-mode.
11470 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * Makefile.in (update-elcfiles): Report left over elc files.
11474         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11475         expand-file-name and with-current-buffer.
11476         (mail-get-names, mail-directory): Use with-current-buffer.
11478         * vc.el (vc-read-revision): New function.
11479         (vc-version-diff, vc-merge): Use it.
11481 2009-08-27  Sam Steingold  <sds@gnu.org>
11483         * simple.el (kill-do-not-save-duplicates): New user option.
11484         (kill-new): When it is non-nil, and the new string is the same as
11485         the latest kill, set replace to t to avoid duplicates in kill-ring.
11487 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11489         * net/tramp.el (tramp-handle-process-file): Do not flush all
11490         caches when `process-file-side-effects' is set.
11491         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11492         instead of `tramp-find-file-exists-command'.
11493         Unset `process-file-side-effects'.
11495 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11497         * net/tramp.el (tramp-methods): New method "rsyncc".
11498         (top): Add completion function for "rsyncc".
11499         (tramp-message-show-message): New defvar.
11500         (tramp-message, tramp-error): Use it.
11501         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11502         remote copying.
11503         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11504         `tramp-methods' entry `copy-env' of "rsyncc".
11505         (tramp-vc-registered-read-file-names): New defconst.
11506         (tramp-vc-registered-file-names): New defvar.
11507         (tramp-handle-vc-registered): Implement optimization strategy.
11508         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11509         (tramp-vc-file-name-handler): New defun.
11510         (tramp-get-ls-command, tramp-get-test-command)
11511         (tramp-get-file-exists-command, tramp-get-remote-ln)
11512         (tramp-get-remote-perl, tramp-get-remote-stat)
11513         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11515         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11516         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11517         timestamps.
11518         (tramp-get-file-property): Check for timestamps in
11519         `tramp-cache-inhibit-cache'.
11520         (tramp-set-file-property): Write timestamp.
11522 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11524         * language/japan-util.el (japanese-symbol-table): Add entries for
11525         cp932-2-byte.
11527         * international/characters.el: Add category `j' to cp932-2-byte.
11529 2009-08-27  Kenichi Handa  <handa@m17n.org>
11531         * international/fontset.el (build-default-fontset-data): New macro.
11532         (setup-default-fontset): Use build-default-fontset-data for CJK,
11533         tibetan, ethiopic, and ipa.
11535 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11538         (enable-multibyte-characters): Not customizable any more.
11540         * subr.el (default-mode-line-format, default-header-line-format)
11541         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11542         (default-direction-reversed, default-truncate-lines)
11543         (default-left-margin, default-tab-width, default-case-fold-search)
11544         (default-left-margin-width, default-right-margin-width)
11545         (default-left-fringe-width, default-right-fringe-width)
11546         (default-fringes-outside-margins, default-scroll-bar-width)
11547         (default-vertical-scroll-bar, default-indicate-empty-lines)
11548         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11549         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11550         (default-scroll-down-aggressively, default-fill-column)
11551         (default-cursor-type, default-buffer-file-type)
11552         (default-cursor-in-non-selected-windows)
11553         (default-buffer-file-coding-system, default-major-mode)
11554         (default-enable-multibyte-characters): Mark as obsolete.
11556 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11558         * vc-dir.el (vc-dir-update): Remove debug helper.
11560         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11562 2009-08-26  Sam Steingold  <sds@gnu.org>
11564         * simple.el (save-interprogram-paste-before-kill): New user option.
11565         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11566         save the interprogram-paste into kill-ring before overriding it
11567         with the Emacs kill.
11569 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11571         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11572         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11573         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11574         and move to vc-rcs.el.
11575         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11576         move to vc-rcs.el.
11577         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11578         (vc-rcs-update-changelog): Remove.
11579         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11580         and move to vc-rcs.el.
11582         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11583         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11584         renaming.
11585         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11586         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11587         vc.el, renamed to be RCS specific.
11589         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11590         New functions.
11591         (vc-cvs-update-changelog): Move here from vc.el.
11593         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11594         New functions.
11596 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11600 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11602         * vc-git.el (vc-git-register): Use "git add" for directories.
11603         (vc-git-stash, vc-git-stash-show): New functions.
11604         (vc-git-extra-menu-map): Bind them.
11606         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11607         directory correctly in case the item is a directory itself.
11609         * vc.el: Document the desired behavior for reverted files in the
11610         `added' state.
11611         (vc-default-prettify-state-info): Remove function, unused.
11613         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11615 2009-08-26  Glenn Morris  <rgm@gnu.org>
11617         * bindings.el (standard-mode-line-format): Reposition dashes in
11618         which-func entry.  (Bug#4217)
11620         * files.el (enable-local-variables, enable-local-eval)
11621         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11622         the defcustoms.
11623         (auto-mode-alist, ignored-local-variables)
11624         (save-some-buffers-action-alist): Move risky declarations to the
11625         definitions.
11626         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11627         (font-lock-defaults, format-alist, imenu--index-alist)
11628         (imenu-generic-expression, input-method-alist, minor-mode-alist)
11629         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11630         (mode-line-modified, mode-line-mule-info, mode-line-position)
11631         (mode-line-process, mode-line-remote, outline-level)
11632         (parse-time-rules, rmail-output-file-alist)
11633         (special-display-buffer-names, vc-mode):
11634         Move risky declarations to the relevant files.
11635         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11636         (mode-line-modified, mode-line-process, mode-line-position)
11637         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11638         * font-core.el (font-lock-defaults):
11639         * format.el (format-alist):
11640         * vc-hooks.el (vc-mode):
11641         * window.el (special-display-buffer-names):
11642         * international/mule-cmds.el (input-method-alist):
11643         Define riskiness here (dumped file) rather than in files.el.
11644         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11645         * imenu.el (imenu-generic-expression, imenu--index-alist):
11646         * outline.el (outline-level):
11647         * time.el (display-time-string):
11648         * calendar/parse-time.el (parse-time-rules):
11649         * mail/rmailout.el (rmail-output-file-alist):
11650         Autoload riskiness here, rather than placing in files.el.
11652 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
11654         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11656 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
11658         * simple.el (process-file-side-effects): New defvar.
11660         * dired-aux.el (dired-show-file-type):
11661         * vc.el (vc-diff-internal):
11662         * vc-arch.el (vc-arch-diff):
11663         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11664         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11665         * vc-git.el (vc-git-registered, vc-git-working-revision)
11666         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11667         (vc-git--empty-db-p):
11668         * vc-hooks.el (vc-user-login-name):
11669         * vc-svn.el (vc-svn-registered, vc-svn-state)
11670         (vc-svn-dir-extra-headers, vc-svn-find-revision):
11671         * progmodes/grep.el (grep-probe): Let-bind
11672         `process-file-side-effects' with nil.
11674         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11676         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11677         daemon.  Replace ping by checking for running service for bluez
11678         and zeroconf.  (Bug#4239)
11680 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11682         * net/dig.el (dig): Add autoload cookie.
11684 2009-08-25  Glenn Morris  <rgm@gnu.org>
11686         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11687         load-history for absolute file-names.
11688         (byte-compile-file-form-require): Warn about use of the cl package.
11690         * format.el (format-alist): Doc fix.
11692         * play/bubbles.el (top-level): Don't require cl at run-time.
11694         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11695         run-time cl).
11697 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11699         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11700         from cl package.
11701         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11703 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11705         * calc/calc-alg.el (math-trig-rewrite)
11706         (math-hyperbolic-trig-rewrite): New functions.
11707         (calc-simplify): Simplify trig functions when asked.
11709 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11711         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11713 2009-08-24  Kenichi Handa  <handa@m17n.org>
11715         * language/ind-util.el (mapthread): Delete it.
11716         (combinatorial): New function.
11717         (indian--puthash-cv): Use combinatorial instead of mapthread.
11719 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11721         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11722         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11723         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11724         Clarify docstring that the value is strings not symbols.
11725         (checkdoc-list-of-strings-p): New function.
11727 2009-08-22  Glenn Morris  <rgm@gnu.org>
11729         * files.el (auto-mode-alist):
11730         * hippie-exp.el (he-concat-directory-file-name):
11731         * lpr.el (lpr-windows-system, printer-name):
11732         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11733         * ps-print.el (ps-windows-system):
11734         * startup.el (command-line):
11735         * emulation/viper-ex.el (viper-glob-function):
11736         * international/mule-cmds.el (set-language-environment-coding-systems):
11737         * net/ange-ftp.el (ange-ftp-write-region):
11738         * obsolete/fast-lock.el (fast-lock-cache-name):
11739         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11740         unisoft-unix, vax-vms, win32, w32.
11742         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11743         given name if the pattern is not more specific.
11745         * calendar/lunar.el (lunar-phase-names): New option.
11746         (lunar-phase): Doc fix.
11747         (lunar-cycles-per-year): New constant.
11748         (lunar-index): New function.
11749         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11750         (lunar-phase-name): Use lunar-phase-names.
11751         (calendar-lunar-phases): Use format.
11752         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11754         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11755         Copy imenu-example--name-and-position function here for own use.
11756         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11758         * bs.el (bs--redisplay):
11759         * cus-edit.el (custom-redraw):
11760         * ibuffer.el (ibuffer-bury-buffer):
11761         * server.el (server-goto-line-column):
11762         * startup.el (command-line-1):
11763         * strokes.el (strokes-xpm-for-stroke):
11764         * term.el (term-display-buffer-line):
11765         * view.el (View-goto-line):
11766         * calc/calc.el (calc-do, calc-trail-buffer):
11767         * play/gamegrid.el (gamegrid-add-score-insecure):
11768         * progmodes/ada-mode.el (ada-compile-goto-error):
11769         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11770         (ebrowse-select-1st-to-9nth):
11771         * progmodes/cperl-mode.el (cperl-time-fontification):
11772         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11773         * progmodes/gud.el (gud-display-line):
11774         (idlwave-shell-display-line):
11775         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11776         * progmodes/make-mode.el (makefile-browser-toggle):
11777         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11778         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11779         * textmodes/picture.el (picture-draw-rectangle):
11780         * textmodes/reftex-index.el (reftex-index-goto-letter):
11781         (reftex-select-jump-to-previous):
11782         * textmodes/reftex-sel.el (reftex-find-start-point)
11783         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11784         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11785         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11786         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11787         * textmodes/two-column.el (2C-associated-buffer):
11788         Use forward-line rather than goto-line.
11790         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11791         goto-line.
11793         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11794         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11795         (quick-check-list-to-regexp): Declare.
11797         * progmodes/make-mode.el (makefile-browser-insert-selection):
11798         Use goto-char rather than goto-line.
11800         * progmodes/prolog.el (compilation-error-regexp-alist)
11801         (compilation-forget-errors): Declare.
11803 2009-08-22  Juri Linkov  <juri@jurta.org>
11805         * progmodes/grep.el (lgrep, rgrep): At the beginning
11806         set `dir' to `default-directory' unless `dir' is a non-nil
11807         readable directory.  (Bug#4052)
11808         (lgrep, rgrep): Change a weird way to report an error
11809         from using `read-string' to using `error'.
11810         Instead of using interactive arguments in the function body,
11811         add new argument `confirm'.
11813 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * textmodes/remember.el (remember-buffer):
11816         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11817         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11818         (icalendar-extract-ical-from-buffer):
11819         * net/newst-treeview.el (newsticker-groups-filename):
11820         * net/newst-backend.el (newsticker-cache-filename):
11821         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11822         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11823         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11824         (speedbar-buffers-line-path, speedbar-path-line)
11825         (speedbar-buffers-line-path):
11826         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11827         (epg-sign-keys):
11828         * epa.el (epa-display-verify-result):
11829         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11831 2009-08-21  Glenn Morris  <rgm@gnu.org>
11833         * progmodes/js.el (inferior-moz-process): Fix declaration.
11835         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11837         * obsolete/rnewspost.el (news-mail-reply):
11838         Use goto-char rather than goto-line.
11840         * term/ns-win.el (ns-open-file-select-line):
11841         Use line-beginning-position rather than goto-line.
11843         * apropos.el (apropos-command):
11844         * ehelp.el (electric-helpify):
11845         * printing.el (pr-show-setup):
11846         * strokes.el (strokes-help):
11847         * tutorial.el (tutorial--describe-nonstandard-key)
11848         (tutorial--detailed-help):
11849         * woman.el (woman-mini-help, woman-display-extended-fonts):
11850         * calc/calc-help.el (calc-describe-key):
11851         * emulation/edt.el (edt-electric-helpify):
11852         * international/mule-diag.el (mule-diag):
11853         * play/yow.el (apropos-zippy):
11854         * progmodes/python.el (python-describe-symbol):
11855         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11856         * textmodes/table.el (*table--cell-describe-mode)
11857         (*table--cell-describe-bindings):
11858         Use help-print-return-message rather than the now obsolete alias.
11860         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11861         (calendar-cursor-to-visible-date):
11862         * play/5x5.el (5x5-position-cursor):
11863         * play/decipher.el (decipher):
11864         * play/gomoku.el (gomoku-goto-xy):
11865         * play/landmark.el (lm-goto-xy):
11866         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11867         (mpuz-paint-digit):
11868         Use forward-line, not goto-line.
11870         * mail/rmail.el (rmail-obsolete): Delete custom group.
11871         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11872         (rmail-remote-password, rmail-remote-password-required):
11873         Remove unneeded :set-after and :set properties.
11875 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11877         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11879 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11881         * loadup.el: Remove leftover macos code.
11883         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11884         Explicitly pass the date format to git blame so that user local
11885         so that the output format can be parsed.
11887 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11889         * net/dbus.el (top): Don't check for (getenv
11890         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11892 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11894         * log-edit.el (log-edit-strip-single-file-name): New var.
11895         (log-edit-insert-changelog): Use it.  Bug#3571
11897 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11900         Bug#3287
11902         * help.el (help-print-return-message): Rename from
11903         print-help-return-message.
11905         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11906         cvs-mode-map parent hack.
11907         (log-view-mode): Derive from special-mode.
11909         * linum.el (linum-mode): window-size-change-functions is redundant.
11910         Adapt to new window-configuration-change-hook behavior.
11911         (linum-after-size, linum-after-config): Remove.
11913         * imenu.el (imenu-example--name-and-position)
11914         (imenu-example--lisp-extract-index-name)
11915         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11916         Mark as obsolete.
11918         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11919         (inferior-prolog-mode): Use it.
11920         (inferior-prolog-load-file): Reset list of errors.
11922 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11924         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11926         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11928 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11930         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11931         is running already.
11933 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11935         * subr.el (listify-key-sequence-1): Use normal syntax since those
11936         integers are nowadays always represented by the same (positive) number
11937         on all platforms.
11938         (read-key-empty-map): New const.
11939         (read-key-delay): New var.
11940         (read-key): New function.
11941         (force-mode-line-update): Use with-current-buffer.
11942         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11943         (start-process-shell-command, start-file-process-shell-command):
11944         Discourage the use of command-args.
11946 2009-08-19  Glenn Morris  <rgm@gnu.org>
11948         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11950 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11952         * simple.el (choose-completion-string): Don't rely on
11953         minibuffer-completing-file-name and ad-hoc checks to decide whether
11954         to continue completion or not.
11956         * minibuffer.el (minibuffer-hide-completions): New function.
11957         (completion--do-completion): Use it.
11958         (completions-annotations): New face.
11959         (completion--insert-strings): Use it.
11960         (completion-pcm--delim-wild-regex): Add docstring.
11961         (completion-pcm--string->pattern): Add support for 0-width delimiters
11962         in completion-pcm--delim-wild-regex.
11964 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11967         Remove unused var `buffer-modified-p'.
11969         * minibuffer.el (completion--do-completion): Move point for the #b001
11970         case as well (bug#4176).
11971         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11973 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11975         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11976         and :session buses.
11978 2009-08-18  Kenichi Handa  <handa@m17n.org>
11980         * international/ucs-normalize.el (ucs-normalize-version):
11981         Change to 1.1.
11982         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11983         (utf-8-hfs): Make it perform normalization on encoding too.
11985         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11986         (sentence-end-without-space): Delete duplicated chars.
11987         (sentence-end-base): Likewise.
11989         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11990         (html-mode): Delete duplicated chars from sentence-end-base.
11992         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11993         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11995 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11997         * files.el (hack-one-local-variable): If the mode function is for
11998         a minor mode, pass it an argument (Bug#4148).
12000 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
12002         * net/tramp.el (tramp-register-completion-file-name-handler):
12003         Check also for (member 'partial-completion completion-styles).
12005 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12007         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12008         abbrev (Bug#3943).
12010 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
12012         * progmodes/cperl-mode.el: Merge upstream 6.2.
12013         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12014         (cperl-forward-re): Check cperl-brace-recursing.
12015         (cperl-highlight-charclass): New function.
12016         (cperl-find-pods-heres): Use it.
12017         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12018         (cperl-beautify-regexp-piece): Fix column calculation.
12019         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12020         (cperl-beautify-level): Don't process entire regexp.
12021         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12022         calling man.
12023         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12024         (cperl-init-faces): Build a list in the normal way.
12026 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12028         * calendar/parse-time.el (parse-time-string-chars): Save match
12029         data.
12031 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12033         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12034         (sql-product): Use it.
12035         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12036         (sql-set-product): Add completion.
12037         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12038         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12039         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12040         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12041         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12042         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12043         (sql-highlight-db2-keywords): Remove.
12044         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12045         (sql-highlight-product): Use derived-mode-p.
12046         (sql-set-sqli-buffer): Use with-current-buffer.
12047         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12048         Simplify.
12050         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12052         * term.el: Fix commenting convention, turn comments into docstrings.
12054 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12056         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12058 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12060         * calendar/parse-time.el (parse-time-string-chars): Compute using
12061         character classes, to handle non-ascii characters (Bug#3190).
12063 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12065         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12066         another heredoc if the user adds another < (Bug#3226).
12068         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12069         Don't initialize based on window-system (Bug#4124).
12071         * facemenu.el (facemenu-read-color): Use a completion function
12072         that accepts any defined color, such as RGB triplets (Bug#3677).
12074         * files.el (get-free-disk-space): Change fallback default
12075         directory to /.  Expand DIR argument before switching to fallback.
12076         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12078 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12080         * files.el (load-library): Doc fix.
12082 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12084         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12085         (viper-if-string): Redefine C-s in the minibuffer to insert the last
12086         incremental search string.
12088         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12089         XEmacs.
12091         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12092         (ediff-merge-region-is-non-clash)
12093         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12094         Also check if the job is really a merge job.
12096         * ediff.el (ediff-current-file): New function.
12098 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12100         * progmodes/js.el: Edit docstrings throughout to follow Emacs
12101         conventions.
12102         (js-insert-and-indent): Delete function.
12103         (js-mode-map): Don't bind keys to js-insert-and-indent.
12104         (js-beginning-of-defun): Rename from js--beginning-of-defun.
12105         (js-end-of-defun): Rename from js--end-of-defun.
12106         (js-auto-indent-flag): Delete variable.
12108 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
12110         * progmodes/js.el: Remove proclaim statement.
12111         Defvar which-func-imenu-joiner-function to silence compiler.
12113         * files.el (auto-mode-alist): Use js-mode for .js files.
12115         * progmodes/js2-mode.el: Remove file.
12117         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12119         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12121         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12123 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
12124             Karl Landstrom  <karl.landstrom@brgeight.se>
12126         * progmodes/js.el: New file.
12128 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
12130         * timezone.el (timezone-parse-date): Add ability to understand ISO
12131         basic format (minimal separators) dates in addition to the
12132         already-supported extended format dates.
12134 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
12136         * international/ucs-normalize.el: Add a `coding' file variable.
12138         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12140 2009-08-14  Sam Steingold  <sds@gnu.org>
12142         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12144 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
12146         * faces.el (help-argument-name): Define it here instead of
12147         help-fns.el, because in daemon mode help-fns.el may be loaded when
12148         faces are still uninitialized (Bug#1078).
12150         * help-fns.el (help-argument-name): Move defface to faces.el.
12152 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
12154         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12155         create buffer with a pty but no process so that GDB can make the
12156         inferior the controlling process.
12158 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
12160         * international/ucs-normalize.el: New file.
12162 2009-08-13  Richard Stallman  <rms@gnu.org>
12164         * mail/rmail.el (rmail-get-attr-names):
12165         Accept an attribute header that is too short.
12167         * mail/rmail.el (rmail-forget-messages):
12168         Ignore nil elt in rmail-message-vector.  Use dotimes.
12170         * progmodes/compile.el (compilation-goto-locus):
12171         Use next-error-move-function.
12173         * simple.el (next-error-move-function): New variable.
12175 2009-08-12  Juri Linkov  <juri@jurta.org>
12177         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12178         always non-nil.  (Bug#4052)
12180         * replace.el (read-regexp): Return empty string when
12181         `default-value' is nil.
12182         (keep-lines-read-args): Don't use empty string as the
12183         default value for `read-regexp'.  (Bug#2495)
12185 2009-08-12  Juri Linkov  <juri@jurta.org>
12187         * international/mule-cmds.el (ucs-insert): Change arguments
12188         from `arg' to `character', `count', `inherit' to be the same
12189         as in `insert-char'.  Doc fix.  (Bug#4039)
12191         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12193 2009-08-12  Juri Linkov  <juri@jurta.org>
12195         * files-x.el: New file.
12197         * files.el: Move code that deals with adding/deleting
12198         file/directory-local variables to files-x.el.
12200         * Makefile.in (ELCFILES): Add files-x.elc.
12202 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12204         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12205         to use `goto-line'.
12206         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12207         `goto-line'.
12208         (gdb-invalidate-disassembly): Do not refresh upon receiving
12209         'update signal.  Instead, update all disassembly buffers only after
12210         threads list.
12211         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12212         (gdb-starting): Moved -data-list-register-names...
12213         (gdb-stopped): ...here so it's sent when first thread stops.
12214         (gdb-registers-handler-custom): Do nothing if register names are
12215         unknown yet.
12217         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12218         from `gdb-mi.el' to avoid extra tangling.
12220         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12221         change which breaks `gud-def' definitions used in `gdb'.
12222         (gdb-update-gud-running): No extra fuss for updating frame number.
12224 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12226         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12227         (describe-language-environment-map, setup-language-environment-map)
12228         (set-coding-system-map): Move initialization into declaration.
12229         (set-language-info-alist): Last arg to define-key-after can be skipped.
12231         * international/quail.el (quail-completion-1): Simplify.
12232         (quail-define-rules): Use slightly more compact code.
12233         (quail-insert-decode-map): Propertize keys, compact columns.
12235         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12236         Add goto-line.
12238 2009-08-10  Miles Bader  <miles@gnu.org>
12240         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12241         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12242         (js2-instance-member, js2-private-member, js2-private-function-call)
12243         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12244         (js2-magic-paren, js2-external-variable):
12245         Remove "-face" suffix from face names.
12246         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12247         (js2-highlight-undeclared-vars, js2-peek-token)
12248         (js2-parse-function-params, js2-mode-show-errors)
12249         (js2-mode-show-warnings, js2-make-magic-delimiter)
12250         (js2-mode-highlight-magic-parens): Update to use new face names.
12252 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12254         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12255         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12257 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12259         * subr.el: Provide hashtable-print-readable.
12261         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12262         hs-c-like-adjust-block-beginning.
12263         (hs-hide-block-at-point): Stop hiding at the beginning of
12264         hs-block-end-regexp (Bug#700).
12266 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12268         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12269         a macro.
12270         (gdb-registers-handler-custom): Do not fail when register names
12271         are unavailable.
12273 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12275         * progmodes/gdb-mi.el (gdb-control-all-threads)
12276         (gdb-control-current-thread): Interactive setters for
12277         `gdb-gud-control-all-threads' to use in menu.
12278         (gdb-show-run-p): Show «Go» when process is not active.
12279         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12280         gud/thread.xpm and gud/all.xpm.
12282 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12284         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12285         (nslookup-font-lock-keywords): Make it a variable.
12286         (net-utils-mode): New mode for viewing diagnostic network output.
12287         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12288         (net-utils-run-simple): New function.
12289         (ifconfig, iwconfig, netstat, arp, route): Use it.
12291 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12293         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12294         (gdb-memory-set-address, def-gdb-set-positive-number)
12295         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12296         after changing settings.
12297         (gdb-invalidate-disassembly): Update when first shown.
12298         (gdb-edit-locals-value): Fixed.
12299         (gdb-registers-handler-custom): Print registers in right order and
12300         allow changing register values (only for current thread yet).
12301         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12302         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12303         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12304         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12305         info in mode name.
12306         (gdb-registers-mode-map): TAB to switch to locals.
12308 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12310         * mail/rmail.el (rmail-add-mbox-headers)
12311         (rmail-set-message-counters-counter): Search for
12312         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12314 2009-08-08  Glenn Morris  <rgm@gnu.org>
12316         * Makefile.in (ELCFILES): Update.
12318 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12320         * mail/sendmail.el (mail-yank-original): Set
12321         buffer-file-coding-system from the one used by the message whose
12322         text is yanked.
12324         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12325         to "windows" when "pgnuplot" is used.
12326         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12327         call accept-process-output if "pgnuplot" is used.
12328         (calc-graph-init): Don't send -display and -geometry to
12329         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12330         running "pgnuplot -V" with shell-command-to-string.
12332         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12333         the default.
12335 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12337         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12338         org/org-latex.elc.
12340 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12342         * vc-dispatcher.el (vc-resynch-window): Update comment.
12344         * term.el (term-handle-ansi-escape): Add comments with the
12345         terminfo capabilities implemented.
12347 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12349         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12350         (gdb-var-create-handler): Rewritten using JSON parser.
12351         (gdb-propertize-header): Moved earlier.
12352         (gdb-set-header): Removed to avoid duplication.
12353         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12354         Refresh disassembly buffers only after threads list have been
12355         update.
12356         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12357         variables.
12359 2009-08-04  Juri Linkov  <juri@jurta.org>
12361         * files.el: Commands to add/delete file/directory-local variables.
12362         (read-file-local-variable, read-file-local-variable-value)
12363         (read-file-local-variable-mode, modify-file-local-variable)
12364         (modify-file-local-variable-prop-line)
12365         (modify-dir-local-variable): New functions.
12366         (add-file-local-variable, delete-file-local-variable)
12367         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12368         (add-dir-local-variable, delete-dir-local-variable)
12369         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12370         (copy-dir-locals-to-file-locals-prop-line): New commands.
12372 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12374         * abbrev.el (insert-abbrev-table-description): Prettify output.
12375         Suggested by Karl Chen.
12377 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12379         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12380         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12381         (gdb-overlay-arrow-position, gdb-thread-position)
12382         (gdb-disassembly-position): Declare variables.
12383         (gdb-wait-for-pending): Function now.
12384         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12385         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12386         compilation goes smoothly.
12387         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12388         (gdb-non-stop-setting): New customization setting which replaces
12389         `gdb-non-stop' so changing it doesn't break active GDB session.
12390         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12391         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12392         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12393         (gdb-show-threads-by-default): New customization options.
12394         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12395         routines.
12396         (gdb-get-buffer-create): Send buffers update signal when they are
12397         created.
12398         (gdb-invalidate-locals, gdb-invalidate-registers)
12399         (gdb-invalidate-breakpoints)
12400         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12401         (gdb-invalidate-memory): Accept update signal.
12402         (gdb-current-context-command): Use --frame option.
12403         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12404         Implement `gdb-frame-number' selection logic.
12405         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12406         whether to show GUD toolbar buttons.
12407         (gdb-thread-exited): Unselect current thread when it exits.
12408         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12409         (gdb-mark-line): Routine which sets overlay arrow or inverses
12410         video on fringeless displays.
12411         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12412         to build aligned columns of data in GDB buffers and set text
12413         properties line-by-line.
12414         (gdb-invalidate-breakpoints)
12415         (gdb-breakpoints-list-handler-custom)
12416         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12417         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12418         (gdb-registers-handler-custom): Align data columns.
12419         (gdb-locals-handler-custom): Now prints data like in variable
12420         declarations.
12421         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12422         Removed confusing buttons.
12423         (gdb-invalidate-threads): Append --frame.
12424         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12425         between breakpoints/threads buffers.
12426         (gdb-set-window-buffer): Now can ignore dedicated windows.
12427         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12428         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12429         (def-gdb-thread-buffer-gud-command): Replaces
12430         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12431         for fine thread control.
12432         (gdb-preempt-existing-or-display-buffer): New function used to
12433         display bound buffers without breaking window layout.
12434         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12435         (gdb-select-frame): New version of `gdb-frames-select' which now
12436         sets `gdb-frame-number' so commands may use --frame option instead
12437         of inner debugger state.
12438         (gdb-frame-handler): Do not set `gdb-frame-number'.
12439         (gdb-threads-mode-map): Select threads with mouse.
12441         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12442         avoid compilation warning.
12443         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12444         `gdb-show-stop-p`.
12446         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12447         Argument `key' renamed to `buffer-type'.
12448         (gdb-current-context-buffer-name): Do not add thread info to
12449         buffer name when no thread is selected.
12450         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12451         command (bug 3794).
12452         (gdb-thread-selected): Handle `=thread-selected' notification.
12453         (gdb-wait-for-pending): New macro to deal with congestion problems.
12454         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12455         breakpoints.
12456         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12457         This fixes problem similar to one described in bug 3947.
12458         (gud-menu-map): More menu items.
12459         (gdb-init-1): Reset `gdb-thread-number' to nil.
12461         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12462         non-stop settings.
12464         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12465         (gdb-current-context-command): Do not append --thread if
12466         `gdb-thread-number' is nil.
12467         (gdb-running-threads-count, gdb-stopped-threads-count): New
12468         variables.
12469         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12470         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12471         customization options.
12472         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12473         GUD commands.
12474         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12475         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12476         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12477         set `gdb-thread-number' and update `gud-running' properly.
12478         (gdb-running): Update threads list when new threads appear.
12479         (gdb-stopped): Support non-stop operation and new thread switching
12480         logic.
12481         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12482         (gdb-json-partial-output): New set of JSON routines.
12483         (def-gdb-auto-update-trigger): New `signal-list' optional
12484         argument.
12485         (gdb-thread-list-handler-custom): Update `gud-running',
12486         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12487         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12488         (gdb-continue-thread, gdb-step-thread): New commands for fine
12489         thread execution control.
12490         (gud-menu-map): New menu items to switch non-stop options.
12491         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12492         (gdb-send): Mimic RET properly (bug 3794).
12494         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12495         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12496         gdb-buffer-rules.
12497         (def-gdb-auto-update-handler): New nopreserve optional argument.
12498         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12500         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12501         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12502         (gdb-parent-mode): New mode to derive other GDB modes from.
12503         (gdb-display-disassembly-for-thread)
12504         (gdb-frame-disassembly-for-thread): New commands for threads
12505         buffer.
12507         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12508         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12509         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12510         (gdb-update): We now store all GDB buffers in a list so that they
12511         can be updated by traversing a list instead of calling invalidate
12512         triggers explicitly.
12513         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12514         pair for GDB buffer.
12515         (gdb-stack-buffer-name): Add thread information.
12516         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12517         handle pending triggers.
12518         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12519         (def-gdb-thread-buffer-simple-command)
12520         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12521         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12522         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12523         New commands which show buffers bound to thread.
12524         (gdb-stack-list-locals-regexp): Removed unused regexp.
12526         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12527         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12528         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12529         to (gud-comint-buffer) in *-buffer-name functions
12530         because (gdb-get-target-string) already does that.
12531         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12532         (gdb-changed-registers-handler): Rewritten without regexps.
12534         * progmodes/gdb-mi.el: Basic thread selection support.
12535         (gdb-thread-number): New variable.
12536         (gdb-current-context-command): New macro which adds --thread
12537         option to command.
12538         (gdb-threads-mode-map): Select thread with SPC.
12539         (gdb-thread-list-handler-custom): Mark current thread with overlay
12540         arrow.  Synchronize GDB thread and Emacs thread.
12541         (gdb-select-thread): New command which selects current thread.
12542         (gdb-invalidate-frames, gdb-invalidate-locals)
12543         (gdb-invalidate-registers): Use --thread option.
12545 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12547         * net/tramp.el (top): Make check for tramp-gvfs loading more
12548         robust.  (Bug#3977)
12549         (tramp-handle-insert-file-contents): `unwind-protect' must be
12550         inside `with-parsed-tramp-file-name'.
12552         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12553         fails.
12555 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12557         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12558         directory if CLASSPATH is not set.
12560 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12562         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12563         New defconst.
12564         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12566 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12568         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12569         Update freshmeat link.  Delete newsforge.com as it seems gone.
12571 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12573         * select.el (x-set-selection): Doc fix (Bug#4021).
12575         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12577         * help-fns.el (describe-variable): Treat list return values from
12578         dir-locals-find-file properly (Bug#4005).
12580 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12582         * net/tramp.el (tramp-debug-message): Print also microseconds.
12584 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12586         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12587         or END is non-nil.
12588         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12589         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12590         format.
12592         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12593         (tramp-get-file-property): Use it.
12595         * autorevert.el (auto-revert-handler): Allow
12596         `auto-revert-tail-mode' for remote files.
12598 2009-08-02  Jason Rumney  <jasonr@gnu.org>
12600         * minibuffer.el (read-file-name): Treat confirm options to
12601         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
12603 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12605         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12606         (font-lock-variable-name-face, font-lock-constant-face): Darken
12607         the colors for light backgrounds.
12609 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
12611         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12612         month names.  (Bug#3987)
12614 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
12616         * simple.el (line-move-finish): Pass whole number to
12617         line-move-to-column.
12618         (line-move-visual): Perform hscroll to the recorded position.
12620 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
12622         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12624 2009-07-29  Alan Mackenzie  <acm@muc.de>
12626         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12628 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
12630         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12631         (gdb-place-breakpoints): Use full path when setting breakpoints.
12633 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
12635         * calc/calc.el (calc-mode-map): Add keybinding for
12636         `calc-transpose-lines'.
12638 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
12640         * calc/calc-misc.el (calc-transpose-lines): New function.
12642 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
12644         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12645         Simplify check for out-of-band methods.
12646         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12647         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
12649 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
12651         * vc-git.el (vc-git-checkin): Fix typo.
12653 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
12655         * progmodes/js2-mode.el: New file.
12657 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
12659         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12660         (gud-menu-map): Adjust tooltip accordingly.
12662 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12664         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12665         (vc-bzr-log-view-mode): Adjust log-view-file-re.
12667         * add-log.el (change-log-mode-map): Add a menu.
12669 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
12671         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12672         function returns nil.
12673         (dbus-handle-event): Handle special return value :ignore.
12674         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12676 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
12678         * view.el (view-mode-enable): Don't define Helper-return-blurb if
12679         it's not needed.
12681 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
12683         Fix Bug#3888:
12685         * w32-vars.el (x-select-enable-clipboard): Doc fix.
12687         * term/pc-win.el (x-display-name, x-colors)
12688         (x-select-enable-clipboard, x-select-text): Doc fix.
12690         * term/common-win.el (x-display-name, x-colors): Doc fix.
12692         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12693         (xw-defined-colors): Doc fix.
12695         * w32-fns.el (x-select-text, x-setup-function-keys)
12696         (x-get-selection, x-set-selection): Doc fix.
12698         * term/x-win.el (x-select-text, x-setup-function-keys)
12699         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12701         * select.el (x-set-selection): Doc fix.
12703 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12705         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12706         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12707         "IsNSSSupportAvailable" method is not available.  Reported by
12708         Steve Youngs <steve@sxemacs.org>.
12710 2009-07-24  Kenichi Handa  <handa@m17n.org>
12712         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12713         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12714         (build-unicode-category-table): Fix range checks.
12716 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12718         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12719         the buffer we try to sync is current when calling
12720         vc-resynch-buffer.
12722         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12723         not show up to date files.
12725 2009-07-24  Glenn Morris  <rgm@gnu.org>
12727         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12728         Add autoload cookies.  If necessary, initialize.
12729         (elint-log): Handle non-file buffers.
12730         (elint-initialize): Add optional argument to reinitialize.
12731         (elint-find-builtin-variables): Save excursion.
12733 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12735         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12736         for Lint.
12738 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12740         * vc.el (vc-print-log-internal): New function, split out from ...
12741         (vc-print-log): ... here.
12742         (vc-dir-move-to-goal-column): Declare.
12744         * vc-git.el (vc-git-add-signoff): New variable.
12745         (vc-git-checkin): Use it.
12746         (vc-git-toggle-signoff): New function.
12747         (vc-git-extra-menu-map): Bind it to menu.
12748         (vc-git--run-command-string): Accept a nil FILE argument.
12749         (vc-git-stash-list): New function.
12750         (vc-git-dir-extra-headers): Use it.
12752 2009-07-23  Glenn Morris  <rgm@gnu.org>
12754         * help-fns.el (describe-variable): Describe ignored and risky local
12755         variables in a similar way to that in which we describe safe ones.
12757         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12758         (byte-compile-output-file-form, byte-compile-output-docform)
12759         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12760         Give some more local variables with common names a "bytecomp-" prefix,
12761         so as not to shadow things during compilation.
12762         * emacs-lisp/cl-macs.el (load-time-value)
12763         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12764         `outbuffer' to `bytecomp-outbuffer'.
12766         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12767         since the next two variables cover them automatically now.
12768         (elint-builtin-variables, elint-autoloaded-variables): New.
12769         (elint-unknown-builtin-args): Remove all members, since they can be
12770         parsed automatically now.
12771         (elint-extra-errors): New.
12772         (elint-env-add-env, elint-env-add-macro): Use cadr.
12773         (elint-current-buffer): Use or.  Change final message.
12774         (elint-get-top-forms): Use line-end-position.
12775         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12776         and defalias.
12777         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12778         (regexp-assoc): Remove unused function.
12779         (elint-top-form): Set elint-current-pos, to record the start of the
12780         top-level form, for compilation-mode.
12781         (elint-form): Trap errors in macro expansion.  Use dolist.
12782         (elint-unbound-variable): Use elint-builtin-variables and
12783         elint-autoloaded-variables.
12784         (elint-get-args): Use cadr, or.
12785         (elint-check-cond-form): Use dolist, cadr.
12786         (elint-check-condition-case-form): Doc fix.  Use cadr.
12787         Use elint-extra-errors.
12788         (elint-log): New function.
12789         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12790         Distinguish errors and warnings.
12791         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12792         Use a bytecomp-style format.
12793         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12794         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12795         Don't truncate lines.
12796         (elint-initialize): Set builtin and autoloaded variable lists.
12797         Only process elint-unknown-builtin-args if non-nil.
12798         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12799         New functions.
12800         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12802 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12804         * net/newst-backend.el (newsticker--parse-atom-1.0)
12805         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12806         (newsticker--parse-rss-1.0):
12807         * progmodes/idlwave.el (idlwave-mode):
12808         * progmodes/idlw-shell.el (idlwave-shell-mode):
12809         * progmodes/vera-mode.el (vera-mode):
12810         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12811         * progmodes/vhdl-mode.el (vhdl-mode):
12812         * textmodes/table.el (table-generate-source)
12813         (table--warn-incompatibility):
12814         Hyperlink urls in docstrings with URL `...'.
12816 2009-07-22  Glenn Morris  <rgm@gnu.org>
12818         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12819         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12820         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12821         Remove leading * from defcustom docs.
12823         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12825         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12826         defcustom doc.
12827         (list-load-path-shadows): Optionally, just return shadows as a string.
12829         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12831 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12833         * mail/rmailedit.el (rmail-edit-mode): Use
12834         auto-save-include-big-deletions.
12836         * mail/rmail.el (rmail-variables): Use
12837         auto-save-include-big-deletions.
12839         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12840         changes.
12842 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12844         * calc/calc.el (calc-undo-length): New variable.
12845         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12847 2009-07-21  Richard Stallman  <rms@gnu.org>
12849         * files.el (auto-save-mode): Handle buffer-save-size = -2
12850         for toggling mode.
12852 2009-07-21  Glenn Morris  <rgm@gnu.org>
12854         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12856         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12858         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12859         silence compiler.  Instead...
12860         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12861         (ps-print-ensure-fontified): Update for above function name changes.
12863         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12864         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12865         silence compiler.  Instead...
12866         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12867         (mh-show-buffer): Only define for compiler.
12868         (pr-mh-current-message): Update for above function name changes.
12870         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12871         as an argument.
12872         (find-file-noselect, insert-file-1): Update for above change.
12874         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12876         * mail/mailclient.el (mailclient-send-it): Fix message.
12878         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12879         (edebug-eval): Check cl-debug-env is bound.
12880         (print-level, print-circle): Don't redefine built-in variables.
12882         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12883         (custom-print-vectors): Remove old comments from doc.
12885         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12886         (emerge-version): Make the variable an obsolete alias for the
12887         emacs-version variable.  Make the function obsolete.
12888         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12889         Emerge options, rather than merging in into the main Options menu.
12890         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12891         and auto advance modes.  Disable edit/fast items when not relevant.
12893 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12895         * term/vt420.el (terminal-init-vt420): Fix typo.
12897 2009-07-20  Sam Steingold  <sds@gnu.org>
12899         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12900         variable (removed from compile.el on 2004-03-11).
12902 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12904         * files.el (hack-local-variables-filter): Fix last change.
12906 2009-07-19  Juri Linkov  <juri@jurta.org>
12908         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12909         (dir-local-variables-alist): New buffer-local variable.
12910         (hack-local-variables-filter): If variable is not dir-local,
12911         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12912         because file-local overrides dir-local.
12913         (c-postprocess-file-styles) <declare-function>:
12914         Remove obsolete declaration.
12915         (hack-dir-local-variables): Add dir-local variable/value pair to
12916         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12918         * help-fns.el (describe-variable): Add information about
12919         file-local and dir-local variables.
12921 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12923         * files.el (hack-local-variables-filter): Rewrite.
12925 2009-07-19  Glenn Morris  <rgm@gnu.org>
12927         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12928         Silence compiler by only defining on XEmacs.
12930         * international/mule.el (auto-coding-regexp-alist): Only match
12931         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12933         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12934         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12935         (cal-menu-context-mouse-menu): Doc fix.
12937         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12939         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12941 2009-07-18  Juri Linkov  <juri@jurta.org>
12943         * info.el: Virtual Info keyword finder.
12944         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12945         (Info-finder-file): New variable.
12946         (Info-finder-find-file): New function.
12947         (finder-known-keywords, finder-package-info)
12948         (find-library-name, lm-commentary): Use defvar and
12949         declare-function to silence compiler warnings.
12950         (Info-finder-find-node): New function.
12951         (info-finder): New command.
12953         * subr.el (process-kill-buffer-query-function): New function.
12954         (add-hook)<kill-buffer-query-functions>: Add hook
12955         `process-kill-buffer-query-function'.
12957 2009-07-18  Alan Mackenzie  <acm@muc.de>
12959         * progmodes/cc-mode.el (c-before-hack-hook)
12960         (c-postprocess-file-styles): Give invocation of `c-set-style'
12961         DONT-OVERRIDE parameter of t.  Already set style variables will
12962         thus not be overridden by style settings given by `c-file-syle'.
12964         * files.el (hack-local-variables-filter): Remove entries with
12965         duplicate keys from `file-local-variables-alist'.
12967 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12969         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12970         x-set-selection if display-selections-p returns nil for the
12971         current frame.
12973 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12975         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12977 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12979         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12980         Accept nil in addition to a regexp.
12981         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12982         Accept nil in addition to a regexp.
12983         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12984         buffers that have an associated file.  Handle nil values of
12985         desktop-buffers-not-to-save and desktop-files-not-to-save.
12986         (Bug#3833)
12988         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12989         (x-disown-selection-internal): New functions.
12991 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12993         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12994         warning.
12995         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12996         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12998 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
13000         * simple.el (set-mark): Revert last change.
13002 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
13004         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13005         rendering of pngs is not possible instead of messaging a long
13006         description.
13008 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
13010         * w32-fns.el (x-selection-owner-p): New function.
13012         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13013         (mouse-yank-at-click, mouse-yank-primary): If
13014         select-active-regions is non-nil, deactivate the mark before
13015         insertion.
13017         * simple.el (deactivate-mark, set-mark): Only save selection if we
13018         own it.
13020 2009-07-17  Kenichi Handa  <handa@m17n.org>
13022         * case-table.el (describe-buffer-case-table): Fix for the case
13023         that KEY is a cons.
13025 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
13027         * vc-rcs.el (vc-rcs-find-file-hook):
13028         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13030 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13032         * net/tramp.el (tramp-wait-for-output): Handle the case when
13033         commands do not return a newline but a null byte before the shell
13034         prompt.  (Bug#3858)
13036 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13038         * term/ns-win.el (ns-set-alpha): Don't declare.
13039         (ns-set-background-alpha): Remove function.
13041 2009-07-16  Kevin Ryde  <user42@zip.com.au>
13043         * emacs-lisp/copyright.el (copyright-update): Save match-data across
13044         y-or-n-p, for safety.
13046 2009-07-16  Richard Stallman  <rms@gnu.org>
13048         * files.el (auto-save-mode): If buffer-saved-size is -2,
13049         don't clobber it.
13051         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13052         (rmail-retry-ignored-headers): Add more uninteresting fields.
13054 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
13056         * net/rcirc.el (rcirc): Use history variables.
13057         (rcirc-server-name-history, rcirc-nick-name-history)
13058         (rcirc-server-port-history): New variables.
13060 2009-07-15  Kenichi Handa  <handa@m17n.org>
13062         * international/mule-cmds.el (set-language-environment-charset):
13063         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13064         ignore them.
13066         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13067         Delete unibyte-display.
13069 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13071         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13073 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13075         * simple.el (deactivate-mark): Optional argument FORCE.
13076         (set-mark): Use deactivate-mark.
13078         * info.el (Info-search): No need to check transient-mark-mode
13079         before calling deactivate-mark.
13081         * select.el (x-set-selection): Doc fix.
13082         (x-valid-simple-selection-p): Allow buffer values.
13083         (xselect--selection-bounds): Handle buffer values.  Suggested by
13084         David De La Harpe Golden.
13086         * mouse.el (mouse-set-region, mouse-drag-track): Call
13087         copy-region-as-kill before setting the mark, to let
13088         select-active-regions work.
13090 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
13092         * simple.el (deactivate-mark): If select-active-regions is
13093         non-nil, copy the selection data into a string.
13094         (activate-mark): If select-active-regions is non-nil, set the
13095         selection to the current buffer.
13096         (set-mark): Update selection if select-active-regions is non-nil.
13098         * select.el (x-valid-simple-selection-p): Allow buffer values.
13100 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13102         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13103         and more featureful message-mode.
13105 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
13107         * select.el (x-set-selection): Doc fix.
13108         (x-valid-simple-selection-p): Disallow selection data consisting
13109         of a list or cons of integers, since that is not used.
13110         (xselect--selection-bounds, xselect--int-to-cons): New functions.
13111         (xselect-convert-to-string, xselect-convert-to-length)
13112         (xselect-convert-to-filename, xselect-convert-to-charpos)
13113         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13115 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
13117         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13118         output in -break-info command (Emacs bug #3794).
13120 2009-07-14  Glenn Morris  <rgm@gnu.org>
13122         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13123         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13124         (edebug-print-length, edebug-print-level, edebug-print-circle)
13125         (edebug-sit-for-seconds, edebug-view-outside)
13126         (edebug-bounce-point, edebug-set-global-break-condition)
13127         (edebug-Go-nonstop-mode, edebug-trace-mode)
13128         (edebug-Trace-fast-mode, edebug-continue-mode)
13129         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13130         (edebug-visit-eval-list): Doc fixes.
13132         * subr.el (def-edebug-spec): Doc fix.
13134 2009-07-14  Kenichi Handa  <handa@m17n.org>
13136         * international/characters.el: Fix setting of category ?C.
13138 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
13140         * term/ns-win.el (x-select-font): defalias x-select-font to
13141         ns-popup-font-panel instead of generate-fontset-menu.
13143 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
13145         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
13147 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
13149         * arc-mode.el (archive-find-type): Allow for a PK00 string before
13150         the PK\003\004 header (Bug#3770).
13152 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
13154         * pcomplete.el (pcomplete-comint-setup): Check for
13155         shell-dynamic-complete-filename too.
13157 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
13159         * simple.el (temporary-goal-column): Change the value for
13160         line-move-visual to a cons cell.
13161         (line-move-visual): Record or set the window hscroll, if
13162         necessary (Bug#3494).
13163         (line-move-1): Handle cons value of temporary-goal-column.
13165 2009-07-11  Kenichi Handa  <handa@m17n.org>
13167         * international/mule-diag.el (describe-character-set): Don't show
13168         width.
13170 2009-07-10  Sam Steingold  <sds@gnu.org>
13172         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13173         Omake sometimes indents the errors it prints, so allow all
13174         regexps to start with spaces.
13176 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
13178         * cus-edit.el (customize-changed-options-previous-release):
13179         Bump value to 22.1.  (Bug#3804)
13181 2009-07-08  Sam Steingold  <sds@gnu.org>
13183         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13184         to be a cons cell (test . ignored-directory) to selectively ignore
13185         some directories depending on the location of the search.
13187 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
13189         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13190         remote user is root, on the local host.
13191         (tramp-local-host-p): Either the local user or the remote user
13192         must be root.  (Bug#3771)
13194 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13196         * progmodes/gdb-mi.el (gdb): Remove description of
13197         gdb-use-separate-io-buffer.
13198         (menu): Don't allow toggling of or enable
13199         gdb-use-separate-io-buffer from menubar.
13201 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13203         * mail/unrmail.el (unrmail): Make sure the message ends with two
13204         newlines (Bug#3769).
13206 2009-07-08  Glenn Morris  <rgm@gnu.org>
13208         * calendar/calendar.el (calendar-current-date): Rework previous change.
13210 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13212         * calendar/calendar.el (calendar-current-date):
13213         Add an optional argument giving an offset from today.
13215 2009-07-08  Glenn Morris  <rgm@gnu.org>
13217         * tutorial.el (tutorial--describe-nonstandard-key):
13218         Adjust the message for when a key has been unbound.
13219         (help-with-tutorial): Hide the arch-tag.
13221 2009-07-08  Kenichi Handa  <handa@m17n.org>
13223         * international/fontset.el (setup-default-fontset): For each
13224         script, append (not set) font-specs.
13226         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13227         docstring.
13229 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13231         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13232         -data-list-register-names to ...
13233         (gdb-starting): ... here because GDB 7.0 requires execution to
13234         have started when using this MI command.
13235         (gdb-set-header): New function to distinguish select and
13236         unselected tabs in gdb buffers.
13237         (gdb-propertize-header): New macro that uses gdb-set-header.
13238         (gdb-breakpoints-header, gdb-locals-header): Use it.
13239         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13241 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13243         * Makefile.in (ELCFILES): Remove fadr.elc.
13245 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13247         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13248         may contain frame information, so `string-match' should be used.
13249         (gdb-update): Disassembly is invalidated through
13250         `gdb-get-selected-frame'.
13251         (gdb-pad-string): New function to pad string with spaces.
13252         (gdb-invalidate-disassembly): Invalidate only if the buffer
13253         exists.
13254         (gdb-disassembly-handler-custom): Column alignment.
13255         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13256         placing new ones.
13257         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13258         end of line, too.
13259         (gdb-frame-handler): Match convention to for disassembly buffer
13260         mode name.
13261         (gdb-stack-list-frames-handler): Rewritten without regexps.
13262         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13263         not highlight breakpoints without line information.
13264         (gdb-input): Add trailing newline to command.
13266         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13267         buffer properly.
13268         (gdb-breakpoints-list-handler-custom): Replacement for
13269         `gdb-break-list-handler'.  Using real parser instead of regexps
13270         now.
13271         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13272         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13273         to place breakpoints.
13274         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13275         functions.
13276         (gdb-disassembly-handler-custom): Show overlay arrow.
13277         (gdb-disassembly-place-breakpoints): Show breakpoints in
13278         disassembly buffer.
13279         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13280         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13281         instead of parsing breakpoints buffer.  Fixed old menu references
13282         in `gud-menu-map'.
13284         * fadr.el: Remove.
13286         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13287         (gdb-memory-address): New variable which holds top address of
13288         memory page shown in memory buffer.
13289         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13290         customization variables.
13291         New functions:
13292         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13293         display the memory buffer.
13294         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13295         buffer display parameters.
13296         (def-gdb-memory-format, gdb-memory-format-binary)
13297         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13298         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13299         Functions for setting memory buffer format.
13300         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13301         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13302         unit size used in memory buffer.
13303         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13304         to next/previous page of memory buffer.
13305         Now using (bindat-get-field) instead of fadr functions.
13307 2009-07-07  Sam Steingold  <sds@gnu.org>
13309         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13310         non-top-level files.
13312 2009-07-07  Kenichi Handa  <handa@m17n.org>
13314         * international/mule-cmds.el (reset-language-environment): Put
13315         the highset priority to the charset iso-8859-1.
13317 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13319         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13320         to the end of the line when locating the block (Bug#700).
13322 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13324         * net/tramp.el (tramp-handle-write-region): Flush file properties
13325         in case of short track.
13327 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13329         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13330         Coded custom representation of verilog error regular expressions
13331         to work with Emacs-22's new format.
13332         (verilog-error-regexp-xemacs-alist): Coded custom representation
13333         of verilog error regular expressions to work with XEmacs format.
13334         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13335         error recognition into XEmacs.
13336         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13337         error recognition into Emacs-22.
13339 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13341         * woman.el: Remove stand-alone closing parentheses.
13342         (woman-file-name, woman2-format-paragraphs)
13343         (woman-leave-blank-lines): Code cleanup.
13344         (woman-use-own-frame): Change default to nil.
13345         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13346         defaults to inherit from default faces.
13347         (woman2-process-escapes): Consume the newline after a stand-alone
13348         filler character (Bug#3651).
13350 2009-07-06  Glenn Morris  <rgm@gnu.org>
13352         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13353         (top-level): Move provide to the end.
13354         (ffap): Remove defunct URL from custom group.
13356         * subr.el (eval-after-load): Doc fix.
13358 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13360         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13361         `calc-embedded-word' is called twice.
13363 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13365         * files.el (find-alternate-file-other-window, find-alternate-file):
13366         Obey confirm-nonexistent-file-or-buffer.
13368 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13370         * dired-aux.el (dired-show-file-type): Handle remote files.
13372 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13374         * desktop.el (desktop-globals-to-save):
13375         Add file-name-history (Bug#2750).
13377 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13379         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13381 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13383         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13384         property on entire argument since this is what eshell-lisp-command
13385         expects.
13387 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13389         * net/tramp-gvfs.el (tramp-gvfs-methods)
13390         (tramp-gvfs-zeroconf-domain)
13391         (tramp-bluez-discover-devices-timeout): Add version flag.
13392         (tramp-gvfs-handler-mounted-unmounted)
13393         (tramp-gvfs-connection-mounted-p): Polish handling of
13394         incompatibilities between GVFS 0.2 and 1.0.
13396 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13398         * cus-start.el (all): Add make-pointer-invisible.
13400 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13402         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13403         formatted correctly.
13405 2009-07-02  Juri Linkov  <juri@jurta.org>
13407         * info.el: Virtual Info files and nodes.
13408         (Info-virtual-files, Info-virtual-nodes): New variables.
13409         (Info-current-node-virtual): New variable.
13410         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13411         New functions.
13412         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13413         to check for a virtual file instead of checking a fixed list
13414         of node names.
13415         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13416         instead of ad-hoc processing of "dir" and (apropos history toc).
13417         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13418         instead of ad-hoc processing of "dir" and (apropos history toc).
13419         Reread a file when moving from a virtual node.
13420         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13421         (Info-directory-toc-nodes, Info-directory-find-file)
13422         (Info-directory-find-node): New functions.
13423         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13424         (Info-history): Move part of code to
13425         `Info-history-find-node'.
13426         (Info-history-toc-nodes, Info-history-find-file)
13427         (Info-history-find-node): New functions.
13428         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13429         (Info-toc): Move part of code to `Info-toc-find-node'.
13430         (Info-toc-find-node): New function.
13431         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13432         the current Info file name to references because now the node
13433         "*TOC*" belongs to the same Info manual.
13434         (Info-toc-build): Rename from `Info-build-toc'.
13435         (Info-toc-nodes): Rename input argument `file' to `filename'.
13436         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13437         instead of ad-hoc processing of ("dir" apropos history toc).
13438         (Info-index-nodes): Use Info-virtual-file-p
13439         to check for a virtual file instead of checking a fixed list
13440         of node names.
13441         (Info-index-node): Add check for `Info-current-node-virtual'.
13442         Raise `save-match-data' higher up the tree to contain
13443         `search-forward' too (bug fix).
13444         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13445         (Info-virtual-index-nodes): New variable.
13446         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13447         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13448         (Info-apropos-file, Info-apropos-nodes): New variables.
13449         (Info-apropos-toc-nodes, Info-apropos-find-file)
13450         (Info-apropos-find-node, Info-apropos-matches): New functions.
13451         (info-apropos): Move part of code to `Info-apropos-find-node' and
13452         `Info-apropos-matches'.
13453         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13454         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13455         for a virtual file instead of checking a fixed list of node names.
13457         * simple.el (async-shell-command): New command.
13459         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13461         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13462         instead of `mount-info'.
13464 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13466         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13467         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13469 2009-07-02  Kenichi Handa  <handa@m17n.org>
13471         * international/mule.el (set-keyboard-coding-system): Force *-unix
13472         coding-system to avoid eol conversion.
13474 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13476         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13477         Add handler for `process-file', `shell-command' and
13478         `start-file-process'.
13479         (tramp-gvfs-handle-shell-command)
13480         (tramp-gvfs-handle-start-file-process)
13481         (tramp-gvfs-handle-process-file): New defuns.
13482         (tramp-synce-list-devices): Simplify check for existence of property.
13484 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13486         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13488 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13490         * language/korean.el (set-language-info-alist): Add korean-cp949,
13491         cp949 to spec.
13493 2009-07-01  Kenichi Handa  <handa@m17n.org>
13495         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13497         * international/encoded-kb.el: Deleted.
13499         * international/mule.el (set-keyboard-coding-system): Perform the
13500         necessary setup here instead of calling encoded-kbd-setup-display.
13502 2009-07-01  Glenn Morris  <rgm@gnu.org>
13504         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13506 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13508         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13510 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13512         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13513         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13514         (tramp-default-file-modes): Remove execute permissions.
13516         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13517         (top): Add a default for "synce" in `tramp-default-user-alist'.
13518         Add completion function for "synce" method.
13519         (tramp-hal-service, tramp-hal-path-manager)
13520         (tramp-hal-interface-manager, tramp-hal-interface-device):
13521         New defconst.
13522         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13523         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13524         New defuns.
13526         * net/trampver.el: Update release number.
13528 2009-06-30  Kenichi Handa  <handa@m17n.org>
13530         * international/fontset.el (setup-default-fontset): Add CJK fonts
13531         for symbols and the other miscellaneous characters.
13533         * language/korea-util.el (setup-korean-environment-internal):
13534         Make char-width-table suitable for Korean environments.
13535         (exit-korean-environment): Cancel above.
13537         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13538         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13539         setup-function to make char-width-table suitable for respective
13540         environments, and an exit-function to cancel that.
13542         * language/japan-util.el (setup-japanese-environment-internal):
13543         Call use-cjk-char-width-table with arg `ja_JP'.
13545         * international/characters.el (cjk-char-width-table): Delete it.
13546         (cjk-char-width-table-list): New variable.
13547         (use-cjk-char-width-table): New arg local-name.
13548         (use-default-char-width-table): Fix for the case that Emacs is
13549         already using the default char-width-table.
13551 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13553         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13554         modes mandatory.  (Bug#3712)
13556 2009-06-29  Alan Mackenzie  <acm@muc.de>
13558         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13559         correction between the visible width of TABs and their number of bytes.
13561 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13563         * server.el (server-buffer-done): Prevent kill-buffer from
13564         prompting by clearing the buffer modification flag (Bug#3696).
13566 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13568         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13569         (verilog-endcomment-reason-re): Support unique case and priority case.
13570         (verilog-basic-complete-re): Support localparam lineup.
13571         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13572         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13573         commenting.
13574         (verilog-leap-to-case-head): Now support *nested* unique &
13575         priority case statements.
13576         (verilog-auto-lineup): Make just declarations the default (as it
13577         had been).
13578         (verilog-leap-to-case-head): Support priority/unique case statements.
13579         (verilog-auto-lineup): Rework to give users radio buttons to
13580         select the various styles of automatic lineup.
13581         (verilog-error-regexp-alist): Rework to support the XEmacs style
13582         of error regular expressions from compilers, lint tools &
13583         simulators.  Note that GNU Emacs has made it impossible for a mode
13584         to load such things.
13585         (electric-verilog-terminate-line, verilog-indent-declaration)
13586         (verilog-auto-wiure): Rework for radio button selection of
13587         auto-lineup selection of specification of auto lineup.
13588         (verilog-beg-of-statement-1): Redesign to support proper operation
13589         in additional code, based on testing with auto-lineup.
13590         (verilog-calculate-indent, assignments & declarations)
13591         (verilog-backward-token): Enhance to support auto-lineup of
13592         assignments & declarations.
13593         (verilog-in-directive-p, verilog-at-struct-p): New function for
13594         easy test of whether we are.
13595         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13596         to support safe execution at almost anyline.
13597         (verilog-calc-1): Properly support indenting deep inside generate
13598         blocks.
13599         (verilog-init-font): Remove definition & use of verilog-init-font,
13600         as it is redundant with font-lock-defaults.
13601         (verilog-mode): Alter the definition of verilog-font-lock-defaults
13602         to avoid circular calls if syntax-ppss is a function (as is the
13603         case now in 22.x GNU Emacs) as that function would sometimes call
13604         itself, leading to (nearly) infinite recursion.
13605         (verilog-ovm-begin-re, verilog-ovm-end-re)
13606         (verilog-ovm-statement-re, verilog-leap-to-head)
13607         (verilog-backward-token): Add support for OVM macros.  Some are
13608         complete statements, and others open and close scopes like begin
13609         and end.
13610         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13611         (verilog-defun-level-generate-only-re): Really fix the defun-list
13612         compilation issue.
13613         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13614         coverpoint, constraint and cross statements.
13615         (verilog-defun-level-list, verilog-generate-defun-level-list)
13616         (verilog-all-defun-level-list): Redo these specifications - it is
13617         too hard to support eval-when compile aggregation of lists also
13618         built at when-compile time.
13619         (verilog-defun-level-list): Place defconsts of variables used in
13620         building regular expressions which are built in eval-when-compile
13621         bodies in the same eval-when-compile body to facilitate compile
13622         without load.
13623         (verilog-beg-block-re-ordered): Support indenting
13624         virtual/protected tasks and functions.
13625         (verilog-defun-level-list, verilog-in-generate-region-p)
13626         (verilog-backward-ws&directives, verilog-calc-1): Speed up
13627         indentation of some module items (generate items).
13628         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13629         across virtual/protected tasks and functions.
13631 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
13633         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13634         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
13635         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13636         in concatenations.  Reported by Yishay Belkind.
13637         (verilog-auto-ascii-enum): Support one-hot state machines in
13638         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
13639         (verilog-auto-inst, verilog-auto-inst-port): Include interface
13640         modport in AUTOINST and add vl-modport for users.  Reported by
13641         David Rogoff.
13642         (verilog-auto-inout-module, verilog-auto-inst)
13643         (verilog-decls-get-interfaces, verilog-insert-definition)
13644         (verilog-insert-one-definition, verilog-read-decls)
13645         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13646         (verilog-sig-modport, verilog-signals-combine-bus)
13647         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13648         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13649         Suggested by David Rogoff.
13650         (verilog-repair-open-comma): Fix non-insertion of comma when
13651         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
13652         (verilog-make-width-expression): Simplify [A-1:0] expression
13653         widths to just {A{1'b0}}.
13654         (verilog-mode): Cleanup checkdoc warnings.
13655         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13656         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13657         inputs/outputs or data type.  Suggested by Vasu Kandadi.
13658         (next-error-last-buffer): Fix byte-compiler warning.
13659         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13660         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13661         or shell command text during AUTO expansion.  Suggested by Tad Truex.
13662         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13663         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13664         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13665         in AUTOINOUT.  Reported by Matthew Lovell.
13666         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13667         causing use of <= assignments.  Reported by Alex Reed.
13668         (verilog-read-decls): Fix triand, trior, wand, wor to be
13669         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
13670         (verilog-extended-complete-re): Support import "DPI-C" functions.
13671         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13672         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
13673         (verilog-insert-date, verilog-insert-year)
13674         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13675         Windows systems.  Reported by Michael Potts.
13676         (verilog-read-module-name): Fix AUTOINST when the child module
13677         declaration's name is a tick define.  Reported by Elliot Mednick.
13678         (verilog-read-decls): Fix V2K parameter bit subscripts getting
13679         passed to next parameter's definition.  Reported by Bruce T.
13680         (verilog-read-decls): Fix detecting "parameter int" when using
13681         AUTOINSTPARAM.  Reported by Bruce T.
13682         (verilog-goto-defun): Fix goto not finding modules unless first
13683         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
13684         (verilog-mode): Expand -f flag arguments on entry to mode so
13685         verilog-goto-defun will work.  Reported by Lawrence Butcher.
13686         (verilog-getopt): Expand environment variables in -f file
13687         arguments.  Suggested by Lawrence Butcher.
13688         (verilog-set-define): Fix "Symbol's value as variable is void"
13689         when reading enumerations.
13690         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13691         Suggested by Stephen Peltan.
13692         (verilog-read-defines): Fix reading of enumerations in include
13693         files.  Reported by Steve Peltan.
13695 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13697         * files.el (trash-directory): Fix defcustom type.
13699 2009-06-28  Juri Linkov  <juri@jurta.org>
13701         * help-fns.el (describe-function-1): Correctly locate adviced
13702         functions in hyperlink (Bug#2438).
13704 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13706         * files.el (trash-directory): Change default to nil.
13707         (move-file-to-trash): If trash-directory is nil and
13708         system-move-file-to-trash is unbound, perform freedesktop-style
13709         trashing.
13711 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13713         * files.el (move-file-to-trash): Add freedesktop trash
13714         support (Bug#973).
13716 2009-06-28  Glenn Morris  <rgm@gnu.org>
13718         * autorevert.el (global-auto-revert-non-file-buffers)
13719         (global-auto-revert-mode): Doc fixes.
13721 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13723         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13725 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13727         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13728         opened an X connection before calling x-get-resource (Bug#3194).
13730         * play/doctor.el: Remove reference to obsolete website.
13731         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13733 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13735         Remove find-file-not-found-hook VC method.  (Bug#2757)
13736         * vc-hooks.el (vc-file-not-found-hook)
13737         (vc-default-find-file-not-found-hook): Remove functions.
13738         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13739         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13740         * vc.el:
13741         * vc-hg.el:
13742         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13744 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13746         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13747         compatibility function for `looking-back'.
13749         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13750         Use `ispell-looking-back'.
13752 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13754         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13755         rather than `filename'.
13757 2009-06-23  Miles Bader  <miles@gnu.org>
13759         * face-remap.el (text-scale-set): New function.
13761 2009-06-23  Glenn Morris  <rgm@gnu.org>
13763         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13765         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13767         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13769         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13771         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13772         Simplify Persian conditionals.
13774         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13775         variable `filename'.
13777         * comint.el (comint-insert-input): Doc fix.
13779         * Makefile.in (ELCFILES): Fix typo in previous change.
13781 2009-06-23  Miles Bader  <miles@gnu.org>
13783         * cus-start.el: Add entry for `recenter-redisplay'.
13785 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13787         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13788         Add an optional argument for the backend, use it instead of
13789         calling vc-backend.
13790         (vc-mode-line): Add an optional argument for the backend.
13791         Pass the backend to vc-state and vc-working-revision.  Move code for
13792         special handling for vc-state being a buffer to ...
13794         * vc-rcs.el (vc-rcs-find-file-hook):
13795         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13797         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13798         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13799         vc-stay-local-p and vc-mode-line calls.
13801         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13802         (vc-cvs-diff, vc-cvs-annotate-command)
13803         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13804         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13805         vc-mode-line calls.
13807         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13808         direct comparison.
13809         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13810         backend when calling vc-mode-line.
13811         (vc-register): Do not create a closure for calling the vc register
13812         function, call it directly.
13814 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13816         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13817         to make it obvious item can be clicked.
13819         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13821 2009-06-23  Kenichi Handa  <handa@m17n.org>
13823         * language/korea-util.el (korean-key-bindings): Change the binding
13824         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13825         same command.
13827 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13829         Sync with Tramp 2.1.16.
13831         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13833         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13834         when a loading of a package fails.  Completion function for rsync
13835         is `tramp-completion-function-alist-ssh'.
13836         (all): Replace all calls of `split-string' and
13837         `tramp-split-string' by `tramp-compat-split-string'.
13838         (tramp-default-method): Use `tramp-compat-process-running-p'.
13839         (tramp-default-proxies-alist): Allow also Lisp forms.
13840         (tramp-remote-path): Add choice "Private Directories".
13841         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13842         (tramp-domain-regexp): Allow also "-", "_" and ".".
13843         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13844         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13845         (tramp-debug-message): Insert header line in debug buffer.
13846         (tramp-handle-directory-files-and-attributes-with-stat):
13847         Care about filenames with spaces, or starting with "-".
13848         (tramp-handle-dired-uncache): New defun.
13849         (tramp-handle-insert-directory): Don't flush the directory from
13850         cache, this is handled by `dired-uncache' now.
13851         (tramp-handle-insert-file-contents): Improve error handling.
13852         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13853         Quote `tramp-end-of-output'.
13854         (tramp-action-password): Improve trace message.
13855         (tramp-check-for-regexp): Both echoes must be present, before removing.
13856         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13857         (tramp-compute-multi-hops): Eval cons cells of
13858         `tramp-default-proxies-alist'.
13859         (tramp-maybe-open-connection): Use the same command pattern for
13860         first hop and further hops.
13861         (tramp-wait-for-output): Remove handling of newlines.
13862         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13863         (tramp-split-string): Remove function.  It is handled in
13864         tramp-compat now.
13866         * net/tramp-cmds.el (tramp-bug):
13867         Recommend `tramp-cleanup-all-connections' in the bug mail.
13869         * net/tramp-compat.el (tramp-compat-split-string)
13870         (tramp-compat-process-running-p): New defuns.
13872         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13873         for `dired-uncache'.
13875         * net/tramp-gvfs.el: New package.
13877         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13878         Add handler for `dired-uncache'.
13879         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13881         * net/trampver.el: Update release number.  Make version check fit
13882         for SXEmacs 22.
13884 2009-06-22  Jim Meyering  <meyering@redhat.com>
13886         Automatically handle .xz suffix (XZ-compressed files), too.
13887         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13888         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13890 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13891             Nick Roberts  <nickrob@snap.net.nz>
13893         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13894         repository (http://sphinx.net.ru/hg/gdb-mi/).
13896 2009-06-22  Glenn Morris  <rgm@gnu.org>
13898         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13899         `mode' and `eval' entries.  (Bug#3430)
13901         * Makefile.in (ELCFILES): Add fadr.elc.
13903         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13904         differing behavior of \n and ^ in strings.  (Bug#3385)
13906         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13908         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13909         property.
13910         (lisp-indent-function): Make it a defcustom.
13912 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13914         * progmodes/gdb-ui.el: Replace with ...
13915         * progmodes/gdb-mi.el: ... this file.
13916         * progmodes/gud.el: Modify for gdb-mi.el.
13918 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13920         * fadr.el: New file.
13922 See ChangeLog.14 for earlier changes.
13924 ;; Local Variables:
13925 ;; coding: utf-8
13926 ;; End:
13928     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13930   This file is part of GNU Emacs.
13932   GNU Emacs is free software: you can redistribute it and/or modify
13933   it under the terms of the GNU General Public License as published by
13934   the Free Software Foundation, either version 3 of the License, or
13935   (at your option) any later version.
13937   GNU Emacs is distributed in the hope that it will be useful,
13938   but WITHOUT ANY WARRANTY; without even the implied warranty of
13939   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13940   GNU General Public License for more details.
13942   You should have received a copy of the GNU General Public License
13943   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13945 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1