Add bindings for vc-log-incoming and vc-log-outgoing.
[emacs.git] / lisp / ChangeLog
blobe037c2579b89cc6edc7fa58135efadc5422420d0
1 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
3         Add bindings for vc-log-incoming and vc-log-outgoing.
4         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5         and vc-log-outgoing.
6         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
7         and vc-log-outgoing.
9 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
11         * net/rcirc.el (rcirc-sort-nicknames): Remove.
12         (rcirc-handler-366): Always sort nicknames.
14 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
16         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
18 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
20         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
21         fix.
23 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * net/rcirc.el (rcirc-sort-nicknames): Change default.
26         (rcirc-sort-nicknames-join): Avoid setq.
28 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
30         * net/rcirc.el (rcirc-sort-nicknames): New custom.
31         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
32         (rcirc-handler-366): Use them.
34 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
36         Split smie-indent-calculate into more manageable chunks.
37         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
38         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
39         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
40         (smie-indent-exps): Extract from smie-indent-calculate.
41         (smie-indent-functions): New var.
42         (smie-indent-functions): Use them.
44 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
47         (smie-indent-calculate): Simplify and cleanup.
49 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
51         * net/tramp-gvfs.el (top): Require url-util.
52         (tramp-gvfs-mount-point): Remove.
53         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
54         New defuns.
55         (with-tramp-dbus-call-method): Format trace message.
56         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
57         Implement backup call, when operation on local files fails.
58         Use progress reporter.  Flush properties of changed files.
59         (tramp-gvfs-handle-make-directory): Make more traces.
60         (tramp-gvfs-url-file-name): Hexify file name in url.
61         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
62         into account for the resulting file name.
63         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
64         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
65         (tramp-gvfs-handler-mounted-unmounted)
66         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
67         attribute "default_location".  Set "prefix" property.
68         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
69         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
70         exists.  Raise an error, if not (due to a corresponding answer
71         "no" in interactive questions, for example).
73 22010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
75         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
77 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
79         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
80         right-*.  (Bug#6265)
82 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
84         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
85         * vc-git.el (vc-git-compute-remote): New function.
86         (vc-git-log-outgoing): Use it instead of hard coding a value.
87         (vc-git-log-incoming): New function.
89         Improve state updating for VC tag commands.
90         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
91         to update the state of all buffers in the directory.
93         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
95 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
98         `file-directory-p' to the filename part rather than to the whole text.
100 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
102         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
103         (bug#6231).
105 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
109 2010-05-31  Drew Adams  <drew.adams@oracle.com>
111         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
113 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
115         * subr.el (momentary-string-display): Just use read-event to read
116         the exit event (Bug#6238).
118 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
120         * international/mule.el (define-coding-system): Doc fix (bug#6313).
122 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
124         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
125         Suggested by Eli Zaretskii <eliz@gnu.org>.
127 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * minibuffer.el (completion-file-name-table): Don't return a boundary
130         past the end of `string' (bug#6299).
131         (completion--file-name-table): Delegate to completion-file-name-table
132         for the `boundaries' case.
134 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
136         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
137         movement commands.
139         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
140         `path-separator', but maintain compatibility with Emacs 20.2.
142 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
144         * server.el (server-process-filter): Receive parent-id argument
145         from emacsclient.
146         (server-create-window-system-frame): New arg.  Pass parent-id as
147         frame parameter.
149 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
151         * ansi-color.el: Delete unused escape sequences (Bug#6085).
152         (ansi-color-drop-regexp): New constant.
153         (ansi-color-apply, ansi-color-filter-region)
154         (ansi-color-apply-on-region): Delete unrecognized control
155         sequences.
156         (ansi-color-apply): Build string list before calling concat.
158 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
160         Bidi-sensitive word movement with arrow keys.
161         * subr.el (right-arrow-command, left-arrow-command): Move to
162         bindings.el.
164         * bindings.el (right-char, left-char): Move from subr.el and
165         rename from right-arrow-command and left-arrow-command.
166         (right-word, left-word): New functions.
167         (global-map) <right>: Bind to right-char.
168         (global-map) <left>: Bind to left-char.
169         (global-map) <C-right>: Bind to right-word.
170         (global-map) <C-left>: Bind to left-word.
172         * ls-lisp.el (ls-lisp-classify-file): New function.
173         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
174         (ls-lisp-classify): Call ls-lisp-classify-file.
175         (insert-directory): Remove blanks from switches.
177 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
179         * ansi-color.el: Delete unused escape sequences (Bug#6085).
180         (ansi-color-drop-regexp): New constant.
181         (ansi-color-apply, ansi-color-filter-region)
182         (ansi-color-apply-on-region): Delete unrecognized control sequences.
183         (ansi-color-apply): Build string list before calling concat.
185 2010-05-28  Juri Linkov  <juri@jurta.org>
187         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
188         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
189         (Bug#5270)
191 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
193         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
194         to ignored backtrace functions.
195         (with-progress-reporter): Expand docstring.
196         (tramp-handle-delete-file): Implement TRASH argument.
197         (tramp-get-remote-trash): New defun.
199 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
201         * net/tramp-compat.el (tramp-compat-delete-file): Use
202         `symbol-value' for backward compatibility.
204         * net/tramp.el (tramp-handle-make-symbolic-link)
205         (tramp-handle-load)
206         (tramp-do-copy-or-rename-file-via-buffer)
207         (tramp-do-copy-or-rename-file-directly)
208         (tramp-do-copy-or-rename-file-out-of-band)
209         (tramp-handle-process-file, tramp-handle-call-process-region)
210         (tramp-handle-shell-command, tramp-handle-file-local-copy)
211         (tramp-handle-insert-file-contents, tramp-handle-write-region)
212         (tramp-delete-temp-file-function): Use `delete-file' instead
213         of `tramp-compat-delete-file'.
215         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
216         (tramp-fish-handle-make-symbolic-link)
217         (tramp-fish-handle-process-file): Use `delete-file' instead
218         of `tramp-compat-delete-file'.
220         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
221         `delete-file' instead of `tramp-compat-delete-file'.
223         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
224         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
225         `tramp-compat-delete-file'.
227         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
228         `delete-file' instead of `tramp-compat-delete-file'.
230         * net/tramp-smb.el (tramp-smb-handle-copy-file)
231         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
232         (tramp-smb-handle-write-region): Use `delete-file' instead of
233         `tramp-compat-delete-file'.
234         (tramp-smb-handle-delete-directory): Use 'trash as arg.
236 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
238         * dired.el (dired-delete-file): New arg TRASH.
239         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
240         (dired-do-flagged-delete, dired-do-delete): Use trash.
242         * speedbar.el (speedbar-item-delete): Allow trashing.
244         * files.el (delete-directory): New arg TRASH.
246         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
247         (ange-ftp-rename-remote-to-remote)
248         (ange-ftp-rename-local-to-remote)
249         (ange-ftp-rename-remote-to-local, ange-ftp-load)
250         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
251         `delete-file'.
252         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
253         allow trashing.
255         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
256         handle new TRASH arg of `delete-file'.
258         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
259         (tramp-handle-make-symbolic-link, tramp-handle-load)
260         (tramp-do-copy-or-rename-file-via-buffer)
261         (tramp-do-copy-or-rename-file-directly)
262         (tramp-do-copy-or-rename-file-out-of-band)
263         (tramp-handle-process-file, tramp-handle-call-process-region)
264         (tramp-handle-shell-command, tramp-handle-file-local-copy)
265         (tramp-handle-insert-file-contents, tramp-handle-write-region)
266         (tramp-delete-temp-file-function): Use null TRASH arg in
267         tramp-compat-delete-file call.
269         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
270         (tramp-fish-handle-delete-file)
271         (tramp-fish-handle-make-symbolic-link)
272         (tramp-fish-handle-process-file): Use null TRASH arg in
273         `tramp-compat-delete-file' call.
275         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
276         arg in `tramp-compat-delete-file' call.
278         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
279         (tramp-gvfs-handle-write-region): Use null TRASH arg in
280         `tramp-compat-delete-file' call.
282         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
283         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
284         `tramp-compat-delete-file' call.
286         * net/tramp-smb.el (tramp-smb-handle-copy-file)
287         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
288         (tramp-smb-handle-write-region): Use null TRASH arg in
289         tramp-compat-delete-file call.
290         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
291         (tramp-smb-handle-delete-file): Rename arg.
293         * diff.el (diff-sentinel):
294         * epg.el (epg--make-temp-file, epg-decrypt-string)
295         (epg-verify-string, epg-sign-string, epg-encrypt-string):
296         * jka-compr.el (jka-compr-partial-uncompress)
297         (jka-compr-call-process, jka-compr-write-region):
298         * server.el (server-sentinel): Remove optional arg from
299         delete-file, reverting 2010-05-03 change.
301 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
303         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
304         font-lock-constant-face, not obsolete font-lock-reference-face.
306 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
308         * htmlfontify.el (hfy-face-resolve-face): New function.
309         (hfy-face-to-style): Use it (Bug#6279).
311 2010-05-27  Kenichi Handa  <handa@m17n.org>
313         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
314         element of GSTRING is nil.
316 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
318         * emacs-lisp/smie.el (smie-forward-token-function)
319         (smie-backward-token-function): New vars.
320         (smie-backward-sexp, smie-forward-sexp)
321         (smie-indent-hanging-p, smie-indent-calculate): Use them.
322         (smie-default-backward-token): Rename from smie-backward-token and
323         skip comments.
324         (smie-default-forward-token): Rename from smie-forward-token and
325         skip comments.
326         (smie-next-sexp): Handle nil results from next-token.
327         (smie-indent-calculate): Add a new case for special `fixindent' comments.
329 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
331         * progmodes/verilog-mode.el (verilog-type-font-keywords):
332         Use font-lock-constant-face, not obsolete font-lock-reference-face.
334 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
336         * htmlfontify.el (hfy-face-resolve-face): New function.
337         (hfy-face-to-style): Use it (Bug#6279).
339 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
341         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
342         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
344 2010-05-26  Glenn Morris  <rgm@gnu.org>
346         * emulation/edt.el (edt-load-keys): Use locate-library.
348 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
350         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
351         (log-edit-changelog-entries): Doc fix.
352         (log-edit-changelog-insert-entries): Args changed.
353         Rename relative filenames in ChangeLog entries.  Delete tabs.
354         (log-edit-insert-changelog-entries): Reorganize return value of
355         `log-edit-changelog-entries' to pass filenames to
356         log-edit-changelog-insert-entries.
358 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
360         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
361         `image-dired-dired-insert-marked-thumbs' to
362         `image-dired-dired-toggle-marked-thumbs'.
364         * image-dired.el: Require cl when compiling.
365         (image-dired-dired-toggle-marked-thumbs): Rename from
366         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
367         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
368         to 'no-dir.  Skip files whose names don't match
369         `image-file-name-regexp'.  When file has a thumbnail overlay,
370         delete it.  (Bug#5270)
372 2010-05-25  Juri Linkov  <juri@jurta.org>
374         * image-mode.el (image-mode): Add image-after-revert-hook to
375         after-revert-hook.
376         (image-after-revert-hook): New function.  (Bug#5669)
378 2010-05-25  Juri Linkov  <juri@jurta.org>
380         * image.el (image-animated-p): When delay between animated images
381         is 0, set it to 10 (0.1 sec).  (Bug#6258)
383 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
385         * net/tramp.el (tramp-handle-insert-directory): Don't use
386         `forward-word', its default syntax could be changed.
388 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
390         * net/tramp.el (tramp-progress-reporter-update): New defun.
391         (with-progress-reporter): Use it.
392         (tramp-process-actions):
393         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
394         current message, in order to let progress reporter continue
395         afterwards.  (Bug#6257)
397 2010-05-25  Glenn Morris  <rgm@gnu.org>
399         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
400         Add :version.
402 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
404         * net/rcirc.el (rcirc-server-alist): Add :pass.
405         (rcirc-default-user-name): Change to "user".
406         (rcirc-default-full-name): Change to "unknown".
407         (rcirc-user-name-history): Add variable.
408         (rcirc): When prompting for connection paramaters, also prompt for
409         username and password.
410         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
411         value to server when connecting.
413 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
416         (smie-merge-prec2s): Pass the tables as separate args.
417         (smie-bnf-precedence-table): Adjust call accordingly.
418         (smie-prec2-levels): Set levels at the end.
420         Replace Lisp calls to delete-backward-char by delete-char.
421         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
422         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
423         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
424         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
425         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
426         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
427         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
428         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
429         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
430         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
431         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
432         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
433         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
434         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
435         delete-backward-char by calls to delete-char.
437 2010-05-25  Kenichi Handa  <handa@m17n.org>
439         * language/hebrew.el (hebrew-shape-gstring): New function.
440         Register it in composition-function-table for all Hebrew combining
441         characters.
443 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * epa.el (epa--select-keys): Don't explicitly delete the window since
446         that can fail (e.g. sole window in frame).  Use dedication instead.
448 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
450         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
452 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * subr.el (read-quoted-char): Resolve modifiers after key
455         remapping (bug#6212).
457 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
459         * image.el (image-refresh): Define as an alias for image-flush.
461         * image-mode.el (image-toggle-display-image): Caller changed.
463 2010-05-21  Juri Linkov  <juri@jurta.org>
465         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
466         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
467         whitespace, call wildcard-to-regexp on substrings and concat them
468         with "\\|".  (Bug#6114)
470 2010-05-21  Alan Mackenzie  <acm@muc.de>
472         * progmodes/cc-engine.el (c-parse-state-get-strategy):
473         Replace parameter `here' with `here-' and `here-plus', which sandwich
474         any pertinent CPP construct.
475         (c-remove-stale-state-cache-backwards): Fix a bug which happens
476         when doing (c-parse-state) in a CPP construct: Exclude any "new"
477         CPP construct from taking part in the scanning.
479 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
481         * net/tramp.el (tramp-do-copy-or-rename-file)
482         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
483         Tune `with-progress-reporter' messages.
484         (tramp-handle-vc-registered):
485         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
486         (tramp-fish-handle-insert-file-contents)
487         (tramp-fish-maybe-open-connection):
488         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
489         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
490         (tramp-imap-handle-insert-file-contents)
491         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
493 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
495         * add-log.el (change-log-font-lock-keywords):
496         Highlight all authors in multi-author entries.
498         * smerge-mode.el (smerge-refine-ignore-whitespace)
499         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
500         Fix typos in docstrings.
501         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
503 2010-05-21  Glenn Morris  <rgm@gnu.org>
505         * progmodes/fortran.el (fortran-mode):
506         * progmodes/f90.el (f90-mode): Derive from prog-mode.
508         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
509         having a relative path in src/Makefile.in.
511 2010-05-20  Kevin Ryde  <user42@zip.com.au>
513         * help-mode.el (help-make-xrefs): For Info node links turn
514         newlines into spaces.  Link node names with newlines are matched
515         by help-xref-info-regexp and buttonized, this change ensures they
516         can be followed successfully with RET.  (Bug#6206)
518 2010-05-20  Juri Linkov  <juri@jurta.org>
520         * locate.el (locate): Use pop-to-buffer instead of
521         switch-to-buffer-other-window.  (Bug#6204)
523 2010-05-20  Juri Linkov  <juri@jurta.org>
525         * replace.el (replace-highlight): Fix lazy-highlighting
526         for `M-s w str M-% str RET'.
528 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
530         * isearch.el (isearch-yank-word-or-char): Pull next subword
531         when `subword-mode' is activated.  (Bug#6220)
533 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
535         * isearch.el (isearch-update-post-hook): New hook.
536         (isearch-update): Use the new hook.  (Bug#6225)
538 2010-05-20  Juri Linkov  <juri@jurta.org>
540         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
541         [f1], [help], and (char-to-string help-char) instead of "\C-h".
542         (Bug#6222)
544 2010-05-20  Juri Linkov  <juri@jurta.org>
546         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
547         (Bug#6223)
549 2010-05-20  Juri Linkov  <juri@jurta.org>
551         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
552         FILE-NAME to read from the minibuffer when called interactively
553         with prefix argument instead of using buffer-file-name.
554         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
556         * dired.el: Update autoloads.
558 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
560         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
561         nxml-finish-element, for consistency with SGML mode.
563         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
564         octave-close-block.
566 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
568         * composite.el: Require cl when compiling.
569         (reference-point-alist, compose-gstring-for-graphic)
570         (compose-gstring-for-terminal): Fix typos in docstrings.
572 2010-05-19  Juri Linkov  <juri@jurta.org>
574         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
575         set-window-parameter.
577 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
579         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
580         where appropriate.
581         (tramp-maybe-open-connection): Use it.
583 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
585         * simple.el (move-end-of-line): Make sure we are at line beginning
586         before backing up to end of previous line.
588 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
590         * password-cache.el (password-cache-remove): Fix docstring.
592         * net/secrets.el: Autoload the widget functions.
593         (secrets-search-items, secrets-create-item)
594         (secrets-get-attributes, secrets-expand-item): Attributes will be
595         stored on the password database without leading ":", as all other
596         clients do as well.
597         (secrets-mode): Fix docstring.
598         (secrets-show-secrets): Provide it as autoloaded command only when
599         D-Bus support is available.  Check existence of Secret Service API.
601 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * indent.el (indent-region): Deactivate region (bug#6200).
605 2010-05-19  Glenn Morris  <rgm@gnu.org>
607         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
609 2010-05-19  Kenichi Handa  <handa@m17n.org>
611         * composite.el: Register compose-gstring-for-graphic in
612         composition-function-table only for combining characters (Mn, Mc, Me).
614 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
616         * calc/calc-trail.el (calc-trail-isearch-forward)
617         (calc-trail-isearch-backward): Ensure that the new window
618         point is set correctly.
620 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
622         * subr.el (read-quoted-char): Resolve modifiers after key
623         remapping (bug#6212).
625 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
627         Add visualization code for secrets.
628         * net/secrets.el (secrets-mode): New major mode.
629         (secrets-show-secrets, secrets-show-collections)
630         (secrets-expand-collection, secrets-expand-item)
631         (secrets-tree-widget-after-toggle-function)
632         (secrets-tree-widget-show-password): New defuns.
634 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
637         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
638         handled in smie-next-sexp.
639         (smie-indent-calculate): Provide a starting indentation (so the
640         recursion is well-founded ;-).
642         Fix handling of non-associative equal levels.
643         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
644         when it's not needed.
645         (smie-op-left, smie-op-right): New functions.
646         (smie-next-sexp): New function, extracted from smie-backward-sexp.
647         Better handle equal levels to distinguish the associative case from
648         the "multi-keyword construct" case.
649         (smie-backward-sexp, smie-forward-sexp): Use it.
651 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
653         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
655         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
656         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
658 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
660         Provide a simple generic indentation engine and use it for Prolog.
661         * emacs-lisp/smie.el: New file.
662         * progmodes/prolog.el (prolog-smie-op-levels)
663         (prolog-smie-indent-rules): New var.
664         (prolog-mode-variables): Use them to configure SMIE.
665         (prolog-indent-line, prolog-indent-level): Remove.
667 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
669         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
670         order before computing the averages.
672 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
674         * calc/calc-vec.el (calc-histogram):
675         (calcFunc-histogram): Allow vectors as inputs.
676         (math-vector-avg): New function.
678         * calc/calc-ext.el (math-group-float): Have the number of digits
679         being grouped depend on the radix (Bug#6189).
681 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
683         * version.el (emacs-copyright, emacs-version): Don't define here,
684         now that emacs.c defines it.
686 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
688         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
689         "Describe Language Environment" menu item.
691         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
693         Bidi-sensitive movement with arrow keys.
694         * subr.el (right-arrow-command, left-arrow-command): New functions.
696         * bindings.el (global-map): Bind them to right and left arrow keys.
698         Don't override standard definition of convert-standard-filename.
699         * files.el (convert-standard-filename): Call
700         w32-convert-standard-filename and dos-convert-standard-filename on
701         the corresponding systems.
703         * w32-fns.el (w32-convert-standard-filename): Rename from
704         convert-standard-filename.  Doc fix.
706         * dos-fns.el (dos-convert-standard-filename): Doc fix.
707         (convert-standard-filename): Don't defalias.
708         (register-name-alist, make-register, register-value)
709         (set-register-value, intdos): Obsolete aliases for the
710         corresponding dos-* functions and variables.
711         (dos-intdos): Add a doc string.
713 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
715         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
716         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
717         (math-compose-tex-func):
718         * calc/calccomp.el (math-compose-expr):
719         * calc/calc-ext.el (math-format-flat-expr-fancy):
720         * calc/calc-store.el (calc-read-var-name):
721         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
723         * calc/calc.el (var-π, var-φ, var-γ): New variables.
724         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
725         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
726         (math-standard-units): Add units.
728 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * progmodes/asm-mode.el (asm-mode):
731         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
733         * pcomplete.el (pcomplete-completions-at-point): New function,
734         extracted from pcomplete-std-complete.
735         (pcomplete-std-complete): Use it.
737 2010-05-15  Glenn Morris  <rgm@gnu.org>
739         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
740         Remove references to CVS, RCS and Old directories.
742 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
744         * calc/calc-bin.el (math-format-twos-complement): Group digits when
745         appropriate.
747 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
750         (sh-mode-syntax-table): Give it a default value instead.
751         (sh-header-marker): Make buffer-local.
752         (sh-mode): Move make-local-variable to the corresponding setq.
753         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
754         Use complete-with-action.
756         * simple.el (prog-mode): New (abstract) major mode.
757         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
758         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
760 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
762         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
763         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
764         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
765         (sql-make-alternate-buffer-name, sql-placeholders-filter)
766         (sql-escape-newlines-filter, sql-input-sender)
767         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
769 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
771         Add TeX open-block and close-block keybindings to SGML, and vice versa.
773         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
774         latex-open-block and C-c / to latex-close-block.
776         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
777         and C-c C-e to sgml-close-tag.
779 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
781         * net/tramp.el (with-progress-reporter): Create reporter object
782         only when the message would be displayed.  Handle nested calls.
783         (tramp-handle-load, tramp-handle-file-local-copy)
784         (tramp-handle-insert-file-contents, tramp-handle-write-region)
785         (tramp-maybe-send-script, tramp-find-shell):
786         Use `with-progress-reporter'.
787         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
788         Fix message text.
790         * net/tramp-smb.el (tramp-smb-handle-copy-file)
791         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
792         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
793         Use `with-progress-reporter'.
795 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
797         * ispell.el (ispell-init-process): Do not kill ispell process
798         everytime when spellchecking from the minibuffer (bug#6143).
800 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
804         * dos-fns.el: Add "dos-" prefix for namespace control.
805         (convert-standard-filename): Define as alias for
806         dos-convert-standard-filename but only if applicable.
808 2010-05-12  Alan Mackenzie  <acm@muc.de>
810         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
811         Push the mark at the start of these functions when appropriate.
813 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * minibuffer.el (completion-cycle-threshold): New custom var.
816         (completion--do-completion): Use it.
817         (minibuffer-complete): Use cycling if appropriate.
819 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
821         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
822         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
824 2010-05-11  Juri Linkov  <juri@jurta.org>
826         * scroll-all.el (scroll-all-check-to-scroll):
827         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
829 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * iimage.el (iimage-mode-map): Move initialization into declaration.
832         (iimage-mode-buffer): Use with-silent-modifications.
833         Simplify calling convention.  Adjust callers.
834         (iimage-mode): Don't run hook redundantly.
836         * minibuffer.el (completion-pcm--pattern->regex):
837         Fix last change (bug#6160).
839 2010-05-10  Juri Linkov  <juri@jurta.org>
841         Remove nodes visited during Isearch from the Info history.
842         * info.el (Info-isearch-initial-history)
843         (Info-isearch-initial-history-list): New variables.
844         (Info-isearch-start): Record initial values of
845         Info-isearch-initial-history and Info-isearch-initial-history-list.
846         Add Info-isearch-end to isearch-mode-end-hook.
847         (Info-isearch-end): New function.
849 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
851         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
852         format string, in order to work around a bug in pdksh.
853         Reported by Gilles Pion <gpion@lfdj.com>.
854         (tramp-handle-verify-visited-file-modtime): Do not send a command
855         when the connection is not established.
856         (tramp-handle-set-file-times): Simplify the check for utc.
858 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
860         Fix use of `filter-buffer-substring' (rework previous change).
861         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
862         (cua-repeat-replace-region):
863         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
864         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
865         (cua-cut-region-to-global-mark): Use it.
867 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
869         * progmodes/sql.el: Version 2.1.
870         (sql-product-alist): Redesign structure of product info.
871         (sql-product, sql-user, sql-server, sql-database): Safe variables.
872         (sql-port, sql-port-history): New variables.
873         (sql-interactive-product): New variable.
874         (sql-send-terminator): New variable.
875         (sql-imenu-generic-expression): Add "Types" imenu entry.
876         (sql-oracle-login-params, sql-sqlite-login-params)
877         (sql-mysql-login-params, sql-solid-login-params)
878         (sql-sybase-login-params, sql-informix-login-params)
879         (sql-ingres-login-params, sql-ms-login-params)
880         (sql-postgres-login-params, sql-interbase-login-params)
881         (sql-db2-login-params, sql-linter-login-params)
882         (sql-oracle-scan-on): New variables.
883         (sql-mode-map): Add C-c C-i to start interactive mode.
884         (sql-mode-menu): Update existing menu entries.
885         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
886         (sql-mode-oracle-font-lock-keywords)
887         (sql-mode-postgres-font-lock-keywords)
888         (sql-mode-ms-font-lock-keywords)
889         (sql-mode-sybase-font-lock-keywords)
890         (sql-mode-informix-font-lock-keywords)
891         (sql-mode-interbase-font-lock-keywords)
892         (sql-mode-ingres-font-lock-keywords)
893         (sql-mode-solid-font-lock-keywords)
894         (sql-mode-mysql-font-lock-keywords)
895         (sql-mode-sqlite-font-lock-keywords)
896         (sql-mode-db2-font-lock-keywords)
897         (sql-mode-linter-font-lock-keywords): Update initialization to
898         reduce run-time complexity.
899         (sql-add-product, sql-del-product): New functions.
900         (sql-set-product-feature, sql-get-product-feature): New functions.
901         (sql-product-font-lock): Update product API.
902         (sql-add-product-keywords): New function.
903         (sql-highlight-product): Update product API.
904         (sql-help-list-products): New function.
905         (sql-help): Dynamically lists free and non-free products.
906         (sql-get-login): Correct bug in handling history and added
907         prompt for port.
908         (sql-copy-column): Copy without properties.
909         (sqli-input-sender): Apply filters to SQLi input.
910         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
911         Implement as a filter.
912         (sql-escape-newlines-filter): Implement as a filter.
913         (sql-remove-tabs-filter): New function.
914         (sql-send-magic-terminator): New function.
915         (sql-send-string): Implement magic terminator.
916         (sql-send-region): Use `sql-send-string'.
917         (sql-interactive-mode): Use product API.
918         (sql-product-interactive): Use product API.
919         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
920         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
921         (sql-db2, sql-linter): Use `sql-product-interactive'.
922         (sql-connect): New function.
923         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
924         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
925         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
926         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
927         Use `sql-connect'.
929 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
932         New custom variable.
933         (completion-pcm--string->pattern): Use it.
934         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
935         Make it handle any symbol as `any'.
936         (completion-pcm--merge-completions): Extract common suffix for the new
937         `prefix' symbol as well.
938         (completion-substring--all-completions): Use the new `prefix' symbol.
940 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
942         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
943         not bound.
944         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
945         (tramp-compat-funcall): New defmacro.
946         (tramp-compat-line-beginning-position)
947         (tramp-compat-line-end-position)
948         (tramp-compat-temporary-file-directory)
949         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
950         (tramp-compat-copy-file, tramp-compat-copy-directory)
951         (tramp-compat-delete-file, tramp-compat-delete-directory)
952         (tramp-compat-number-sequence, tramp-compat-process-running-p)
953         * net/tramp.el (top, with-progress-reporter)
954         (tramp-rfn-eshadow-setup-minibuffer)
955         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
956         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
957         (tramp-completion-mode-p, tramp-check-for-regexp)
958         (tramp-open-connection-setup-interactive-shell)
959         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
960         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
961         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
962         * net/tramp-cmds.el (tramp-cleanup-all-connections)
963         (tramp-reporter-dump-variable, tramp-load-report-modules)
964         (tramp-append-tramp-buffers)
965         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
967         * net/tramp-imap.el (top): Autoload `epg-make-context'.
969 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * progmodes/compile.el (compilation-buffer-modtime): Rename from
972         buffer-modtime.  Adjust users.
974 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
976         * international/mule.el (auto-coding-alist): Only purecopy
977         car of each item, not the whole list (Bug#6083).
979 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
981         * progmodes/js.el (js-mode): Make paragraph variables local before
982         calling c-setup-paragraph-variables (Bug#6071).
984 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
986         * composite.el (compose-region, reference-point-alist): Fix typos
987         in the doc strings.
989 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
991         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
992         gnuplot's "set" command.
994 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
996         * abbrev.el (last-abbrev-text): Doc fix.
997         (abbrev-prefix-mark): Don't escape parenthesis.
999 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1001         * composite.el (find-composition): Doc fix.
1003 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1005         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1006         (sql-oracle-program, sql-sqlite-options)
1007         (sql-query-placeholders-and-send): Doc fixes.
1008         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1009         (sql-imenu-generic-expression, sql-buffer)
1010         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1011         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1012         (sql-mode-sybase-font-lock-keywords)
1013         (sql-mode-informix-font-lock-keywords)
1014         (sql-mode-interbase-font-lock-keywords)
1015         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1016         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1017         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1018         (sql-product-feature, sql-highlight-product)
1019         (comint-line-beginning-position, sql-rename-buffer)
1020         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1021         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1022         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1023         Fix typos in docstrings.
1025 2010-05-08  Juri Linkov  <juri@jurta.org>
1027         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1028         property instead of `invisible' and `after-string' (bug#5998).
1030 2010-05-08  Juri Linkov  <juri@jurta.org>
1032         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1034 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1036         * filecache.el (file-cache-add-directory-list)
1037         (file-cache-add-directory-recursively): Fix typos in docstrings.
1039 2010-05-08  Kenichi Handa  <handa@m17n.org>
1041         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1042         (gujarati-composable-pattern): Fix typo.
1044 2010-05-08  Kenichi Handa  <handa@m17n.org>
1046         * language/indian.el (oriya-composable-pattern)
1047         (tamil-composable-pattern, malayalam-composable-pattern):
1048         Add two-part vowels to "v" (vowel sign).
1050 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1052         * files.el (copy-directory): Handle symlinks (Bug#5982).
1054 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1056         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1057         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1058         (Bug#5846).
1060 2010-05-08  Glenn Morris  <rgm@gnu.org>
1062         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1064         * minibuffer.el (completion-at-point): Doc fix.
1066 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1068         * electric.el (Electric-command-loop): Minor tweak.
1070         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1071         better with dedicated windows.
1073 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1075         * Version 23.2 released.
1077 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1078             Stefan Monnier  <monnier@iro.umontreal.ca>
1080         Highlight vendor specific properties.
1081         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1082         (css-proprietary-property): New face.
1083         (css-font-lock-keywords): Use them.
1085 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
1087         * cus-start.el (all): Add native condition for tool-bar-* symbols.
1089 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1091         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1092         * files.el (auto-mode-alist): Remove redundant entries.
1094         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1095         * simple.el (auto-save-mode): Move from files.el.
1096         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1098 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1100         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1102 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1104         * mail/binhex.el (binhex-decode-region-internal)
1105         * mail/uudecode.el (uudecode-decode-region-internal)
1106         * net/dns.el (dns-read-string-name, dns-write, dns-read)
1107         (dns-read-type, dns-query)
1108         * pgg-parse.el (pgg-parse-armor)
1109         * pgg.el (pgg-verify-region)
1110         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1111         XEmacs.
1113         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1115 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
1117         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1119         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1120         * emulation/cua-base.el (cua-repeat-replace-region):
1121         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1122         (cua-cut-region-to-global-mark):
1123         Remove text properties with `set-text-properties'.
1125 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
1127         * net/tramp.el (top, with-progress-reporter):
1128         Use `symbol-function' inside `funcall'.
1130         * net/tramp-compat.el (tramp-compat-file-attributes)
1131         (tramp-compat-delete-file, tramp-compat-delete-directory):
1132         Handle only `wrong-number-of-arguments' error.
1134         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1135         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1136         inside `funcall'.
1138 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1140         * minibuffer.el (completion--sreverse, completion--common-suffix):
1141         New functions.
1142         (completion-pcm--merge-completions): Extract common suffix when safe.
1144         * emacs-lisp/easy-mmode.el (define-minor-mode):
1145         Make :variable more flexible.
1146         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1148 2010-05-05  Juri Linkov  <juri@jurta.org>
1150         Add `slow' and `history' tags to the desktop data.
1152         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1153         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1154         (Info-finder-find-node): Require `finder.el' to be able
1155         to restore node from the desktop.
1156         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1157         data `Info-history' and `slow' tag in the assoc list.
1158         (Info-restore-desktop-buffer): Don't restore nodes with the
1159         `slow' tag.  Restore `Info-history'.
1161 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1163         Add FORCE argument to `delete-file'.
1165         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1166         forcing to delete the temporary file.
1167         (ange-ftp-delete-file): Add FORCE arg.
1168         (ange-ftp-rename-remote-to-remote)
1169         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1170         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1171         Force file deletion.
1173         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1175         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1176         (tramp-handle-make-symbolic-link, tramp-handle-load)
1177         (tramp-do-copy-or-rename-file-via-buffer)
1178         (tramp-do-copy-or-rename-file-directly)
1179         (tramp-do-copy-or-rename-file-out-of-band)
1180         (tramp-handle-process-file, tramp-handle-call-process-region)
1181         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1182         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1183         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1185         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1186         (tramp-fish-handle-make-symbolic-link)
1187         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1189         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1190         Use `tramp-compat-delete-file'.
1192         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1193         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1195         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1196         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1198         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1199         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1200         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1201         `tramp-compat-delete-file'.
1203 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         Minor cleanups.
1206         * subr.el (add-minor-mode): Use push.
1207         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1208         * emulation/edt.el (edt-select-mode): Simplify.
1210         Use define-minor-mode in more cases.
1211         * term/tvi970.el (tvi970-set-keypad-mode):
1212         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1213         (normal-erase-is-backspace-mode):
1214         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1215         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1216         (get-scroll-bar-mode): New function.
1217         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1219         Use define-minor-mode for less obvious cases.
1220         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1221         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1222         * international/iso-ascii.el (iso-ascii-mode):
1223         * frame.el (auto-raise-mode, auto-lower-mode):
1224         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1226 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1228         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1229         in order to see error messages for failed logins.
1231 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1233         * diff.el (diff-sentinel):
1235         * epg.el (epg--make-temp-file, epg-decrypt-string)
1236         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1238         * jka-compr.el (jka-compr-partial-uncompress)
1239         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1241         * server.el (server-sentinel): Use delete-file's new FORCE arg
1242         (Bug#6070).
1244 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         Use define-minor-mode where applicable.
1247         * view.el (view-mode):
1248         * type-break.el (type-break-query-mode)
1249         (type-break-mode-line-message-mode):
1250         * textmodes/reftex.el (reftex-mode):
1251         * term/vt100.el (vt100-wide-mode):
1252         * tar-mode.el (tar-subfile-mode):
1253         * savehist.el (savehist-mode):
1254         * ibuf-ext.el (ibuffer-auto-mode):
1255         * composite.el (auto-composition-mode):
1256         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1257         Use define-minor-mode.
1258         (vhdl-mode): Use static mode-line format.
1259         (vhdl-mode-line-update): Delete.
1260         (vhdl-create-mode-menu, vhdl-activate-customizations)
1261         (vhdl-hs-minor-mode): Don't bother calling it.
1263 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * simple.el (with-wrapper-hook): Move.
1266         (buffer-substring-filters): Mark obsolete.
1267         (filter-buffer-substring-functions): New variable.
1268         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1270         Use a mode-line spec rather than a static string in Semantic.
1271         * cedet/semantic/util-modes.el:
1272         (semantic-minor-modes-format): New var to replace...
1273         (semantic-minor-modes-status): Remove.
1274         (semantic-mode-line-update): Construct a mode-line spec rather than
1275         a static string so that mouse buttons can be used on individual minor
1276         modes and so that semantic-mode-line-update only needs to be called
1277         when global settings are changed.
1278         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1279         Call semantic-mode-line-update.
1280         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1281         minor-mode-alist, check semantic-minor-mode-alist as well.
1282         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1283         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1284         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1285         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1286         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1287         (define-semantic-idle-service, semantic-idle-summary-mode):
1288         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1289         Don't call semantic-mode-line-update any more.
1291 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1293         Use define-minor-mode in CEDET where applicable.
1295         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1296         Use define-minor-mode.
1298         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1299         Remove unused arg `keymap' and code redundant with define-minor-mode.
1300         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1301         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1302         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1303         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1304         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1305         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1306         Use define-minor-mode.
1307         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1308         (semantic-show-unmatched-syntax-mode-setup)
1309         (semantic-show-parser-state-mode-setup)
1310         (semantic-highlight-func-mode-setup): Inline into sole caller.
1312         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1313         (semantic-mru-bookmark-mode): Use define-minor-mode.
1314         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1316         * cedet/semantic/idle.el (define-semantic-idle-service):
1317         Use define-minor-mode and inline setup function into its sole caller.
1318         (semantic-idle-scheduler-mode-setup)
1319         (semantic-idle-summary-mode-setup): Inline into sole caller.
1320         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1321         Use define-minor-mode.
1323         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1324         (semantic-decoration-mode): Use define-minor-mode.
1325         (semantic-decoration-mode-setup): Inline into sole caller.
1327         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1328         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1329         (ede-dired-add-to-target): Use dolist.
1331 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1332             Michael Albinus  <michael.albinus@gmx.de>
1334         Implement compression for inline methods.
1336         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1337         (tramp-copy-size-limit): Allow also nil.
1338         (tramp-inline-compress-commands): New defconst.
1339         (tramp-find-inline-compress, tramp-get-inline-compress)
1340         (tramp-get-inline-coding): New defuns.
1341         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1342         replaced by `tramp-get-inline-coding'.
1343         (tramp-handle-file-local-copy, tramp-handle-write-region)
1344         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1346 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1348         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1349         Remove unused functions.
1351         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1352         Set find-tag-default-function as a variable rather than a property.
1354         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1355         * progmodes/etags.el (tags-completion-at-point-function):
1356         Remove left over interactive spec.  Add autoloading stub.
1357         (complete-tag): Use tags-completion-at-point-function.
1359 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1361         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1363 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
1365         * composite.el (compose-region, reference-point-alist): Fix typos
1366         in the doc strings.
1368 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1370         * ido.el (ido-init-completion-maps): Remove C-v binding.
1371         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1373 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1375         * minibuffer.el (tags-completion-at-point-function): New function.
1376         (completion-at-point-functions): Use it.
1378         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1379         (semantic-mode): Use semantic-completion-at-point-function for
1380         completion-at-point-functions instead.
1382         * progmodes/etags.el (complete-tag): Revert last change.
1384 2010-04-29  Alan Mackenzie  <acm@muc.de>
1386         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1387         off-by-one error (in end of macro position).
1389 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1392         firefox is absent.  Don't autoload.
1393         (browse-url-galeon-program): Don't autoload.
1395 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1397         * bindings.el (complete-symbol): Move into minibuffer.el.
1399         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1400         completion cannot be performed, return nil instead of signalling
1401         an error.
1402         (completion-at-point): Make it an alias for complete-symbol.
1403         (complete-symbol): Move from bindings.el, and replace with the
1404         body of completion-at-point.
1406         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1408         * cedet/semantic.el (semantic-mode): When enabled, add
1409         semantic-ia-complete-symbol to completion-at-point-functions.
1411         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1412         if Semantic is not active.
1414 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1416         * net/tramp.el (tramp-remote-selinux-p): New defun.
1417         (tramp-handle-file-selinux-context)
1418         (tramp-handle-set-file-selinux-context): Use it.
1420 2010-04-28  Sam Steingold  <sds@gnu.org>
1422         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1423         `safe-local-variable' if the value is a string or a symbol with
1424         the property `bug-reference-url-format'.
1426 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1428         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1429         2010-04-27 change due to security risk.
1431 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         Make it possible to locally disable a globally enabled mode.
1434         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1435         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1436         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1437         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1438         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1439         that subsequent hooks get a chance to disable it.
1441 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1444         Avoid re-enabling a minor mode after the user turned the minor mode
1445         off if MODE-enable-in-buffers is run twice (typically once from
1446         fundamental-mode's after-change-major-mode-hook and a second time from
1447         run-mode-hook's own after-change-major-mode-hook).
1449         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1451 2010-04-27  Sam Steingold  <sds@gnu.org>
1453         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1454         `safe-local-variable' if the value is a string or a function, as
1455         documented and implemented on 2010-04-02.
1457 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1459         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1460         when method is 'kill.
1462 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1464         * ispell.el (ispell-init-process): Fix personal dictionary condition
1465         in default directory check.
1466         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1467         Kill ispell process when killing its associated buffer.
1469 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1471         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1472         but we aren't using it.
1474 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1476         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1477         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1479 2010-04-24  Glenn Morris  <rgm@gnu.org>
1481         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1482         Ignore VCS-ignore files, and deleted nextstep preferences files.
1483         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1484         (authors-ambiguous-files): New list.
1485         (authors-valid-file-names): Add some deleted files.
1486         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1487         (authors-disambiguate-file-name): New function.  (Bug#5501)
1488         (authors-canonical-file-name): Doc fix.
1489         Don't warn about obsolete files.
1490         (authors-canonical-file-name, authors-scan-el):
1491         Use authors-disambiguate-file-name.
1493         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1494         Add autoload cookies.
1495         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1496         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1497         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1498         They have definitions / compiler macros in cl.el.
1499         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1500         Replace manual autoloads with generated ones.
1501         (htmlfontify-unload-rgb-file): Remove autoload.
1502         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1504 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1506         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1507         (byte-compile-setq-default): Optimize for the
1508         single-var case and don't call byte-compile-form in this case to avoid
1509         inf-loop with byte-compile-set-default.
1511         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1513 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1515         Implement SELINUX backends.
1517         * net/tramp.el (tramp-file-name-handler-alist):
1518         Add `file-selinux-context' and `set-file-selinux-context'.
1519         (tramp-handle-file-selinux-context)
1520         (tramp-handle-set-file-selinux-context): New defuns.
1521         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1522         Handle PRESERVE-SELINUX-CONTEXT.
1524         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1525         Add `file-selinux-context' and `set-file-selinux-context'.
1526         (tramp-gvfs-handle-file-selinux-context)
1527         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1528         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1530         * net/ange-ftp.el (ange-ftp-copy-file):
1531         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1532         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1533         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1534         Add PRESERVE-SELINUX-CONTEXT.
1536 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1538         Synchronize with Tramp repository.
1540         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1541         (tramp-action-process-alive, tramp-action-out-of-band)
1542         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1543         (tramp-exists-file-name-handler): Fix docstring.
1544         (with-progress-reporter): New defmacro.
1545         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1546         (tramp-maybe-open-connection): Use it.
1548 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
1550         Detect ssh 'ControlMaster' argument automatically in some cases.
1552         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1553         (tramp-default-method): Use it.
1555 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1557         * net/tramp.el (tramp-handle-copy-file): Add new optional
1558         parameter `preserve-selinux-context'.
1559         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1561 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1563         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1564         Ensure, that non remote files are still checked.  Oops.
1566 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
1568         Fix Bug#5840.
1570         * icomplete.el (icomplete-completions): Use `non-essential'.
1572         * net/tramp.el (tramp-connectable-p): New defun.
1573         (tramp-handle-expand-file-name)
1574         (tramp-completion-handle-file-name-all-completions)
1575         (tramp-completion-handle-file-name-completion): Use it.
1577 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1579         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1581 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1583         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1585         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1587         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1588         is present.
1590         * info.el (info-tool-bar-map): Add labels.
1592         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1594         * cus-edit.el (custom-commands): Add labels for tool bar.
1595         (custom-buffer-create-internal, Custom-mode): Adjust for
1596         labels in custom-commands.
1598         * dynamic-setting.el: Renamed from font-setting.el.
1600 2010-04-21  John Wiegley  <jwiegley@gmail.com>
1602         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1603         toggles the use of virtual buffers.
1604         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1605         value.
1606         (ido-toggle-virtual-buffers): New function.
1608 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1610         Use `define-derived-mode'; fix window selection; doc fixes.
1611         * play/tetris.el (tetris, tetris-update-speed-function)
1612         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1613         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1614         (tetris-rotate-next, tetris-end-game, tetris-start-game)
1615         (tetris-pause-game): Fix typos in docstrings.
1616         (tetris-mode-map, tetris-null-map):
1617         Move initialization into declaration.
1618         (tetris-mode): Define with `define-derived-mode';
1619         set show-trailing-whitespace to nil.
1620         (tetris): Prefer window already displaying the "*Tetris*" buffer.
1622 2010-04-21  Karel Klíč  <kklic@redhat.com>
1624         * files.el (backup-buffer): Handle SELinux context, and return it
1625         if a backup was made by renaming.
1626         (backup-buffer-copy): Set SELinux context to the target file.
1627         (basic-save-buffer): Set SELinux context of the newly written file.
1628         (basic-save-buffer-1): Now it also returns any SELinux context.
1629         (basic-save-buffer-2): Set SELinux context of the newly created file,
1630         and return it.
1631         * net/tramp.el (tramp-file-name-for-operation):
1632         Add file-selinux-context.
1634 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1636         Make the log-edit comments use RFC822 format throughout.
1638         * vc.el (vc-checkin, vc-modify-change-comment):
1639         Adjust to new vc-start/finish-logentry.
1640         (vc-find-conflicted-file): New command.
1641         (vc-transfer-file): Adjust to new vc-checkin.
1642         (vc-next-action): Improve scoping.
1644         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1645         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1647         * vc-git.el (vc-git-log-edit-mode): Remove.
1648         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1649         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1651         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1652         (vc-start-logentry): Remove argument `extra'.
1653         (vc-finish-logentry): Remove extra args.
1655         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1656         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1657         (vc-bzr-conflicted-files): New function.
1659         * log-edit.el (log-edit-extra-flags)
1660         (log-edit-before-checkin-process): Remove.
1661         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1662         (log-edit-headers-alist): New var.
1663         (log-edit-header-contents-regexp): New const.
1664         (log-edit-match-to-eoh): New function.
1665         (log-edit-font-lock-keywords): Use them.
1666         (log-edit): Insert a "Summary:" header as default.
1667         (log-edit-mode): Mark font-lock rules as case-insensitive.
1668         (log-edit-done): Cleanup headers.
1669         (log-view-process-buffer): Remove.
1670         (log-edit-extract-headers): New function to replace it.
1672 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1674         * subr.el (default-direction-reversed): Remove obsolescence info.
1676 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1679         windows/frames.
1681         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1682         I.e. include text after point in the completion region.
1683         Also, return nil when we're not after/in a symbol.
1685         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1686         default enable-multibyte-characters.
1688 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * international/mule.el: Help the user choose a valid coding-system.
1691         (read-buffer-file-coding-system): New function.
1692         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1693         coding-system cannot encode all the chars.
1695         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1696         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1697         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1698         Don't use *vc-bzr-shelve*.
1700 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1702         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1703         Don't destroy list before using it.
1705 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1707         Fix the version number for added files.
1708         * vc-hg.el (vc-hg-working-revision): Check if the file is
1709         registered after hg parent fails (Bug#5961).
1711 2010-04-19  Glenn Morris  <rgm@gnu.org>
1713         * htmlfontify.el (htmlfontify-buffer)
1714         (htmlfontify-copy-and-link-dir): Autoload entry points.
1716 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1718         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1719         name relative to the project root (Bug#5960).
1721 2010-04-19  Glenn Morris  <rgm@gnu.org>
1723         * vc-git.el (vc-git-print-log): Doc fix.
1725 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1727         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1729 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1731         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1732         default settings (Bug#5928).
1734 2010-04-19  Glenn Morris  <rgm@gnu.org>
1736         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1737         New function.
1738         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1740 2010-04-19  Kenichi Handa  <handa@m17n.org>
1742         * language/indian.el (malayalam-composable-pattern): Fix previous
1743         change (add U+0D4D "SIGN VIRAMA").
1744         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1745         (tamil-composable-pattern): Fix typo in the regexp.
1746         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1747         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1748         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1750 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1752         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1753         paragraph-separate (Bug#5821).
1755 2010-04-19  Juri Linkov  <juri@jurta.org>
1757         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1759         * info.el (Info-find-node-2): Comment out code that skips
1760         breadcrumbs line.
1761         (Info-mouse-follow-link): New command.
1762         (Info-link-keymap): New keymap.
1763         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1764         Return a string with links instead of inserting breadcrumbs
1765         to the Info buffer.
1766         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1767         Instead of putting the `invisible' text property over the Info
1768         header, make an overlay over the Info header with the `invisible'
1769         property and `after-string' set to the string returned by
1770         `Info-breadcrumbs'.
1772 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1774         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1775         Reported by monkey@sandpframing.com.
1777 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1780         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1781         available in the "keyseq cache" any more.
1783         * custom.el (defcustom): Add edebug spec.
1785 2010-04-18  Juri Linkov  <juri@jurta.org>
1787         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1789         * view.el (view-file, view-buffer): Move test for special mode-class
1790         from view-file to view-buffer.
1792         * tar-mode.el (tar-extract): Turn if's into one cond
1793         like in arc-mode.el.
1795 2010-04-18  Juri Linkov  <juri@jurta.org>
1797         Add 7z archive format support (bug#5475).
1799         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1800         (archive-7z-extract): New defcustom.
1801         (archive-find-type): Add magic string for 7z.
1802         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1803         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1804         `buffer' arg of `call-process'.
1805         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1806         call the function `archive-7z-extract' with the variable
1807         `archive-7z-extract' let-bound to `archive-zip-extract'.
1808         (archive-7z-summarize, archive-7z-extract): New functions.
1810         * international/mule.el (auto-coding-alist):
1811         * files.el (auto-mode-alist): Add 7z file extension.
1813 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * loadup.el: Setup hash-cons for pure data.
1817         Fix duplicate entries in cedet's loaddefs.el files.
1818         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1819         Should make most file-local generated-autoload-file unnecessary.
1820         (print-readably): Silence warnings.
1821         (autoload-find-destination): Take load-name as an arg to make sure
1822         it's the same as the one that will be in the file.
1823         (autoload-generate-file-autoloads): Adjust to above changes.
1824         Try to make the dataflow a bit simpler.
1826         * cvs-status.el (cvs-refontify): Remove unused.
1828 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1830         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1832         * calc-bin.el (calc-radix): Have the "O" option turn on
1833         twos-complement mode.
1835 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1837         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1838         Add `calc-option-prefix-help' to calc-help autoloads.
1839         (calc-inverse): Add "Option" to message, as appropriate.
1840         (calc-hyperbolic): Add "Option" to message, as appropriate.
1841         (calc-option, calc-is-option): New functions.
1843         * calc-help.el (calc-full-help): Add `calc-option-help'.
1844         (calc-option-prefix-help): New function.
1846         * calc-misc.el (calc-help): Add "Option" entry.
1848         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1849         (calc-option-flag): New variable.
1850         (calc-do): Set `calc-option-flag to nil.
1851         (calc-set-mode-line): Add "Opt " as appropriate.
1853 2010-04-16  Juri Linkov  <juri@jurta.org>
1855         Move scrolling commands from simple.el to window.el
1856         because their primitives are implemented in window.c.
1858         * simple.el (scroll-error-top-bottom)
1859         (scroll-up-command, scroll-down-command, scroll-up-line)
1860         (scroll-down-line, scroll-other-window-down)
1861         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1862         * window.el (scroll-error-top-bottom)
1863         (scroll-up-command, scroll-down-command, scroll-up-line)
1864         (scroll-down-line, scroll-other-window-down)
1865         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1866         Move from simple.el to window.el because their primitives are
1867         implemented in window.c.
1869 2010-04-16  Juri Linkov  <juri@jurta.org>
1871         * isearch.el (isearch-lookup-scroll-key): Check both
1872         `isearch-scroll' and `scroll-command' properties.
1873         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1875         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1877         * simple.el (scroll-up-command, scroll-down-command)
1878         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1880 2010-04-15  Juri Linkov  <juri@jurta.org>
1882         * simple.el (scroll-up-command, scroll-down-command)
1883         (scroll-up-line, scroll-down-line): Put `scroll-command'
1884         property on the these symbols.  Remove them from
1885         `scroll-preserve-screen-position-commands'.
1887         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1888         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1889         Remove it from `scroll-preserve-screen-position-commands'.
1891         * isearch.el (isearch-allow-scroll): Doc fix.
1893 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1895         * net/tramp.el (tramp-error-with-buffer): Don't show the
1896         connection buffer when we are in completion mode.
1897         (tramp-file-name-handler): Catch the error for some operations
1898         when we are in completion mode.  This gives the user the chance to
1899         correct the file name in the minibuffer.
1901 2010-04-15  Glenn Morris  <rgm@gnu.org>
1903         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1905 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1907         Simplify by using `define-derived-mode'.
1908         * info.el (Info-mode):
1909         * calendar/todo-mode.el (todo-mode):
1910         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1911         (gomoku-mode-map): Move initialization into declaration.
1913 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1915         Fix Bug#5840.
1916         * ido.el (ido-file-name-all-completions-1):
1917         * minibuffer.el (minibuffer-completion-help):
1918         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1920 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * simple.el (non-essential): New var.
1924         Add a new field `location' to bookmarks for non-file bookmarks.
1925         * bookmark.el (bookmark-location): Use the new field, if present.
1926         (bookmark-insert-location): Undo last change, not needed any more.
1927         * man.el (Man-bookmark-make-record):
1928         * woman.el (woman-bookmark-make-record): Add `location' field.
1930 2010-04-14  Juri Linkov  <juri@jurta.org>
1932         * simple.el (scroll-error-top-bottom): New defcustom.
1933         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
1935         * emulation/pc-select.el (pc-select-override-scroll-error):
1936         Obsolete in favor of `scroll-error-top-bottom'.
1938 2010-04-14  Juri Linkov  <juri@jurta.org>
1940         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1941         `scroll-up-command' and `M-v' to `scroll-down-command'.
1943         * emulation/cua-rect.el (cua--init-rectangles):
1944         * forms.el (forms--change-commands):
1945         * image-mode.el (image-mode-map):
1946         Remap scroll-down-command and scroll-up-command
1947         in addition to scroll-down and scroll-up.
1949 2010-04-14  Juri Linkov  <juri@jurta.org>
1951         * mwheel.el (scroll-preserve-screen-position-commands):
1952         Add mwheel-scroll to this list of commands.
1954         * simple.el (scroll-preserve-screen-position-commands):
1955         Add scroll-up-command, scroll-down-command, scroll-up-line,
1956         scroll-down-line to this list of commands.
1958 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * obsolete/complete.el: Move from lisp/complete.el.
1962         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1964         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1965         to the minor mode function now turns the mode ON unconditionally.
1967 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * vc-dir.el (vc-dir-kill-line): New command.
1970         (vc-dir-mode-map): Bind it to C-k.
1972         * bookmark.el (bookmark-insert-location): Handle a nil filename.
1974         * woman.el: Add bookmark declarations to silence the compiler.
1975         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1976         step to compatibility between man and woman bookmarks.
1977         Adjust for Man-default-bookmark-title renaming.
1978         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
1980         * man.el: Add bookmark declarations to silence the compiler.
1981         (Man-name-local-regexp): Make it match NAME as well.
1982         (Man-getpage-in-background): Return the buffer.
1983         (Man-notify-when-ready): Use `case'.
1984         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1985         Don't hardcode "NAME".  Simplify.
1986         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1987         Rename from Man-bookmark-make-record.
1988         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
1989         we have the actual man-args.  Use Man-getpage-in-background rather
1990         than `man' since the arg is already processed.  Let bookmark.el do the
1991         window handling.  Only wait for the relevant process.
1992         Don't forget to autoload.
1994         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1996 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1998         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1999         New functions.
2000         (woman-mode): Setup bookmark support.
2002         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2003         (man-bookmark-jump): New functions.
2004         (Man-mode): Setup bookmark support.
2006 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2008         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2009         recognize ssh-keygen prompt (Bug#2817).
2011 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2013         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2015 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2017         Synchronize with Tramp repository.
2019         * net/tramp.el (tramp-completion-function-alist)
2020         (tramp-file-name-regexp, tramp-chunksize)
2021         (tramp-local-coding-commands, tramp-remote-coding-commands):
2022         Fix docstring.
2023         (tramp-remote-process-environment): Use `format' instead of `concat'.
2024         (tramp-handle-directory-files-and-attributes)
2025         (tramp-get-remote-path): Use `copy-tree'.
2026         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2027         compatibility: Use `completion-ignore-case' if
2028         `read-file-name-completion-ignore-case' does not exist.
2029         (tramp-do-copy-or-rename-file-directly): Do not use
2030         `tramp-handle-file-remote-p'.
2031         (tramp-do-copy-or-rename-file-out-of-band):
2032         Use `tramp-compat-delete-directory'.
2033         (tramp-do-copy-or-rename-file-out-of-band)
2034         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2035         Use `format-spec-make'.
2036         (tramp-find-foreign-file-name-handler)
2037         (tramp-advice-make-auto-save-file-name)
2038         (tramp-set-auto-save-file-modes): Remove superfluous check for
2039         `stringp'.  This is done inside `tramp-tramp-file-p'.
2040         (tramp-debug-outline-regexp): New defconst.
2041         (tramp-get-debug-buffer): Use it.
2042         (tramp-check-for-regexp): Use (forward-line 1).
2043         (tramp-set-auto-save-file-modes): Adapt version check.
2045         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2046         Wrap call of `featurep' for 2nd argument.
2047         (tramp-compat-make-temp-file): Simplify fallback implementation.
2048         (tramp-compat-copy-tree): Remove function.
2049         (tramp-compat-delete-directory): Provide implementation for older
2050         Emacsen.
2052         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2053         Do not use `tramp-fish-handle-file-attributes.
2055         * net/trampver.el: Update release number.
2057 2010-04-10  Glenn Morris  <rgm@gnu.org>
2059         * progmodes/compile.el (compilation-save-buffers-predicate):
2060         Add missing :version tag.
2062 2010-04-09  Sam Steingold  <sds@gnu.org>
2064         * progmodes/compile.el (compilation-save-buffers-predicate):
2065         Remove the "autoload" cookie.
2067         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2068         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2069         and `bug-reference-prog-mode' can be used in hooks directly.
2071 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2073         Add --author support to git commit.
2074         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2075         (vc-git-log-edit-mode): New minor mode.
2076         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2077         New declarations.
2079 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
2081         * vc-hooks.el, vc-git.el: Improve documentation comments.
2083 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         Fix some of the problems in defsubst* (bug#5728).
2086         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2087         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2089 2010-04-07  Sam Steingold  <sds@gnu.org>
2091         * progmodes/compile.el (compilation-save-buffers-predicate):
2092         New custom variable.
2093         (compile, recompile): Pass it to `save-some-buffers'.
2095 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
2097         * wid-edit.el (widget-choose): Move cursor to the second line of
2098         the buffer (Bug#5695).
2100 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2102         Add new VC methods: vc-log-incoming and vc-log-outgoing.
2103         * vc.el (vc-print-log-setup-buttons): New function split out from
2104         vc-print-log-internal.
2105         (vc-log-internal-common): New function, a parametrized version of
2106         vc-print-log-internal.
2107         (vc-print-log-internal): Just call vc-log-internal-common with the
2108         right arguments.
2109         (vc-incoming-outgoing-internal):
2110         (vc-log-incoming, vc-log-outgoing): New functions.
2111         (vc-log-view-type): New permanent local variable.
2113         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2115         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2116         of the dynamic bound vc-short-log.
2117         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2119         * vc-git.el (vc-git-log-outgoing): New function.
2120         (vc-git-log-view-mode): Use vc-log-view-type instead
2121         of the dynamic bound vc-short-log.
2123         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2124         of the dynamic bound vc-short-log.  Highlight the tag.
2125         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2126         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2127         (vc-hg-incoming-mode): Remove.
2128         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2130 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2132         Fix default-directory for vc-root-diff.
2133         * vc.el (vc-root-diff): Bind default-directory to the root
2134         directory for the diff command.
2136 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2138         * progmodes/verilog-mode.el (verilog-forward-sexp):
2139         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2140         word keywords, suggested by Steve Pearlmutter.
2141         (verilog-pretty-declarations): Support lineup of declarations in
2142         port lists.
2143         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2144         fix bug for /* / comments
2145         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2146         Speed up and simplfy as this is never called with a bound.
2147         (verilog-pretty-declarations): Enhance to line up declarations
2148         inside a parameter list, suggested by Alan Morgan.
2149         (verilog-pretty-expr): Tune assignment regular expression match
2150         string for corner cases; also use markers instead of character
2151         number as indent changes the later.
2153 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2155         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2156         as missing keyword.
2157         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2158         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2159         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2160         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2161         Tennant.
2162         (verilog-keywords):
2163         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2164         1800-2009 keywords, including "global.".
2166 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2168         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2169         appearing in buffer list (if a live buffer name matched a recentf
2170         file basename).  Should use uniquify to offer a real solution.
2172 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2174         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2175         comment to code, and add a :version tag.
2176         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2178 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2180         Enable recentf-mode if using virtual buffers.
2181         * ido.el (recentf-list): Declare for byte-compiler.
2182         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2183         (ido-make-buffer-list): Simplify.
2184         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2186 2010-04-05  Juri Linkov  <juri@jurta.org>
2188         Scrolling commands which scroll a line instead of full screen.
2189         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2191         * simple.el (scroll-up-line, scroll-down-line): New commands.
2192         Put property isearch-scroll=t on them.
2194         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2195         Remove commands.
2197 2010-04-05  Juri Linkov  <juri@jurta.org>
2199         Scrolling commands which do not signal errors at top/bottom.
2200         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2202         * simple.el (scroll-up-command, scroll-down-command): New commands.
2203         Put property isearch-scroll=t on them.
2205         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2206         `scroll-down-command' and [next] from `scroll-up' to
2207         `scroll-up-command'.
2209         * emulation/cua-base.el: Put property CUA=move on
2210         `scroll-up-command' and `scroll-down-command'.
2211         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2212         and `scroll-down-command' to `cua-scroll-down'.
2214 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2216         * help.el (describe-mode): Return nil.
2218 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2220         * ido.el (ido-use-virtual-buffers): New variable to indicate
2221         whether "virtual buffer" support is enabled for IDO.
2222         (ido-virtual): Face used to indicate virtual buffers in the list.
2223         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2224         exists, but a virtual buffer of that name does (which would be why
2225         it was in the list), recreate the buffer by reopening the file.
2226         (ido-make-buffer-list): If virtual buffers are being used, call
2227         `ido-add-virtual-buffers-to-list' before the make list hook.
2228         (ido-virtual-buffers): New variable which contains a copy of the
2229         current contents of the `recentf-list', albeit pared down for the
2230         sake of speed, and with proper faces applied.
2231         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2232         create a list of "virtual buffers" to present to the user in
2233         addition to the currently open set.  Note that this logic could
2234         get rather slow if that list is too large.  With the default
2235         `recentf-max-saved-items' of 200, there is little speed penalty.
2237 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2239         * font-lock.el: Require CL when compiling.
2240         (font-lock-turn-on-thing-lock): Use `case'.
2242 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2244         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2245         Zaretskii.
2247 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2249         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2250         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2251         (semantic-imenu-goto-function): Reflow docstring.
2253 2010-04-02  Juri Linkov  <juri@jurta.org>
2255         * ehelp.el (electric-help-orig-major-mode):
2256         New buffer-local variable.
2257         (electric-help-mode): Set it to original major-mode.  Doc fix.
2258         (with-electric-help): Use `electric-help-orig-major-mode' instead
2259         of (default-value 'major-mode).  Doc fix.
2260         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2262 2010-04-02  Sam Steingold  <sds@gnu.org>
2264         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2265         `vc-hg-command' with a list of flags.
2267         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2268         Also accept "patch" and "RFE".
2269         (bug-reference-fontify): `bug-reference-url-format' can also be a
2270         function to be able to handle the bug kind.
2271         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2273 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2275         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2276         value to fboundp, it may not be a symbol.
2278 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2280         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2282 2010-03-31  Juri Linkov  <juri@jurta.org>
2284         * simple.el (next-line, previous-line): Re-throw a signal
2285         with `signal' instead of using `ding'.
2286         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2288 2010-03-31  Juri Linkov  <juri@jurta.org>
2290         * simple.el (keyboard-escape-quit): Raise deselecting the active
2291         region higher than exiting the minibuffer.
2292         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2294 2010-03-31  Juri Linkov  <juri@jurta.org>
2296         * image.el (image-animated-p): Use `image-metadata' instead of
2297         `image-extension-data'.  Get GIF extenstion data from metadata
2298         property `extension-data'.
2300 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * simple.el (append-to-buffer): Simplify.
2304 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2306         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2307         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2309 2010-03-31  Kenichi Handa  <handa@m17n.org>
2311         * language/sinhala.el (composition-function-table): Fix regexp for
2312         the new Unicode specification.
2314         * language/indian.el (devanagari-composable-pattern)
2315         (tamil-composable-pattern, kannada-composable-pattern)
2316         (malayalam-composable-pattern): Adjust for the new Unicode
2317         specification.
2318         (bengali-composable-pattern, gurmukhi-composable-pattern)
2319         (gujarati-composable-pattern, oriya-composable-pattern)
2320         (telugu-composable-pattern): New variables to cope with the new
2321         Unicode specification.  Use them in composition-function-table.
2323 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         Make tmm-menubar work for the Buffers menu again (bug#5726).
2326         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2327         vectors rather than cons cells, as used in menu-bar-update-buffers.
2329 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2331         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2332         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2333         electric punctuation for "{}();,:" (Bug#5586).
2335         * mail/sendmail.el (mail-default-directory): Doc fix.
2337 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2339         * mail/sendmail.el (mail-default-directory): Doc fix.
2341 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2343         * subr.el (version-regexp-alist, version-to-list)
2344         (version-list-<, version-list-=, version-list-<=)
2345         (version-list-not-zero, version<, version<=, version=): Doc fix.
2346         (Bug#5744).
2348 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2350         * vc.el (vc-root-diff): Doc fix.
2352 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2354         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2356         * simple.el (append-to-buffer): Fix last change.
2358 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2360         * simple.el (append-to-buffer): Ensure that point is preserved if
2361         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2362         (Bug#5749)
2364 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2366         * files.el (auto-mode-case-fold): Change default to t.
2368 2010-03-30  Juri Linkov  <juri@jurta.org>
2370         * dired-x.el (dired-omit-mode): Doc fix.
2372 2010-03-30  Juri Linkov  <juri@jurta.org>
2374         * replace.el (occur-accumulate-lines): Move occur-engine related
2375         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2376         to be located after `occur-engine'.
2378 2010-03-30  Juri Linkov  <juri@jurta.org>
2380         Make occur handle multi-line matches cleanly with context.
2381         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2383         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2384         (occur-engine): Add local variables `ret', `prev-after-lines',
2385         `prev-lines'.  Use more arguments for `occur-context-lines'.
2386         Set first elem of its returned list to `data', and the second elem
2387         to `prev-after-lines'.  Don't print the separator line.
2388         In the end, print remaining context after-lines.
2389         (occur-context-lines): Add new arguments `begpt', `endpt',
2390         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2391         after-lines of the previous match with before-lines of the
2392         current match and not overlap them.  Return a list with two
2393         values: the output line and the list of context after-lines.
2395 2010-03-30  Juri Linkov  <juri@jurta.org>
2397         * replace.el (occur-accumulate-lines): Fix a bug where the first
2398         context line at the beginning of the buffer was missing.
2400 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2402         * files.el: Make bidi-display-reordering safe variable for boolean
2403         values.
2405 2010-03-29  Phil Hagelberg  <phil@evri.com>
2406             Chong Yidong  <cyd@stupidchicken.com>
2408         * subr.el: Extend progress reporters to perform "spinning".
2409         (progress-reporter-update, progress-reporter-do-update):
2410         Handle non-numeric value arguments.
2411         (progress-reporter--pulse-characters): New var.
2413 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2415         * progmodes/compile.el (compilation-start): Fix regexp detection
2416         of initial cd command (Bug#5771).
2418 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2420         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2422 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2424         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2425         * lisp/progmodes/gdb-mi.el: Restore.
2426         * lisp/progmodes/gdb-ui.el: Remove.
2427         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2429 2010-03-25  Glenn Morris  <rgm@gnu.org>
2431         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2432         all dired buffers, even tramp ones.  (Bug#5755)
2434 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         Add "union tags" in mpc.el.
2437         * mpc.el: Remove backward compatibility code.
2438         (mpc-browser-tags): Change default.
2439         (mpc--find-memoize-union-tags): New var.
2440         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2441         (mpc-cmd-find): Handle the case where the playlist does not exist.
2442         Handle union-tags.
2443         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2444         (mpc-cmd-add): Use mpc-cmd-flush.
2445         (mpc-tagbrowser-tag-name): New fun.
2446         (mpc-tagbrowser-buf): Use it.
2447         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2449 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         Misc cleanup.
2452         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2453         Use replace-regexp-in-string.
2454         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2455         (makefile-imake-mode-syntax-table): Move init into defvar.
2456         (makefile-mode): Use define-derived-mode.
2458         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2459         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2460         not be present any more.
2462 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2464         * faces.el (set-face-attribute): Fix typo in docstring.
2465         (face-valid-attribute-values): Reflow docstring.
2467         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2469 2010-03-24  Glenn Morris  <rgm@gnu.org>
2471         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2473 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2475         * indent.el (indent-for-tab-command): Doc fix.
2477 2010-03-24  Alan Mackenzie  <acm@muc.de>
2479         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2480         Fix off-by-one error.  Fixes bug #5747.
2482 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2484         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2485         (image-dired-read-comment): Doc fix.
2487         * json.el (json-object-type, json-array-type, json-key-type)
2488         (json-false, json-null, json-read-number):
2489         * minibuffer.el (completion-in-region-functions):
2490         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2491         (cal-tex-cursor-week):
2492         * emacs-lisp/trace.el (trace-function):
2493         * eshell/em-basic.el (eshell/printnl):
2494         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2495         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2496         * obsolete/levents.el (allocate-event, event-key, event-object)
2497         (event-point, event-process, event-timestamp, event-to-character)
2498         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2499         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2500         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2501         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2502         (reftex-highlight-selection): Fix typos in docstrings.
2504 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2506         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2508 2010-03-24  Glenn Morris  <rgm@gnu.org>
2510         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2511         2008-02-13 without comment; mark it obsolete.
2512         (rmail-highlight-headers): Use rmail-highlight-face once more.
2514 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2516         * woman.el (woman2-process-escapes): Only consume the newline if
2517         the filler character is on a line by itself (Bug#5729).
2519 2010-03-24  Kenichi Handa  <handa@m17n.org>
2521         * language/indian.el (devanagari-composable-pattern): Add more
2522         consonants.
2524 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2526         * net/trampver.el: Update release number.
2528 2010-03-24  Glenn Morris  <rgm@gnu.org>
2530         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2532 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2534         * net/tramp.el (tramp-find-executable):
2535         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2536         output of "wc -l" more robust.
2537         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2538         (tramp-open-connection-setup-interactive-shell): Remove workaround
2539         for OpenSolaris bug, it is not needed anymore.
2541 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
2543         * cedet/semantic/imenu.el: New file, from the CEDET repository
2544         (Bug#5412).
2546 2010-03-24  Glenn Morris  <rgm@gnu.org>
2548         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2550 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
2552         * files.el (auto-mode-alist): Accept more verilog file patterns.
2554 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2558 2010-03-24  Glenn Morris  <rgm@gnu.org>
2560         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2561         log-edit-before-checkin-process.
2563         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2565         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2567         * vc-dispatcher.el (vc-start-logentry): Doc fix.
2568         (log-view-process-buffer, log-edit-extra-flags): Declare.
2570         * log-edit.el (log-edit-before-checkin-process): Doc fix.
2572         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2573         Consistently check ede-object is bound throughout.
2575         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2577 2010-03-23  Sam Steingold  <sds@gnu.org>
2579         Fix bug#5620: recalculate all markers on compilation buffer
2580         modifications, not on file modifications.
2581         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2582         the buffer modification time, for buffers not associated with files.
2583         (compilation-mode): Create it.
2584         (compilation-filter): Update it.
2585         (compilation-next-error-function): Use it instead of
2586         `visited-file-modtime' for timestamp.
2588 2010-03-23  Juri Linkov  <juri@jurta.org>
2590         Implement Occur multi-line matches.
2591         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2593         * replace.el (occur): Doc fix.
2594         (occur-engine): Set `begpt' to the beginning of the first line.
2595         Set `endpt' to the end of the last match line.  At first, count
2596         line numbers between `origpt' and `begpt'.  Split out code from
2597         `out-line' variable to new let-bindings `match-prefix' and
2598         `match-str'.  In `out-line' add non-numeric prefix to all
2599         non-first lines of multi-line matches.  Finally, count lines
2600         between `begpt' and `endpt' and add to `lines'.
2602 2010-03-23  Juri Linkov  <juri@jurta.org>
2604         * replace.el (occur-accumulate-lines, occur-engine):
2605         Use `occur-engine-line' instead of duplicate code.
2606         (occur-engine-line): New function created from duplicate code
2607         in `occur-accumulate-lines' and `occur-engine'.
2609         * replace.el (occur-engine-line): Add optional arg `keep-props'.
2610         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2612 2010-03-23  Juri Linkov  <juri@jurta.org>
2614         * finder.el: Remove TODO tasks.
2616         * info.el (Info-finder-find-node): Add node "all"
2617         with all package info.  Handle a list of multiple keywords
2618         separated by comma.
2619         (info-finder): In interactive use with a prefix argument,
2620         use `completing-read-multiple' to read a list of keywords
2621         separated by comma.
2623 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2625         Add a new completion style `substring'.
2626         * minibuffer.el (completion-basic--pattern): New function.
2627         (completion-basic-try-completion, completion-basic-all-completions):
2628         Use it.
2629         (completion-substring--all-completions)
2630         (completion-substring-try-completion)
2631         (completion-substring-all-completions): New functions.
2632         (completion-styles-alist): New style `substring'.
2634 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2636         Get rid of .elc files after removal of the corresponding .el.
2637         * Makefile.in (compile-clean): New target.
2638         (compile-main): Use it.
2640 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2642         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2643         don't do make there.  When compiling with separate object dir, there
2644         is no Makefile there.
2646 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2648         Get rid of the ELCFILES abomination, again.
2649         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2650         (all, compile): Don't call compile-last.
2651         (compile-main): Build the "elcfiles" list dynamically.
2652         (compile-targets): New (internal) target.
2654 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2656         * Makefile.in (top_srcdir): Define.
2657         (abs_top_builddir): Define.
2658         (srcdir): Don't append `/..'.
2659         (EMACS): Use ${abs_top_builddir}.
2660         (all, compile, compile-always, compile-last): Don't set emacswd.
2661         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2662         $(srcdir).
2663         (lisp): Use $(srcdir) instead of @srcdir@.
2665 2010-03-21  Juri Linkov  <juri@jurta.org>
2667         Fix message of multi-line occur regexps and multi-buffer header lines.
2668         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2670         * replace.el (occur-1): Don't display regexp if it is longer
2671         than window-width.  Use `query-replace-descr' to display regexp.
2672         (occur-engine): Don't display regexp in the buffer header for
2673         multi-buffer occur.  Display a separate header line with total
2674         match count and regexp for multi-buffer occur.
2675         Use `query-replace-descr' to display regexp.
2677 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2679         * net/secrets.el: Fix parenthesis.
2680         (secrets-enabled): Fix parenthesis.
2682 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         Use more relative file and directory names.
2685         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2686         (setwins, setwins_almost, setwins_for_subdirs):
2687         Don't `cd'; output relative names.
2688         (all, compile, compile-always, compile-last): Set emacswd.
2689         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2690         Just cd to the lisp source dir so we can use relative file names.
2692         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2694 2010-03-20  Glenn Morris  <rgm@gnu.org>
2696         * textmodes/rst.el: Use faces for font-lock customization, and make the
2697         old -face variables obsolete.
2698         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2699         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2700         (rst-block-face, rst-external-face, rst-definition-face)
2701         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2702         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2703         Make obsolete.
2704         (rst-font-lock-keywords-function): Update for above changes.
2706 2010-03-20  Juri Linkov  <juri@jurta.org>
2708         * s-region.el:
2709         * obsolete/s-region.el: Move to obsolete.
2711 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2713         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2715 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2717         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2719 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2721         Add special markup processing for commit logs.
2722         * log-edit.el (log-edit-extra-flags): New variable.
2723         (log-edit): Add new argument MODE.  Use that mode when non-nil
2724         instead of the log-view-mode.
2725         (log-view-process-buffer): New function.
2727         * vc.el: Document that the checkin method takes optional
2728         arguments.  Document new backend specific method: log-view-mode.
2729         (vc-default-log-edit-mode): New function.
2730         (vc-checkin): Use a backend specific log-view-mode.
2731         Pass extra arguments to the checkin method.
2732         (vc-modify-change-comment): Pass a dummy extra argument.
2734         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2735         log-edit.
2736         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2737         (vc-finish-logentry): Process the log buffer before passing it
2738         down.  Pass log-edit-extra-flags.
2740         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2741         command.
2742         (log-edit-extra-flags, log-edit-before-checkin-process):
2743         New declarations.
2745         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2746         command.
2747         (log-edit-extra-flags, log-edit-before-checkin-process):
2748         New declarations.
2749         (vc-hg-log-edit-mode): New derived mode.
2751         * vc-arch.el (vc-arch-checkin):
2752         * vc-cvs.el (vc-cvs-checkin):
2753         * vc-git.el (vc-git-checkin):
2754         * vc-mtn.el (vc-mtn-checkin):
2755         * vc-rcs.el (vc-rcs-checkin):
2756         * vc-sccs.el (vc-sccs-checkin):
2757         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2759 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2762         parent typo).
2764 2010-03-19  Glenn Morris  <rgm@gnu.org>
2766         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2768 2010-03-18  Glenn Morris  <rgm@gnu.org>
2770         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2772         * replace.el (query-replace-history): Give it a doc string.
2773         (map-query-replace-regexp): Use query-replace-from-history-variable
2774         and query-replace-to-history-variable.
2776         * mail/hashcash.el (declare-function): Remove duplicate definition.
2778         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2779         Make it an obsolete alias for report-emacs-bug-address.
2780         (message-strip-special-text-properties): Declare.
2781         (report-emacs-bug): Remove test for a pretest bug address.
2782         Combine message-mode-specific code.
2784         * mail/supercite.el: Don't require sendmail.
2785         (mh-in-header-p): Declare rather than using with-no-warnings.
2786         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2787         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2789         * calendar/cal-french.el: Convert to utf-8.
2791         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2792         Emacs scripts.
2794 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2796         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2797         of a subfeature.
2799 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2801         * net/secrets.el (top): Register the D-Bus signals only when the
2802         service "org.freedesktop.secrets" can be pinged.
2803         Provide subfeature `enabled'.
2805 2010-03-14  Juri Linkov  <juri@jurta.org>
2807         Add finder unknown keywords.
2809         * finder.el (finder-unknown-keywords): New function.
2811         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2812         to create a Finder node with unknown keywords.
2814 2010-03-14  Juri Linkov  <juri@jurta.org>
2816         * finder.el (finder-compile-keywords): Replace `princ' with
2817         `prin1' on a list of symbols interned from keyword strings.
2819         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2820         a comma, then split keywords using a comma and optional whitespace.
2821         Otherwise, split by whitespace.
2823         * complete.el:
2824         * face-remap.el:
2825         * log-view.el:
2826         * net/hmac-def.el:
2827         * net/hmac-md5.el:
2828         * net/netrc.el:
2829         * progmodes/mixal-mode.el: Fix keywords.
2831 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2833         * Makefile.in (ELCFILES): Add net/secrets.elc.
2835         * net/secrets.el: New file.
2837 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2839         * facemenu.el (list-colors-display, list-colors-print): New arg
2840         callback.  Use it to allow selecting colors.
2842         * wid-edit.el (widget-image-insert): Insert image prop even if the
2843         current display is non-graphic.
2844         (widget-field-value-set): New fun.
2845         (editable-field): Use it.
2846         (widget-field-value-get): Clean up unused var.
2847         (widget-color-value-create, widget-color--choose-action):
2848         New funs.  Allow using list-colors-display to choose color.
2850 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2852         * cus-edit.el: Resort topmost custom groups.
2853         (custom-buffer-sort-alphabetically): Default to t.
2854         (customize-apropos): Use apropos-parse-pattern.
2855         (custom-search-field): New var.
2856         (custom-buffer-create-internal): Add custom-apropos search field.
2857         (custom-add-parent-links): Don't display parent doc.
2858         (custom-group-value-create): Don't sort top-level custom group.
2859         (custom-magic-value-create): Show visibility button before option name.
2861         (custom-variable-state): New fun, from custom-variable-state-set.
2862         (custom-variable-state-set): Use it.
2863         (custom-group-value-create): Hide options with standard values
2864         using the :hidden-states property.  Use progress reporter.
2866         (custom-show): Simplify.
2867         (custom-visibility): Disable images by default.
2868         (custom-variable): New property :hidden-states.
2869         (custom-variable-value-create): Enable images for
2870         custom-visibility widgets.  Use :hidden-states property to
2871         determine initial visibility.
2873         * wid-edit.el (widget-image-find): Give images center ascent.
2874         (visibility): Add :on-image and :off-image properties.
2875         (widget-visibility-value-create): Use them.
2877 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2879         * cus-edit.el (processes): Remove from development group.
2880         (oop, hypermedia): Delete group.
2881         (comm): Promote to top-level group.
2883         * net/browse-url.el (browse-url):
2884         * net/xesam.el (xesam):
2885         * net/tramp.el (tramp):
2886         * net/goto-addr.el (goto-address):
2887         * net/ange-ftp.el (ange-ftp): Put in comm group.
2889         * view.el (view): Remove from editing group.
2891         * uniquify.el (uniquify): Put in files group.
2893         * net/browse-url.el (browse-url):
2894         * ps-print.el (postscript): Put in external group.
2896         * cus-edit.el (outlines):
2897         * textmodes/text-mode.el (text-mode-hook):
2898         * textmodes/table.el (table):
2899         * textmodes/picture.el (picture):
2900         * outline.el (outlines): Put in wp group.
2902         * nxml/nxml-mode.el (nxml): Remove from wp group.
2904         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2906         * mail/metamail.el (metamail): Remove from hypermedia group.
2908         * cus-edit.el (abbrev):
2909         * whitespace.el (whitespace):
2910         * vcursor.el (vcursor):
2911         * reveal.el (reveal):
2912         * hl-line.el (hl-line): Put in convenience group.
2914         * epg-config.el (epg): Put in data group.
2916         * emulation/pc-select.el (pc-select): Put in emulations group.
2918         * calculator.el (calculator): Put in applications group.
2920 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2922         Add .dir-locals.el support for file-less buffers.
2923         * files.el (hack-local-variables): Split out code to apply local
2924         variable settings ...
2925         (hack-local-variables-apply): ... here.  New function.
2926         (hack-dir-local-variables): Use the default directory for when the
2927         buffer does not have an associated file.
2928         (hack-dir-local-variables-non-file-buffer): New function.
2929         * diff-mode.el (diff-mode):
2930         * vc-annotate.el (vc-annotate-mode):
2931         * vc-dir.el (vc-dir-mode):
2932         * log-edit.el (log-edit-mode):
2933         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2935 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2937         Add support for shelving snapshots and for showing shelves.
2938         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2939         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2940         New functions.
2941         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2942         (vc-bzr-extra-menu-map): Map them.
2944 2010-03-11  Glenn Morris  <rgm@gnu.org>
2946         * cus-edit.el (customize-changed-options-previous-release):
2947         Bump to 23.1.
2949         * image.el (image-animate-max-time): Fix :version tag.
2951 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2953         * Branch for 23.2.
2955 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * vc-git.el (vc-git-revision-table): Include remote branches.
2959 2010-03-10  Kim F. Storm  <storm@cua.dk>
2961         Animated image API.
2962         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2964         * image.el (image-animate-max-time): New defcustom.
2965         (image-animated-types): New defconst.
2966         (create-animated-image, image-animate-timer)
2967         (image-animate-start, image-animate-stop, image-animate-timeout)
2968         (image-animated-p): New functions.
2970         * image-mode.el (image-toggle-display-image):
2971         Replace `create-image' with `create-animated-image'.
2973 2010-03-09  Miles Bader  <miles@gnu.org>
2975         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2976         instead of "format:"; this ensures that the output is
2977         newline-terminated.
2979 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2981         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2982         that all errors are caught, and that the return value is always a
2983         list (Bug#5692).
2985 2010-03-08  Kenichi Handa  <handa@m17n.org>
2987         * language/misc-lang.el (windows-1256): New coding system.
2988         (cp1256): New alias of windows-1256 (bug#5690).
2990 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2992         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2993         call to rfc822-bad-address.  (Bug#5692)
2995 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2997         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2998         Use vc-git-root as default directory for revision path (Bug#5657).
3000 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3002         * calculator.el (calculator): Don't bind split-window-keep-point
3003         (Bug#5674).
3005 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * vc-git.el: Re-flow to fit into 80 columns.
3008         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3009         Remove spurious `quote' element in each case alternative.
3010         (vc-git-show-log-entry): Use prog1.
3011         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3013 2010-03-06  Glenn Morris  <rgm@gnu.org>
3015         * cedet/semantic/grammar.el (semantic-grammar-header-template):
3016         Update template copyright to GPLv3+.
3018 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3020         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3022 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3024         * macros.el (insert-kbd-macro): Look up keyboard macro using the
3025         definition, not the name (Bug#5481).
3027 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3029         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3030         argument with a local variable.  (Bug#5670)
3032 2010-03-02  Juri Linkov  <juri@jurta.org>
3034         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
3036 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
3038         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3039         error when FILENAME and NEWNAME are existing remote directories.
3041         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3042         parameter DIR-FLAG.
3044 2010-03-02  Glenn Morris  <rgm@gnu.org>
3046         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3047         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3049 2010-03-01  Kenichi Handa  <handa@m17n.org>
3051         * language/burmese.el (burmese-composable-pattern): Rename from
3052         myanmar-composable-pattern.
3054         * international/characters.el (script-list):
3055         * international/fontset.el (script-representative-chars):
3056         Change myanmar to burmese.
3057         (otf-script-alist): Likewise.
3058         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3060 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3062         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3064 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3066         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3068 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3070         * net/tramp.el (tramp-handle-write-region): START can be a string.
3071         Take care in the checks.  Reported by Dan Davison
3072         <davison@stats.ox.ac.uk>.
3074 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3076         * net/dbus.el (dbus-introspect, dbus-get-property)
3077         (dbus-set-property, dbus-get-all-properties):
3078         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3080 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3082         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3083         * emacs-lisp/elint.el (elint-add-required-env):
3084         * cedet/semantic/db-find.el
3085         (semanticdb-find-translate-path-brutish-default):
3086         * cedet/ede/make.el (ede-make-check-version):
3087         * calendar/icalendar.el (icalendar--add-diary-entry):
3088         * calc/calcalg2.el (math-tracing-integral):
3089         * files.el (recover-session-finish): Use with-current-buffer
3090         instead of save-excursion.
3092 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         Fix in-buffer completion when after-change-functions modify the buffer.
3095         * minibuffer.el (completion--replace): New function.
3096         (completion--do-completion): Use it and use relative movement.
3098 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3100         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3102 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3104         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3105         Allow the characters _<> in the stack entry (Bug#5653).
3107 2010-02-26  Kenichi Handa  <handa@m17n.org>
3109         * language/burmese.el: Fix entries in composition-function-table.
3110         (myanmar-composable-pattern): New variable.
3112         * international/fontset.el (setup-default-fontset): Add an entry
3113         for myanmar.
3115         * international/characters.el (script-list): Add Myanmar
3116         Extended-A.
3118 2010-02-26  Glenn Morris  <rgm@gnu.org>
3120         * custom.el (custom-initialize-delay): Doc fix.
3122         * mail/sendmail.el (send-mail-function): Autoload the call
3123         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3125 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3127         * files.el (hack-local-variables-filter): For eval forms, also
3128         check safe-local-variable-p (Bug#5636).
3130 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3132         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3133         and use c(ad)r of cddr (Bug#5640).
3135 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3137         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3138         setting the modes by `ignore-errors'.  It might fail, for example
3139         if the file is not owned by the user but the group.
3140         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3142 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3144         * files.el (directory-listing-before-filename-regexp): Use
3145         stricter matching for iso-style dates, to avoid false matches with
3146         date-like filenames (Bug#5597).
3148         * htmlfontify.el (htmlfontify): Doc fix.
3150         * eshell/eshell.el (eshell): Doc fix.
3152         * startup.el (fancy-about-screen): In mode-line, apply
3153         mode-line-buffer-id face only to the buffer name (Bug#5613).
3155 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3157         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3158         In `watcom' anchor regexp to start of line, to avoid slowness
3159         (Bug#5599).
3161 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3163         * subr.el (remove-yank-excluded-properties): Explain in a comment
3164         why `category' property is removed.
3166 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3168         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3169         2010-02-17 change.
3171 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3173         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3174         (icalendar--convert-weekly-to-ical)
3175         (icalendar--convert-yearly-to-ical)
3176         (icalendar--convert-block-to-ical)
3177         (icalendar--convert-cyclic-to-ical)
3178         (icalendar--convert-anniversary-to-ical): Take care of time
3179         specifications where hour has 1-digit only (Bug#5549).
3181 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3183         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3184         of disassemble output in GDB 7.1.
3186 2010-02-19  Glenn Morris  <rgm@gnu.org>
3188         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3189         property.  (Bug#5593)
3191 2010-02-18  Sam Steingold  <sds@gnu.org>
3193         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3195 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3197         Use abbreviated file names in bookmarks (bug#5591).
3198         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3199         calls to expand-file-name.
3200         (bookmark-relocate): Use abbreviated file names in bookmarks.
3201         (bookmark-load): Use abbreviated file names in messages.
3203 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3205         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3206         expand "." and "..".  Reported by Thierry Volpiatto
3207         <thierry.volpiatto@gmail.com>.
3209 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3211         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3212         permissions of the temporary file to "0600".  In case the remote
3213         file has no read permissions for the owner, there might be
3214         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3216 22010-02-18  Glenn Morris  <rgm@gnu.org>
3218         * emacs-lisp/authors.el (authors-renamed-files-alist):
3219         Add entries for INSTALL.CVS.
3221 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3223         * vc-bzr.el: Fix typo in Known Bugs section.
3225         * isearch.el (isearch-update-post-hook): New hook.
3226         (isearch-update): Use the new hook.
3228 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3230         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3231         Fix errors in copying directories.
3232         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3233         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3234         (tramp-handle-delete-file)
3235         (tramp-handle-dired-recursive-delete-directory)
3236         (tramp-handle-write-region): Flush also the cache for the upper
3237         directory.
3239 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3241         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3243         * cus-edit.el (hardware): Doc fix.
3245         * man.el (man): Add to external custom group.
3247         * delim-col.el (columns): Move to wp custom group.
3249         * doc-view.el (doc-view): Add to data custom group.
3251         * cedet/data-debug.el (data-debug): Move to extensions group.
3253         * cedet/ede.el (ede):
3254         * cedet/srecode.el (srecode):
3255         * cedet/semantic.el (semantic): Put in tools and extensions group.
3257         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3259         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3260         by ispell-parse-output (Bug#5575).
3262 2010-02-16  Kenichi Handa  <handa@m17n.org>
3264         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3265         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3266         (skkdic-convert): Use `euc-japan' coding system for writing.
3268 2010-02-16  Glenn Morris  <rgm@gnu.org>
3270         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3271         tex-main-file before using it.  (Bug#5562)
3273 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3276         warnings, since it is annoying for the user to see them each time he
3277         runs the code.
3279 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3281         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3282         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3283         instead of PROC for caching "first-password-request".  Otherwise,
3284         new processes would not profit from passwords already entered.
3286         * net/tramp-cache.el (tramp-dump-connection-properties):
3287         Don't save "first-password-request" property.
3289 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3291         * outline.el (outline-head-from-level):
3292         * simple.el (with-wrapper-hook):
3293         * cedet/ede.el (ede-run-target, project-delete-target)
3294         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3295         (ede-adebug-project, ede-adebug-project-parent)
3296         (ede-adebug-project-root):
3297         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3298         (elint-defun, elint-buffer-env, elint-top-form-logged)
3299         (elint-unbound-variable):
3300         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3301         Fix typos in docstrings.
3303 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3305         * files.el (insert-directory): When WILDCARD-REGEXP and
3306         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3307         whole directory.  (Bug#5551)
3309         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3310         dired's alignment sanity.  (Bug#5516)
3312 2010-02-14  Juri Linkov  <juri@jurta.org>
3314         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3315         Remove remaining ^H with their preceding chars.  (Bug#5566)
3317 2010-02-13  Glenn Morris  <rgm@gnu.org>
3319         * simple.el (transpose-subr): Give it a doc-string.
3321         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3322         Doc fixes.
3324 2010-02-12  Juri Linkov  <juri@jurta.org>
3326         * arc-mode.el (archive-unique-fname): Make directories for nested
3327         archives.  (Bug#5540)
3329 2010-02-12  Juri Linkov  <juri@jurta.org>
3331         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3333 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * subr.el (copy-overlay): Handle deleted overlays.
3337         * man.el (Man-completion-table): Don't signal an error if we can't run
3338         manual-program (bug#4056).
3340 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3342         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3344 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3346         * info.el (Info-bookmark-jump): Simplify.
3348         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3349         (bookmark-default-handler): Accept new bookmark field `buffer'.
3351 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3353         * iswitchb.el (iswitchb-completions): Revert last change.
3355 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3357         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3358         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3359         This prevents file names like "~/" being listed literally.
3361 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3363         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3364         Remove dead code.  (Bug#5546)
3366 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3368         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3369         correctly (Bug#5548).
3371 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3373         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3374         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3376 2010-02-08  Kenichi Handa  <handa@m17n.org>
3378         * international/mule-util.el (with-coding-priority): Add autoload
3379         cookie for putting `lisp-indent-function'.
3381 2010-02-07  Glenn Morris  <rgm@gnu.org>
3383         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3384         Move F2003 named interfaces from keywords-2 to keywords-1, and
3385         use function-name-face rather than constant-face.
3386         Simplify "abstract interface" regexp.
3388 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3390         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3391         ID-FORMAT.  Pass it to `file-attributes'.
3393         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3395 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3397         * faces.el (set-face-attribute): Allow calling
3398         internal-set-lisp-face-attribute with 'unspecified family and
3399         foundry argument (Bug#5536).
3401 2010-02-07  Glenn Morris  <rgm@gnu.org>
3403         * progmodes/f90.el (f90-font-lock-keywords-2)
3404         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3405         Handle F2003 named interfaces.
3407 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3409         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3410         beg and end before calling c-get-state-before-change-functions.
3412 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3414         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3416 2010-02-05  Juri Linkov  <juri@jurta.org>
3418         * doc-view.el (doc-view-mode):
3419         * image-mode.el (image-mode): Put property mode-class=special.
3420         (Bug#4896)
3422 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3424         * vc-svn.el (vc-svn-revision-table): New function.
3426 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3428         * net/ange-ftp.el (ange-ftp-insert-directory):
3429         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3430         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3431         Handle also directories.  (Bug#5478)
3433 2010-02-05  Glenn Morris  <rgm@gnu.org>
3435         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3437 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3439         * startup.el (command-line-1): Convert options beginning with a
3440         single dash as well (Bug#5519).
3442 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3444         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3445         * minibuffer.el (completion-initials-expand): Only check the presence
3446         of delims *within* the boundaries, since otherwise the / delim is
3447         always found for files.
3449         Fix up various corner case problems.
3450         * doc-view.el (doc-view-last-page-number): New function.
3451         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3452         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3453         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3454         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3455         (doc-view-convert-current-doc): Don't create the resolution.el file
3456         here any more.
3457         (doc-view-pdf/ps->png): Do it here instead.
3458         (doc-view-already-converted-p): Check that resolution.el is present.
3459         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3460         windows that are not yet showing images.
3462 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3464         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3465         `dired-uncache' for every elemnt which is an absolute file name.
3467         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3468         directory, handle its directory component.
3469         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3470         function is called permanently and creates noise, otherwise.
3472         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3473         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3474         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3476 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3478         * macros.el (apply-macro-to-region-lines):
3479         Minor simplification.  (Bug#5485)
3481 2010-02-04  Glenn Morris  <rgm@gnu.org>
3483         * mail/rmail.el (rmail-show-message-1): Handle malformed
3484         quoted-printable text.  (Bug#5441)
3486         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3488         * simple.el (visual-line-mode): Capitalize lighter.
3490 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3492         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3493         list of files considered for "virtual buffer" completions.
3495 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3497         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3498         also in case of (and (not full) (not wildcard)). This is needed,
3499         when dired is called with a list of files, which are not in
3500         `default-directory'.  (Bug#5478)
3502 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3506 2010-02-02  Juri Linkov  <juri@jurta.org>
3508         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3509         from unidiff to allow function-line after @@.
3511 2010-02-02  Juri Linkov  <juri@jurta.org>
3513         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3514         '(RCS SCCS) with inverted condition.
3516 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3518         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3519         messages.
3521 2010-02-01  Juri Linkov  <juri@jurta.org>
3523         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3524         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3525         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3526         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3528 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3531         (doc-view-revert-buffer): New command.
3532         (doc-view-mode-map): Use it.
3534 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3536         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3537         pending merge is detected.
3539 2010-01-31  Juri Linkov  <juri@jurta.org>
3541         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3542         beginning of interactive spec like all other grep commands do.
3543         Put "all" in front of "gz".  (Bug#5260)
3545 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3547         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3549 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3551         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3552         regexp is incorrect (Bug#5476).
3554 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3556         * net/tramp.el (tramp-handle-insert-directory): Handle also
3557         symlinks, when FILENAME is not in `default-directory'.
3559 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3561         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3562         FILE is not in `default-directory'.  (Bug#5478)
3564         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3565         of SWITCHES.  Handle the case, FILENAME is not in
3566         `default-directory'.  (Bug#5478)
3567         (tramp-register-file-name-handlers): Add safe-magic property.
3569 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3571         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3572         unzip (Bug#5475).
3574 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3576         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3577         (flymake-master-make-header-init): Add other C++ filename masks.
3578         (flymake-find-possible-master-files)
3579         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3581 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3583         Fix some busybox annoyances.
3585         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3586         not responding." string.
3587         (tramp-open-connection-setup-interactive-shell): Dump stty
3588         settings.  Enable "neveropen" arg for all `tramp-send-command'
3589         calls.  Handle "=" in variable values properly.
3590         (tramp-find-inline-encoding): Raise an error, when no encoding is
3591         found.
3592         (tramp-wait-for-output): Check, whether PROC buffer is available.
3593         Remove spurious " ^H" sequences, sent by busybox.
3594         (tramp-get-ls-command): Suppress coloring, if possible.
3596 2010-01-28  Glenn Morris  <rgm@gnu.org>
3598         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3600         * log-edit.el (log-edit-strip-single-file-name): Add missing
3601         :safe, :group, and :version tags.
3603 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3605         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3606         buffers.  (Bug#5477)
3608 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3610         * files.el (delete-directory): Handle moving to trash without
3611         first doing recursion (Bug#5436).
3613 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3615         * vc-hooks.el (vc-path): Mark as obsolete.
3617 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3619         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3620         names too.
3622         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3623         for the short log.
3624         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3626 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3628         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3630         * vc-bzr.el (vc-bzr-revision-table): New function.
3632 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3634         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3635         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3637 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3639         Remove support for adding --signoff on commit.
3640         Future support will use an incompatible generic mechanism.
3641         * vc-git.el (vc-git-add-signoff): Remove variable.
3642         (vc-git-toggle-signoff): Remove function.
3643         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3645         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3646         from xterm-set-background-mode.  Return t if the background mode
3647         was set.
3648         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3649         earlier, call it again in case the background mode has changed.
3651 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3653         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3654         (Bug#3541).
3656 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3658         * emacs-lisp/assoc.el (aelement): Doc fix.
3659         (aput, adelete, amake): Use lexical-let (Bug#5450).
3661 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3663         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3664         is the same as subprogram call, not declaration.  (Bug#5435).
3666 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3668         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3669         (tramp-smb-maybe-open-connection): Use it.
3671 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3673         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3675 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3677         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3678         just because we see "encoding: 8bit".
3679         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3681 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3683         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3685 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3687         * jka-compr.el (jka-compr-load): If load-file is not in
3688         load-history, try its file-truename version.  (bug#5447)
3690 2010-01-21  Alan Mackenzie  <acm@muc.de>
3692         Fix a situation where deletion of a cpp construct throws an error.
3693         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3694         invoking c-with-all-but-one-cpps-commented-out, check that the
3695         special cpp construct is still in the buffer.
3696         (c-parse-state): Record the special cpp with markers, not numbers.
3698 2010-01-21  Kenichi Handa  <handa@m17n.org>
3700         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3701         process last-command-event, as it is now decoded first (Bug#5380).
3703 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3705         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3707 2010-01-20  Glenn Morris  <rgm@gnu.org>
3709         * indent.el (tab-always-indent): Fix custom-type.
3711 2010-01-19  Alan Mackenzie  <acm@muc.de>
3713         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3714         buffer throws "args out of range".
3715         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3716         playing the role of delimiter.
3718 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3720         * progmodes/ada-mode.el: Fix bug#5400.
3721         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3722         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3723         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3724         Improve comments in "is" portion.  Handle null procedure declaration.
3725         (ada-move-to-end): Improve doc string.
3727 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3729         * ido.el (ido-cur-list): Initialize to nil.
3730         Remove obsolete information from commentary.
3731         (ido-choice-list): Initialize to nil.
3732         (ido-get-bufname): Reject minibuffers.
3733         (ido-make-buffer-list): If "default" is a nonexistent
3734         buffer, ignore it, as per the function's comment.
3735         (ido-kill-buffer-internal): New function.
3736         (ido-kill-buffer-at-head): Use it.
3737         (ido-visit-buffer): Likewise.
3739 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3741         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3743 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3745         * cedet/ede/locate.el (ede-locate-file-in-project)
3746         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3747         (ede-enable-locate-on-project): Fix typos in error messages.
3749         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3750         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3751         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3752         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3753         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3754         Fix typos in menu help.
3756         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3757         Fix typos in chart titles.
3759         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3760         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3761         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3762         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3763         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3764         (semantic-parse-stream, semantic-parse-region)
3765         (semantic-parse-region-default, semantic--set-buffer-cache)
3766         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3767         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3768         (semantic-default-submodes):
3769         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3770         (semanticdb-create-ebrowse-database)
3771         (semanticdb-find-tags-for-completion-method)
3772         (semanticdb-find-tags-by-class-method)
3773         (semanticdb-deep-find-tags-by-name-method)
3774         (semanticdb-deep-find-tags-for-completion-method):
3775         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3776         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3777         (semanticdb-find-tags-for-completion-method)
3778         (semanticdb-find-tags-by-class-method)
3779         (semanticdb-deep-find-tags-for-completion-method):
3780         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3781         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3782         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3783         (semanticdb-find-tags-by-name-method)
3784         (semanticdb-find-tags-by-name-regexp-method)
3785         (semanticdb-find-tags-for-completion-method)
3786         (semanticdb-find-tags-by-class-method)
3787         (semanticdb-find-tags-external-children-of-type-method)
3788         (semanticdb-find-tags-subclasses-of-type-method)
3789         (semanticdb-deep-find-tags-by-name-method)
3790         (semanticdb-deep-find-tags-by-name-regexp-method)
3791         (semanticdb-deep-find-tags-for-completion-method):
3792         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3793         (semanticdb-enable-gnu-global-in-buffer)
3794         (semanticdb-find-tags-for-completion-method)
3795         (semanticdb-deep-find-tags-by-name-method)
3796         (semanticdb-deep-find-tags-for-completion-method):
3797         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3798         (javascript-mode, semanticdb-find-translate-path)
3799         (semanticdb-find-tags-for-completion-method)
3800         (semanticdb-find-tags-by-class-method)
3801         (semanticdb-deep-find-tags-by-name-method)
3802         (semanticdb-deep-find-tags-for-completion-method)
3803         (semanticdb-find-tags-external-children-of-type-method):
3804         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3805         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3806         (global-semantic-idle-scheduler-mode):
3807         * cedet/srecode/dictionary.el (srecode-field-value)
3808         (srecode-dictionary-add-section-dictionary):
3809         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3810         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3811         (describe-class, eieio-describe-generic, describe-generic):
3812         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3813         (eieio-speedbar-expand):
3814         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3815         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3816         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3817         (viper-del-backward-char-in-replace, viper-backward-indent)
3818         (viper-brac-function, viper-register-to-point, viper-submit-report):
3819         * net/tramp.el (tramp-remote-coding-commands):
3820         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3821         Fix typos in docstrings.
3823 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3825         * mail/sendmail.el (mail-yank-original): Set the mark if the
3826         specified function for yanking does not do it.
3828 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3830         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3832         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3833         resyncing a directory.
3835 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3837         * progmodes/ada-mode.el: Fix bug#1920.
3838         (ada-ident-re): Delete ., allow multibyte characters.
3839         (ada-goto-label-re): New; matches goto labels.
3840         (ada-block-label-re): New; matches block labels.
3841         (ada-label-re): New; matches both.
3842         (ada-named-block-re): Deleted; callers changed to use
3843         `ada-block-label-re' instead.
3844         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3845         Use `ada-block-label-re'.
3846         (ada-indent-on-previous-lines): Improve handling of goto labels.
3847         (ada-get-indent-block-start): Special-case block label.
3848         (ada-get-indent-label): Split into `ada-indent-block-label' and
3849         `ada-indent-goto-label'.
3850         (ada-goto-stmt-start, ada-goto-next-non-ws):
3851         Optionally ignore goto labels.
3852         (ada-goto-next-word): Simplify.
3853         (ada-indent-newline-indent-conditional): Insert newline before
3854         trying to fix indentation; doc fix.
3856 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3858         * calc/calc.el (calc-command-flags): Give it an initial value.
3860 2010-01-17  Glenn Morris  <rgm@gnu.org>
3862         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3864 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3866         * cedet/semantic.el (semantic-mode):
3867         * files.el (minibuffer-with-setup-hook):
3868         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3869         (artist-key-draw-continously, artist-key-do-continously-continously)
3870         (artist-key-set-point-continously, artist-mouse-draw-continously):
3871         Fix typos in docstrings.
3873 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3875         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3876         return t (Bug#3898).
3878 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3880         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3881         can parse the output of the external commands (Bug#5279).
3883 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3885         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3887 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3889         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3891         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3893         * startup.el (command-line): Remove unused --icon-type arg.
3894         Handle --display arg, passing it to command-line-1 (Bug#5392).
3896 2010-01-16  Mario Lang  <mlang@delysid.org>
3898         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3899         * cedet/ede/files.el (ede-expand-filename):
3900         * cedet/ede/simple.el (ede-simple-project):
3901         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3902         (semantic-complete-inline-tag-engine):
3903         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3904         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3905         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3906         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3907         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3908         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3909         * emacs-lisp/chart.el (chart-translate-namezone):
3910         * textmodes/artist.el (artist-compute-popup-menu-table):
3911         Remove duplicated words in doc-strings.
3913 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3915         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3916         to mairix-search to suppress threading (Bug#5342).
3918 2010-01-15  Kenichi Handa  <handa@m17n.org>
3920         * international/mule-cmds.el (canonicalize-coding-system-name):
3921         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3923 2010-01-15  Glenn Morris  <rgm@gnu.org>
3925         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3927         * wid-edit.el (widget-keymap): Doc fix.
3929         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3930         former seems to be more widely accepted by various svn versions.
3932 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3934         * find-cmd.el (find-constituents):
3935         * vc-arch.el (vc-arch-root):
3936         * window.el (window-body-height, pop-up-frames):
3937         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3938         (semantic-no-reparse-needed-change-hook):
3939         * cedet/srecode/insert.el (srecode-resolve-argument-list)
3940         (srecode-template-inserter-blank, srecode-template-inserter-variable)
3941         (srecode-template-inserter-ask, srecode-template-inserter-width)
3942         (srecode-template-inserter-section-start)
3943         (srecode-template-inserter-section-end, srecode-insert-method):
3944         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3945         * progmodes/ada-stmt.el (ada-if):
3946         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3947         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3948         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3949         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3951         * progmodes/flymake.el (flymake-post-syntax-check):
3952         Fix typo in error message.
3954 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3956         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3957         which is always a string.  (Bug#5313)
3959 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3961         * progmodes/ada-xref.el (ada-default-prj-properties):
3962         Simplify previous change.
3964 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3966         * progmodes/ada-xref.el (ada-default-prj-properties):
3967         Default ada_project_path to $ADA_PROJECT_PATH.
3969 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3971         * progmodes/ada-mode.el (ada-create-keymap):
3972         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3974 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3976         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3977         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3978         (ada-get-current-indent, ada-imenu-generic-expression)
3979         (ada-which-function): Check for it.
3981 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3983         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3984         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3986 2010-01-14  Glenn Morris  <rgm@gnu.org>
3988         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3990 2010-01-14  Kenichi Handa  <handa@m17n.org>
3992         * composite.el (auto-composition-mode): Make it a buffer local
3993         variable (permanent-local).
3994         (auto-composition-function): Set the default value to
3995         auto-compose-chars.
3996         (auto-composition-mode): Make it a simple function, not a minor mode.
3997         (global-auto-composition-mode): Likewise.
3998         (turn-on-auto-composition-if-enabled): Delete it.
4000 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4002         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4004 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4006         * files.el (copy-directory): Compute target for recursive
4007         directories with identical names.  (Bug#5343)
4009 2010-01-12  Glenn Morris  <rgm@gnu.org>
4011         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4012         it to bug-gnu-emacs rather than emacs-pretest-bug.
4014 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4016         * cedet/data-debug.el (data-debug): Fix customization group reference.
4018 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4020         * cedet/semantic/analyze.el (semantic-analyze-push-error)
4021         (semantic-analyze-context, semantic-analyze-context-assignment)
4022         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4023         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4024         (semantic-java-doc-keywords-map):
4025         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4026         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4027         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4028         (semantic-c-classname, semantic-format-tag-uml-prototype)
4029         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4030         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4031         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4032         (semantic-get-local-variables, semantic-end-of-command)
4033         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4034         (lisp-mode):
4035         * cedet/semantic/bovine/make.el (makefile-mode):
4036         * cedet/semantic/wisent/python.el (wisent-python-string-re)
4037         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4038         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4039         (semantic-lex, semantic-get-local-variables, python-mode):
4040         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4041         * cedet/srecode/extract.el (srecode-extract-state-set)
4042         (srecode-extract-method): Fix typos in docstrings.
4044 2010-01-11  Sam Steingold  <sds@gnu.org>
4046         * imenu.el (imenu-default-create-index-function): Detect infinite
4047         loops caused by imenu-prev-index-position-function.
4049 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4051         * htmlfontify.el (htmlfontify-load-rgb-file)
4052         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4053         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4054         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4055         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4056         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4057         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4058         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4059         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4060         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4061         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4062         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4063         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4064         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4065         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4066         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4067         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4068         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4069         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4070         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4071         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4072         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4073         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4074         backslash-quoting from parentheses, etc.
4076 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
4078         * progmodes/js.el: Autoload javascript-mode alias.
4080 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4082         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4083         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4084         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4085         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4086         Fix typos in docstrings.
4087         (ffap-url-regexp): Doc fix.
4088         (ffap-at-mouse): Fix typo in message.
4090 2010-01-11  Glenn Morris  <rgm@gnu.org>
4092         * version.el (emacs-copyright): Set copyright year to 2010.
4094 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4096         * format.el (format-annotate-function): Only set
4097         write-region-post-annotation-function after running to-fn so as not to
4098         affect nested write-region calls (bug#5273).
4100 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
4102         * cedet/semantic.el (semantic-new-buffer-setup-functions):
4103         Add python parser.
4105         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4106         wisent/python.el.
4108 2010-01-10  Richard Kim  <emacs18@gmail.com>
4110         * cedet/semantic/wisent/python-wy.el:
4111         * cedet/semantic/wisent/python.el: New files.
4113 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4115         * man.el (Man-goto-section): Signal error if the section is not
4116         found (Bug#5317).
4118 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
4120         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4121         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
4123 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4125         * progmodes/compile.el: Don't treat compile-command as safe if
4126         compilation-read-command might be nil (Bug#4218).
4128 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4130         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4131         NS options.
4133 2010-01-08  Kenichi Handa  <handa@m17n.org>
4135         * international/fontset.el (build-default-fontset-data):
4136         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4138 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4140         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4141         to `create-file-buffer' as it expects, not just a buffer name.
4142         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4143         to help uniquify.  (Bug#3224)
4145 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4147         * font-setting.el (font-setting-change-default-font): Use user-spec
4148         instead of name.
4150 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4152         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4154 2010-01-05  Tom Tromey  <tromey@redhat.com>
4156         * progmodes/python.el (python-font-lock-keywords):
4157         Handle qualified decorators (Bug#881).
4159 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4161         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4162         in a lightweight checkout.
4164 2010-01-05  Kenichi Handa  <handa@m17n.org>
4166         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4168 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4170         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4172 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4174         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4175         checkouts.  (Bug#618)
4176         (vc-bzr-log-view-mode): Also highlight the author.
4177         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4178         (vc-bzr-shelve-menu-map):
4179         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4180         (vc-bzr-shelve-apply): Make prompt more explicit.
4182 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4184         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4185         They are valid characters in URL paths (rfc3986), and at least
4186         Firefox does not understand the encoded version (Bug#3166).
4188 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4190         * progmodes/octave-mod.el (octave-end-keywords)
4191         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4192         Add "end" keyword (Bug#3061).
4193         (octave-end-as-array-index-p): New function.
4194         (calculate-octave-indent): Use it.
4196 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4198         * bookmark.el: Consistently put the text property on the bookmark name.
4199         (bookmark-bmenu-marks-width): Bump back to 2, to include
4200         annotation marks.
4201         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4202         property on the bookmark name, instead of not putting it at all.
4203         (bookmark-bmenu-list): Fix where we put the text property.
4205 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4207         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4208         for showing buffer modified state (as added in the previous change).
4210 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4212         * bookmark.el: Show modified state of bookmark buffer more accurately.
4213         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4214         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4215         (with-buffer-modified-unmodified): New macro.
4216         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4217         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4218         Use new macro to preserve the buffer modified state.
4220 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4222         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4223         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4224         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4225         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4226         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4227         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4228         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4230 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4232         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4233         Make the lines in the generated doc string shorter.  (Bug#4668)
4235 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4237         * net/rcirc.el: Add follow-link binding (Bug#4738).
4239 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4241         * Makefile.in (bzr-update): Rename from cvs-update.
4242         (cvs-update): New target for backward compatibility.
4244         * makefile.w32-in (bzr-update): Rename from cvs-update.
4245         (cvs-update): New target for backward compatibility.
4247 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4249         * bookmark.el: Remove gratuitous gratitude.
4251 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4253         * bookmark.el (bookmark-bmenu-any-marks): New function
4254         (bookmark-bmenu-save): Clear buffer modification if no marks.
4256 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4258         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4259         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4260         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4261         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4263         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4264         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4265         To: emacs-devel {_AT_} gnu.org
4266         Subject: bookmark.el bug report
4267         Date: Mon, 28 Dec 2009 14:19:16 +0800
4268         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4270 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4272         * bookmark.el: Improvements suggested by Drew Adams:
4273         (bookmark-bmenu-ensure-position): New name for
4274         `bookmark-bmenu-check-position'.  Just ensure the position,
4275         don't return any meaningful value.
4276         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4277         New constants.
4279 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4281         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4282         (bookmark-yank-point, bookmark-bmenu-check-position):
4283         Fix typos in docstrings.
4284         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4285         (bookmark-name-from-full-record, bookmark-get-position)
4286         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4287         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4288         Remove useless quoting of parenthesis, etc. in docstrings.
4290         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4291         (ediff-append-custom-diff): Fix typo in error message.
4292         (ediff-meta-mark-equal-files): Fix typos in messages.
4294         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4296         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4297         Fix typo in docstring.
4299         * net/imap-hash.el (imap-hash-make): Doc fix.
4300         (imap-hash-test): Fix typo in error message; reflow docstring.
4301         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4302         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4303         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4304         Fix typos in docstrings.
4305         (imap-hash-open-connection): Fix typo in error message.
4307         * play/gomoku.el (gomoku): Fix typos in docstring.
4309         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4310         (gdb-jsonify-buffer): Fix typos in docstring.
4311         (gdb-goto-breakpoint): Fix typo in error message.
4312         ("Display Other Windows"): Fix typo in help message.
4313         (gdb-speedbar-expand-node): Fix typo in question.
4315         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4316         (idlwave-html-system-help-location, idlwave-html-help-location)
4317         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4318         (idlwave-help-browser-generic-args, idlwave-help-directory)
4319         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4320         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4321         (idlwave-online-help, idlwave-help-html-link)
4322         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4323         Fix typos in docstrings.
4324         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4325         Reflow docstrings.
4326         (idlwave-help-assistant-start): Fix typo in error message.
4328         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4329         (octave-electric-space): Fix typos in docstrings.
4331 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4333         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4335 2010-01-01  Juri Linkov  <juri@jurta.org>
4337         * comint.el (comint-input-ring-size): Make it a defcustom and
4338         increase the default to 500 (Bug#5148).
4340 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4342         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4343         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4344         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4346 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4348         Show working revision correctly for mercurial.
4349         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4350         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4352 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4354         Declare some functions for the byte-compiler.
4355         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4356         (speedbar-timer-fn, speedbar-change-expand-button-char)
4357         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4359 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4361         This changeset reverts GDB Graphical Interface to use annotations.
4362         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4364 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4366         Make vc-dir work on subdirectories of the bzr root.
4367         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4368         file names relative to it.
4369         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4370         relative directory to vc-bzr-after-dir-status.
4372 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4374         * font-lock.el (font-lock-refresh-defaults): New function, which
4375         can be used to let font-lock react to external changes in
4376         variables like font-lock-defaults and keywords.
4377         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4379 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4381         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4383         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4385 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4387         Supersede color.diff settings in git log (bug#5211).
4389         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4390         escape chars in its output when the user has color.diff set to `always'.
4391         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4393 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4395         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4396         node.  Keep previous "Index" name to work with past coreutils too.
4398         * man.el (man): Revise docstring a bit to show -a and -l as
4399         examples.  Add -k description since support for it has otherwise
4400         been a secret.  (Further to bug#3717.)
4401         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4402         "no matches" rather than "Can't find manpage", as the latter reads
4403         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4405 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4407         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4408         switches.  Check also for //SUBDIRED// line.
4410 2009-12-25  Kenichi Handa  <handa@m17n.org>
4412         * language/indian.el (devanagari-composable-pattern): Fixed to
4413         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4414         Devanagari.
4415         (malayalam-composable-pattern): Fix previous change.
4417 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4419         * ps-print.el (ps-face-attributes): It was not returning the
4420         attribute face for faces specified as string.  Reported by harven
4421         <harven@free.fr>.
4422         (ps-print-version): New version 7.3.5.
4424 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4426         * calendar/icalendar.el (icalendar--convert-tz-offset):
4427         Fix timezone names.
4428         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4429         (icalendar--add-diary-entry): Remove the trailing blank that
4430         diary-make-entry inserts.
4432 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4434         Make `file-expand-wildcards' work for remote files.
4436         * files.el (file-expand-wildcards): In case of remote files, check
4437         only local file name part for wildcards.  Provide feature 'files
4438         and subfeature 'remote-wildcards.  (Bug#5198)
4440         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4441         if there is already an established connection.
4442         (tramp-advice-file-expand-wildcards): Remove it.
4444         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4445         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4446         Activate advice for older GNU Emacs versions.  (Bug#5237)
4448 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4450         Some doc fixes (more needed).
4452         * find-cmd.el (find-constituents): Reflow docstring.
4453         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4454         (find-generic): Doc fix.
4456 2009-12-17  Juri Linkov  <juri@jurta.org>
4458         Fix regression from 23.1 to allow multiple modes in Local Variables.
4460         * files.el (hack-local-variables-filter): While ignoring duplicates,
4461         don't take `mode' into account.
4462         (hack-local-variables-filter, hack-dir-local-variables):
4463         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4465 2009-12-17  Juri Linkov  <juri@jurta.org>
4467         Make `dired-diff' safer.  (Bug#5225)
4469         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4470         `current' or when `file' is a directory of the `current' file.
4472 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4474         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4475         unconditionally preloaded files.
4477 2009-12-16  Juri Linkov  <juri@jurta.org>
4479         Revert to old 23.1 logic of using the file at the mark as default.
4480         * dired-aux.el (dired-diff): Use the file at the mark as default
4481         if it's not the same as the current file, and the target dir is
4482         the current dir or the mark is active.  Add the current file
4483         as the arg of `dired-dwim-target-defaults'.  Use the default file
4484         in the prompt.  (Bug#5225)
4486 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4488         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4489         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4490         (tramp-check-for-regexp): Check also, when an echoing shell stops
4491         to echo sent commands.
4493 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4495         * Makefile.in: Revert last change (Bug#5191).
4497 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4499         * vc-hg.el (vc-hg-print-log): Fix argument order.
4500         (vc-hg-working-revision): Make sure the command is executed in a
4501         known environment so that we can parse the output.  (Bug#4417)
4503 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4505         * progmodes/python.el (python-symbol-completions): Remove text
4506         properties from symbol string before calling python-send-receive.
4508 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4510         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4511         when there are values for both file and line.  (Bug#5060)
4513 2009-12-14  Juri Linkov  <juri@jurta.org>
4515         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4516         whitespace after the file name of the first line of unified format,
4517         because git-diff doesn't output whitespace and file modification time
4518         after the file name.
4520 2009-12-14  David Kastrup  <dak@gnu.org>
4522         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4523         check if it already has the `display' property added by
4524         `Info-display-images-node', and not put the `invisible' property
4525         in this case.
4527 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4529         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4530         (semantic-mru-bookmark-mode): Doc fixes.
4532         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4533         of assert.
4535 2009-12-13  Glenn Morris  <rgm@gnu.org>
4537         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4538         (report-emacs-bug): In message-mode, sort manually before storing
4539         original report text.  (Bug#5178)
4540         Remove superfluous save-excursion.
4542 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4544         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4545         when responding to "GetAll" properties.
4547 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4549         * simple.el (compose-mail): Remove mail-setup-with-from from
4550         customization checks.
4552 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4554         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4555         RAR archives created on Unix systems.
4557 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4559         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4560         the varalias that was accidentally removed by the 2009-11-19 change
4561         (bug#5186).
4563 2009-12-12  Kenichi Handa  <handa@m17n.org>
4565         * language/indian.el (indian-compose-regexp): New function.
4566         (malayalam-composable-pattern): Fix the pattern.
4567         (composition-function-table): Set malayalam-composable-pattern for
4568         Malayalam characters.
4570 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4572         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4573         rather than down-mouse-1, based on follow-link conventions.
4575         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4576         are compiled.
4578 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4580         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4581         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4582         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4583         (verilog-leap-to-head, verilog-backward-token):
4584         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4586 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4588         * progmodes/verilog-mode.el (verilog-auto-lineup)
4589         (verilog-nameable-item-re): Cleanup user-visible spelling and
4590         documentation errors.  One reported by Gary Delp.
4591         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4592         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4593         package, bug195.  Reported by Pierre-David Pfister.
4595 2009-12-11  Glenn Morris  <rgm@gnu.org>
4597         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4599         * mail/emacsbug.el: No longer require sendmail.
4600         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4601         (report-emacs-bug-orig-text): Doc fix.
4602         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4603         New local variables, to adapt to different mail-user-agents.
4604         (report-emacs-bug): Fix test for a gnu.org address.
4605         Use overlays for emphasis, since font-lock defeats 'face property.
4606         Pretest bugs also end up at the newsgroup these days.
4607         Stop message-mode stripping text properties.
4608         Set and use the new buffer-local variables.
4609         (report-emacs-bug-hook): Add doc-string.
4610         Remove some unnecessary save-excursions and simplify.
4611         Use the appropriate hook and send-command.
4613         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4614         capitalization of some menu entries.
4616 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4618         * whitespace.el (whitespace-display-char-on): Ensure
4619         `buffer-display-table' is unique when two or more windows are
4620         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4621         New version 12.1.
4623 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4625         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4626         characters in the Attribute field.
4628 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4630         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4632 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4635         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4636         Disregard autoload-excludes.
4637         (update-directory-autoloads): Obey autoload-excludes here instead.
4638         But don't store its contents in no-autoloads and remove entries that
4639         refer to excludes files.
4641 2009-12-10  Glenn Morris  <rgm@gnu.org>
4643         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4644         (expand-mail-aliases): Define for compiler.
4646         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4647         Define for compiler.
4649         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4650         appropriate for the mail-user-agent in use.
4652 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4654         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4656 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4658         Fix short log parsing and fontification.
4659         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4660         Fix fontification for the [merge] label.
4662 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4664         Drop some properties to avoid surprises (bug#5002).
4665         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4666         (hfy-fontify-buffer): Use it.
4668 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4670         Minor cleanup.
4671         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4672         Adjust all callers.
4673         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4674         args compulsory.  Adjust callers.
4675         (ffap-gopher-at-point): Remove unused var `name'.
4677         Get rid of the ELCFILES abomination.
4678         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4679         (compile-elcfiles): New phony target.
4680         (compile-main): Compute ELCFILES dynamically.
4681         (compile-clean): New target to remove left-over elc files.
4682         (compile, all): Use it.
4684 2009-12-09  Kenichi Handa  <handa@etlken>
4686         * international/mule-diag.el: Require help-mode instead of help-fns.
4688 2009-12-09  Kenichi Handa  <handa@m17n.org>
4690         * international/mule-cmds.el (ucs-names): Supply sufficiently
4691         fine ranges instead of pre-calculating accurate ranges.
4692         Iterate with bigger gc-cons-threshold.
4694 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4696         Add support for stashing a snapshot of the current tree.
4697         * vc-git.el (vc-git-stash-snapshot): New function.
4698         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4700 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4702         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4703         instead of `(beginning|end)-of-line'.
4705 2009-12-08  Glenn Morris  <rgm@gnu.org>
4707         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4709         * Makefile.in (ELCFILES): Regenerate.
4711 2009-12-07  Juri Linkov  <juri@jurta.org>
4713         Don't lazy-highlight the comint output in history Isearch mode.
4715         * comint.el (comint-history-isearch-search): Instead of
4716         `comint-line-beginning-position', use `comint-after-pmark-p'
4717         to check if point if before the process mark, and go to
4718         `process-mark' in this case.
4720 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4722         * textmodes/tex-mode.el (latex-complete)
4723         (latex-indent-or-complete): Remove.
4724         (latex-mode): Set completion-at-point-functions instead.
4726         Provide a standard completion command and hook it into TAB.
4727         * minibuffer.el (completion-at-point-functions): New var.
4728         (completion-at-point): New command.
4729         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4730         * progmodes/python.el (python-mode-map): Use completion-at-point.
4731         (python-completion-at-point): Rename from python-partial-symbol and
4732         adjust for use in completion-at-point-functions.
4733         (python-mode): Setup completion-at-point for Python completion.
4734         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4735         extracted from lisp-complete-symbol.
4736         (lisp-complete-symbol): Use it.
4737         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4738         setup completion-at-point for Elisp completion.
4739         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4740         Use completion-at-point.
4741         * ielm.el (ielm-map): Use completion-at-point.
4742         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4743         * progmodes/sym-comp.el: Move to...
4744         * obsolete/sym-comp.el: Move from progmodes.
4746 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4748         Prevent save-buffer in Rmail buffers from using the coding-system
4749         of the current message, and from clobbering the encoding mnemonics
4750         in the mode line (Bug#4623).
4752         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4753         flag, too.
4754         (rmail-message-encoding): New variable.
4755         (rmail-write-region-annotate): Record the encoding of the current
4756         message in rmail-message-encoding.
4757         (rmail-after-save-hook): New function, restores the encoding of
4758         the current message after the message collection is saved.
4760 2009-12-07  Juri Linkov  <juri@jurta.org>
4762         * progmodes/grep.el (grep-read-files): Use `completing-read'
4763         instead of `read-string'.  Set its `collection' arg to
4764         `read-file-name-internal'.  (Bug#4301)
4766 2009-12-07  Juri Linkov  <juri@jurta.org>
4768         Correctly restore original Isearch point.  (Bug#4994)
4770         * isearch.el (isearch-mode): Move `isearch-push-state' after
4771         `(run-hooks 'isearch-mode-hook)'.
4772         (isearch-cancel): When `isearch-push-state-function' is defined,
4773         let-bind `isearch-cmds' to the first state (the last element of
4774         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4775         function and restores the original point).  Otherwise, move point
4776         to `isearch-opoint'.
4778 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4781         chars that don't have names, so the table can be built much faster at
4782         run-time.
4784 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4786         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4787         change.  Suggested by David Kastrup.
4789         * simple.el (compose-mail): Check for incompatibilities and warn.
4790         (compose-mail-user-agent-warnings): New option.
4792 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4794         Support showing a single log entry from vc-annotate.
4795         * vc.el (print-log): Add a new argument: START-REVISION.
4796         (vc-print-log-internal): Add a new optional argument and
4797         pass it to the backend.
4798         (vc-print-log, vc-print-root-log): Adjust callers.
4799         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4800         buffer already displays the requested log entry, use it.
4801         Otherwise display only the log entry in question.
4802         * vc-svn.el (vc-svn-print-log):
4803         * vc-mtn.el (vc-mtn-print-log):
4804         * vc-hg.el (vc-hg-state):
4805         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4806         (vc-git-show-log-entry): Return t on success.
4807         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4808         (vc-bzr-show-log-entry): Return t on success.
4809         * vc-rcs.el (vc-rcs-print-log):
4810         * vc-sccs.el (vc-sccs-print-log):
4811         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4813 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4815         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4816         Add menus to the meta mode.  (Bug#5043)
4818 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4820         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4821         event-key.
4823         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4825 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4827         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4828         Berbain <raphael.berbain@gmail.com>.
4830         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4831         characters.
4832         (tramp-initial-end-of-output): New defconst.
4833         (tramp-methods, tramp-find-shell)
4834         (tramp-open-connection-setup-interactive-shell)
4835         (tramp-maybe-open-connection): Use it.
4836         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4837         existence of `#' and `$'.
4839         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4840         `tramp-initial-end-of-output'.
4842 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4844         Get the background mode from the terminal for xterm, and set
4845         faces accordingly.
4846         * term/xterm.el (xterm-set-background-mode): New function.
4847         (terminal-init-xterm): Use it in case xterm supports background
4848         color queries.  Recompute faces after getting the background
4849         color.
4851 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4853         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4854         number comment back on its own line, for easier parsing.
4856 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4858         Make it work for non-file buffers (bug#5102).
4859         * doc-view.el (doc-view-current-cache-dir):
4860         Use doc-view-buffer-file-name rather than buffer-file-name.
4861         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4863 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4865         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4866         author field is too short.
4868 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4870         * vc-git.el (vc-git-print-log): Handle a limit argument.
4871         Display the short log in graph form and with labels.
4872         (vc-git-log-view-mode): Handle labels.
4874         Make vc-revert change VC state from 'added to 'unregistered.
4875         * vc-git.el (vc-git-revert): Call git reset first.
4877 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4879         * net/newst-backend.el, net/newst-plainview.el:
4880         * net/newst-reader.el, net/newst-ticker.el:
4881         * net/newst-treeview.el, net/newsticker.el:
4882         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4884 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4886         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4888         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4889         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4890         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4891         Update annotation regexp.
4893         * simple.el (beginning-of-visual-line): Constrain to field
4894         boundaries (Bug#5106).
4896 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4898         * xml.el (xml-substitute-numeric-entities): Move
4899         newsticker--decode-numeric-entities in newst-backend.el to
4900         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4901         * net/newst-backend.el (newsticker--parse-generic-feed)
4902         (newsticker--parse-generic-items)
4903         (newsticker--decode-numeric-entities): Move
4904         newsticker--decode-numeric-entities in newst-backend.el to
4905         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4907 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4909         * progmodes/js.el (js--js-not): Add null to the list of values.
4911 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4913         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4915 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4917         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4918         delimiter if it is at the end of the current line.
4919         (bibtex-generate-url-list): Fix docstring.
4921 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4923         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4924         minibuffer's content with itself.
4925         Fold the confirm-after-completion case into the `confirm' case.
4926         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4928 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4930         * ffap.el (ffap-rfc-path): Make this a defcustom since
4931         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4933         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4934         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4936 2009-12-05  Juri Linkov  <juri@jurta.org>
4938         Save and restore dired buffer's point positions too.  (Bug#4880)
4940         * dired.el (dired-save-positions): Return in the first element
4941         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4942         Doc fix.
4943         (dired-restore-positions): First restore buffer's position.
4944         While restoring window's positions, check if window still displays
4945         the original buffer.
4947 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4949         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4950         if possible.
4952         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4953         Make argument optional.
4955         * shell.el (shell): Require ansi-color (Bug#5113).
4957         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4959         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4961 2009-12-05  Alan Mackenzie  <acm@muc.de>
4963         * progmodes/cc-mode.el (c-before-hack-hook)
4964         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4965         `c-file-style' to work again.  This reversion restores the current
4966         software to its state in Emacs 23.1.  (Bug#4146)
4968 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4970         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4971         comment-start-skip to comment-end-skip as comment (Bug#4781).
4973 2009-12-05  Juri Linkov  <juri@jurta.org>
4975         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4976         for virtual nodes.  (Bug#4147)
4977         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4978         when moving from a virtual node.
4979         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4980         (Info-mode): Add `Info-virtual-index' to the docstring.
4982 2009-12-05  Eric Ludlam  <zappo@gnu.org>
4984         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4985         Describe project macro symbols.
4987         * cedet/semantic/complete.el (semantic-complete-do-completion):
4988         Don't call semantic-collector-current-exact-match.
4990         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4991         ede-objects as targets.
4993         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4994         a target's object list even if compiler vars are already in the
4995         Makefile.
4997         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4998         list of headers producing necessary macros.
5000 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5002         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5003         track of the buffer position of the end of a BibTeX entry as this
5004         position may change during reformatting.
5005         (bibtex-format-entry): Remove whitespace before processing
5006         numerical fields so that we recognize the latter properly.
5007         (bibtex-reformat): Do not use push which changes the global value
5008         of bibtex-entry-format.
5009         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5010         (bibtex-field-re-init): Replace only space characters by regexp
5011         for whitespace.
5012         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5013         (bibtex-initialize): Also update bibtex-strings.
5014         (bibtex-kill-field): Preserve white space at end of entry.
5015         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5016         Update bibtex-reference-keys.
5018 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * minibuffer.el (completion-pcm--merge-try): Also consider placing
5021         point after a star, if that's the only place where modifications can
5022         make progress.
5024 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
5026         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5027         in docstrings.
5029 2009-12-04  Juri Linkov  <juri@jurta.org>
5031         * proced.el (proced): Call `(proced-update t)' to update process
5032         information instead of only running proced-post-display-hook.
5033         (proced-send-signal): Add a leading space to the buffer name
5034         " *Marked Processes*" to make this buffer ephemeral.
5036 2009-12-04  Juri Linkov  <juri@jurta.org>
5038         * dired.el (dired-auto-revert-buffer): New defcustom.
5039         (dired-internal-noselect): Use it.
5041 2009-12-04  Juri Linkov  <juri@jurta.org>
5043         Change roles of modes and functions in image-mode.el (Bug#5062).
5045         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5046         in `auto-mode-alist'.
5047         (image-mode-previous-major-mode): New variable.
5048         (image-minor-mode-map): Rename from `image-mode-text-map'.
5049         (image-mode): Move graceful error-handling code from
5050         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
5051         (image-minor-mode): Remove all image-handling code.
5052         Replace `image-mode-text-map' with `image-minor-mode-map'.
5053         Check for `image-type' in mode-line format string.
5054         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5055         (image-mode-as-text): New function with most code from
5056         `image-mode-maybe'.
5057         (image-toggle-display-text): Move code that removes image
5058         properties from `image-toggle-display' to here.
5059         (image-toggle-display-image): New function with code that adds
5060         image properties copied from `image-toggle-display'.
5061         (image-toggle-display): Remove most code with leaving only code
5062         that toggles between `image-mode-as-text' and `image-mode'.
5064 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
5066         * net/newst-treeview.el
5067         (newsticker--treeview-list-highlight-start): Restored call to
5068         save-excursion: Selected item was stuck.
5069         (newsticker--treeview-list-select): New.
5070         (newsticker--treeview-item-show-text)
5071         (newsticker--treeview-item-show)
5072         (newsticker--treeview-item-update): Use new
5073         newsticker-treeview-item-mode.
5074         (newsticker-treeview-update): Keep current item.
5075         (newsticker-treeview-next-new-or-immortal-item): Doc change.
5076         (newsticker--treeview-first-feed): Doc change.
5077         (newsticker-treeview-list-menu)
5078         (newsticker-treeview-item-menu): Added menu entries.
5079         (newsticker-treeview-item-mode): New.
5081         * net/newst-backend.el (newsticker-customize): Delete other
5082         windows.
5084 2009-12-04  Sam Steingold  <sds@gnu.org>
5086         * log-view.el (log-view-mode-map): "q" calls quit-window,
5087         like in all the other non-self-insert buffers.
5089 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         Minor cleanup.
5092         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5093         key decoding rather than do it manually via last-input-event +
5094         ascii-character.
5095         (term-exec): Use delete-and-extract-region.
5096         (term-handle-ansi-terminal-messages): Remove unused var `end'.
5097         (term-process-pager): Remove unused var `i'.
5098         (term-dynamic-simple-complete): Make obsolete.
5099         (serial-update-config-menu): Remove unused vars `y' and `str'.
5100         (term-update-mode-line): Remove unused var `temp'.
5102 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5104         Limit the number of log entries displayed by default.
5105         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5106         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5107         using a prefix argument.
5109 2009-12-03  Glenn Morris  <rgm@gnu.org>
5111         * progmodes/idlwave.el (class): Restore still useful declaration.
5113 2009-12-03  Alan Mackenzie  <acm@muc.de>
5115         Enhance `c-parse-state' to run efficiently in "brace deserts".
5117         * progmodes/cc-mode.el (c-basic-common-init):
5118         Call c-state-cache-init.
5119         (c-neutralize-syntax-in-and-mark-CPP): Rename from
5120         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
5121         placing `category' properties value 'c-cpp-delimiter at its boundaries.
5123         * progmodes/cc-langs.el (c-before-font-lock-function):
5124         c-extend-and-neutralize-syntax-in-CPP has been renamed
5125         c-neutralize-syntax-in-and-mark-CPP.
5127         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5128         with `category' properties now, not `syntax-table' ones.
5130         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5131         enhanced (but slower) version of c-end-of-macro that won't land
5132         inside a literal or on another awkward character.
5133         (c-state-cache-too-far, c-state-cache-start)
5134         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5135         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5136         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5137         (c-state-min-scan-pos, c-state-brace-pair-desert)
5138         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5139         buffer local variables.
5140         (c-state-literal-at, c-state-lit-beg)
5141         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5142         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5143         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5144         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5145         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5146         (c-renarrow-state-cache)
5147         (c-append-lower-brace-pair-to-state-cache)
5148         (c-state-push-any-brace-pair, c-append-to-state-cache)
5149         (c-remove-stale-state-cache)
5150         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5151         (c-invalidate-state-cache-1, c-parse-state-1)
5152         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5153         (c-parse-state): Enhance and refactor.
5154         (c-debug-parse-state): Amend to deal with all the new variables.
5156         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5157         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5158         modify to use category text properties rather than syntax-table ones.
5159         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5160         to switch off/on the syntactic paren property of C++ template
5161         delimiters using the category property.
5162         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5163         template delims suppressed.
5164         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5165         New constant/macros which apply category properties to the start
5166         and end of preprocessor constructs.
5167         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5168         "comment out" the syntactic value of characters in preprocessor
5169         constructs.
5170         (c-with-cpps-commented-out)
5171         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5172         with characters in all or all but one preprocessor constructs
5173         "commented out".
5175 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5177         * proced.el (proced-filter-alist): Use regexp-quote.
5179 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5181         Cleanup.
5182         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5183         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5184         arguments.  Expand `default-directory'.
5186         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5187         the benefit of returning an expanded localname.
5188         (tramp-tramp-file-p): Handle the case NAME is not a string.
5190 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5192         Add support for bzr shelve/unshelve.
5193         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5194         (vc-bzr-extra-menu-map): New variables.
5195         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5196         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5197         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5198         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5199         (vc-bzr-dir-extra-headers): Display shelves.
5201         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5203 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * textmodes/bibtex.el (bibtex-complete-internal):
5206         Use completion-in-region.
5207         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5209 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5211         Support applying stashes.  Improve UI.
5212         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5213         (vc-git-stash-apply, vc-git-stash-pop)
5214         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5215         (vc-git-stash-menu): New functions.
5216         (vc-git-stash-menu-map): New variable.
5217         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5219 2009-12-03  Glenn Morris  <rgm@gnu.org>
5221         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5222         (vc-print-log-internal): Fix previous change.
5223         (vc-revert): Correct pluralization.
5225 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5227         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5228         it to be an alist any more.
5229         (makefile-complete): Use completion-in-region.
5231         * progmodes/octave-mod.el (octave-complete-symbol):
5232         Use completion-in-region.
5234         Misc cleanup.
5235         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5236         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5237         (idlwave-complete-class): Don't quote lambda.
5238         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5239         (idlwave-mode-map): Move initialization into declaration.
5240         (idlwave-action-and-binding): Use backquotes.
5241         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5242         Simplify.
5243         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5244         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5245         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5246         `parts', and `all-parts'.
5247         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5248         (idlwave-convert-xml-system-routine-info): Remove unused string
5249         `version-string'.
5250         (idlwave-display-user-catalog-widget): Use dolist.
5251         (idlwave-scanning-lib): Declare dynamically-scoped var.
5252         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5253         (completion-highlight-first-word-only): Declare to silence bytecomp.
5254         (idlwave-popup-select): Tighten scope of `resp'.
5255         (idlwave-find-struct-tag): Remove unused var `beg'.
5256         (idlwave-after-load-rinfo-hook): Declare.
5257         (idlwave-sintern-class-info): Remove unused var `taglist'.
5258         (idlwave-find-class-definition): Remove unused var `list'.
5259         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5260         (idlwave-what-module-find-class): Remove unused var `classes'.
5262 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5264         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5266 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5268         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5269         buffers visited.  Remove redundant current-buffer-saving.
5271 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         Use completion-in-buffer and remove uses of dynamic scoping.
5274         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5275         (pascal-buffer-to-use, pascal-flag): Don't declare.
5276         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5277         (pascal-get-completion-decl, pascal-keyword-completion):
5278         Add `pascal-str' argument, save-excursion,
5279         return the found completions, and don't filter with pascal-pred.
5280         (pascal-completion-cache): New var.
5281         (pascal-completion): Don't switch buffer any more (it was never
5282         necessary).  Don't save-excursion any more (it's done by the called
5283         subroutines).  Use a cache to avoid redundant computations.
5284         Use complete-with-action rather than pascal-completion-response and
5285         let it apply the predicate as well.
5286         (pascal-complete-word): Use completion-in-buffer when
5287         pascal-toggle-completions is nil.
5288         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5289         not used any more.
5290         (pascal-comp-defun): Don't change buffer any more.
5291         Use complete-with-action rather than pascal-completion-response and
5292         let it apply the predicate as well.
5293         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5294         when neded.
5296 2009-12-02  Kenichi Handa  <handa@m17n.org>
5298         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5299         shape for all Indic scripts.
5301 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         Use completion-in-buffer.
5304         * wid-edit.el (widget-field-text-end): New function.
5305         (widget-field-value-get): Use it.
5306         (widget-string-complete, widget-file-complete)
5307         (widget-color-complete): Use it and completion-in-region.
5308         (widget-complete): Don't narrow the buffer.
5310 2009-12-02  Glenn Morris  <rgm@gnu.org>
5312         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5313         (rmail-select-summary): Use rmail-pop-to-buffer.
5314         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5315         rmail-pop-to-buffer, to prevent horizontal splits.
5317         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5318         save-excursion with save-current-buffer.
5319         Widen before searching.  (Bug#5093)
5320         (diary-list-sexp-entries): Remove superfluous save-excursion.
5322 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5324         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5325         name.  (Bug#5038)
5327 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5329         * ido.el (ido-file-internal): Handle filenames at point that do
5330         not have a directory part.  (Bug#5049)
5332 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5334         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5335         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5337 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5339         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5340         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5341         any more.
5343 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5345         * comint.el (comint-insert-input): Ignore clicks to the right of
5346         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5348         * vc.el (vc-print-log-internal): Don't wait for the process to
5349         terminate before setting up the major mode.
5351         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5352         in case.
5354         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5355         the last element.
5357         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5359 2009-12-01  Glenn Morris  <rgm@gnu.org>
5361         * window.el (window--display-buffer-2): Fix previous changes.
5363 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5365         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5367 2009-12-01  Glenn Morris  <rgm@gnu.org>
5369         * Makefile.in (ELCFILES): Add mpc.elc.
5371 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5373         * mpc.el: New file.
5375 2009-12-01  Glenn Morris  <rgm@gnu.org>
5377         * window.el (window-to-use): Define for compiler.
5379         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5380         consistent with others (no final period).
5382         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5383         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5385 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5387         Make vc-print-log buttons work.
5388         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5390 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5392         * savehist.el (savehist-autosave-interval): Allow setting to nil
5393         through customize.  (Bug#5056)
5395 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5397         Fix references to jit-lock properties.
5398         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5399         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5400         (perl-font-lock-special-syntactic-constructs):
5401         Quote jit-lock-defer-multiline property.
5403 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5405         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5407 2009-11-30  Juri Linkov  <juri@jurta.org>
5409         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5410         value `buffer' of `multi-isearch-next-buffer-current-function'.
5411         Use `(current-buffer)' when `buffer' is nil.
5412         (multi-isearch-next-buffer-from-list): Don't fallback to
5413         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5415 2009-11-30  Juri Linkov  <juri@jurta.org>
5417         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5418         of buffers with `get-buffer' to `multi-isearch-buffers'.
5419         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5420         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5421         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5422         FILES with `expand-file-name' converting relative file names
5423         to absolute.  Doc fix.  (Bug#4727)
5425 2009-11-30  Juri Linkov  <juri@jurta.org>
5427         * misearch.el (multi-isearch-read-buffers)
5428         (multi-isearch-read-matching-buffers): New functions.
5429         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5430         Use them in the `interactive' spec.  Doc fix.
5431         (multi-isearch-read-files, multi-isearch-read-matching-files):
5432         New functions.
5433         (multi-isearch-files, multi-isearch-files-regexp):
5434         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5436 2009-11-30  Juri Linkov  <juri@jurta.org>
5438         * doc-view.el (doc-view-continuous):
5439         Rename from `doc-view-continuous-mode'.
5440         (doc-view-menu): Move "Toggle display" to the top.
5441         Add submenu "Continuous" with radio buttons "Off"/"On"
5442         and "Save as Default".
5443         (doc-view-scroll-up-or-next-page)
5444         (doc-view-scroll-down-or-previous-page)
5445         (doc-view-next-line-or-next-page)
5446         (doc-view-previous-line-or-previous-page): Rename
5447         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5449 2009-11-30  Juri Linkov  <juri@jurta.org>
5451         * comint.el (comint-mode-map): Rebind `M-r' from
5452         `comint-previous-matching-input' to
5453         `comint-history-isearch-backward-regexp'.
5454         Unbind `M-s' to allow global key binding `M-s'.
5455         Add menu items for `comint-history-isearch-backward' and
5456         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5458 2009-11-30  Juri Linkov  <juri@jurta.org>
5460         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5461         For def=recenter, replace `recenter' with `recenter-top-bottom'
5462         that is called with `this-command' and `last-command' let-bound
5463         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5464         set `recenter-last-op' to nil.  (Bug#4981)
5466 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5468         Minor cleanup and simplification.
5469         * filecache.el (file-cache-add-directory)
5470         (file-cache-add-directory-recursively)
5471         (file-cache-add-from-file-cache-buffer)
5472         (file-cache-delete-file-regexp, file-cache-delete-directory)
5473         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5474         (file-cache-temp-minibuffer-message): Delete function.
5475         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5477         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5478         Don't signal an error when bumping into EOB in tr, s, or y.
5480 2009-11-29  Juri Linkov  <juri@jurta.org>
5482         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5483         (Bug#4960)
5485         * descr-text.el (describe-char-unidata-list): Use lowercase name
5486         for "Unicode name" like in other tags.
5488 2009-11-29  Juri Linkov  <juri@jurta.org>
5490         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5491         New compatibility macro.
5492         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5494 2009-11-29  Juri Linkov  <juri@jurta.org>
5496         Add defcustom to define the cycling order of `recenter-top-bottom'.
5497         (Bug#4981)
5499         * window.el (recenter-last-op): Doc fix.
5500         (recenter-positions): New defcustom.
5501         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5502         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5504 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5506         Improve integration of Tramp and ange-ftp in eshell.
5508         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5509         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5510         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5512         * eshell/esh-util.el (top): Require also Tramp when compiling.
5513         (eshell-directory-files-and-attributes): Check for FTP remote
5514         connection.
5515         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5516         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5517         (eshell-file-attributes): Handle ".".  Return `entry'.
5519         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5520         (ange-ftp-directory-files-and-attributes)
5521         (ange-ftp-real-directory-files-and-attributes): New defuns.
5523         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5524         shell with "exec" when possible.  This prevents trailing prompts
5525         in `start-file-process'.
5527 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         Try and remove assumptions about point-min==1.
5530         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5531         (rng-compute-mode-line-string): Show the validation percentage in
5532         terms of the narrowed text, not the widened text.
5533         (rng-do-some-validation): Don't catch internal errors when debugging.
5534         (rng-first-error): Simplify.
5535         (rng-after-change-function): Remove work around.  AFAIK the bug has
5536         been fixed a while ago.
5538         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5539         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5541         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5543         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5544         `cd' doesn't always do it for us (bug#5067).
5546         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5547         on 2009-10-25 as part of some other change (bug#5067).
5549 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5552         `suspicious'.
5553         (byte-compile-warnings): Use byte-compile-warning-types.
5554         (byte-compile-save-excursion): Warn about use of set-buffer right
5555         after save-excursion.
5557         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5558         the excursion as well.
5560 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5562         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5563         providing a Tramp related implementation of "su" and "sudo".
5564         (eshell-unix-initialize): Add "su" and "sudo".
5566 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5568         * net/socks.el (socks-send-command): Convert binary request to
5569         unibyte before sending.  This fixes mishandling of some port
5570         numbers such as 129.
5572 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5574         * help.el (describe-bindings-internal): Remove `interactive'.
5576         * man.el (Man-completion-table): Trim a terminating "(".
5577         Remove the space between name page a section.
5578         Add the command's description on the `help-echo' property.
5579         Remove `process-connection-type' binding since it's unused by
5580         call-process.
5581         Provide completion for the "<section> <name>" format as well.
5582         (Man-default-man-entry): Remove spurious var shadowing the argument.
5584 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5586         * log-view.el: Add "Keywords: tools", since its other keywords
5587         aren't in finder-known-keywords, and following vc.el.
5589         * sha1.el (sha1-string-external): default-directory "/" in case
5590         otherwise non-existent.  process-connection-type pipe for touch of
5591         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5593 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         Misc coding convention cleanups.
5596         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5597         hfy-init-kludge-hooks.
5598         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5599         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5600         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5601         and push.
5602         (hfy-slant, hfy-weight): Use tables rather than code.
5603         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5604         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5605         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5606         (hfy-face-to-css): Remove `nconc' with single arg.
5607         (hfy-p-to-face-lennart): Use `or'.
5608         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5609         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5610         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5611         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5612         (hfy-force-fontification): Use run-hooks.
5614 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5616         Various minor fixes.
5617         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5618         Javascript belongs in the header, not the body.
5619         (hfy-javascript): Remove.
5620         (hfy-fontify-buffer): Don't insert it any more.
5621         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5622         Fix bug in invis handling when there were no invis props in a chunk.
5624 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5628 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5630         * finder.el (finder-mode-map): Add a menu.
5632 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5634         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5635         "unsigned" structs.
5637         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5638         fork" statement better.
5640 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5642         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5643         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5644         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5645         Reported by Clay Douglass.
5647         (verilog-auto-inst, verilog-auto-star-safe)
5648         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5649         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5650         Pierre-David Pfister.
5652 2009-11-26  Glenn Morris  <rgm@gnu.org>
5654         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5655         the scope.
5657 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5659         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5660         Really use previous revision.
5662 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5664         * man.el (Man-completion-table): default-directory "/" in case
5665         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5666         not to truncate long names.  process-connection-type pipe to avoid
5667         any chance of hitting the pseudo-tty TIOCGWINSZ.
5668         (man): completion-ignore-case t for friendliness and since man
5669         itself is case-insensitive on the command line.
5670         Further to Bug#3717.
5672         * arc-mode.el: Add "Keywords: files", so the details in its
5673         commentary can be reached from finder-by-keyword.
5674         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5675         editing mode, but it's comms related and sgml-mode.el has "comm"
5676         on that basis too.
5677         * textmodes/bibtex-style.el: Add "Keywords: tex".
5678         * international/isearch-x.el, international/ja-dic-cnv.el:
5679         * international/ja-dic-utl.el, international/kkc.el:
5680         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5682 2009-11-25  Juri Linkov  <juri@jurta.org>
5684         * man.el (Man-completion-table): Modify regexp to include
5685         section names to completion strings.  (Bug#3717)
5687 2009-11-25  Juri Linkov  <juri@jurta.org>
5689         Search recursively in gzipped files.  (Bug#4982)
5691         * progmodes/grep.el (grep-highlight-matches): Add new options
5692         `always' and `auto'.  Doc fix.
5693         (grep-process-setup): Check `grep-highlight-matches' for
5694         `auto-detect' to determine the need to compute grep defaults.
5695         Move Windows/DOS specific --colors settings handling
5696         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5697         to get the value of "--color=".
5698         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5699         has the value `auto-detect'.  Move Windows/DOS specific settings
5700         from `grep-process-setup'.
5701         (zrgrep): New command with alias `rzgrep'.
5703 2009-11-25  Juri Linkov  <juri@jurta.org>
5705         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5706         to nil instead of switching off view-mode.  (Bug#4896)
5708 2009-11-25  Juri Linkov  <juri@jurta.org>
5710         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5712         * mwheel.el (mwheel-scroll-up-function)
5713         (mwheel-scroll-down-function): New defvars.
5714         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5715         `scroll-up', and `mwheel-scroll-down-function' instead of
5716         `scroll-down'.
5718         * doc-view.el (doc-view-scroll-up-or-next-page)
5719         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5720         Use this ARG in the call to image-scroll-up/image-scroll-down.
5721         Change `interactive' spec to "P".  Goto next/previous page only
5722         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5723         SPC/DEL case).  Doc fix.
5724         (doc-view-next-line-or-next-page)
5725         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5726         for consistency.
5727         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5728         `doc-view-scroll-up-or-next-page', and buffer-local
5729         `mwheel-scroll-down-function' to
5730         `doc-view-scroll-down-or-previous-page'.
5732 2009-11-25  Juri Linkov  <juri@jurta.org>
5734         Provide additional default values (directories at other Dired
5735         windows) via M-n in the minibuffer of some Dired commands.
5737         * dired-aux.el (dired-diff, dired-compare-directories)
5738         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5739         `minibuffer-default' in `minibuffer-with-setup-hook'.
5740         (dired-dwim-target-directory): Find a window that displays Dired
5741         buffer instead of failing when the next window is not Dired.
5742         Use `get-window-with-predicate' to find for the next Dired window.
5743         (dired-dwim-target-defaults): New function.
5745         * ediff-util.el (ediff-read-file-name):
5746         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5747         in `minibuffer-with-setup-hook'.
5749 2009-11-25  Juri Linkov  <juri@jurta.org>
5751         Provide additional default values (file name at point or at the
5752         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5754         * minibuffer.el (read-file-name-defaults): New function.
5755         (read-file-name): Reset `minibuffer-default' to nil when
5756         it duplicates initial input `insdef'.
5757         Bind `minibuffer-default-add-function' to lambda that
5758         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5759         (minibuffer-insert-file-name-at-point): New command.
5761         * files.el (file-name-at-point-functions): New defcustom.
5762         (find-file-default): Remove defvar.
5763         (find-file-read-args): Don't use `find-file-default'.
5764         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5765         to `read-file-name'.
5766         (find-file-literally): Use `read-file-name' with
5767         `confirm-nonexistent-file-or-buffer'.
5769         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5771         * dired.el (dired-read-dir-and-switches):
5772         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5773         to `read-file-name'.
5774         (dired-file-name-at-point): New function.
5775         (dired-mode): Add hook `dired-file-name-at-point' to
5776         `file-name-at-point-functions'.
5778 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         Really make the *Completions* window soft-dedicated (bug#5030).
5781         * window.el (window--display-buffer-2): Add `dedicated' argument.
5782         (display-buffer): Pass it when needed so the dedicated flag is set
5783         after calling set-window-buffer, which would otherwise reset it.
5785 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5787         * progmodes/meta-mode.el (meta-complete-symbol):
5788         * progmodes/etags.el (complete-tag):
5789         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5790         Use completion-in-region.
5792         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5793         (dabbrev-completion): Use completion-in-region.
5794         (dabbrev--abbrev-at-point): Simplify regexp.
5796         * abbrev.el (abbrev--before-point): Use word-motion functions
5797         if :regexp is not specified (bug#5031).
5799         * subr.el (string-prefix-p): New function.
5801         * man.el (Man-completion-cache): New var.
5802         (Man-completion-table): Use it.
5804         * vc.el (vc-print-log-internal): Make `limit' optional for better
5805         compatibility (e.g. with vc-annotate.el).
5807 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5809         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5810         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5812         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5813         when .el source file not found or other error.
5815 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5817         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5819 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5821         Handle the [back] button properly (bug#4979).
5822         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5823         Use help-setup-xref, help-buffer, and with-help-window.
5824         (describe-char): Add `buffer' argument.
5825         Pass proper command to help-setup-xref.  Don't meddle with
5826         help-xref-stack-item directly.
5827         (describe-text-category): Use with-help-window and help-buffer.
5829         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5830         for the displayed buffer (bug#4887).
5832         * man.el (Man-completion-table): New function.
5833         (man): Use it.
5835 2009-11-24  David Reitter  <david.reitter@gmail.com>
5837         * vc-git.el (vc-git-registered): Use checkout directory (where
5838         .git is) rather than the file's directory and a relative path spec
5839         to work around a bug in git.
5841 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5843         Improve handling of processes on remote hosts.
5845         * eshell/esh-util.el (eshell-path-env): New defvar.
5846         (eshell-parse-colon-path): New defun.
5847         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5849         * eshell/esh-ext.el (eshell-search-path):
5850         Use `eshell-parse-colon-path'.
5851         (eshell-remote-command): Remove argument HANDLER.
5852         (eshell-external-command): Check for FTP remote connection.
5854         * eshell/esh-proc.el (eshell-gather-process-output):
5855         Use `file-truename', in order to start also symlinked files.
5856         Apply `start-file-process' instead of `start-process'.
5857         Shorten `command' to the local file name part.
5859         * eshell/em-cmpl.el (eshell-complete-commands-list):
5860         Use `eshell-parse-colon-path'.
5862         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5864         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5865         to `eshell-directory-change-hook'.
5867 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5869         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5870         because it could be enabled automatically if view-read-only is non-nil.
5872 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5874         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5875         made on 2009-11-22.
5877 2009-11-24  Glenn Morris  <rgm@gnu.org>
5879         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5880         deleted variable bookmark-bmenu-bookmark-column.
5882         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5883         Move after definition of global-semantic-idle-tag-highlight-mode.
5885 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5887         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5889 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5891         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5892         two slashes to the "file:" prefix.
5893         (browse-url-file-url): De-munge Cygwin filenames before passing
5894         them to Windows browser.
5895         (browse-url-default-windows-browser): Use call-process.
5897 2009-11-23  Juri Linkov  <juri@jurta.org>
5899         Implement DocView Continuous mode.  (Bug#4896)
5900         * doc-view.el (doc-view-continuous-mode): New defcustom.
5901         (doc-view-mode-map): Bind C-n/<down> to
5902         `doc-view-next-line-or-next-page', C-p/<up> to
5903         `doc-view-previous-line-or-previous-page'.
5904         (doc-view-next-line-or-next-page)
5905         (doc-view-previous-line-or-previous-page): New commands.
5907 2009-11-23  Juri Linkov  <juri@jurta.org>
5909         Implement Isearch in comint input history.  (Bug#3746)
5910         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5911         `isearch-mode-hook'.
5912         (comint-history-isearch): New defcustom.
5913         (comint-history-isearch-backward)
5914         (comint-history-isearch-backward-regexp): New commands.
5915         (comint-history-isearch-message-overlay): New buffer-local variable.
5916         (comint-history-isearch-setup, comint-history-isearch-end)
5917         (comint-goto-input, comint-history-isearch-search)
5918         (comint-history-isearch-message, comint-history-isearch-wrap)
5919         (comint-history-isearch-push-state)
5920         (comint-history-isearch-pop-state): New functions.
5922 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5924         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5925         return.
5926         (tramp-handle-make-symbolic-link)
5927         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5928         Quote file names.
5929         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5930         (tramp-handle-process-file): Use it.
5932 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5934         * window.el (move-to-window-line-last-op): Remove.
5935         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5937 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5939         Make M-r mirror the new cycling behavior of C-l.
5940         * window.el (move-to-window-line-last-op): New var.
5941         (move-to-window-line-top-bottom): New command.
5942         (global-map): Bind M-r move-to-window-line-top-bottom.
5944 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5946         * dired-x.el (dired-guess-shell-alist-default):
5947         Support xz format.  (Bug#4953)
5949 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
5951         * cedet/srecode/map.el (srecode-get-maps):
5952         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5953         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5954         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5955         (semantic-toggle-decoration-style):
5956         * cedet/semantic/decorate/include.el
5957         (semantic-decoration-include-describe)
5958         (semantic-decoration-unknown-include-describe)
5959         (semantic-decoration-unparsed-include-describe)
5960         (semantic-decoration-all-include-summary):
5961         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5962         * cedet/semantic/analyze/complete.el
5963         (semantic-analyze-possible-completions):
5964         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5965         (semantic-show-unmatched-syntax-mode)
5966         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5967         (semantic-highlight-func-mode):
5968         * cedet/semantic/util.el (semantic-describe-buffer):
5969         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5970         (semantic-symref-find-tags-by-name)
5971         (semantic-symref-find-tags-by-regexp)
5972         (semantic-symref-find-tags-by-completion)
5973         (semantic-symref-find-file-references-by-name)
5974         (semantic-symref-find-text):
5975         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5976         (senator-yank-tag):
5977         * cedet/semantic/scope.el (semantic-calculate-scope):
5978         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5979         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5980         (define-semantic-idle-service):
5981         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5982         (semantic-complete-analyze-inline-idle):
5983         * cedet/semantic/analyze.el (semantic-analyze-current-context):
5984         * cedet/mode-local.el (describe-mode-local-bindings)
5985         (describe-mode-local-bindings-in-mode):
5986         * cedet/ede/make.el (ede-make-check-version):
5987         * cedet/ede/locate.el (ede-enable-locate-on-project):
5988         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5989         (cedet-idutils-version-check):
5990         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5991         (cedet-gnu-global-version-check):
5992         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5993         (cedet-cscope-version-check): Use called-interactively-p instead
5994         of interactive-p.
5996         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5997         Use semantic-format-tag-prototype.
5999 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6001         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6002         last-command-char/last-command-event.
6003         (viper-prefix-arg-value): Do correct conversion of event-char for
6004         XEmacs.
6006         * emulation/viper-util.el, emulation/viper.el:
6007         Use viper-last-command-char instead of
6008         last-command-char/last-command-event.
6010         * ediff-init.el, ediff-mult.el, ediff-util.el:
6011         Replace last-command-char and last-command-event
6012         with (ediff-last-command-char) everywhere.
6014         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6015         created in fundamental mode.
6017         * ediff.el (ediff-version): Revert the change of interactive-p to
6018         called-interactively-p.
6020 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
6022         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6023         generation from word-movement command names.
6025 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
6027         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6028         (semantic-complete-jump-local, semantic-complete-jump):
6029         Improve prompt string.
6031 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
6033         * cus-start.el (all): Add native condition for font-use-system-font.
6035 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
6037         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6038         Correct the patch from 2009-11-18.  (Bug#3910)
6040 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
6042         * progmodes/subword.el: Rename from lisp/subword.el.
6044         * subword.el: Rename to progmodes/subword.el.
6046         * Makefile.in (ELCFILES): Adapt to subword.el move.
6048 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6049             Stefan Monnier  <monnier@iro.umontreal.ca>
6051         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6052         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6053         (bookmark-bmenu-show-filenames): Use push.
6054         (bookmark-bmenu-hide-filenames): Use local var instead of
6055         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
6056         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6057         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6058         filenames now that the bookmark names are always available.
6060 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6062         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6063         (bookmark-search-pattern): Move and leave unbound.
6064         (bookmark-bmenu-mode-map): Change binding.
6065         (bookmark-read-search-input): Simplify.
6066         Don't use text-char-description.  Don't error on non-char events.
6067         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6068         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6069         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6070         Use a local var for the timer.
6071         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6072         (i.e. bookmark-bmenu-search).
6074 2009-11-21  Glenn Morris  <rgm@gnu.org>
6076         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
6078 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6080         * net/browse-url.el (browse-url-default-windows-browser):
6081         Use cygstart for cygwin.
6083 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
6085         * bookmark.el: Formatting and doc fixes only:
6086         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6087         (bookmark-bmenu-search): Wrap to fit within 80 columns.
6088         Minor grammar and punctuation fixes in doc string.
6089         (bookmark-read-search-input): Adjust to fit within 80 columns.
6091 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6093         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6094         (c-backward-into-nomenclature): Adapt to subword renaming.
6096         * subword.el (subword-forward, subword-backward, subword-mark)
6097         (subword-kill, subword-backward-kill, subword-transpose)
6098         (subword-downcase, subword-upcase, subword-capitalize)
6099         (subword-forward-internal, subword-backward-internal):
6100         Rename from forward-subword, backward-subword, mark-subword,
6101         kill-subword, backward-kill-subword, transpose-subwords,
6102         downcase-subword, upcase-subword, capitalize-subword,
6103         forward-subword-internal, backward-subword-internal.
6105 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6107         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6108         New options.
6109         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6110         New vars.
6111         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6112         (bookmark-bmenu-filter-alist-by-regexp)
6113         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6114         (bookmark-bmenu-search): New command.
6115         (bookmark-bmenu-mode-map): Bind it.
6117 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6119         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6121         * cedet/semantic/idle.el (define-semantic-idle-service)
6122         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6124 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6126         * progmodes/cc-cmds.el: declare-functioned forward-subword and
6127         backward-subword to quit the byte-compiler.
6129         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6131         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6133         * progmodes/cc-cmds.el (c-update-modeline)
6134         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6135         Refer to subword.el functions instead of cc-subword.el.
6137         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6138         subword.el functions instead of cc-subword.el.
6140         * progmodes/cc-subword.el: Rename to subword.el.
6141         * subword.el: Rename from progmodes/cc-subword.el.
6142         (subword-mode-map): Rename from c-subword-mode-map.
6143         (subword-mode): Rename from c-subword-mode.
6144         (global-subword-mode): New global minor mode.
6145         (forward-subword): Rename from c-forward-subword.
6146         (backward-subword): Rename from c-backward-subword.
6147         (mark-subword): Rename from c-mark-subword.
6148         (kill-subword): Rename from c-kill-subword.
6149         (backward-kill-subword): Rename from c-backward-kill-subword.
6150         (transpose-subwords): Rename from c-tranpose-subword.
6151         (downcase-subword): Rename from c-downcase-subword.
6152         (capitalize-subword): Rename from c-capitalize-subword.
6153         (forward-subword-internal): Rename from c-forward-subword-internal.
6154         (backward-subword-internal): Rename from c-backward-subword-internal.
6156 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6158         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6159         from a dired buffer.
6160         (vc-dired-deduce-fileset): New function.
6161         (vc-root-diff, vc-print-root-log): Use it.
6163         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6164         nil LIMIT argument to vc-print-log-internal.
6166 2009-11-20  Glenn Morris  <rgm@gnu.org>
6168         * Makefile.in (ELCFILES): Regenerate.
6170 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6172         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6174         * cedet/semantic.el: Enable idle-mode menu items only if
6175         global-semantic-idle-scheduler-mode is enabled.
6176         (semantic-default-submodes): Doc fix.
6178         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6179         When turning off, disable other idle modes.
6181 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6183         * calc/calc.el (calc-set-mode-line):
6184         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6185         (math-format-number): Rename `math-format-complement-signed' to
6186         `math-format-twos-complement'.
6188         * calc/calc-bin.el (math-format-twos-complement): Rename from
6189         math-format-complement-signed.
6190         (calc-radix): Rename `calc-complement-signed-mode' to
6191         `calc-twos-complement-mode'.
6192         (calc-octal-radix, calc-hex-radix): Add an argument for
6193         two's complement.
6195         * calc/calc-embed.el (calc-embedded-mode-vars):
6196         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6198         * calc/calc-ext.el (calc-init-extensions):
6199         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6200         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6202         * calc/calc-units.el (math-build-units-table-buffer):
6203         Let `calc-twos-complement-mode' be nil.
6205         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6206         entries.
6208         * calc/calc-vec.el (calcFunc-vunpack):
6209         * calc/calc-aent.el (calc-do-calc-eval):
6210         * calc/calc-forms.el (math-format-date):
6211         * calc/calc-graph.el (calc-graph-plot):
6212         * calc/calc-math.el (math-use-emacs-fn):
6213         * calc/calccomp.el (math-compose-expr):
6214         Let `calc-twos-complement-mode' be nil.
6216 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6218         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6219         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6220         * minibuffer.el (completion-in-region-functions): New hook.
6221         (completion-in-region): New function.
6222         * emacs-lisp/lisp.el (lisp-complete-symbol):
6223         * pcomplete.el (pcomplete-std-complete): Use it.
6225 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6228         (latex-complete-alist): New vars.
6229         (latex-string-prefix-p, latex-complete-bibtex-keys)
6230         (latex-complete-envnames, latex-complete-refkeys)
6231         (latex-complete-data): New functions.
6232         (latex-complete, latex-indent-or-complete): New commands.
6234         * window.el (display-buffer-mark-dedicated): New var.
6235         (display-buffer): Obey it.
6236         * minibuffer.el (minibuffer-completion-help): Use it.
6238         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6240         * filecache.el (file-cache-add-file): Use push and cons.
6241         (file-cache-delete-file-regexp): Use push.
6242         (file-cache-complete): Use completion-in-region.
6244         * simple.el (with-wrapper-hook): Fix thinko.
6246         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6247         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6248         Use with-current-buffer and string-to-number.
6249         (hfy-fallback-colour-values): Use assoc-string.
6250         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6251         (hfy-face-at): Remove unused var `found-face'.
6252         (hfy-compile-stylesheet): Remove unused var `css'.
6253         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6254         and `orig-buffer'.
6255         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6256         Use with-current-buffer.
6257         (hfy-text-p): Use expand-file-name and fewer setq.
6259 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6261         * htmlfontify.el, hfy-cmap.el: New files.
6263 2009-11-19  Juri Linkov  <juri@jurta.org>
6265         * minibuffer.el (completions-format): New defcustom.
6266         (completion--insert-strings): Implement vertical format.
6268         * simple.el (switch-to-completions): Move point to the first
6269         completion when point was at the beginning of the buffer.
6271 2009-11-19  Juri Linkov  <juri@jurta.org>
6273         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6275         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6277 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6279         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6280         (mail-signature): Change default to t.
6281         (mail-from-style): Deprecate `system-default' value.
6282         (mail-insert-from-field): For default value of mail-from-style,
6283         default to `angles' unless `angles' needs quoting and `parens'
6284         does not.
6285         (mail-citation-prefix-regexp): Use citation regexp from
6286         message-mode.
6288 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6290         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6291         Set variables for computing the prompt for reading password.
6293 2009-11-19  Glenn Morris  <rgm@gnu.org>
6295         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6297         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6299         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6300         (newsticker-treeview-listwindow-height): Fix custom type.
6302 2009-11-19  Kenichi Handa  <handa@m17n.org>
6304         * descr-text.el (describe-char-padded-string): Compose with TAB
6305         only if there's a font for CH.
6306         (describe-char): Fix the condition for detecting a trivial composition.
6308 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6310         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6311         more accurate version of the regexp.  (Bug#3910)
6313 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6315         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6317 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6319         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6320         (font-setting-change-default-font): Fix typo in docstring.
6322 2009-11-18  Alan Mackenzie  <acm@muc.de>
6324         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6326 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6328         * font-setting.el (font-use-system-font): Move ...
6330         * cus-start.el (all): ... to here.
6332 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6334         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6335         Don't set `ad-return-value' if `ad-do-it' doesn't.
6337         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6338         modification time.
6340 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6342         * menu-bar.el: Put "Use system font" in Option-menu.
6343         (menu-bar-options-save): Add font-use-system-font.
6345         * loadup.el: If feature system-font-setting or font-render-setting is
6346         there, load font-setting.
6348         * Makefile.in (ELCFILES): Add font-settings.el.
6349         * font-setting.el: New file.
6351 2009-11-17  Glenn Morris  <rgm@gnu.org>
6353         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6355         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6356         Preserve point in the list buffer.  (Bug#4939)
6357         Use point-at-eol.
6358         (newsticker--treeview-list-update-highlight)
6359         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6361 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6363         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6364         Remove.
6366         * calc/calc-ext.el (calc-init-extensions): Remove references to
6367         symclip.
6369         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6371         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6372         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6373         `calc-symclip'.
6375 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6377         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6378         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6380         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6381         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6382         Ignore trailing spaces by omit-nulls to split-string (fixing
6383         regression from Emacs 21 due to the incompatible split-string
6384         change).  (Bug #4928.)
6386 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6388         * vc.el (vc-log-show-limit): Default to 2000.
6389         (vc-print-log-internal): Insert buttons to request more entries
6390         when limiting the output.
6392         * vc-sccs.el (vc-sccs-print-log):
6393         * vc-rcs.el (vc-rcs-print-log):
6394         * vc-cvs.el (vc-cvs-print-log):
6395         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6396         LIMIT is non-nil.
6398 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6400         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6401         error when `tramp-gvfs-dbus-event-vector' is set.
6402         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6404 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6408 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6410         * net/dbus.el (dbus-unregister-service): New defun.
6411         (dbus-register-property): Register the handlers of
6412         "org.freedesktop.DBus.Properties" for SERVICE.
6413         (dbus-property-handler): Fix docstring.
6415 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6417         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6418         Quote doc string reference in defvaralias as it is not in special form.
6419         (byte-compile-output-docform): Doc fix.
6421 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6423         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6424         (calc-complement-signed-mode): New variables.
6425         (calc-set-mode-line): Add indicator for twos-complements.
6426         (math-format-number): Format twos-complement notation.
6428         * calc/calc-bin.el (calc-word-size): Reset the variables
6429         `math-2-word-size' and `math-half-2-word-size'.
6430         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6431         (calc-symclip): New functions.
6433         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6435         * calc/calc-embed.el (calc-embedded-mode-vars):
6436         Add `calc-complement-signed-mode' to the list of modes.
6438         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6439         (calc-b-oper-keys): Add `calc-symclip' to list.
6441         * calc/calc-ext.el (math-read-number-fancy): Read complement
6442         signed numbers.
6443         (calc-init-extensions): Add binding for `calc-symclip'.
6444         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6446         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6447         `calc-symclip'.
6448         (calc-modes-menu): Add item for twos complement mode.
6450         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6452 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6454         * register.el (jump-to-register, insert-register): Handle Semantic
6455         tags.  From commented-out advice in semantic/senator.el.
6457 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6459         * vc.el (vc-log-show-limit): New variable.
6460         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6461         when using a prefix argument.
6462         (vc-print-log-internal): Add new argument LIMIT.
6464         * vc-svn.el (vc-svn-print-log):
6465         * vc-mtn.el (vc-mtn-print-log):
6466         * vc-hg.el (vc-hg-print-log):
6467         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6468         pass it to the log command when set.  Make the BUFFER argument
6469         non-optional.
6471         * vc-sccs.el (vc-sccs-print-log):
6472         * vc-rcs.el (vc-rcs-print-log):
6473         * vc-git.el (vc-git-print-log):
6474         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6475         ignore it.  Make the BUFFER argument non-optional
6477         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6479 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6481         * dired.el (dired-mode-map): Move encryption items to "Operate"
6482         menu (Bug#4703).
6484         * strokes.el (strokes-update-window-configuration): Make strokes
6485         buffer current before erasing (Bug#4906).
6487         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6488         (semantic-idle-summary-mode): Define using define-minor-mode
6489         instead of define-semantic-idle-service.
6490         (semantic-idle-summary-mode): New function.
6491         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6492         that mouse motion does not reset the echo area.
6494 2009-11-15  Juri Linkov  <juri@jurta.org>
6496         * simple.el (set-mark-default-inactive): Add :type, :group
6497         and :version.  (Bug#4876)
6499 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6501         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6502         (archive-unique-fname): ... here.  (Bug#4929)
6504 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6507         with a real fix.
6509         * novice.el (disabled-command-function): Add useful args.
6510         Setup the help buffer so that [back] works.
6511         Remove redundant call to help-mode.
6512         (disabled-command-function): Use `case'.
6513         (en/disable-command): New function extracted from enable-command.
6514         (enable-command, disable-command): Use it.
6516 2009-11-14  Glenn Morris  <rgm@gnu.org>
6518         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6519         constants.  (Bug#4913)
6521         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6523 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6525         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6526         defined in C that have no doc-strings.  (Bug#1063)
6528 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6530         * cus-edit.el (data, files):
6531         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6533 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6535         * simple.el (shell-command): Doc fix (Bug#4891).
6537         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6539 2009-11-14  Glenn Morris  <rgm@gnu.org>
6541         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6542         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6543         If they are already loaded, eval-after-load will do the right thing.
6545         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6546         compiling.
6548         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6550         * simple.el (x-selection-owner-p): Declare.
6551         (read-mail-command): Use custom radio type rather than choice.
6552         (completion-no-auto-exit): Doc fix.
6554         * custom.el (defgroup):
6555         * epg-config.el (epg): Doc fixes.
6557 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6559         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6560         * international/ccl.el (define-ccl-program): Do not purecopy the
6561         docstring, defconst does it anyway.
6563 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6566         a second time.
6568         * x-dnd.el (x-dnd-maybe-call-test-function):
6569         * window.el (split-window-vertically):
6570         * whitespace.el (whitespace-help-on):
6571         * vc-rcs.el (vc-rcs-consult-headers):
6572         * userlock.el (ask-user-about-lock-help)
6573         (ask-user-about-supersession-help):
6574         * type-break.el (type-break-force-mode-line-update):
6575         * time-stamp.el (time-stamp-conv-warn):
6576         * terminal.el (te-set-output-log, te-more-break, te-filter)
6577         (te-sentinel, terminal-emulator):
6578         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6579         (term-write-input-ring, term-check-source, term-start-output-log):
6580         (term-display-buffer-line, term-dynamic-list-completions):
6581         (term-ansi-make-term, serial-term):
6582         * subr.el (selective-display):
6583         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6584         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6585         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6586         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6587         (speedbar-remove-localized-speedbar-support)
6588         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6589         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6590         (speedbar-buffers-line-directory):
6591         * simple.el (shell-command-on-region, append-to-buffer)
6592         (prepend-to-buffer):
6593         * shadowfile.el (shadow-save-todo-file):
6594         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6595         (scroll-bar-maybe-set-window-start):
6596         * sb-image.el (speedbar-image-dump):
6597         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6598         (load-save-place-alist-from-file):
6599         * ps-samp.el (ps-print-message-from-summary):
6600         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6601         (ps-background-image, ps-begin-job, ps-do-despool):
6602         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6603         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6604         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6605         (pr-call-process, pr-file-list, pr-interface-save):
6606         * novice.el (disabled-command-function)
6607         (enable-command, disable-command):
6608         * mouse.el (mouse-buffer-menu-alist):
6609         * mouse-copy.el (mouse-kill-preserving-secondary):
6610         * macros.el (kbd-macro-query):
6611         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6612         * informat.el (batch-info-validate):
6613         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6614         * hippie-exp.el (try-expand-dabbrev-visible):
6615         * help-mode.el (help-make-xrefs):
6616         * help-fns.el (describe-variable):
6617         * generic-x.el (bat-generic-mode-run-as-comint):
6618         * finder.el (finder-mouse-select):
6619         * find-dired.el (find-dired-sentinel):
6620         * filesets.el (filesets-file-close):
6621         * files.el (list-directory):
6622         * faces.el (list-faces-display, describe-face):
6623         * facemenu.el (list-colors-display):
6624         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6625         * epg.el (epg--process-filter, epg-cancel):
6626         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6627         (epa--read-signature-type):
6628         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6629         (emerge-file-names):
6630         * ehelp.el (electric-helpify):
6631         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6632         * ediff-vers.el (rcs-ediff-view-revision):
6633         * ediff-util.el (ediff-setup):
6634         * ediff-mult.el (ediff-append-custom-diff):
6635         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6636         (ediff-wordify):
6637         * echistory.el (Electric-command-history-redo-expression):
6638         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6639         * disp-table.el (describe-display-table):
6640         * dired.el (dired-find-buffer-nocreate):
6641         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6642         * dabbrev.el (dabbrev--same-major-mode-p):
6643         * chistory.el (list-command-history):
6644         * apropos.el (apropos-documentation):
6645         * allout.el (allout-obtain-passphrase):
6646         (allout-copy-exposed-to-buffer):
6647         (allout-verify-passphrase): Use with-current-buffer.
6649 2009-11-13  Glenn Morris  <rgm@gnu.org>
6651         * Makefile.in (ELCFILES): Regenerate.
6653 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6655         * net/dbus.el (dbus-registered-objects-table): Rename from
6656         `dbus-registered-functions-table', because it contains also properties.
6657         (dbus-unregister-object): Unregister also properties.
6658         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6659         Use a timeout of 500 msec, in order to not block.
6660         (dbus-register-property, dbus-property-handler): New defuns.
6662 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6664         * simple.el (minibuffer-default-add-completions): Drop deprecated
6665         4th arg.
6667 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6669         * textmodes/artist.el (artist-mouse-choose-operation):
6670         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6671         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6672         (artist-compute-up-event-key): New function.
6673         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6675 2009-11-13  Kenichi Handa  <handa@m17n.org>
6677         * language/japan-util.el: Make sure that the value of jisx0208
6678         property is jisx0208 character.
6680 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6682         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6683         car or each item, not the whole list.
6685 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6687         * minibuffer.el (minibuffer-completion-help):
6688         Use minibuffer-hide-completions.
6690 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6692         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6693         (dired-revert): Use them (bug#4880).
6695 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6697         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6699 2009-11-12  Juri Linkov  <juri@jurta.org>
6701         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6702         New functions.
6703         (find-file-literally-at-point): Alias of `ffap-literally'.
6705 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6707         * textmodes/ispell.el (ispell-skip-region-alist):
6708         * textmodes/css-mode.el (auto-mode-alist):
6709         * progmodes/compile.el (auto-mode-alist):
6710         * international/mule.el (ctext-non-standard-encodings-alist)
6711         (ctext-non-standard-encodings-regexp):
6712         * simple.el (shell-command-switch, text-read-only):
6713         * replace.el (occur-mode-map):
6714         * paths.el (rmail-file-name):
6715         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6716         * find-file.el (ff-special-constructs):
6717         * files.el (file-name-handler-alist):
6718         * composite.el: Purecopy strings.
6720         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6722 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6724         * widget.el (define-widget): Purecopy the docstring.
6725         * international/mule-cmds.el (charset): Do not purecopy the
6726         docstring here, define-widget does it.
6728         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6729         * textmodes/bibtex-style.el (auto-mode-alist):
6730         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6731         * progmodes/compile.el (compile-command):
6732         * language/korea-util.el (default-korean-keyboard):
6733         * international/mule-conf.el (file-coding-system-alist):
6734         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6735         * tooltip.el (tooltip-frame-parameters):
6736         * newcomment.el (comment-end, comment-padding):
6737         * dired.el (dired-trivial-filenames):
6738         * comint.el (comint-file-name-prefix): Purecopy initial values.
6740 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6742         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6743         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6744         `tramp-unload'.
6745         (tramp-advice-make-auto-save-file-name)
6746         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6747         after removing the advice.
6749 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6751         * progmodes/grep.el (grep-regexp-alist):
6752         * international/mule-cmds.el (iso-2022-control-alist):
6753         * emacs-lisp/timer.el (timer-duration-words):
6754         * subr.el (version-separator, version-regexp-alist):
6755         * minibuffer.el (completion-styles-alist):
6756         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6757         Change defvars to defconsts.
6759         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6760         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6761         * international/mule-conf.el: Allow to be byte compiled.
6763         * international/mule.el (define-charset): Purecopy props.
6764         (load-with-code-conversion): Purecopy doc string and file name.
6765         (put-charset-property): Purecopy strings.
6766         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6768         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6769         (define-char-code-property): Correctly purecopy the table.
6771         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6773         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6775         * subr.el (add-hook): Purecopy strings.
6776         (eval-after-load): Purecopy load-history-regexp and the form.
6778         * custom.el (custom-declare-group): Purecopy load-file-name.
6780         * subr.el (menu-bar-separator): New defconst.
6781         * net/eudc.el (eudc-tools-menu):
6782         * international/mule-cmds.el (set-coding-system-map)
6783         (mule-menu-keymap):
6784         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6785         * vc-hooks.el (vc-menu-map):
6786         * replace.el (occur-mode-map):
6787         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6788         (menu-bar-edit-menu, menu-bar-goto-menu)
6789         (menu-bar-custom-menu, menu-bar-showhide-menu)
6790         (menu-bar-options-menu, menu-bar-tools-menu)
6791         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6792         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6793         (menu-bar-help-menu):
6794         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6795         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6797         * term/x-win.el (x-gtk-stock-map):
6798         * progmodes/vera-mode.el (auto-mode-alist):
6799         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6800         (inferior-lisp-program, inferior-lisp-load-command):
6801         * progmodes/hideshow.el (hs-special-modes-alist):
6802         * progmodes/gud.el (same-window-regexps):
6803         * progmodes/grep.el (grep-program, find-program, xargs-program):
6804         * net/telnet.el (same-window-regexps):
6805         * net/rlogin.el (same-window-regexps):
6806         * language/ethiopic.el (font-ccl-encoder-alist):
6807         * vc-sccs.el (vc-sccs-master-templates):
6808         * vc-rcs.el (vc-rcs-master-templates):
6809         * subr.el (cl-assertion-failed):
6810         * simple.el (next-error-overlay-arrow-position):
6811         * lpr.el (lpr-command):
6812         * locate.el (locate-ls-subdir-switches):
6813         * info.el (same-window-regexps, info)
6814         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6815         * image-mode.el (image-mode, auto-mode-alist):
6816         * hippie-exp.el (hippie-expand-ignore-buffers):
6817         * format.el (format-alist):
6818         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6819         (find-name-arg):
6820         * facemenu.el (facemenu-keybindings):
6821         * dired.el (dired-listing-switches, dired-chown-program):
6822         * diff.el (diff-switches, diff-command):
6823         * cus-edit.el (same-window-regexps):
6824         * bindings.el (mode-line-mule-info)
6825         (mode-line-buffer-identification): Purecopy strings.
6827 2009-11-11  Juri Linkov  <juri@jurta.org>
6829         * simple.el (dired-get-filename) <declare-function>:
6830         Tell the byte-compiler about dired-get-filename.
6831         (shell-command): In Dired mode, get filename from the current line
6832         as the default value.
6834 2009-11-10  Glenn Morris  <rgm@gnu.org>
6836         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6837         * calendar/holidays.el, progmodes/cperl-mode.el:
6838         Update x-popup-menu declarations.
6840         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6841         (list-load-path-shadows): Use dolist.
6842         (list-load-path-shadows): Use with-current-buffer.
6844 2009-11-10  Juri Linkov  <juri@jurta.org>
6846         * minibuffer.el (read-file-name): Support a list of default values
6847         in `default-filename'.  Use the first file name where only one
6848         element is required.  Doc fix.
6850 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6852         * net/dbus.el (dbus-unregister-object): Release service, if no
6853         other method is registered for it.
6855 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6857         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6858         bookmark-sort-flag is non-nil (Bug#4653).
6860 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6862         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6863         the progress reporter entirely.
6865         * emulation/cua-base.el: Add CUA property to some CC mode commands
6866         (Bug#4100).
6868 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6870         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6871         at end of sentence (Bug#4818).
6873 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6875         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6876         Handle "see declaration of" MSFT statements (Bug#4100).
6878 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6880         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6881         (tramp-advice-file-expand-wildcards): Unload via
6882         `ad-remove-advice'.
6884         * net/trampver.el: Update release number.
6886 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6888         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6889         `ad-do-it'.
6891 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6893         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6894         in order to keep context in SELinux.
6896 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6898         * dired-aux.el (dired-query): Place cursor in echo area and allow
6899         C-g.
6901         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6902         menu item if not on a directory (Bug#4701).
6904 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6906         Sync with Tramp 2.1.17.
6908         * net/tramp.el (tramp-handle-copy-directory): Don't use
6909         `file-remote-p' (due to compatibility).
6911         * net/tramp-compat.el (tramp-compat-copy-directory)
6912         (tramp-compat-delete-directory): New defuns.
6914         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6915         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6916         `tramp-compat-delete-directory'.
6918         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6919         (tramp-smb-handle-delete-directory): Use
6920         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6922         * net/trampver.el: Update release number.
6924 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6926         * tar-mode.el (tar-copy): Call write-region on the right buffer
6927         (Bug#4857).
6929         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6930         by hand, if necessary (Bug#4878).
6932 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6934         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6935         align size column (Bug#4839).
6937         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6938         statement.
6940 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6942         * progmodes/ld-script.el (auto-mode-alist):
6943         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6945         * cus-face.el (custom-declare-face): Purecopy face spec.
6947 2009-11-06  Kenichi Handa  <handa@m17n.org>
6949         * international/uni-bidi.el: Re-generated.
6950         * international/uni-category.el: Re-generated.
6951         * international/uni-combining.el: Re-generated.
6952         * international/uni-mirrored.el: Re-generated.
6954 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6956         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6957         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6958         (tex-start-options, slitex-run-command, latex-run-command)
6959         (tex-run-command, tex-directory):
6960         * textmodes/ispell.el (ispell-html-skip-alists)
6961         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6962         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6963         (adaptive-fill-regexp):
6964         * textmodes/dns-mode.el (auto-mode-alist):
6965         * progmodes/python.el (interpreter-mode-alist):
6966         * progmodes/etags.el (tags-compression-info-list):
6967         * progmodes/etags.el (tags-file-name):
6968         * net/browse-url.el (browse-url-galeon-program)
6969         (browse-url-firefox-program):
6970         * mail/sendmail.el (mail-signature-file)
6971         (mail-citation-prefix-regexp):
6972         * international/mule-conf.el (eight-bit):
6973         * international/latexenc.el (latex-inputenc-coding-alist):
6974         * international/fontset.el (x-pixel-size-width-font-regexp):
6975         * emacs-lisp/warnings.el (warning-type-format):
6976         * emacs-lisp/trace.el (trace-buffer):
6977         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6978         (emacs-lisp-mode-map):
6979         * calendar/holidays.el (holiday-solar-holidays)
6980         (holiday-bahai-holidays, holiday-islamic-holidays)
6981         (holiday-christian-holidays, holiday-hebrew-holidays)
6982         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6983         (hebrew-holidays-1, holiday-oriental-holidays)
6984         (holiday-general-holidays):
6985         * x-dnd.el (x-dnd-known-types):
6986         * tool-bar.el (tool-bar):
6987         * startup.el (site-run-file):
6988         * shell.el (shell-dumb-shell-regexp):
6989         * rfn-eshadow.el (file-name-shadow-tty-properties)
6990         (file-name-shadow-properties):
6991         * paths.el (remote-shell-program, news-directory):
6992         * mouse.el ([C-down-mouse-3]):
6993         * menu-bar.el (menu-bar-tools-menu):
6994         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6995         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6996         (jka-compr-compression-info-list):
6997         * isearch.el (search-whitespace-regexp):
6998         * image-file.el (image-file-name-extensions):
6999         * find-dired.el (find-ls-option):
7000         * files.el (directory-listing-before-filename-regexp)
7001         (directory-free-space-args, insert-directory-program)
7002         (list-directory-brief-switches, magic-fallback-mode-alist)
7003         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7004         (automount-dir-prefix):
7005         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7006         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7007         (face-font-registry-alternatives, face-font-registry-alternatives)
7008         (face-font-family-alternatives):
7009         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7010         (facemenu-foreground-menu, facemenu-face-menu):
7011         * epa-hook.el (epa-file-name-regexp):
7012         * dnd.el (dnd-protocol-alist):
7013         * textmodes/rst.el (auto-mode-alist):
7014         * button.el (default-button): Purecopy strings.
7016 2009-11-06  Glenn Morris  <rgm@gnu.org>
7018         * Makefile.in (ELCFILES): Update.
7020 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7022         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7023         * emacs-lisp/levents.el: Move to obsolete/levents.el.
7025         * nxml/xsd-regexp.el (xsdre-gen-categories):
7026         * nxml/xmltok.el (xmltok-parse-entity):
7027         * nxml/rng-parse.el (rng-parse-validate-file):
7028         * nxml/rng-maint.el (rng-format-manual)
7029         (rng-manual-output-force-new-line):
7030         * nxml/rng-loc.el (rng-save-schema-location-1):
7031         * nxml/rng-cmpct.el (rng-c-parse-file):
7032         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7033         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7035 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
7037         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7038         Remove extra save-excursions and make-variable-buffer-local's.
7039         Suggested by Stefan Monnier.
7041         (verilog-getopt-file, verilog-module-inside-filename-p)
7042         (verilog-set-define): Merge GNU 1.35 and repair changes from
7043         switching to using with-current-buffer.
7045         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7046         being treated as a number and confusing AUTORESET.
7047         Reported by Dan Dever.
7049         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7050         Add verilog-auto-ignore-concat to fix backward compatibility with
7051         older verilog-modes.  Reported by Dan Katz.
7053         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7054         containing closing anchors "...$".
7056         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7057         Reported by Wade Smith.
7059         (verilog-batch-execute-func): Comment on function usage.
7061 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
7063         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7064         for labels.
7066         (verilog-label-re, verilog-calc-1): Support proper indent of named
7067         asserts.
7069         (verilog-backward-token, verilog-basic-complete-re)
7070         (verilog-beg-of-statement, verilog-indent-re): Support proper
7071         indent of the assert statement at the beginning of a block of text.
7073         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7074         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7075         tokens as begins.
7077 2009-11-05  Glenn Morris  <rgm@gnu.org>
7079         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7080         Emacs 19.  (Bug#1531)
7081         (byte-compile-fix-header): Update for the above change.
7082         Drop test for epoch::version.
7084         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7085         * cus-dep.el (custom-make-dependencies):
7086         * finder.el (finder-compile-keywords):
7087         Use autoload-rubric's feature argument.
7089         * calendar/diary-lib.el (top-level): Make load behave more like require.
7091         * vc-git.el (vc-git-stash-map): Move definition before use.
7093 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7095         * custom.el (custom-declare-group): Purecopy standard-value.
7096         (custom-declare-group): Purecopy custom-prefix.
7098         * international/mule.el (load-with-code-conversion):
7099         Call do-after-load-evaluation unconditionally.
7101         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7103 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7107 2009-11-04  Glenn Morris  <rgm@gnu.org>
7109         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7110         (byte-compile-compatibility): Remove option.
7111         (byte-compile-close-variables, byte-compile-fix-header)
7112         (byte-compile-insert-header, byte-compile-output-docform)
7113         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7114         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7115         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7116         (byte-compile-insert, byte-compile-defun):
7117         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
7118         (byte-defop-compiler19): Remove.
7119         Without byte-compile-compatibility, the 'emacs19-opcode property is not
7120         used by anything.  Replace all calls with byte-defop-compiler.
7122 2009-11-04  Juri Linkov  <juri@jurta.org>
7124         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7125         (menu-bar-options-menu): Don't quote the `prop' arg of
7126         `menu-bar-make-mm-toggle'.
7128 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7130         * calendar/calendar.el (cal-loaddefs):
7131         * calendar/diary-lib.el (diary-loaddefs):
7132         * calendar/holidays.el (hol-loaddefs):
7133         * eshell/esh-module.el (esh-groups): Load rather than require.
7135 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7138         point-min==1.
7139         (todo-top-priorities): Only display-buffer when called interactively.
7140         (todo-item-start): Don't save excursion point.
7141         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7142         (todo-insert-item-here, todo-file-item, todo-remove-item):
7143         Adjust uses of todo-item-start and todo-item-end.
7145         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7146         (autoload-rubric): Don't use any more.
7147         * cedet/semantic/fw.el (semantic/loaddefs):
7148         * cedet/srecode.el (srecode/loaddefs):
7149         * cedet/ede.el (ede/loaddefs): Load rather than require.
7150         * cedet/ede/cpp-root.el:
7151         * cedet/ede/emacs.el:
7152         * cedet/ede/files.el:
7153         * cedet/ede/linux.el:
7154         * cedet/ede/locate.el:
7155         * cedet/ede/make.el:
7156         * cedet/ede/shell.el:
7157         * cedet/ede/speedbar.el:
7158         * cedet/ede/system.el:
7159         * cedet/ede/util.el:
7160         * cedet/semantic/analyze.el:
7161         * cedet/semantic/bovine.el:
7162         * cedet/semantic/complete.el:
7163         * cedet/semantic/ctxt.el:
7164         * cedet/semantic/db-file.el:
7165         * cedet/semantic/db-find.el:
7166         * cedet/semantic/db-global.el:
7167         * cedet/semantic/db-mode.el:
7168         * cedet/semantic/db-typecache.el:
7169         * cedet/semantic/db.el:
7170         * cedet/semantic/debug.el:
7171         * cedet/semantic/dep.el:
7172         * cedet/semantic/doc.el:
7173         * cedet/semantic/edit.el:
7174         * cedet/semantic/find.el:
7175         * cedet/semantic/format.el:
7176         * cedet/semantic/html.el:
7177         * cedet/semantic/ia-sb.el:
7178         * cedet/semantic/ia.el:
7179         * cedet/semantic/idle.el:
7180         * cedet/semantic/lex-spp.el:
7181         * cedet/semantic/lex.el:
7182         * cedet/semantic/mru-bookmark.el:
7183         * cedet/semantic/scope.el:
7184         * cedet/semantic/senator.el:
7185         * cedet/semantic/sort.el:
7186         * cedet/semantic/symref.el:
7187         * cedet/semantic/tag-file.el:
7188         * cedet/semantic/tag-ls.el:
7189         * cedet/semantic/tag-write.el:
7190         * cedet/semantic/tag.el:
7191         * cedet/semantic/util-modes.el:
7192         * cedet/semantic/analyze/complete.el:
7193         * cedet/semantic/analyze/refs.el:
7194         * cedet/semantic/bovine/c.el:
7195         * cedet/semantic/bovine/gcc.el:
7196         * cedet/semantic/bovine/make.el:
7197         * cedet/semantic/bovine/scm.el:
7198         * cedet/semantic/decorate/include.el:
7199         * cedet/semantic/decorate/mode.el:
7200         * cedet/semantic/symref/cscope.el:
7201         * cedet/semantic/symref/global.el:
7202         * cedet/semantic/symref/grep.el:
7203         * cedet/semantic/symref/idutils.el:
7204         * cedet/semantic/symref/list.el:
7205         * cedet/semantic/wisent/java-tags.el:
7206         * cedet/semantic/wisent/javascript.el:
7207         * cedet/srecode/compile.el:
7208         * cedet/srecode/cpp.el:
7209         * cedet/srecode/document.el:
7210         * cedet/srecode/el.el:
7211         * cedet/srecode/expandproto.el:
7212         * cedet/srecode/getset.el:
7213         * cedet/srecode/insert.el:
7214         * cedet/srecode/java.el:
7215         * cedet/srecode/map.el:
7216         * cedet/srecode/mode.el:
7217         * cedet/srecode/template.el:
7218         * cedet/srecode/texi.el: Remove the file-local setting of
7219         generated-autoload-feature.
7221         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7222         and only put a prop if it is non-nil.
7224 2009-11-03  Juri Linkov  <juri@jurta.org>
7226         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7227         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7229         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7230         and "Menu" to make top-level menu item visually one unit (like
7231         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7232         multi-word menu items).  Fix :help string for quit-window.
7234 2009-11-03  Glenn Morris  <rgm@gnu.org>
7236         * cedet/mode-local.el (with-mode-local): Doc fix.
7238         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7239         (byte-compile-file-form-define-abbrev-table)
7240         (byte-compile-file-form-custom-declare-variable)
7241         (byte-compile-variable-ref, byte-compile-defvar):
7242         Whether or not a warning is enabled should only affect whether we issue
7243         the warning, not whether or not we collect the relevant data.
7244         Eg warnings can be turned on and off throughout the course of a file.
7246         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7247         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7249 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7251         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7252         * play/mpuz.el (mpuz-create-buffer):
7253         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7254         (lm-print-y,s,noise, lm-print-w0, lm-init):
7255         * play/gomoku.el (gomoku-prompt-for-move):
7256         * play/fortune.el (fortune-in-buffer):
7257         * play/dissociate.el (dissociated-press):
7258         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7259         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7260         * mail/supercite.el (sc-eref-show):
7261         * mail/smtpmail.el (smtpmail-send-it):
7262         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7263         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7264         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7265         (rmail-summary-goto-msg, rmail-summary-expunge)
7266         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7267         (rmail-summary-add-label, rmail-summary-output-menu)
7268         (rmail-summary-output-body):
7269         * mail/rfc822.el (rfc822-addresses):
7270         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7271         * mail/mailpost.el (post-mail-send-it):
7272         * mail/hashcash.el (hashcash-generate-payment):
7273         * mail/feedmail.el (feedmail-run-the-queue)
7274         (feedmail-queue-send-edit-prompt-help-first)
7275         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7276         (feedmail-deduce-address-list):
7277         * eshell/esh-ext.el (eshell-remote-command):
7278         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7279         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7280         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7281         (viper-save-string-in-file, viper-valid-marker):
7282         * emulation/viper-keym.el (viper-toggle-key):
7283         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7284         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7285         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7286         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7287         (viper-exec-form-in-emacs, viper-brac-function):
7288         * emulation/viper.el (viper-delocalize-var):
7289         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7290         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7291         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7292         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7293         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7294         * emulation/edt.el (edt-electric-helpify):
7295         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7296         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7297         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7298         (cua-indent-to-global-mark-column):
7299         * calendar/diary-lib.el (calendar-mark-1):
7300         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7301         Use with-current-buffer.
7302         * emulation/viper.el (viper-delocalize-var): Use dolist.
7304 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7306         * comint.el (comint-replace-by-expanded-history-before-point):
7307         Replace !! with the previous input string literally (Bug#1795).
7309 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7311         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7312         to be made up of whitespace.
7314 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7316         * minibuffer.el (read-file-name): Don't use file dialogs for
7317         remote directories (Bug#99).
7319 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7321         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7323 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7325         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7326         instead of deleting the window or frame.
7328 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7330         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7331         Support face colors.
7333         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7334         New function.  Support face colors (Bug#1168).
7335         (tex-common-initialization): Use it.
7337         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7338         mode allows it (Bug#1168).
7340 2009-10-31  Juri Linkov  <juri@jurta.org>
7342         * facemenu.el (list-colors-display): Don't mark buffer as
7343         modified (Bug#3948).
7345 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7347         * international/mule-diag.el (list-character-sets-1): Minor
7348         message fix (Bug#3526).
7350         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7351         face property (Bug#4834).
7352         (etags-list-tags, etags-tags-apropos-additional)
7353         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7354         property.
7356         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7357         items.
7359         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7360         items.
7362         * cedet/ede.el (ede-minor-mode):
7363         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7365 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * textmodes/two-column.el (2C-split):
7368         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7369         * textmodes/tex-mode.el (tex-set-buffer-directory):
7370         * textmodes/spell.el (spell-region, spell-string):
7371         * textmodes/reftex.el (reftex-erase-buffer):
7372         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7373         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7374         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7375         (reftex-select-item):
7376         * textmodes/reftex-ref.el (reftex-label-info-update)
7377         (reftex-offer-label-menu):
7378         * textmodes/reftex-index.el (reftex-index-change-entry)
7379         (reftex-index-phrases-info):
7380         * textmodes/reftex-global.el (reftex-create-tags-file)
7381         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7382         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7383         (reftex-view-crossref-from-bibtex):
7384         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7385         (reftex-extract-bib-entries-from-thebibliography)
7386         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7387         * textmodes/refbib.el (r2b-capitalize-title):
7388         (r2b-convert-buffer, r2b-help):
7389         * textmodes/page-ext.el (pages-directory)
7390         (pages-directory-goto-with-mouse):
7391         * textmodes/bibtex.el (bibtex-validate-globally):
7392         * textmodes/bib-mode.el (bib-capitalize-title):
7393         * textmodes/artist.el (artist-clear-buffer, artist-system):
7394         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7395         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7396         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7397         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7398         (xscheme-send-control-g-interrupt, xscheme-start-process)
7399         (xscheme-process-sentinel, xscheme-cd):
7400         * progmodes/verilog-mode.el (verilog-read-always-signals)
7401         (verilog-set-define, verilog-getopt-file)
7402         (verilog-module-inside-filename-p):
7403         * progmodes/sh-script.el:
7404         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7405         (python-pdbtrack-grub-for-buffer, python-execute-file):
7406         * progmodes/octave-inf.el (inferior-octave):
7407         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7408         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7409         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7410         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7411         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7412         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7413         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7414         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7415         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7416         (idlwave-shell-examine-display, idlwave-shell-run-region)
7417         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7418         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7419         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7420         (idlwave-help-get-help-buffer):
7421         * progmodes/gud.el (gud-basic-call, gud-find-class)
7422         (gud-tooltip-activate-mouse-motions-if-enabled):
7423         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7424         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7425         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7426         (ebrowse-tags-next-file):
7427         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7428         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7429         (ebnf-eps-finish-and-write):
7430         * progmodes/cpp.el (cpp-edit-save):
7431         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7432         * progmodes/cc-defs.el (c-emacs-features):
7433         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7434         (antlr-directory-dependencies):
7435         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7436         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7437         (ada-find-any-references, ada-make-filename-from-adaname)
7438         (ada-make-body-gnatstub):
7439         * obsolete/rnews.el (news-list-news-groups):
7440         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7441         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7442         * net/rcirc.el (rcirc-debug):
7443         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7444         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7445         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7446         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7447         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7448         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7449         (newsticker--treeview-list-clear-highlight)
7450         (newsticker--treeview-list-update-highlight)
7451         (newsticker--treeview-list-highlight-start)
7452         (newsticker--treeview-tree-update-highlight)
7453         (newsticker--treeview-get-selected-item)
7454         (newsticker-treeview-mark-list-items-old)
7455         (newsticker--treeview-set-current-node):
7456         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7457         * net/newst-backend.el (newsticker--get-news-by-funcall)
7458         (newsticker--get-news-by-wget, newsticker--image-get)
7459         (newsticker--image-sentinel):
7460         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7461         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7462         (eudc-ph-close-session):
7463         * net/eudc.el (eudc-save-options):
7464         * language/thai-word.el (thai-update-word-table):
7465         * language/japan-util.el (japanese-string-conversion):
7466         * international/titdic-cnv.el (tsang-quick-converter)
7467         (ziranma-converter, ctlau-converter):
7468         * international/mule-cmds.el (describe-language-environment):
7469         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7470         (skkdic-convert-postfix, skkdic-convert-prefix):
7471         (skkdic-convert-okuri-nasi, skkdic-convert):
7472         * emacs-lisp/re-builder.el (reb-update-overlays):
7473         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7474         * emacs-lisp/gulp.el (gulp-send-requests):
7475         * emacs-lisp/find-gc.el (trace-call-tree):
7476         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7477         (eieio-describe-generic):
7478         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7479         * emacs-lisp/edebug.el (edebug-outside-excursion):
7480         * emacs-lisp/debug.el (debugger-make-xrefs):
7481         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7482         * emacs-lisp/chart.el (chart-new-buffer):
7483         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7484         Use with-current-buffer.
7485         * textmodes/artist.el (artist-system): Don't call
7486         copy-sequence on a fresh string.
7487         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7489 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7491         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7492         is no item to edit.  (Bug#4820)
7493         (todo-top-priorities): Restore point and restore narrowing in Todo
7494         buffer.  (Bug#4820)
7496 2009-10-31  Glenn Morris  <rgm@gnu.org>
7498         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7499         (comint-last-output-start, comint-last-input-start)
7500         (comint-last-input-end): Don't defvar when compiling.
7501         (ange-ftp-process-file): Use bound-and-true-p.
7503         * pcmpl-rpm.el (top-level): Move provide statement to end.
7504         (pcmpl-rpm): Remove unused custom group.
7506         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7508         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7510         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7511         (byte-compile-warnings): Add `constants' as an option.
7512         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7513         (display-call-tree): Update for byte-compile-fdefinition possibly
7514         returning `(macro lambda ...)'.  (Bug#4778)
7515         (byte-compile-variable-ref, byte-compile-setq-default):
7516         Respect `constants' member of byte-compile-warnings.
7518         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7519         Use mapc rather than mapcar because the return value is never used.
7521         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7522         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7523         * cedet/semantic/html.el:
7524         Suppress harmless warnings about setting up semantic-imenu (not
7525         part of Emacs) variables.
7527 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7530         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7531         to "submit:".
7533         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7534         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7535         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7536         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7537         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7538         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7539         (semantic-analyzer-debug-global-symbol)
7540         (semantic-analyzer-debug-missing-innertype)
7541         (semantic-analyzer-debug-insert-include-summary):
7542         * cedet/semantic/util.el (semantic-file-tag-table):
7543         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7544         (semantic-recursive-find-nonterminal-by-name):
7545         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7546         * cedet/semantic/tag-file.el (semantic-prototype-file):
7547         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7548         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7549         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7550         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7551         (semantic-idle-summary-maybe-highlight):
7552         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7553         (semantic-ia-sb-tag-info):
7554         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7555         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7556         * cedet/semantic/ede-grammar.el (project-compile-target):
7557         (ede-proj-makefile-insert-variables):
7558         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7559         (semantic-debug-set-source-location, semantic-debug-interface-layout)
7560         (semantic-debug-mode, semantic-debug):
7561         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7562         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7563         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7564         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7565         (semanticdb-find-translate-path-includes--internal)
7566         (semanticdb-reset-log, semanticdb-find-log-activity):
7567         * cedet/semantic/db-file.el (object-write):
7568         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7569         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7570         (semanticdb-create-ebrowse-database):
7571         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7572         * cedet/semantic/complete.el (semantic-displayor-focus-request)
7573         (semantic-collector-calculate-completions-raw)
7574         (semantic-complete-read-tag-analyzer):
7575         * cedet/semantic/analyze.el (semantic-analyze-pulse):
7576         * cedet/ede/util.el (ede-update-version-in-source):
7577         * cedet/ede/proj.el (project-delete-target):
7578         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7579         (ede-proj-flush-autoconf):
7580         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7581         (ede-proj-configure-synchronize):
7582         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7583         * cedet/ede/linux.el (ede-linux-version):
7584         * cedet/ede/emacs.el (ede-emacs-version):
7585         * cedet/ede/dired.el (ede-dired-add-to-target):
7586         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7587         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7588         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7589         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7590         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7591         (cedet-idutils-version-check):
7592         * cedet/cedet-global.el (cedet-gnu-global-call):
7593         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7594         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7595         * cedet/cedet-cscope.el (cedet-cscope-call)
7596         (cedet-cscope-expand-filename, cedet-cscope-version-check):
7597         Use with-current-buffer.
7598         * cedet/ede.el (ede-make-project-local-variable)
7599         (ede-set-project-variables, ede-set): Use dolist.
7601 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7603         * textmodes/ispell.el (ispell-skip-region-alist):
7604         * international/mule-conf.el (eight-bit):
7605         * international/fontset.el (font-encoding-alist):
7606         * startup.el (pure-space-overflow-message):
7607         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7608         * paths.el (gnus-nntp-service, rmail-spool-directory)
7609         (term-file-prefix):
7610         * files.el (save-some-buffers-action-alist):
7611         * cmuscheme.el (same-window-buffer-names):
7612         * ielm.el (same-window-buffer-names):
7613         * shell.el (same-window-buffer-names):
7614         * mail/sendmail.el (same-window-buffer-names):
7615         * progmodes/inf-lisp.el (same-window-buffer-names):
7616         * bindings.el (mode-line-client)
7617         (mode-line-column-line-number-mode-map):
7618         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7619         (tibetan-precomposed-regexp): Purecopy string arguments.
7621 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7624         (calcDigit-nondigit):
7625         * calc/calc-yank.el (calc-copy-to-buffer):
7626         * calc/calc-units.el (calc-invalidate-units-table):
7627         * calc/calc-trail.el (calc-trail-yank):
7628         * calc/calc-store.el (calc-insert-variables):
7629         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7630         * calc/calc-prog.el (calc-read-parse-table):
7631         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7632         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7633         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7634         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7635         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7636         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7637         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7638         * calc/calc-ext.el (calc-realign):
7639         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7640         (calc-embedded-finish-edit, calc-embedded-make-info)
7641         (calc-embedded-finish-command, calc-embedded-stack-change):
7642         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7644         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7645         (overload-docstring-extension): Use that info.
7646         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7647         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7648         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7649         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7650         (semantic-nonterminal-full-name): Add the new `when' info.
7651         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7652         `assert'.
7654         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7655         shell-dynamic-complete-filename in preference to
7656         comint-dynamic-complete-filename.
7658         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7659         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7660         Don't consider whether the display supports colors.
7661         (bookmark-import-new-list): Use dolist.
7662         (bookmark-bmenu-mode-map): Move initialization into declaration.
7663         (bookmark-bmenu-list): Use dolist, simplify.
7664         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7665         (menu-bar-final-items): Use push.
7667 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7669         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7670         it works on remote files.
7671         (vc-hg-diff): Don't pass any `--cwd' argument.
7673 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7675         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7676         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7677         (Further to Bug#3921).
7679 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7681         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7682         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7683         calling `tramp-imap-put-file'.  Add file size to the call.
7684         (tramp-imap-get-file-entries): Compute also user name, file size,
7685         and date.
7686         (tramp-imap-handle-insert-directory): Insert uid and gid.
7687         (tramp-imap-handle-file-attributes): Transform uid and gid
7688         according to `id-format'.
7689         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7690         size in header X-Size.
7692 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7694         * simple.el (transpose-subr): Give clearer error when the mark
7695         is not set.  (Bug#4807)
7697 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7699         * net/tramp.el (tramp-perl-file-truename): New defconst.
7700         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7701         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7702         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7703         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7705         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7706         Ignore `dired-call-process'.
7707         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7709 2009-10-26  Julian Scheid  <julians37@gmail.com>
7711         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7712         (tramp-get-remote-readlink): New defun.
7713         (tramp-handle-file-truename): Use it.
7714         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7715         file exists if cache value present.
7716         (tramp-check-cached-permissions): New defun.
7717         (tramp-handle-file-readable-p): Use it.
7718         (tramp-handle-file-writable-p): Likewise.
7719         (tramp-handle-file-executable-p): Likewise.
7720         (tramp-handle-file-name-all-completions): Try using Perl to get
7721         partial completions.  When perl not available, combine `cd' and
7722         `ls' into single remote operation and use shell expansion to get
7723         partial remote directory contents.  Set `file-exists-p' cache for
7724         directory and any files returned by ls.  Change cache handling to
7725         support partial directory contents.  Use error message emitted by
7726         remote `cd' or Perl code for local tramp-error.
7727         (tramp-do-copy-or-rename-file-directly): Avoid separate
7728         tramp-send-command-and-check call.
7729         (tramp-handle-process-file): Merge three remote ops into one.
7730         Do not flush all caches when `process-file-side-effects' is set.
7731         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7732         file-attributes shows uid/gid to be set already.
7734 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7736         * textmodes/tex-mode.el (tex-dvi-view-command)
7737         (tex-show-queue-command, tex-open-quote):
7738         * progmodes/ruby-mode.el (auto-mode-alist)
7739         (interpreter-mode-alist): Purecopy strings.
7741         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7743         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7744         string for the hook, keymap and abbrev table.
7746         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7748         * x-dnd.el (x-dnd-xdnd-to-action):
7749         * startup.el (fancy-startup-text, fancy-about-text): Change to
7750         defconst from defvar.
7752         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7754         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7755         Purecopy initialization strings.
7757         * mail/sendmail.el (mail-header-separator)
7758         (mail-personal-alias-file):
7759         * mail/rmail.el (rmail-default-dont-reply-to-names)
7760         (rmail-ignored-headers, rmail-retry-ignored-headers)
7761         (rmail-highlighted-headers, rmail-secondary-file-directory)
7762         (rmail-secondary-file-regexp):
7763         * files.el (null-device, file-name-invalid-regexp)
7764         (locate-dominating-stop-dir-regexp)
7765         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7766         (interpreter-mode-alist): Use mapcar instead of mapc.
7768         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7770         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7771         (completion-ignored-extensions):
7772         (debug-ignored-errors): Purecopy strings.
7774 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7777         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7778         (pcomplete--here): Use push.
7780         * subr.el (all-completions): Declare the 4th arg obsolete.
7782 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7785         (pcomplete-unquote-argument): New function.
7786         (pcomplete--common-suffix): Always pay attention to case.
7787         (pcomplete--table-subvert): Quote and unquote the text.
7788         (pcomplete--common-quoted-suffix): New function.
7789         (pcomplete-std-complete): Use it and pcomplete-begin.
7791         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7792         we're inside a dedicated or minibuffer window.
7794 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7796         * cedet/semantic/fw.el (semantic-alias-obsolete)
7797         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7798         (define-mode-overload-implementation):
7799         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7800         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7801         * cedet/semantic/util.el (semantic-file-token-stream)
7802         (semantic-something-to-stream):
7803         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7804         (semantic-expand-nonterminal):
7805         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7806         (semantic-find-dependency, semantic-find-nonterminal)
7807         (semantic-find-dependency):
7808         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7809         (semantic-flex-text, semantic-flex-make-keyword-table)
7810         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7811         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7812         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7813         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7814         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7815         (semantic-after-idle-scheduler-reparse-hooks):
7816         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7817         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7818         * cedet/semantic.el (semantic-toplevel-bovine-table)
7819         (semantic-toplevel-bovine-cache)
7820         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7821         (semantic-init-mode-hooks, semantic-init-db-hooks)
7822         (semantic-bovination-working-type): Provide the `when' arg.
7824 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7826         * bookmark.el: Update documentation, especially documentation
7827         of `bookmark-alist' and of the bookmark file format.
7828         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7830 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7832         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7833         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7834         window to buffer.
7836         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7837         (global-whitespace-mode, global-whitespace-newline-mode)
7838         (whitespace-toggle-options, global-whitespace-toggle-options):
7839         Doc fix (Bug#3660).
7841         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7842         of xmltok-start before the end tag was inserted (Bug#2840).
7844         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7845         patterns that are preceded by an open-paren (Bug#1320).
7847 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7849         * files.el (delete-directory): Delete symlinks to directories with
7850         delete-file (Bug#4739).
7852 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7854         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7855         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7856         argument to make-obsolete.
7858         * cedet/semantic/fw.el (semantic-alias-obsolete)
7859         (semantic-varalias-obsolete): Add optional WHEN argument.
7861 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7863         * vc.el (vc-backend-for-registration): Rename from
7864         vc-get-backend-for-registration.  Update callers.
7866         * international/mule-cmds.el (set-language-info-alist):
7867         Purecopy lang-env.
7868         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7869         (charset): Purecopy the name.
7870         (define-char-code-property): Purecopy string arguments.
7872         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7873         Purecopy string arguments.
7875         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7876         * ediff-hook.el (menu-bar-ediff-menu):
7877         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7878         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7880 2009-10-24  Glenn Morris  <rgm@gnu.org>
7882         * comint.el (comint-dynamic-list-completions):
7883         * term.el (term-dynamic-list-completions): Use choose-completion rather
7884         than obsolete alias mouse-choose-completion.
7886         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7887         file-cache-choose-completion.
7888         (file-cache-choose-completion): Handle an optional event argument.
7889         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7891         * progmodes/octave-mod.el (octave-complete-symbol):
7892         Use choose-completion if mouse-choose-completion is ever removed.
7894         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7895         use.
7897         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7898         compiler.
7900         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7902 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7904         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7905         Ignore `pred' now that we receive one.
7906         Handle test-completion specially.
7908 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7910         * vc.el (vc-responsible-backend): Throw an error if not backend is
7911         found.  Remove the REGISTER argument.  Move the code dealing with
7912         REGISTER ...
7913         (vc-get-backend-for-registration): ... here.  New function.
7914         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7915         of vc-responsible-backend, pass the file name instead of the
7916         directory name.
7918 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7920         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7921         New funs.
7922         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7923         (pcomplete-comint-setup): Don't modify a global var via
7924         accidental side-effects.
7925         (pcomplete-shell-setup): Adjust call accordingly.
7926         (pcomplete-parse-comint-arguments): Use push.
7928 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7930         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7931         Allow uncapitalized info node names (Bug#3921).
7933         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7934         to the DEBUG file (Bug#3781).
7936 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7938         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7939         dictionary entry (Bug#4579).
7941 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7943         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7944         from `rfn-eshadow-update-overlay-hook' when unloading.
7945         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7946         "rsyncc".  Adjust doc string.
7947         (tramp-temp-buffer-file-name): New buffer-local defvar.
7948         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7949         Keep temporary file when indicated by method ("rsync" and
7950         "rsyncc").
7951         (tramp-handle-write-region): Handle APPEND.
7952         (tramp-delete-temp-file-function): New defun.  Added to
7953         `kill-buffer-hook'.
7955 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7957         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7959 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7961         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7962         (color-name-rgb-alist, tty-standard-colors)
7963         (tty-color-mode-alist): Change to defconst.
7965         * simple.el (mark-inactive): Purecopy message.
7967         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7968         (global-map, yank-menu):
7969         * textmodes/ispell.el (ispell-menu-map):
7970         * net/eudc.el (eudc-tools-menu):
7971         * international/mule-cmds.el (describe-language-environment-map)
7972         (setup-language-environment-map, set-coding-system-map)
7973         (mule-menu-keymap):
7974         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7975         * replace.el (occur-mode-map):
7976         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7978 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7980         * calc/calc.el (math-read-number, math-read-number-simple): Use
7981         `save-match-data'.
7983 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7985         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7986         rather than fiddling with global-map bindings, since it should only
7987         affect per-terminal settings.
7988         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7990         * minibuffer.el (completion-table-with-terminator): Allow to specify
7991         the terminator-regexp.
7993         * simple.el (switch-to-completions): Look for *Completions* in other
7994         frames as well.
7996         * pcomplete.el: Allow the use of completion-tables.
7997         (pcomplete-std-complete): New command.
7998         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7999         (pcomplete--here): Use a function for `form' rather than an expression,
8000         so it can be byte-compiled.
8001         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8002         Add edebug declaration.
8003         (pcomplete-show-completions): Remove unused var `curbuf'.
8004         (pcomplete-do-complete, pcomplete-stub):
8005         Don't assume `completions' is a list of strings any more.
8007 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8009         * find-dired.el (find-name-arg): Fix typo in docstring.
8011 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8014         (pcmpl-linux-fs-types): Same, and update to new modules layout.
8016         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8017         pcomplete-entries.
8019         * comint.el (comint-read-input-ring, comint-write-input-ring)
8020         (comint-substitute-in-file-name)
8021         (comint-dynamic-complete-as-filename)
8022         (comint-dynamic-simple-complete)
8023         (comint-dynamic-list-filename-completions)
8024         (comint-dynamic-list-completions)
8025         (comint-redirect-results-list-from-process): Minor simplifications.
8027 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8029         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8030         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8031         the first form.  And insert a blank line after ";;; Code" since
8032         that's usual style.  (Bug#4612)
8034         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8036 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8038         * minibuffer.el (completion-table-with-terminator): Properly implement
8039         boundaries, in case `terminator' appears in the suffix.
8040         (completion--embedded-envvar-table): Don't return boundaries if
8041         there's no valid completion.  Simplify.
8042         (completion-file-name-table): New completion table extracted from
8043         completion--file-name-table.
8044         (completion--file-name-table): Use it.
8045         (read-file-name-predicate): Declare obsolete.
8046         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8047         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8048         completion-file-name-table, and use the `pred' argument.
8049         * files.el (locate-file-completion-table): Use the `pred' arg rather
8050         than read-file-name-predicate.
8051         (abbreviate-file-name): Use \` rather than ^ for BOS.
8053 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8055         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8056         vc-responsible-backend to register, it causes problems.
8058 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8060         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8062 2009-10-21  Eric Ludlam  <zappo@gnu.org>
8064         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8065         (semantic-c-debug-mode-init-pch): New functions.
8066         (semantic-c-debug-mode-init-last-mode): New var.
8067         (semantic-c-parse-lexical-token): Use them.
8069         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8070         When extracting the argument list, limit only by point-max.
8072 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
8074         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8075         (tramp-smb-handle-file-attributes): Use it.
8076         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8077         (tramp-smb-handle-insert-directory): Use `mapc' rather than
8078         `mapcar'.  Use `tramp-smb-get-stat-capability'.
8079         Add `dired-filename' text properties.
8080         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8081         (tramp-smb-maybe-open-connection): Simplify check for smbclient
8082         version.
8084 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * subr.el (read-key-delay): Reduce to 0.01.
8087         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8088         (bug#4751).
8090 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8092         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8094         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8095         (Info-menu): Remove unused vars `last' and `completions'.
8096         (Info-index-nodes): Remove unused var `node'.
8098         * info.el (Info-complete-menu-item): Use complete-with-action.
8100 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
8102         Make vc-annotate work through copies and renames.
8103         * vc-annotate.el (vc-annotate-extract-revision-at-line):
8104         Return the file name too.
8105         (vc-annotate-revision-at-line)
8106         (vc-annotate-find-revision-at-line)
8107         (vc-annotate-revision-previous-to-line)
8108         (vc-annotate-show-log-revision-at-line): Update to get the file
8109         name from vc-annotate-extract-revision-at-line.
8110         (vc-annotate-show-diff-revision-at-line-internal): Change the
8111         argument to mean whether to show a file diff or not.  Get the file
8112         name from vc-annotate-extract-revision-at-line.
8113         (vc-annotate-show-diff-revision-at-line):
8114         Update vc-annotate-show-diff-revision-at-line call.
8115         (vc-annotate-warp-revision): Add an optional file argument.
8117         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8118         (vc-git-annotate-extract-revision-at-line): Also return the file
8119         name if found.
8121         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8122         command.  Remove unused code.
8123         (vc-hg-annotate-re): Update to match --follow output.
8124         (vc-hg-annotate-extract-revision-at-line): Also return the file
8125         name if found.
8127         * vc.el: Update annotate-extract-revision-at-line documentation.
8129 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8131         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8132         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8134         * net/browse-url.el (browse-url): Identify alist with "consp and
8135         not functionp" and let all other things go down the `apply' leg,
8136         as suggested by Stefan.  (Further to bug#4531.)
8138 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8140         * minibuffer.el (read-file-name): Check for repeat before putting
8141         a default argument in file-name-history (Bug#4657).
8143         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8144         read syntax (Bug#4737).
8146         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8148 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8150         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8151         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8152         entries and make note of obsolete tags.
8154 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8156         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8158 2009-10-18  Glenn Morris  <rgm@gnu.org>
8160         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8161         grep, so that binary files (eg international/uni-bidi.el) can match.
8162         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8163         now, and in any case the file header format has changed.
8165 2009-10-17  Glenn Morris  <rgm@gnu.org>
8167         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8168         (flyspell-get-word, flyspell-large-region)
8169         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8171 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8173         * Makefile.in (ELCFILES): Add ede/shell.
8175 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8177         * term/common-win.el (x-colors): Purecopy it.
8179 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8181         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8182         permissive for when the buffer is empty.
8183         (tar-header-block-tokenize): Decode the username and groupname.
8184         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8186 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8188         * cedet/srecode/srt.el:
8189         * cedet/srecode/compile.el:
8190         * cedet/semantic/mru-bookmark.el:
8191         * cedet/semantic/debug.el:
8192         * cedet/semantic/complete.el:
8193         * cedet/semantic/analyze.el: Require CL when compiling.
8195 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8197         * cedet/semantic/scope.el
8198         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8199         tmpscope so that the regular scope will continue to work.
8201         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8202         Use semantic-idle-summary-highlight-face as the highlighting.
8204         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8205         contains multibyte characters, choose first applicable coding
8206         system automatically.
8208         * cedet/ede/project-am.el (project-run-target): New method.
8209         (project-run-target): New method.
8211         * cedet/ede.el (ede-target): Add run target menu item.
8212         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8213         (ede-run-target): New function.
8214         (ede-target::project-run-target): New method.
8216         * cedet/ede/proj.el (project-run-target): New method.
8218         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8219         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8220         Add :rules.
8221         (ede-proj-target-makefile-shared-object): Only libtool compilers
8222         now available.  Add linkers for libtool.
8223         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8224         (ede-proj-makefile-target-name): Always use .la extension.
8226         * cedet/ede/proj-prog.el (project-run-target): New method.
8228         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8229         (ede-g++-linker): Change Change link lines.
8231         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8232         When searching for old variables, go to the end of the buffer and
8233         search backward from there.
8234         (ede-proj-makefile-automake-insert-subdirs)
8235         (ede-proj-makefile-automake-insert-extradist): New methods.
8236         (ede-proj-makefile-create): Use them.
8238         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8239         Force FILE to expand to the current target.  Use file-exists-p to
8240         check that it exists.
8242         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8243         (ede-linux-load): Wrap dir in file-name-as-directory.
8244         Set :version slot.
8246         * cedet/ede/files.el (ede-get-locator-object): When enabling
8247         locate, do so on "top".
8249         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8250         file-name-as-directory during compare.
8251         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8252         Get version number from different places.  Don't call egrep.
8253         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8254         to set the directory.
8256         * cedet/ede/shell.el: New file.
8258         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8259         alpha/beta variants.
8261 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8263         * international/mule-cmds.el (select-safe-coding-system): If the file
8264         has a coding cookie, use it regardless of any other setting (bug#4712).
8266 2009-10-17  Glenn Morris  <rgm@gnu.org>
8268         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8269         All errors should have messages.
8271         * foldout.el (foldout-mouse-swallow-events):
8272         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8274         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8275         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8276         (dired-keep-marker-symlink, dired-dwim-target)
8277         (dired-copy-preserve-time): Do not autoload these defcustoms.
8279         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8280         messages from messing up the file coding.  (Bug#4623)
8282 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8284         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8285         if no match is found for the current dictionary.  (Bug#4578)
8287         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8288         optional, since that is how it is documented, and this is often called
8289         with a nil argument.  (Bug#4577)
8290         (flyspell-external-point-words, flyspell-auto-correct-word)
8291         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8292         (flyspell-word-search-backward): Remove nil argument in calls to
8293         flyspell-get-word, since it is not needed now.
8295 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8297         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8299 2009-10-16  Glenn Morris  <rgm@gnu.org>
8301         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8303 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8305         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8306         (ange-ftp-file-size): New function.
8307         (ange-ftp-file-attributes): Use it.
8309 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8311         * net/tramp-smb.el (tramp-smb-version): New defvar.
8312         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8313         repeated checks.
8315 2009-10-16  Glenn Morris  <rgm@gnu.org>
8317         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8318         Maybe copy some custom properties from old to new name.  (Bug#4706)
8320 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8322         * subr.el (error, sit-for, start-process-shell-command)
8323         (start-file-process-shell-command): Set the calling convention
8324         after the function definition.
8326 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8328         * subr.el (error, sit-for, start-process-shell-command)
8329         (start-file-process-shell-command): Use the new
8330         set-advertised-calling-convention feature.
8332 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8334         * international/ucs-normalize.el (ucs-normalize-version):
8335         Change to 1.2.
8336         (check-range): Adjust for Unicode 5.2.
8338 2009-10-15  Juri Linkov  <juri@jurta.org>
8340         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8341         to the `menu-item' format.
8343 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8345         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8346         if the environment variable does not exist.
8348         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8349         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8350         parameter.
8351         (tramp-smb-handle-add-name-to-file)
8352         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8353         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8354         (tramp-smb-handle-file-attributes)
8355         (tramp-smb-do-file-attributes-with-stat)
8356         (tramp-smb-handle-file-local-copy)
8357         (tramp-smb-handle-insert-directory)
8358         (tramp-smb-handle-make-directory)
8359         (tramp-smb-handle-make-directory-internal)
8360         (tramp-smb-handle-make-symbolic-link)
8361         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8362         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8363         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8364         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8365         Handle long file names.
8366         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8367         process is running.
8368         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8369         Read share names with "-g" option.
8371 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8373         * net/rcirc.el (rcirc-view-log-file): New command.
8374         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8375         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8376         specified.
8378 2009-10-15  Glenn Morris  <rgm@gnu.org>
8380         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8381         from the second command-line argument.
8382         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8383         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8384         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8385         w32-batch-update-autoloads.
8386         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8387         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8389         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8390         the headers cannot be located.  Simplify, subtracting superflous
8391         save-excursions.
8393 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8395         Replace completion-base-size by completion-base-position to fix bugs
8396         such as (bug#4699).
8397         * simple.el (completion-base-position): New var.
8398         (completion-base-size): Mark as obsolete.
8399         (choose-completion): Make it work for mouse events as well.
8400         Pass the new base-position to choose-completion-string.
8401         (choose-completion-guess-base-position): New function, extracted from
8402         choose-completion-delete-max-match.
8403         (choose-completion-delete-max-match): Use it.  Make obsolete.
8404         (choose-completion-string): Use the new base-position info.
8405         (completion-root-regexp): Delete.
8406         (completion-setup-function): Preserve completion-base-position.
8407         Eliminate obsolete base-size manipulation.
8408         * minibuffer.el (display-completion-list): Don't mess with base-size.
8409         (minibuffer-completion-help): Set completion-base-position instead.
8410         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8411         choose-completion.
8412         * textmodes/bibtex.el (bibtex-complete):
8413         * emacs-lisp/crm.el (crm--choose-completion-string):
8414         Adjust to new calling convention.
8415         * complete.el (partial-completion-mode): Use minibufferp to avoid
8416         bumping into incompatible change to choose-completion-string-functions.
8417         * ido.el (ido-choose-completion-string): Make its calling convention
8418         more permissive.
8419         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8420         base-size manipulation.
8421         (comint-dynamic-list-input-ring): Use dotimes and push.
8422         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8423         fundamental-mode.  Use `or'.
8425 2009-10-14  Juri Linkov  <juri@jurta.org>
8427         * misearch.el (multi-isearch-next-buffer-from-list)
8428         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8430 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8432         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8433         `bytecomp.el'.
8435         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8436         string we return is all made up of text from the completions rather
8437         than part from the completions and part from the input (bug#4219).
8439         * ido.el (ido-everywhere): Use define-minor-mode.
8441         * buff-menu.el (list-buffers, ctl-x-map):
8442         Mark the entry points with ;;;###autoload cookies.
8444 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8446         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8447         correctly in the detached head case.
8448         (vc-git-print-log): Remove unused binding.
8450         * vc.el (vc-responsible-backend): When a directory is passed for
8451         for registration create a VC repository if no backend is
8452         responsible for the directory argument.
8453         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8455         * vc.el: Move comments about RCS and SCCS ...
8456         * vc-rcs.el:
8457         * vc-sccs.el: ... here, respectively.
8459 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8461         * minibuffer.el (completion--file-name-table): Return nil if there's
8462         no file completion, even if substitute-in-file-name changed
8463         the string (bug#4708).
8465 2009-10-13  Juri Linkov  <juri@jurta.org>
8467         * files-x.el (read-file-local-variable-value): Don't filter out
8468         minor modes from mode name completion (bug#4664).
8470 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8472         * international/mule-cmds.el (ucs-names): Remove exclusion of
8473         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8475 2009-10-13  Kenichi Handa  <handa@m17n.org>
8477         * international/uni-name.el: Regenerated.
8479 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8481         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8482         should be automatically buffer-local, but isn't.)
8484 2009-10-12  Sam Steingold  <sds@gnu.org>
8486         * progmodes/compile.el (compilation-next-error-function): Fix the
8487         timestamps if the buffer has been visited before.
8488         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8489         non-anchored patterns, like the perl one (bug#3928).
8491 2009-10-12  Glenn Morris  <rgm@gnu.org>
8493         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8494         Let-bind `size'.
8496 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8498         * proced.el (proced-unload-function): New function.
8500         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8501         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8502         Doc fix.
8504         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8506 2009-10-11  Juri Linkov  <juri@jurta.org>
8508         * files-x.el (read-file-local-variable-value):
8509         Provide default value only for bound variables (bug#4664).
8511 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8513         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8514         connection methods like smb.
8516         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8517         can be empty.
8519         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8520         (tramp-smb-file-name-handler-alist): Add handlers for
8521         `add-name-to-file', `make-symbolic-link'.
8522         (tramp-smb-handle-add-name-to-file)
8523         (tramp-smb-do-file-attributes-with-stat)
8524         (tramp-smb-handle-make-symbolic-link)
8525         (tramp-smb-get-cifs-capabilities): New defuns.
8526         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8527         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8528         (tramp-smb-handle-file-local-copy)
8529         (tramp-smb-handle-make-directory-internal)
8530         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8531         The file name syntax depends on cifs capabilities.
8532         (tramp-smb-handle-file-attributes):
8533         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8534         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8535         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8537 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
8539         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8540         (eieio-defclass): Apply deftype handler and setf-method properties
8541         directly.
8542         (eieio-add-new-slot): Avoid union function from cl library.
8543         (eieio--typep): New function.
8544         (eieio-perform-slot-validation): Use it.
8546 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8548         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8549         Update documentation to refer to the variables documented in r1.135.
8550         (Bug#4188)
8552 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8554         * bookmark.el (Info-suffix-list): Remove this unused variable.
8555         (bookmark-current-point): Remove this obsolete variable.
8556         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8557         Adjust for removal of bookmark-current-point.
8559         (bookmarks-already-loaded, bookmark-current-buffer)
8560         (bookmark-yank-point): Document.  (Bug#4188)
8562 2009-10-10  Glenn Morris  <rgm@gnu.org>
8564         * frame.el (frame-height): Doc fix.
8566         * calendar/calendar.el (calendar-split-width-threshold): New option.
8567         (calendar-basic-setup): Use calendar-split-width-threshold.
8569 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
8571         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8572         Use .la for Automake.
8574 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
8576         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8577         Use "autoreconf -i".  Suggested by Andreas Schwab.
8579 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
8581         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8582         Ideographic Supplement" range (U+1F200..U+1F2FF).
8584 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8586         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8587         since the list will have been rebuilt anyway.  (Bug#4349)
8589 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8591         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8592         (bookmark-bmenu-execute-deletions): Don't save here, as
8593         bookmark-delete will now do so if necessary.
8594         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8595         (Bug#4348)
8597 2009-10-09  Glenn Morris  <rgm@gnu.org>
8599         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8601 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8603         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8604         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8605         argument now, so the two function's behaviors will match.  (Bug#3645)
8607 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8609         * cedet/ede/proj.el (project-make-dist, project-compile-project):
8610         Fix filename test.
8611         (ede-proj-dist-makefile): Use expand-file-name instead of concat
8612         to expand file names.
8614 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8616         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8617         (tramp-file-name-real-host, tramp-file-name-port):
8618         Apply `save-match-data'.
8620         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8621         case both directories are remote.
8622         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8623         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8625 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8627         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8628         (ede-proj-target-makefile-objectcode): Use it.
8630         * cedet/ede/source.el (ede-want-any-source-files-p)
8631         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8632         Return search result.  This error was introduced while merging.
8634 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8636         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8638 2009-10-07  Glenn Morris  <rgm@gnu.org>
8640         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8641         of concat.
8643 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * files-x.el (read-file-local-variable): Include some
8646         non-user-variables in the completion table (bug#4664).
8648 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8650         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8651         message.
8653         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8654         (tramp-smb-file-name-handler-alist): Add handler for
8655         `copy-directory', `expand-file-name', `set-file-modes'.
8656         (tramp-smb-handle-copy-directory)
8657         (tramp-smb-handle-expand-file-name)
8658         (tramp-smb-handle-set-file-modes): New defuns.
8659         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8660         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8661         entry.
8662         (tramp-smb-handle-insert-directory): Don't flush the cache.
8663         (tramp-smb-maybe-open-connection): Check for samba client and
8664         server versions.
8666 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8668         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8669         to not error out of search for "^lisp=" fails.
8671 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8673         * makefile.w32-in (WINS_UPDATES): New macro.
8674         (custom-deps, finder-data, autoloads): Use it.
8676 2009-10-07  Glenn Morris  <rgm@gnu.org>
8678         * Makefile.in (autoloads): Revert previous change.
8679         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8680         the list of preloaded files passed on the command-line, get
8681         it from src/Makefile.
8683         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8684         show the original buffer rather than a random one.
8686 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8688         * help.el (describe-no-warranty): Place point in a slightly better
8689         position in the GPLv3 text.
8691 2009-10-06  Sam Steingold  <sds@gnu.org>
8693         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8694         the comm attribute is present before calling regexp-quote.
8696 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8698         * play/animate.el (animate-string): For good effect, make sure
8699         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8701         * play/animate.el (animate-sequence, animate-birthday-present):
8702         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8704 2009-10-06  Glenn Morris  <rgm@gnu.org>
8706         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8708         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8709         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8710         (batch-update-autoloads): Process a string value of autoload-excludes,
8711         set during the build process.
8712         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8714         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8715         inside with-parsed...  macro so that `v' is defined.
8717         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8718         * progmodes/fortran.el (fortran-end-of-block)
8719         (fortran-beginning-of-block):
8720         Also push mark in the macro case.
8722         * emerge.el (emerge-show-file-name):
8723         * calc/calc.el (calc-quit):
8724         * calc/calc-misc.el (calc-big-or-small):
8725         * calc/calc-graph.el (calc-graph-view):
8726         * calc/calc-ext.el (calc-reset):
8727         * calendar/calendar.el (calendar-basic-setup):
8728         Use window-full-height-p.
8730         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8731         header we don't understand, don't insert another.  (Bug#4624)
8732         If changing mime charset, insert the new one in the right place.
8734 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8736         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8737         (cal-tex-cursor-month): Correctly increment the end date for diary and
8738         holiday listing.  (Bug#4626)
8740 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8742         * help-fns.el (describe-function-1): Don't burp if the function is not
8743         a symbol.
8745 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8747         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8748         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8749         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8750         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8752         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8753         (eieio-default-superclass): Reflow docstrings.
8754         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8755         (eieio-unbind-method-implementations, defmethod)
8756         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8757         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8758         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8759         (eieio-slot-originating-class-p, eieio-slot-name-index)
8760         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8761         (constructor, initialize-instance, no-next-method, object-print)
8762         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8763         Fix typos in docstrings.
8764         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8765         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8766         (next-method-p): Doc fixes.
8767         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8768         Fix typos in error messages.
8769         (eieio-defmethod): Fix typo in description of generic method.
8771         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8772         (eieio-persistent-save-interactive, slot-missing):
8773         Fix typos in docstrings.
8774         (eieio-instance-inheritor-slot-boundp): Doc fix.
8776         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8777         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8779         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8780         (eieio-custom-object-apply-reset):
8781         Fix typos in docstrings and error messages.
8783         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8784         Fix typo in docstring.
8786         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8787         (eieio-browse-tree): Doc fix.
8788         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8789         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8790         Fix typos in docstrings.
8792         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8793         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8794         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8795         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8796         Reflow docstrings.
8798 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8800         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8801         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8802         Set log-view-vc-backend so that diff can work.
8804         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8805         vc-version-diff.
8806         (vc-diff-internal): Autoload this instead of vc-version-diff.
8808 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8810         * simple.el (eval-expression): Doc fix.
8812         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8814 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8816         * files.el (directory-files-no-dot-files-regexp): New defconst.
8817         (delete-directory): Use it.
8818         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8820         * net/tramp.el (tramp-verbose): Fix docstring.
8821         (tramp-methods): Add recursive option to `tramp-copy-args'.
8822         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8823         "scp1_old", "scp2_old", "rsync", "rsyncc".
8824         (tramp-default-method): Check also for `auth-source-user-or-password'.
8825         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8826         Add handler for `copy-directory'.
8827         (tramp-handle-copy-directory): New defun.
8828         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8829         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8830         Optimize sent command.
8832 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8834         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8835         window if necessary.
8837         * calendar/calendar.el (calendar-basic-setup): Don't call
8838         switch-to-buffer in a dedicated window.
8840 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8842         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8843         don't do anything related to relocating, just return nil.
8844         (bookmark-error-no-filename): New error.
8845         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8846         bookmark has no file.  Don't even attempt to handle things that
8847         are not files; the whole point of custom handlers is to keep that
8848         knowledge elsewhere anyway.  Tighten some comments.
8849         (bookmark-file-or-variation-thereof): Remove now-unused function.
8850         (bookmark-location): Doc string fix.
8851         (Bug#4250)
8853 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8855         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8856         don't use a file dialog, because they usually don't know how to read
8857         a directory target from the user.  (Bug#4230)
8858         Also, make sure the prompt can display directories as well as files.
8860 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8862         * bookmark.el (bookmark-set, bookmark-buffer-name):
8863         Improve doc strings.  (Bug#1193)
8865 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8867         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8868         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8869         (bookmark-get-annotation, bookmark-set-annotation)
8870         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8871         (bookmark-set-position, bookmark-get-front-context-string)
8872         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8873         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8874         (bookmark-jump-other-window, bookmark-handle-bookmark)
8875         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8876         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8877         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8878         Improve doc strings to say whether bookmark can be a string or
8879         a record or both, and make other consistency and clarity fixes.
8880         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8881         (bookmark-default-annotation-text, bookmark-yank-word)
8882         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8883         (bookmark-import-new-list, bookmark-maybe-rename)
8884         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8885         (bookmark-bmenu-bookmark): Give these doc strings.
8886         (bookmark-bmenu-check-position): Give this a doc string, but also
8887         add a FIXME comment about how the function may be pointless.
8888         (bookmark-default-handler): Rework doc string and change a
8889         parameter name, to clarify that this takes a bookmark record
8890         not a bookmark name.
8891         (bookmark-set): Change a parameter name to indicate its meaning,
8892         and improve the doc string a bit.
8893         (Bug#4188)
8895 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8897         * bookmark.el (bookmark-alist): Document the new `handler' element
8898         in the param alist.
8899         (bookmark-make-record-function): Adjust documentation for above.
8900         (Bug#4193)
8902 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8904         * info.el (Info-bookmark-make-record): Document this function.
8905         (Info-bookmark-jump): Document with a doc string, not just a comment.
8906         (Bug#4203)
8908 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8910         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8911         (semantic-new-buffer-fcn): Call parser setup functions here.
8912         (semantic-mode): Don't call parser setup functions here, it's done
8913         in semantic-new-buffer-fcn now.
8914         (semantic-mode): Parse all existing buffers when enabled.
8916         * cedet/srecode/compile.el (srecode-compile-file):
8917         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8919 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8921         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8923         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8924         (proj-comp-insert-variable-once): New macro, renamed from
8925         ede-pmake-insert-variable-once in ede/pmake.edl.
8926         (ede-proj-makefile-insert-variables): Use it.
8928 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8930         * files.el (copy-directory): New defun.
8932         * dired-aux.el (dired-copy-file-recursive): Use it.
8934 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8936         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8937         (makefile-end-of-command):
8938         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8939         (semantic-end-of-context): Fix previous change.  Doc fixes.
8941 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8943         * files-x.el (modify-dir-local-variable)
8944         (copy-dir-locals-to-file-locals-prop-line):
8945         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8946         (makefile-end-of-command):
8947         * cedet/semantic/lex.el (semantic-lex-token):
8948         * cedet/semantic/analyze/fcn.el
8949         (semantic-analyze-dereference-metatype-1):
8950         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8951         (semantic-lex-cpp-undef):
8952         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8953         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8954         (semantic-end-of-context): Fix typos in docstrings.
8956         * recentf.el (recentf-unload-function): New function.
8958 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8960         * cedet/ede.el (ede-project-placeholder-cache-file):
8961         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8962         * cedet/srecode/map.el (srecode-map-save-file):
8963         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
8965 2009-10-04  Glenn Morris  <rgm@gnu.org>
8967         * window.el (window-full-height-p): Add doc string.
8969 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8971         * window.el (window-full-height-p): New function.  (Bug#4543)
8973 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
8975         * cedet/srecode/insert.el: Require srecode/args.
8977         * cedet/srecode/args.el: Require srecode/dictionary instead of
8978         srecode/insert.
8980         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8982         * files.el (auto-mode-alist): Add .srt and Project.ede.
8984         * cedet/semantic.el (semantic-mode):
8985         Handle srecode-template-mode-hook as well.
8986         (semantic-mode): Use js-mode-hook for Javascript hook.
8988         * cedet/srecode/template.el: Remove hook variable.
8990         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8992         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8993         projects exist.
8994         (ede-project-placeholder-cache-file): Default to a file in
8995         user-emacs-directory.
8997         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8998         templates in data-directory.
8999         (srecode-map-save-file): Default to a file in user-emacs-directory.
9001         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9002         directory.
9004 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9006         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9007         Doc fix.
9009         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9010         Only insert each variable once.
9012         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9013         (ede-pmake-insert-variable-shared): Use it.
9015         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9016         for lexical table iff table is nil.
9018 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
9020         * vc.el: Remove commented out code.
9021         (vc-derived-from-dir-mode): Remove, unused.
9022         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9024 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
9026         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9027         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
9028         there could be recursive loading when `default-directory' is a
9029         remote file name.  (Bug#4614)
9031 2009-10-03  Glenn Morris  <rgm@gnu.org>
9033         * calendar/calendar.el (calendar-basic-setup): Handle the case where
9034         the frame is wide.
9035         (calendar-generate-window): Test for shrinkability rather than width.
9037         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9038         declaration, currently false.
9040         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9041         reusing existing buffers, in case we happen to visit two files with the
9042         same basename.  (Bug#4593)
9044 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9046         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9047         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9048         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9049         subdirs of cedet as well.
9050         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9052 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9054         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9055         Obey advertised-signature-table.
9057         * help-fns.el (help-function-arglist): Don't check
9058         advertised-signature-table.
9059         (describe-function-1): Do it here instead so it also applies to subrs.
9061 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
9063         * simple.el (start-file-process): Say in the doc-string, that file
9064         handlers might not support pty association, if PROGRAM is nil.
9066         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9067         HOST and USER are strings.  They are nil, when there are
9068         incomplete entries in ~/.netrc, for example.
9069         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
9070         root directory ("device busy" error otherwise).
9072         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9073         Flush file properties of created directory.
9075 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9077         * makefile.w32-in (WINS_BASIC): Remove cedet.
9078         (WINS_CEDET): Add cedet.
9079         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9081 2009-10-02  Kevin Ryde  <user42@zip.com.au>
9083         * net/browse-url.el (browse-url): Pass any symbol in
9084         browse-url-browser-function to `apply', since if you've mistakenly put
9085         an unbound symbol then the error is clearer.  (Bug#4531)
9087 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9089         * allout.el (allout-init, allout-back-to-current-heading)
9090         (allout-beginning-of-current-entry, allout-ascend-to-depth)
9091         (allout-ascend, allout-up-current-level, allout-end-of-level)
9092         (allout-previous-visible-heading, allout-forward-current-level)
9093         (allout-backward-current-level, allout-show-children):
9094         * apropos.el (apropos-describe-plist):
9095         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9096         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9097         * completion.el (add-completion, add-permanent-completion):
9098         * descr-text.el (describe-text-category, describe-char):
9099         * desktop.el (desktop-lazy-abort):
9100         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9101         * dired.el (dired-build-subdir-alist):
9102         * ediff.el (ediff-version):
9103         * elide-head.el (elide-head, elide-head-show):
9104         * emerge.el (emerge-version):
9105         * env.el (getenv):
9106         * face-remap.el (variable-pitch-mode):
9107         * faces.el (describe-face):
9108         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9109         (dired-at-point):
9110         * files.el (find-file-existing, auto-save-mode):
9111         * font-lock.el (font-lock-fontify-buffer):
9112         * help-fns.el (describe-function, describe-variable)
9113         (describe-syntax, describe-categories):
9114         * help.el (view-lossage, describe-bindings, describe-key)
9115         (describe-mode):
9116         * hexl.el (hexl-current-address):
9117         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9118         * info.el (Info-goto-emacs-key-command-node):
9119         * log-edit.el (log-edit-insert-cvs-template)
9120         (log-edit-insert-cvs-rcstemplate):
9121         * menu-bar.el (menu-bar-mode):
9122         * mouse.el (mouse-appearance-menu):
9123         * newcomment.el (comment-indent-new-line):
9124         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9125         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9126         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9127         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9128         * recentf.el (recentf-mode):
9129         * savehist.el (savehist-mode, savehist-save):
9130         * shadowfile.el (shadow-copy-files):
9131         * simple.el (kill-ring-save, next-line, previous-line)
9132         (normal-erase-is-backspace-mode):
9133         * strokes.el (strokes-update-window-configuration)
9134         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9135         (strokes-xpm-for-stroke):
9136         * time.el (emacs-uptime, emacs-init-time):
9137         * tutorial.el (tutorial--describe-nonstandard-key)
9138         (tutorial--detailed-help):
9139         * type-break.el (type-break-mode)
9140         (type-break-mode-line-message-mode, type-break-query-mode)
9141         (type-break-guesstimate-keystroke-threshold):
9142         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9143         * version.el (emacs-version):
9144         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9145         * winner.el (winner-mode):
9146         * calendar/timeclock.el (timeclock-in, timeclock-out)
9147         (timeclock-status-string, timeclock-change)
9148         (timeclock-workday-remaining-string)
9149         (timeclock-workday-elapsed-string)
9150         (timeclock-when-to-leave-string):
9151         * calendar/todo-mode.el (todo-add-category):
9152         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9153         * emacs-lisp/autoload.el (update-file-autoloads):
9154         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9155         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9156         (checkdoc-message-text, checkdoc-defun):
9157         * emacs-lisp/debug.el (debugger-list-functions):
9158         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9159         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9160         (eieio-describe-generic):
9161         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9162         * emacs-lisp/shadow.el (list-load-path-shadows):
9163         * emulation/cua-base.el (cua-mode):
9164         * emulation/edt.el (edt-set-scroll-margins):
9165         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9166         (tpu-toggle-regexp, tpu-toggle-search-direction)
9167         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9168         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9169         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9170         (viper-set-parsing-style-toggling-macro)
9171         (viper-set-emacs-state-searchstyle-macros):
9172         * emulation/viper.el (viper-set-hooks):
9173         * eshell/esh-mode.el (eshell-truncate-buffer):
9174         * international/mule-cmds.el (prefer-coding-system)
9175         (describe-input-method, describe-language-environment):
9176         * international/mule-diag.el (list-character-sets)
9177         (describe-character-set, describe-coding-system)
9178         (describe-fontset, list-fontsets, list-input-methods):
9179         * mail/sendmail.el (mail-signature):
9180         * net/ange-ftp.el (ange-ftp-copy-file):
9181         * net/browse-url.el (browse-url):
9182         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9183         * net/quickurl.el (quickurl-add-url):
9184         * net/rcirc.el (names, topic):
9185         * net/xesam.el (xesam-mode):
9186         * play/5x5.el (5x5-new-game):
9187         * play/yow.el (apropos-zippy):
9188         * progmodes/ada-mode.el (ada-mode-version):
9189         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9190         (f90-end-of-block)
9191         (f90-beginning-of-block):
9192         * progmodes/fortran.el (fortran-end-of-block)
9193         (fortran-beginning-of-block):
9194         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9195         * progmodes/python.el (python-describe-symbol, python-shell):
9196         * term/ns-win.el (ns-print-buffer):
9197         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9198         * textmodes/flyspell.el (flyspell-mode-on):
9199         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9200         (pages-directory-for-addresses):
9201         * textmodes/table.el (table-recognize-cell)
9202         (table-query-dimension, table-generate-source)
9203         (table-insert-sequence, table--warn-incompatibility):
9204         * textmodes/tex-mode.el (tex-validate-buffer):
9205         * textmodes/texinfmt.el (texinfmt-version)
9206         (texinfo-format-buffer):
9207         Use `called-interactively-p' instead of `interactive-p'.
9209 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9211         * image-mode.el (image-toggle-display):
9212         * emacs-lisp/elp.el (elp-instrument-function):
9213         * emacs-lisp/advice.el (ad-make-advised-definition):
9214         * emacs-lisp/easy-mmode.el (define-minor-mode):
9215         * net/browse-url.el (browse-url-maybe-new-window):
9216         * progmodes/sh-script.el (sh-learn-buffer-indent):
9217         Pass new argument 'any to `called-interactively-p'.
9219 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9221         * international/uni-bidi.el:
9222         * international/uni-category.el:
9223         * international/uni-combining.el:
9224         * international/uni-comment.el:
9225         * international/uni-decimal.el:
9226         * international/uni-decomposition.el:
9227         * international/uni-digit.el:
9228         * international/uni-lowercase.el:
9229         * international/uni-mirrored.el:
9230         * international/uni-name.el:
9231         * international/uni-numeric.el:
9232         * international/uni-old-name.el:
9233         * international/uni-titlecase.el:
9234         * international/uni-uppercase.el:
9235         Regenerate from Unicode 5.2.0 data.
9237 2009-10-01  Glenn Morris  <rgm@gnu.org>
9239         * Makefile.in (ELCFILES): Regenerate.
9241 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * subr.el (interactive-p): Mark obsolete.
9244         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9245         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9246         advertised-signature-table for subroutines as well.
9248         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9249         (set-advertised-calling-convention): New function.
9250         (make-obsolete, define-obsolete-function-alias)
9251         (make-obsolete-variable, define-obsolete-variable-alias):
9252         Make the optional-ness of `when' obsolete.
9253         (define-obsolete-face-alias): Make `when' non-optional.
9254         * help-fns.el (help-function-arglist):
9255         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9256         Use advertised-signature-table.
9258 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9260         * files.el (delete-directory): New defun.  The original function
9261         in fileio.c has been renamed to `delete-directory-internal'.
9263         * dired.el (dired-delete-file): Call `delete-directory' with
9264         RECURSIVE parameter.
9266         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9267         parameter RECURSIVE.  Implementation is missing.
9269         * net/tramp.el (tramp-handle-make-directory): Flush upper
9270         directory's file properties.
9271         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9272         (tramp-handle-dired-recursive-delete-directory): Flush directory
9273         properties after the remove command only.
9275         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9276         Handle optional parameter RECURSIVE.
9278         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9279         Handle optional parameter RECURSIVE.
9281         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9282         connection timeout.
9283         (tramp-smb-handle-delete-directory): Handle optional parameter
9284         RECURSIVE.
9286 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9289         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9290         (byte-compile-defmacro): Use backquotes.
9292         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9294         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9295         has no associated file.
9296         (vc-resynch-buffer): Use vc-dir-buffers.
9298 2009-10-01  Glenn Morris  <rgm@gnu.org>
9300         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9301         (chart-file-count):
9302         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9303         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9304         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9305         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9306         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9307         (eieio-copy-parents-into-subclass, make-instance, class-children)
9308         (eieio-generic-form):
9309         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9310         * cedet/cedet-idutils.el (cedet-idutils-search)
9311         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9312         (cedet-idutils-version-check):
9313         * cedet/cedet.el (cedet-version):
9314         * cedet/data-debug.el (data-debug-insert-overlay-button)
9315         (data-debug-insert-overlay-list-button)
9316         (data-debug-insert-buffer-button)
9317         (data-debug-insert-buffer-list-button)
9318         (data-debug-insert-process-button, data-debug-insert-ring-button)
9319         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9320         (data-debug-insert-stuff-vector-button)
9321         (data-debug-insert-symbol-button, data-debug-insert-string)
9322         (data-debug-insert-number, data-debug-insert-lambda-expression)
9323         (data-debug-insert-nil, data-debug-insert-simple-thing)
9324         (data-debug-insert-custom, data-debug-edebug-expr):
9325         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9326         (global-ede-mode-map, ede-new, ede-debug-target)
9327         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9328         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9329         (semantic-fetch-tags, semantic-submode-list)
9330         (semantic-default-submodes):
9331         * cedet/ede/source.el (ede-source-match):
9332         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9333         (project-am-package-info):
9334         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9335         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9336         * cedet/ede/proj-comp.el (ede-current-build-list):
9337         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9338         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9339         * cedet/ede/cpp-root.el (initialize-instance):
9340         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9341         (autoconf-parameter-strip, autoconf-insert-new-macro):
9342         * cedet/semantic/wisent.el (wisent-lex-eoi):
9343         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9344         (semantic-show-parser-state-mode):
9345         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9346         * cedet/semantic/tag.el (semantic-tag-new-variable)
9347         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9348         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9349         (semantic--tag-deep-copy-tag-list)
9350         (semantic-tag-components-with-overlays-default):
9351         * cedet/semantic/symref.el (semantic-symref-find-text):
9352         * cedet/semantic/senator.el (senator-yank-tag)
9353         (senator-transpose-tags-up):
9354         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9355         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9356         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9357         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9358         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9359         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9360         * cedet/semantic/lex-spp.el
9361         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9362         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9363         * cedet/semantic/idle.el
9364         (semantic-idle-summary-current-symbol-info-brutish)
9365         (semantic-idle-summary-current-symbol-info-default):
9366         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9367         (semantic--grammar-macro-compl-dict):
9368         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9369         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9370         (semantic-format-tag-canonical-name-default):
9371         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9372         (semantic-find-tags-for-completion)
9373         (semantic-find-tags-by-scope-protection-default)
9374         (semantic-deep-find-tags-for-completion):
9375         * cedet/semantic/edit.el
9376         (semantic-edits-incremental-reparse-failed-hook)
9377         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9378         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9379         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9380         * cedet/semantic/dep.el (semantic-dependency-include-path):
9381         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9382         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9383         (semanticdb-project-roots):
9384         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9385         (semanticdb-find-adebug-insert-scanned-tag-cons)
9386         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9387         (semanticdb-brute-deep-find-tags-for-completion):
9388         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9389         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9390         (semantic-end-of-context-default)
9391         (semantic-ctxt-current-function-default)
9392         (semantic-ctxt-scoped-types-default):
9393         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9394         (semantic-complete-inline-tag-engine)
9395         (semantic-complete-inline-custom-type)
9396         (semantic-complete-read-tag-analyzer):
9397         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9398         (semantic-chart-database-size):
9399         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9400         (semantic-analyze-current-context):
9401         * cedet/semantic/symref/list.el (semantic-symref)
9402         (semantic-symref-hide-buffer, semantic-symref-symbol):
9403         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9404         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9405         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9406         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9407         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9408         (semantic-c-dereference-template):
9409         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9410         (semantic--analyze-refs-full-lookup-with-parents)
9411         (semantic--analyze-refs-full-lookup-simple):
9412         * cedet/semantic/analyze/complete.el
9413         (semantic-analyze-possible-completions):
9414         * cedet/srecode/table.el (srecode-mode-table-new):
9415         * cedet/srecode/srt.el (srecode-read-variable-name):
9416         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9417         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9418         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9419         * cedet/srecode/map.el (srecode-current-map):
9420         * cedet/srecode/insert.el (srecode-insert)
9421         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9422         (srecode-template-inserter-point-override)
9423         (srecode-insert-include-lookup):
9424         * cedet/srecode/getset.el (srecode-auto-choose-class):
9425         * cedet/srecode/extract.el (srecode-inserter-extract):
9426         * cedet/srecode/document.el
9427         (srecode-document-autocomment-return-last-alist)
9428         (srecode-document-autocomment-param-type-alist)
9429         (srecode-document-insert-function-comment)
9430         (srecode-document-insert-variable-one-line-comment)
9431         (srecode-document-function-name-comment):
9432         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9433         (srecode-compound-toString):
9434         * cedet/srecode/compile.el (srecode-flush-active-templates):
9435         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9436         Doc/message fixes.
9438         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9439         match-data.  (Bug#4555).
9441         * cedet/semantic/bovine/gcc.el
9442         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9443         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9445         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9446         rather than parsing it as a regexp.  This relaxes the layout
9447         requirements and makes errors easier to detect.
9448         (check-declare-verify): Check file is regular.
9449         (check-declare-directory): Doc fix.
9450         * subr.el (declare-function): Doc fix.
9452         * ibuffer.el (ibuffer-format-qualifier):
9453         * isearch.el (hi-lock-regexp-okay):
9454         * calc/calc.el (math-zerop):
9455         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9456         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9457         Remove unused declarations.
9459 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9461         * cedet/semantic/wisent/javat-wy.el
9462         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9464 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9466         * cedet/srecode/expandproto.el: Fix provide statement.
9468 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9470         * emacs-lisp/eieio.el (boolean-p): Delete.
9472 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9474         * cedet/ede/srecode.el: Fix provide statement.
9476 2009-09-30  Glenn Morris  <rgm@gnu.org>
9478         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9479         * cedet/ede/proj-aux.el (ede-aux-source):
9480         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9481         (ede-misc-source):
9482         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9483         (semantic-mrub-switch-tags): Fix doc typos.
9485         * cedet/semantic/db-global.el (data-debug-new-buffer)
9486         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9487         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9489         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9491         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9492         use of CL function `remove-if-not'.
9494         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9496         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9497         filename is not a string.
9499 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9501         * files.el (safe-local-eval-forms): Fix typo.
9503 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9505         * vc-hooks.el (vc-dir-buffers): New var.
9506         (vc-state-refresh): New function.
9507         (vc-state): Use it.
9508         (vc-after-save): Always ask the backend to recompute the new state.
9509         Always call vc-dir if necessary, using vc-dir-buffers.
9510         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9511         Use vc-dir-buffers.
9512         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9513         (vc-dir-prepare-status-buffer, vc-dir-update)
9514         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9515         Don't call expand-file-name on default-directory.
9517 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9519         * speedbar.el (speedbar-item-delete):
9520         * calc/calc-prog.el (calc-kbd-if):
9521         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9523         * epa.el (epa-key-list-mode-map):
9524         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9526         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9527         (hs-show-hook): Fix typo in docstring.
9529 2009-09-29  Glenn Morris  <rgm@gnu.org>
9531         * cedet/semantic/symref/idutils.el:
9532         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9534         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9536         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9537         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9538         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9539         Mark declarations not understood by check-declare.
9541         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9542         file-name-nondirectory call preventing location of cedet files.
9543         (check-declare-verify): Use literal search rather than re-search.
9544         Add basic defmethod and defclass, and define-overloadable-function.
9546         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9547         Use tramp-compat-file-attributes rather than nonexistent
9548         tramp-compat-handle-file-attributes.
9550         * Makefile.in (lisptagsfiles4): New.
9551         (AUTOGENEL): Add cedet loaddefs files.
9552         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9553         (update-elclist, compile-always, backup-compiled-files)
9554         (bootstrap-clean): Add yet another directory level.
9555         (update-elclist): Use LC_COLLATE rather than COLLATE.
9556         (ELCFILES): Update, via `make update-elclist'.
9558 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9560         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9561         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9562         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9564 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9566         * Makefile.in (lisptagsfiles3): Define.
9567         (TAGS, TAGS-LISP): Use it.
9568         (update-elclist): Add third directory level to look for elc files.
9569         (compile-always): Likewise.
9570         (backup-compiled-files): Likewise.
9571         (bootstrap-clean): Likewise.
9572         (ELCFILES): Update.
9574 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
9576         * Makefile.in (ELCFILES): Add CEDET files.
9578 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9580         CEDET (development tools) package merged.
9582         * cedet/*.el:
9583         * cedet/ede/*.el:
9584         * cedet/semantic/*.el:
9585         * cedet/srecode/*.el: New files.
9587 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
9589         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9591         * net/tramp.el (top): Require tramp-imap.
9593         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9594         Use `tramp-compat-handle-file-attributes'.
9596 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9598         * net/tramp-imap.el: New package.
9600 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9602         * emacs-lisp/chart.el:
9603         * emacs-lisp/eieio-base.el:
9604         * emacs-lisp/eieio-comp.el:
9605         * emacs-lisp/eieio-custom.el:
9606         * emacs-lisp/eieio-datadebug.el:
9607         * emacs-lisp/eieio-opt.el:
9608         * emacs-lisp/eieio-speedbar.el:
9609         * emacs-lisp/eieio.el: New files.
9611         * cedet/cedet-cscope.el:
9612         * cedet/cedet-files.el:
9613         * cedet/cedet-global.el:
9614         * cedet/cedet-idutils.el:
9615         * cedet/data-debug.el:
9616         * cedet/inversion.el:
9617         * cedet/mode-local.el:
9618         * cedet/pulse.el: New files.
9620 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9622         * whitespace.el (whitespace-trailing-regexp)
9623         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9624         Fix doc string.
9626 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
9628         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9629         menu.
9631         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9632         menu-bar-ediff-menu.
9634         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9635         define-overloadable-function.
9637         * progmodes/autoconf.el: Provide autoconf as well, so that this
9638         file can be `require'd.
9640         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9642         * emacs-lisp/autoload.el (generated-autoload-feature)
9643         (generated-autoload-load-name): New vars.
9644         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9645         (make-autoload): Recognize define-overloadable-function and
9646         defclass forms (for EIEIO).
9648         * Makefile.in (update-subdirs): Exclude cedet directory.
9650 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9652         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9654         * faces.el: Default light-background background for region face to
9655         ns_selection_color under NS.
9657 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9659         * net/imap-hash.el: New library, see NEWS.
9661         * Makefile.in (ELCFILES): Add imap-hash.el.
9663 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9665         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9666         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9667         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9668         definition where the docstring could be taken for the return value.
9670 2009-09-26  Glenn Morris  <rgm@gnu.org>
9672         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9673         Add option to only show images below a certain size.
9674         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9675         save-excursion calls.
9677 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9679         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9680         subdirectories) and eieio.
9682 2009-09-26  Alan Mackenzie  <acm@muc.de>
9684         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9685         buggy bracketing.  (Bug#4289)
9687         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9688         character constants (as case labels).  (Bug#4289)
9690 2009-09-25  Juri Linkov  <juri@jurta.org>
9692         * files.el (safe-local-eval-forms): Allow time-stamp in
9693         before-save-hook (Bug#4554).
9695 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9697         * menu-bar.el (list-buffers-directory): Doc fix.
9699 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9701         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9702         Try and avoid copying twice the same paragraph.
9703         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9704         Remove save-excursion.
9705         (log-edit-changelog-entry): Do it here instead.
9707 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9709         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9710         when available, instead of hardcoding mode names.  Doc fix.
9712         * menu-bar.el (list-buffers-directory): Add docstring.
9713         Make automatically buffer-local.
9715         * dired.el (dired-mode):
9716         * files.el (cd-absolute):
9717         * pcvs.el (cvs-temp-buffer):
9718         * pcvs-util.el (cvs-get-buffer-create):
9719         * shell.el (shell-mode):
9720         * vc-dir.el (vc-dir-mode):
9721         Don't make `list-buffers-directory' buffer local.
9723 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9725         * comint.el (comint-exec, comint-run, make-comint):
9726         Doc fixes (Bug#4542).
9728 2009-09-25  Glenn Morris  <rgm@gnu.org>
9730         * mail/rmailmm.el (rmail-mime): New custom group.
9731         Move all defcustoms in this file into this group.
9732         (rmail-mime-media-type-handlers-alist): Revert previous change.
9733         (rmail-mime-show-images): New option.
9734         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9735         references to it, since it wasn't actually used for anything.
9736         (rmail-mime-insert-image): New function.
9737         (rmail-mime-image): Use rmail-mime-insert-image.
9738         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9739         obey the value of `rmail-mime-show-images' option.  Print the size of
9740         attachments.
9742 2009-09-25  David Engster  <deng@randomsample.de>
9744         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9746 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9748         * whitespace.el: Does not highlight trailing spaces While point is
9749         at end of line.  Does not highligt spaces at beginning of buffer
9750         while point is at beginning of buffer.  Does not highlight spaces
9751         at end of buffer while point is at end of buffer.  (Bug#4177)
9752         New version 12.0.
9753         (whitespace-display-mappings): Adjust initialization.
9754         (whitespace-point, whitespace-font-lock-refontify): New vars.
9755         (whitespace-color-on, whitespace-color-off): Adjust code.
9756         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9757         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9758         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9760 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9762         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9764         * textmodes/sgml-mode.el: Remove xml-mode alias.
9766         * files.el (auto-mode-alist, conf-mode-maybe)
9767         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9769 2009-09-24  Alan Mackenzie  <acm@muc.de>
9771         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9772         c-forward-conditionals, but it doesn't move point and doesn't set
9773         the mark.
9774         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9775         (c-down-conditional-with-else, c-backward-conditional)
9776         (c-forward-conditional): Refactor to use c-scan-conditionals.
9778 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9780         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9781         (help-default-arg-highlight): Remove.
9782         (help-highlight-arg): New function.
9783         (help-do-arg-highlight): Use it.
9784         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9786 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9788         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9789         Undo last change, which didn't fix the problem and introduced others.
9791 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9793         * progmodes/gdb-mi.el: Don't require speedbar.
9794         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9796 2009-09-24  Glenn Morris  <rgm@gnu.org>
9798         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9800         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9802         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9803         there is no newline after the final mime boundary.  (Bug#4539)
9804         Move markers on insertion so that any buttons inserted don't end up in
9805         the next part of a multipart message.
9806         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9807         (rmail-mime-bulk-handler): Optionally handle images.
9808         (rmail-mime-image): New button action.
9809         (rmail-mime-image-handler): New function.
9810         (rmail-mime-mode): New mode.
9811         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9813 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9815         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9816         than just dropping elements from it (bug#4504).
9818         * term.el (term-set-scroll-region): Don't move cursor any more.
9819         (term-handle-ansi-escape): Call term-goto here instead.
9820         Suggested by Ivan Kanis <apple@kanis.eu>.
9822         * term.el: Require CL.
9823         (term-ansi-reset): New function.
9824         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9825         (term-handle-colors-array): Simplify.
9827 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9829         * allout.el (allout-overlay-interior-modification-handler)
9830         (allout-obtain-passphrase):
9831         * epa-file.el (epa-file-write-region):
9832         * ps-print.el (ps-begin-job):
9833         * vc-hooks.el (vc-toggle-read-only):
9834         * vc-rcs.el (vc-rcs-rollback):
9835         * vc-sccs.el (vc-sccs-rollback):
9836         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9837         (vc-version-diff, vc-revert, vc-rollback):
9838         * wdired.el (wdired-check-kill-buffer):
9839         * emacs-lisp/authors.el (authors):
9840         * net/socks.el (socks-open-connection):
9841         * net/zeroconf.el (zeroconf-service-add-hook):
9842         * obsolete/vc-mcvs.el (vc-mcvs-register):
9843         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9844         (gdb-select-frame):
9845         * progmodes/grep.el (lgrep, rgrep):
9846         * progmodes/idlw-help.el (idlwave-help-check-locations)
9847         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9848         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9849         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9850         (reftex-toc-rename-label): Fix typos in error messages.
9852         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9853         (dired-copy-how-to-fn): Doc fix.
9854         (dired-files-attributes, dired-read-shell-command):
9855         Fix typos in docstrings.
9857         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9858         (dired-x-find-file-other-window): Reflow docstrings.
9859         (dired-omit-marker-char, dired-read-shell-command)
9860         (dired-x-submit-report): Fix typos in docstrings.
9862         * shell.el (shell-mode-hook):
9863         * view.el (View-scroll-line-forward):
9864         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9865         Fix typos in docstrings.
9867         * net/dig.el (dig-invoke): Fix typo in docstring.
9868         (query-dig): Reflow docstring.
9870         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9871         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9872         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9873         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9874         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9875         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9876         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9877         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9878         (idlwave-completion-map, idlwave-current-indent)
9879         (idlwave-custom-ampersand-surround, idlwave-customize)
9880         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9881         (idlwave-define-abbrev, idlwave-determine-class-special)
9882         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9883         (idlwave-end-block-reg, idlwave-end-of-statement)
9884         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9885         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9886         (idlwave-explicit-class-listed, idlwave-file-header)
9887         (idlwave-fill-paragraph, idlwave-find-class-definition)
9888         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9889         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9890         (idlwave-in-quote, idlwave-indent-action-table)
9891         (idlwave-indent-expand-table, idlwave-indent-line)
9892         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9893         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9894         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9895         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9896         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9897         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9898         (idlwave-outlawed-buffers, idlwave-popup-select)
9899         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9900         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9901         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9902         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9903         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9904         (idlwave-statement-type, idlwave-struct-skip)
9905         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9906         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9907         (idlwave-what-module-find-class): Fix typos in docstrings.
9908         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9909         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9910         (idlwave-find-module, idlwave-find-structure-definition)
9911         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9912         (idlwave-list-load-path-shadows, idlwave-next-statement)
9913         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9914         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9915         (idlwave-template): Reflow docstrings.
9917         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9918         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9919         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9920         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9921         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9922         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9923         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9924         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9925         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9926         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9927         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9928         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9929         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9930         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9931         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9932         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9933         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9934         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9935         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9936         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9937         Fix typos in docstrings.
9938         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9939         (idlwave-shell-hide-output, idlwave-shell-mode)
9940         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9941         Reflow docstrings.
9943         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9945 2009-09-24  Ivan Kanis  <apple@kanis.eu>
9947         * term.el (term-bold-attribute): New var.
9948         (term-handle-colors-array): Use it.
9950 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
9952         * progmodes/gdb-mi.el (gdb-version): New variable.
9953         (gdb-non-stop-handler): Set gdb-version.
9954         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9955         Condition "--thread" option on gdb-version.
9956         (gdb-invalidate-threads): Remove unused argument.
9958 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9961         to looking-back to avoid ridiculous slow down in large files (bug#4511).
9963 2009-09-23  Glenn Morris  <rgm@gnu.org>
9965         * mail/rmail.el (rmail-reply): Don't try to add a References header when
9966         replying to mail without References or Message-Id.  (Bug#4525)
9968 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
9970         * term/ns-win.el (ns-reg-to-script): New variable.
9972 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9974         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9976 2009-09-22  Sam Steingold  <sds@gnu.org>
9978         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9979         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9980         to 1 because hg returns status 1 when nothing is found.
9981         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9983 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9985         * textmodes/fill.el: Convert to utf-8 encoding.
9986         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9987         pre-unicode days.
9989         * add-log.el (change-log-fill-forward-paragraph): New function.
9990         (change-log-mode): Use it so fill-region DTRT.
9991         Set fill-indent-according-to-mode here rather than in
9992         change-log-fill-paragraph.
9993         (change-log-fill-paragraph): Remove.
9995 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9997         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9998         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10000 2009-09-22  Glenn Morris  <rgm@gnu.org>
10002         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10003         the scroll-bar scroll the calendar window rather than the buffer.
10005         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10006         commands that move point (as opposed to scrolling).
10008         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10010         * emacs-lisp/elint.el (elint): New custom group.
10011         (elint-log-buffer): Make it a defcustom.
10012         (elint-scan-preloaded, elint-ignored-warnings)
10013         (elint-directory-skip-re): New options.
10014         (elint-builtin-variables): Doc fix.
10015         (elint-preloaded-env): New variable.
10016         (elint-unknown-builtin-args): Add an entry for encode-time.
10017         (elint-extra-errors): Make it a variable rather than a constant.
10018         (elint-preloaded-skip-re): New constant.
10019         (elint-directory): Skip files matching elint-directory-skip-re.
10020         (elint-features): New variable, local to linted buffers.
10021         (elint-update-env): Initialize elint-features.  Possibly add
10022         elint-preloaded-env to the buffer's environment.
10023         (elint-get-top-forms): Bind elint-current-pos, for log messages.
10024         Skip quoted forms.
10025         (elint-init-form): New function, extracted from elint-init-env.
10026         Make non-list forms a warning rather than an error.
10027         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
10028         easy-menu-define, put that adds an error-condition, and provide.
10029         When requiring cl, also require cl-macs.  Really require cl, to handle
10030         some cl macros.  Store required libraries in the list elint-features,
10031         so as not to re-load them.  Treat cc-require like require.
10032         (elint-init-env): Call elint-init-form to do the work.
10033         Handle eval-and-compile and such like.
10034         (elint-add-required-env): Do not clear messages.
10035         (elint-special-forms): Add handlers for function, defalias, if, when,
10036         unless, and, or.
10037         (elint-form): Add optional argument to ignore elint-special-forms,
10038         useful to prevent recursive calls from handlers.  Doc fix.
10039         Respect elint-ignored-warnings.
10040         (elint-form): Respect elint-ignored-warnings.
10041         (elint-bound-variable, elint-bound-function): New variables.
10042         (elint-unbound-variable): Respect elint-bound-variable.
10043         (elint-get-args): Respect elint-bound-function.
10044         (elint-check-cond-form): Add some simple handling for (f)boundp and
10045         featurep tests.
10046         (elint-check-defalias-form): New handler.
10047         (elint-check-let-form): Make an empty let a warning rather than an
10048         error.
10049         (elint-check-setq-form): Make an empty setq a warning rather than an
10050         error.  Respect elint-ignored-warnings.
10051         (elint-check-defvar-form): Accept null doc-strings.
10052         (elint-check-conditional-form): New handler.  Does some simple-minded
10053         checking of featurep and (f)boundp tests.
10054         (elint-put-function-args): New function.
10055         (elint-initialize): Use elint-scan-doc-file rather than
10056         elint-find-builtin-variables.  Use elint-put-function-args.
10057         Possibly scan preloaded-file-list.
10058         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10059         extend to handle functions as well.
10061 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
10063         * linum.el (linum-delete-overlays, linum-update-window):
10064         Do not modify the right margin.  (Bug#3971)
10066 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
10068         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10069         nxml-mode instead of xml-mode.
10071 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10073         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
10075 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10077         * net/dig.el (dig-mode): Use define-derived-mode.
10079 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10081         * vc-dispatcher.el (vc-do-command): Return the process object in
10082         the asynchronous case.  Use when instead of if.  Do not run
10083         vc-exec-after to display a message if not enabled.  (Bug#4463)
10085         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10086         properties to the stash strings.
10087         (vc-git-stash-list): Return a list of strings.
10088         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10089         (vc-git-stash-show-at-point): New functions.
10090         (vc-git-stash-map): New keymap.
10092         * register.el (ctl-x-r-map): Define the keys here instead of
10093         using autoload.
10095 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
10097         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10098         list, to workaround performance problem (bug#4485).
10100 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
10102         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10104 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
10106         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10107         Document that this option is not recommended to use.
10109 2009-09-19  Glenn Morris  <rgm@gnu.org>
10111         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10112         variable `var'.
10114         * calc/calc-alg.el (var):
10115         * calc/calcalg2.el (var): Define for compiler.
10117 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
10119         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10120         Doc fix (Bug#3932).
10122         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10124         * time-stamp.el (time-stamp-month-dd-yyyy)
10125         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10126         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10127         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10128         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10129         Remove functions that have been obsolete since 1995 (Bug#4436).
10131         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10132         indent buffer only if called interactively (Bug#4452).
10134 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10135             Eli Zaretskii  <eliz@gnu.org>
10137         This fixes bug#4197 (merged to bug#865, though not identical).
10138         * server.el (server-auth-dir): Add docstring note about FAT32.
10139         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10140         but warn against using them.
10142 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10144         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10145         older GDB where there is no has_more field.
10147 2009-09-19  Glenn Morris  <rgm@gnu.org>
10149         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10151 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10153         * files.el (auto-mode-alist): Change default for XML files to nXML
10154         mode (Bug#4169).
10156 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10158         * server.el (server-ensure-safe-dir): Pass 'integer
10159         to `file-attributes', as suggested.
10161 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10163         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10164         (dired-query): Use read-key.
10166 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10168         * cus-start.el (ns-use-qd-smoothing): Remove.
10170 2009-09-18  Glenn Morris  <rgm@gnu.org>
10172         * allout.el (top-level): Remove unnecessary progn.
10174         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10176         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10177         definition of abbrev table.
10179         * speedbar.el (speedbar-track-mouse):
10180         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10181         * net/eudc.el (eudc-expand-inline):
10182         * net/newst-backend.el (newsticker--cache-read-feed):
10183         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10184         condition-case handlers.
10186 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10188         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10189         (gdb-var-list): Add an element for has_more field.
10190         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10191         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10192         (gdb-var-update-handler-1): Parse output of dynamic variable
10193         objects (STL containers).
10194         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10195         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10197         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10198         gdb-var-list.
10199         (gud-speedbar-buttons): Make node expandable if expression "has more"
10200         children.
10202 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10204         * startup.el (emacs-quick-startup): Remove variable and all uses.
10205         (command-line): Set `inhibit-x-resources' instead.
10206         (command-line-1): Use `inhibit-x-resources' instead.
10208 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10210         * subr.el: Fix last change to avoid using the `unless' macro,
10211         which breaks bootstrapping.
10213 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10216         extended definitions, in case we reload subr.el after having
10217         loaded CL.
10218         (eval-next-after-load): Mark as obsolete.
10220 2009-09-17  Juri Linkov  <juri@jurta.org>
10222         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10223         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10224         (menu-bar-showhide-menu, menu-bar-tools-menu)
10225         (menu-bar-describe-menu, menu-bar-help-menu)
10226         (minibuffer-local-completion-map, minibuffer-local-map):
10227         Fix list quoting.
10229 2009-09-17  Glenn Morris  <rgm@gnu.org>
10231         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10232         arguments, whether or not it has a handler.
10234         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10236         * simple.el (hard-newline): Give it a doc-string.
10238         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10239         (lisp-mode-syntax-table): Give them doc-strings.
10241 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10243         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10244         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10245         (menu-bar-options-menu, menu-bar-showhide-menu)
10246         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10247         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10248         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10249         (menu-bar-options-menu, menu-bar-tools-menu)
10250         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10251         (menu-bar-help-menu):
10252         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10253         string arguments.
10255         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10256         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10257         calls for the menu names and :help.
10259 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10261         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10262         to :minor-mode-function (bug#4455).
10264 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10266         * startup.el (command-line): Initialize the window-system after
10267         processing the command-line.
10269         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10270         page-delimiter matches the empty string.
10272 2009-09-16  Glenn Morris  <rgm@gnu.org>
10274         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10275         byte-compile-not-obsolete-var.  It's a list now.
10276         (byte-compile-not-obsolete-funcs): New variable.
10277         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10278         byte-compile-not-obsolete-funcs.
10279         (byte-compile-variable-ref, byte-compile-defvar): Update for
10280         byte-compile-not-obsolete-vars name-change and list nature.
10281         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10282         and variables behind (f)boundp tests.
10283         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10285 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10287         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10289 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10291         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10292         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10293         Don't autoload.
10295 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10297         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10298         the virtual-buffers, use the name of the buffer specified by
10299         find-file-noselect, as the match may be a symlink.  (This was a
10300         problem if the target and the symlink had different names.)
10302 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10304         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10306         * desktop.el (desktop-path): Check user-emacs-directory.
10308         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10310         * loadup.el: Use after-load-functions to GC after loading each file.
10311         Remove the explicit GC calls that used to be sprinkled around.
10313         * subr.el (after-load-functions): New hook.
10314         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10315         `obsolete' packages, rather than painfully extracting the relevant
10316         directory name.
10318 2009-09-15  Glenn Morris  <rgm@gnu.org>
10320         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10321         free variable `doc'.
10323         * dired.el (dired-mode-map): Add menu entry for async shell command.
10325         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10326         variables, also consider the .elc files, since the .el files are
10327         normally gzipped (subsequent code locates the .el.gz from the .elc).
10329         * calc/calc-prog.el (arglist): Define for compiler.
10331         * calendar/diary-lib.el (diary-display-function): Change the default to
10332         fancy display.
10333         (body): Define for compiler.
10335         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10336         (byte-compile-file-form, byte-compile-lambda)
10337         (byte-compile-top-level-body, byte-compile-form)
10338         (byte-compile-variable-ref, byte-compile-setq)
10339         (byte-compile-setq-default, byte-compile-body)
10340         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10341         (batch-byte-compile): Give some more local variables with common names
10342         a "bytecomp-" prefix to avoid masking warnings about free variables.
10344         * startup.el (command-line-1): Give local variables with common names a
10345         distinguishing prefix, so as not to hide free variable warnings during
10346         bootstrap.
10348         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10349         clever and add a suffix to make a unique name, just let the user decide
10350         whether or not to overwrite it.  If the input is a directory, write the
10351         default filename to that directory.  (Bug#4388)
10352         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10353         is a filename-as-a-directory.
10355 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10357         * textmodes/page.el (what-page): Don't move to beginning of line.
10358         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10360 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10362         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10364 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10366         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10367         * help.el (help-for-help-internal): Add purecopy calls for text.
10369         * vc.el (top): print-log method now takes an optional SHORTLOG
10370         argument.  Add a new method: root.
10371         (vc-root-diff, vc-print-root-log): New functions.
10372         (vc-log-short-style): New variable.
10373         (vc-print-log-internal): Add support for showing short logs.
10375         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10376         vc-print-root-log and vc-print-root-diff.
10378         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10379         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10380         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10381         short logs.
10383         * vc-cvs.el (vc-cvs-print-log):
10384         * vc-mtn.el (vc-mtn-print-log):
10385         * vc-rcs.el (vc-rcs-print-log):
10386         * vc-sccs.el (vc-sccs-print-log):
10387         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10388         that is ignored for now.
10390         * vc-mtn.el (vc-mtn-annotate-command):
10391         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10393 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10396         to function-key-map, and give them ascii-character property.
10397         * term/x-win.el (x-alternatives-map):
10398         * term/ns-win.el (ns-alternatives-map):
10399         * term/internal.el (msdos-key-remapping-map):
10400         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10402 2009-09-14  Glenn Morris  <rgm@gnu.org>
10404         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10405         temp-buffers (2009-09-12).
10407 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10410         the new read-key function.
10412 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10414         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10415         is defined (Bug#4405).
10417 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10419         * recentf.el (recentf-cleanup): Use a hash table to find
10420         duplicates (Bug#4407).
10422 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10424         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10425         kp-0 to ascii equivalents (Bug#4325).
10427 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10429         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10431         * eshell/em-hist.el:
10432         * eshell/em-dirs.el (eshell-complete-user-reference):
10433         Declare pcomplete functions and variables to avoid compiler warnings.
10435 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10437         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10438         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10439         * eshell/em-alias.el (eshell-aliases-file):
10440         * eshell/em-hist.el (eshell-history-file-name):
10441         Use expand-file-name instead of concat to make file names (Bug#4308).
10443 2009-09-13  Glenn Morris  <rgm@gnu.org>
10445         * ediff-merg.el (ediff-do-merge):
10446         * filesets.el (filesets-run-cmd):
10447         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10448         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10449         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10450         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10451         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10452         Replace empty `let's with `progn'.
10454 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * mail/sendmail.el (send-mail-function):
10457         * tooltip.el (tooltip-mode):
10458         * simple.el (transient-mark-mode):
10459         * rfn-eshadow.el (file-name-shadow-mode):
10460         * frame.el (blink-cursor-mode):
10461         * font-core.el (global-font-lock-mode):
10462         * files.el (temporary-file-directory)
10463         (small-temporary-file-directory, auto-save-file-name-transforms):
10464         * epa-hook.el (auto-encryption-mode):
10465         * composite.el (global-auto-composition-mode):
10466         Use custom-initialize-delay.
10467         * startup.el (command-line): Don't explicitly call
10468         custom-reevaluate-setting for all the above vars.
10469         * custom.el (custom-initialize-safe-set)
10470         (custom-initialize-safe-default): Delete.
10472 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * term/x-win.el (x-initialize-window-system):
10475         * term/w32-win.el (w32-initialize-window-system):
10476         * term/ns-win.el (ns-initialize-window-system): Don't call
10477         mouse-wheel-mode since it's enabled globally by default already.
10479         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10480         actually define the variable, but only silences the byte-compiler.
10481         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10482         before looking it up.
10483         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10484         is changed.
10486 2009-09-12  Glenn Morris  <rgm@gnu.org>
10488         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10489         1000.
10490         (elint-add-required-env): Don't beep on error.
10491         (elint-forms): In case of error, return ENV unchanged.
10492         (elint-init-env): Skip non-list forms.
10493         (elint-log): Handle unknown file positions.
10495 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10497         * epg.el (epg-make-context): Add autoload cookie.
10498         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10499         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10500         (epg-verify-string, epg-start-sign, epg-sign-file)
10501         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10502         (epg-encrypt-string, epg-start-export-keys)
10503         (epg-export-keys-to-file, epg-export-keys-to-string)
10504         (epg-start-import-keys, epg-import-keys-from-file)
10505         (epg-import-keys-from-string, epg-start-receive-keys)
10506         (epg-receive-keys, epg-import-keys-from-server)
10507         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10508         (epg-sign-keys, epg-start-generate-key)
10509         (epg-generate-key-from-file, epg-generate-key-from-string):
10510         Remove autoload cookie.
10512 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10514         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10515         reevaluation of trash-directory.
10517         * mwheel.el: Fix last change.
10518         (mouse-wheel-mode): New defvar.
10519         (mouse-wheel-mode): Remove autoload cookie.
10521 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10523         * mwheel.el (mwheel-installed-bindings): New var.
10524         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10525         the bindings we set last time.  Use custom-initialize-delay.
10526         * loadup.el: Load mwheel after term/*-win.el.
10527         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10528         and mouse-wheel-up-event now that their first evaluation is done
10529         sufficiently late to be correct.
10531         * startup.el (tutorial-directory): Make it a defcustom.
10532         Use custom-initialize-delay rather than eval-at-startup to set it.
10533         * image.el (image-load-path): Make it a defcustom.
10534         Use custom-initialize-delay rather than eval-at-startup to set it.
10535         * subr.el (eval-at-startup): Remove.
10536         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10538         * subr.el (do-after-load-evaluation): Warn the user after loading an
10539         obsolete package.
10541 2009-09-12  Glenn Morris  <rgm@gnu.org>
10543         * proced.el (proced-mark-alt): Remove alias.
10544         (proced-mode-map): Remove proced-mark-alt.
10546         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10547         Elint file and directory.  Remove initialization entry.
10549         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10550         commands.
10551         (elint-current-buffer): Set mode-line-process.
10552         (elint-init-env): Handle define-derived-mode.
10553         Fix declare-function with unspecified arglist.  Guard against odd
10554         defalias statements (eg iso-insert's 8859-1-map).
10555         (elint-add-required-env): Use a temp buffer.
10556         (elint-form): Just print the function/macro name, not the whole form.
10557         Return env unchanged if we fail to parse a macro.
10558         (elint-forms): Guard against parse errors.
10559         (elint-output): New function, to handle batch mode.
10560         (elint-log-message): Add optional argument.  Use elint-output.
10561         (elint-set-mode-line): New function.
10563 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10565         * emacs-lisp/elp.el (elp-not-profilable): Add more
10566         functions (Bug#4233).
10568 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10570         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10571         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10573 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10575         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10576         (gdb-var-list-children): Use json parsing.
10578 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
10580         * progmodes/js.el (js--proper-indentation): Handle the case where
10581         char-before is null.  Reported by Deniz Dogan.
10583 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10585         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10587 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
10589         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10590         (epg-digest-algorithm-alist): Add SHA224.
10591         (epg-context-set-passphrase-callback)
10592         (epg-context-set-progress-callback): Add description about
10593         callback function.
10595 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10597         * custom.el (custom-delayed-init-variables): New var.
10598         (custom-initialize-delay): New function.
10599         * startup.el (command-line): "Re"evaluate all vars in
10600         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
10601         explicitly any more.
10602         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10603         to avoid creating a ~/.emacs.d at build-time (bug#4347).
10605         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10607 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10609         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10610         (gdb-var-update-handler): Use json parsing.
10612 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10614         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10615         decode annotated text, regardless of language environment.  (Bug#2741)
10617 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10619         * Makefile.in (autoloads): Make rmail.el writable as well.
10621 2009-09-11  Glenn Morris  <rgm@gnu.org>
10623         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10624         loaddefs.el.
10625         * dired.el: Regenerate with extracted autoloads.
10626         * Makefile.in (autoloads): Make dired.el writable.
10628         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10629         * ibuffer.el: Regenerate with extracted autoloads.
10630         * Makefile.in (autoloads): Make ibuffer.el writable.
10632         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10633         * version.el (emacs-copyright, emacs-major-version)
10634         (emacs-minor-version): Reformat doc-strings for make-docfile.
10636         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10637         functions and variables, since they must be stuff specific to some other
10638         platform.
10639         (apropos-print): Make mouse-click message less specific about button.
10641         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10642         that records where a macro was defined.
10643         * help-fns.el (describe-function-1): Mention if a function has a
10644         compiler-macro.
10645         * help-mode.el (help-function-cmacro): New button.
10647         * locate.el (top-level): Always require dired.
10648         (locate-mode-map): Initialize inside the defvar.
10650         * net/ange-ftp.el (dired-compress-file): Declare.
10651         (ange-ftp-dired-compress-file): Add doc string.
10653         * term/ns-win.el (x-display-name, x-setup-function-keys):
10654         Unify doc-strings with X versions.
10656 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * emulation/crisp.el (crisp-mode-map): Move initialization
10659         into declaration.
10660         (crisp-mode): Use define-minor-mode.
10662         * progmodes/xscheme.el (xscheme-evaluation-commands):
10663         Put a :advertised-binding property rather than using
10664         advertised-xscheme-send-previous-expression.
10665         (advertised-xscheme-send-previous-expression): Declare obsolete.
10666         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10667         `advertised-undo'.
10668         (crisp-mode): Add corresponding bindings to
10669         undo's :advertised-binding instead.
10670         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10671         than using dired-advertised-find-file.
10672         (dired-advertised-find-file):
10673         * simple.el (advertised-undo):
10674         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10675         (widget-keymap): Put a :advertised-binding property rather
10676         than using advertised-widget-backward.
10677         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10678         than using advertised-undo.
10679         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10681 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10683         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10684         Mark mode is enabled and region is active; otherwise indent or
10685         insert TAB as usual.
10686         (delphi-mode): Update description of TAB-key binding.
10688 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10690         * subr.el (define-key-rebound-commands): Mark obsolete.
10691         * startup.el (precompute-menubar-bindings): Remove.
10692         (normal-top-level): Remove obsolete code that tried to precompute
10693         menubar bindings.
10694         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10695         define-key-rebound-commands and precompute-menubar-bindings.
10697 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10699         * net/imap.el (imap-interactive-login): Better messages.
10700         (imap-open): Fix bug with renamed buffer on reconnect.
10701         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10702         for easier debugging and cleaner code.  On successful (guessed based on
10703         server capabilities) secondary authentication, set imap-state
10704         correctly.
10705         (imap-last-authenticator): Define imap-last-authenticator as a variable
10706         to avoid warnings.
10708 2009-09-10  Glenn Morris  <rgm@gnu.org>
10710         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10712         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10713         (byte-compile-file-form-autoload): Don't warn about unknown functions
10714         where the autoload statement comes after the use.
10715         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10716         that any handlers inside the body (eg require) are in turn respected.
10718         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10719         effects.
10721         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10722         and syntax and abbrev tables basic docs, if they don't have any.
10724         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10726         * international/mule-cmds.el (top-level): Require cl when compiling.
10727         (view-hello-file): Use default-value rather than
10728         default-enable-multibyte-characters.
10730         * progmodes/fortran.el: Move all safe and risky properties into the
10731         defcustoms.
10733         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10734         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10735         * mail/undigest.el:
10736         Put autoloads in rmail.el rather than loaddefs.el.
10737         * mail/rmail.el: Regenerate with extracted autoloads.
10739         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10740         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10742 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10744         Reported in thread for Bug#4375.
10745         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10746         "-data-evaluate-expression" instead of print.
10747         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10748         (gdb-tooltip-print): Parse output from above MI command.
10749         (gdb): Revert 2009-08-11 change.  User should detach inferior
10750         manually.
10752         Remove the word "separate" from IO functions as inferior
10753         output is now never displayed in the GUD buffer.
10755 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10757         * startup.el (command-line-normalize-file-name): On Windows and
10758         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10760 2009-09-10  Juri Linkov  <juri@jurta.org>
10762         * isearch.el (isearch-text-char-description): Propertize escape
10763         character sequences with the `escape-glyph' face.  (Bug#4344)
10765         * simple.el (shell-command): Set asynchronous process filter to
10766         `comint-output-filter'.  (Bug#4343)
10768         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10769         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10770         the list.  Move "asm" to the bottom.
10771         (grep-find-ignored-directories): Add `choice' with nil value
10772         to empty the list easily.
10773         (grep-find-ignored-files): New option.
10774         (grep-files-history): Set to nil by default instead of '("ch" "el").
10775         (grep-compute-defaults): Add "<X>" to `grep-template'.
10776         (grep-read-files): Bind new local variables `default-alias' and
10777         `default-extension'.  Use a list of default values for the file prompt.
10778         (lgrep): Add `--exclude=' command line options composed from
10779         `grep-find-ignored-files'.
10780         (rgrep): Add `-name' command line options composed from
10781         `grep-find-ignored-files'.  (Bug#4301)
10783 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10785         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10786         (bug#4368).
10788 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10790         * calendar/time-date.el (autoload):
10791         Expand define-obsolete-function-alias into defalias and make-obsolete
10792         for old Emacsen that Gnus supports.
10793         (with-no-warnings): Define it for old Emacsen.
10794         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10795         is available.
10796         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10797         float-time is available; suppress compile warning for time-to-seconds.
10799 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10801         * net/imap.el (imap-message-map): Docstring fix.
10803 2009-09-09  Glenn Morris  <rgm@gnu.org>
10805         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10806         line numbers too.  (Bug#4374)
10808 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10810         * smerge-mode.el (smerge-remove-props, smerge-refine):
10811         Use with-silent-modifications (bug#4342).
10813         * subr.el (with-silent-modifications): New macro.
10815 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10817         * files.el (top-level): Require `cl' when compiling.
10819 2009-09-07  Glenn Morris  <rgm@gnu.org>
10821         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10823         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10824         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10826 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10828         * vc-git.el (vc-git-annotate-command): Use separator to parse
10829         arguments correctly.
10831 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10833         * proced.el (proced-mode): Doc fix.
10835 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10837         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10838         lstat fails.
10839         (tramp-do-file-attributes-with-ls): Check for file existence at
10840         remote end.
10841         (tramp-do-file-attributes-with-stat): Likewise.
10842         (tramp-convert-file-attributes): Return nil when attr is nil.
10844 2009-09-05  Glenn Morris  <rgm@gnu.org>
10846         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10847         properties to this button.
10848         (diary-fancy-display): Don't extend the button to the final newline.
10849         (diary-fancy-display-mode): Continue to define "q" as a local key.
10851         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10852         efficient.
10854         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10856         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10857         (byte-compile-dest-file-function): New option.
10858         (byte-compile-dest-file): Doc fix.
10859         Obey byte-compile-dest-file-function.
10860         (byte-compile-cl-file-p): New function.
10861         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10862         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10863         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10864         than for file being previously loaded.
10865         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10866         (byte-compile-file-form-require): Handle the case where requiring a file
10867         indirectly causes CL to be loaded.
10869 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10871         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10872         before killing the old buffer, since by the time `kill-buffer' is
10873         run so many buffer variables have been set to nil that it may not
10874         behave as expected.  (Bug#4061)
10876 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10878         * files.el (find-alternate-file): If the old buffer is modified
10879         and visiting a file, behave similarly to `kill-buffer' when
10880         killing it, thus reverting to the pre-1.878 behavior; see
10881         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10882         for discussion.  Also, consult `buffer-file-name' as a variable
10883         not as a function, for consistency with the rest of the code.
10885 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10887         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10888         also when adding a new directory.
10890         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10891         defun.
10893 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10895         * files.el (locate-file-completion-table): Make it provide boundary
10896         information, so partial-completion works better.
10898 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10900         * mail/footnote.el (Footnote-text-under-cursor):
10901         Check footnote-text-marker-alist before using it (bug#4324).
10903 2009-09-04  Glenn Morris  <rgm@gnu.org>
10905         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10906         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10907         * play/solitaire.el, play/tetris.el:
10908         Remove leading * from defcustom and defface docs.
10910         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10911         necessary.
10912         (diary-fancy-overriding-map): New variable.
10913         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10914         Use view-mode.
10916         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10917         goto-line.
10919 2009-09-03  Glenn Morris  <rgm@gnu.org>
10921         * arc-mode.el (archive-mode):
10922         * dos-fns.el (set-default-process-coding-system):
10923         * man.el (Man-getpage-in-background):
10924         * menu-bar.el (menu-bar-describe-menu):
10925         * server.el (server-process-filter):
10926         * startup.el (command-line):
10927         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10928         * w32-fns.el (set-default-process-coding-system):
10929         * x-dnd.el (x-dnd-handle-file-name):
10930         * international/mule-cmds.el (mule-menu-keymap)
10931         (set-default-coding-systems, language-info-alist, set-language-info)
10932         (set-language-environment, standard-display-european-internal)
10933         (set-locale-environment):
10934         * international/mule-diag.el (mule-diag):
10935         * mail/emacsbug.el (report-emacs-bug):
10936         * mail/rmail.el (rmail-mode):
10937         * mail/sendmail.el (mail-setup):
10938         Use default-value rather than default-enable-multibyte-characters.
10940         * progmodes/f90.el: Move all safe properties into the defcustoms.
10941         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10943         * calendar/appt.el (appt-check):
10944         * calendar/diary-lib.el (diary-set-header, diary-live-p)
10945         (diary-check-diary-file, diary-list-entries)
10946         (diary-include-other-diary-files, diary-simple-display)
10947         (diary-fancy-display, diary-print-entries)
10948         (diary-mark-included-diary-files, diary-make-entry):
10949         Don't call substitute-in-file-name on diary-file.
10951 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
10952             Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * mail/footnote.el (footnote-prefix): Make it a defcustom.
10955         (footnote-mode-map): Move initialization into the declaration.
10956         (footnote-minor-mode-map): Define it rather than changing global-map.
10957         (footnote-mode): Use define-minor-mode.
10959 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
10961         * net/tramp.el (tramp-handle-file-attributes-with-ls)
10962         (tramp-do-file-attributes-with-perl)
10963         (tramp-do-file-attributes-with-stat): Rename from
10964         `tramp-handle-file-attributes-with-*'.
10965         (tramp-handle-file-attributes): Use them.
10966         (tramp-do-directory-files-and-attributes-with-perl)
10967         (tramp-do-directory-files-and-attributes-with-stat): Rename from
10968         `tramp-handle-directory-files-and-attributes-with-*'.
10969         (tramp-handle-directory-files-and-attributes): Use them.
10970         (tramp-method-out-of-band-p): Additional parameter SIZE.
10971         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10972         (tramp-handle-write-region): Use it.
10973         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10974         (tramp-handle-vc-registered): Check, whether the first run did
10975         return files to be tested.
10976         (tramp-advice-make-auto-save-file-name): Do not call directly
10977         `tramp-handle-make-auto-save-file-name', because this would bypass
10978         the locking mechanism.
10980         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10981         (file-remote-p, process-file, start-file-process, set-file-times)
10982         (tramp-compat-file-attributes): Compatibility functions shall not
10983         call directly `tramp-handle-*', because this would bypass the
10984         locking mechanism.
10985         (tramp-compat-number-sequence): New defun.
10987 2009-09-02  Glenn Morris  <rgm@gnu.org>
10989         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10990         alias for float-time.
10991         (time-to-number-of-days): In Emacs, use float-time.
10992         * net/newst-backend.el (time-add): Suppress warnings from compat
10993         function.
10994         * time.el (emacs-uptime, emacs-init-time):
10995         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10996         Use float-time rather than time-to-seconds.
10998         * minibuffer.el (completion-initials-expand): Fix typo.
11000         * faces.el (modeline, modeline-inactive, modeline-highlight)
11001         (modeline-buffer-id):
11002         * info.el (info-menu-5): Mark these face aliases as obsolete.
11004 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11006         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11007         space ...
11008         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11009         no "--thread" option.
11010         (gdb-stopped): Don't print "Switched to thread" message when it is
11011         unchanged.
11013 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11015         * minibuffer.el (completion-try-completion)
11016         (completion-all-completions): Remove ill-defined (and
11017         mistakenly installed and luckily never used nor documented)
11018         `completion-styles' property.
11019         (completion-initials-expand, completion-initials-all-completions)
11020         (completion-initials-try-completion): New functions.
11021         (completion-styles-alist): Add doc to each entry.
11022         Add new `initials' entry.
11024 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11026         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11027         MI command -var-evaluate-expression.
11028         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11029         and tweak for case of string child.
11030         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11032 2009-09-01  Glenn Morris  <rgm@gnu.org>
11034         * add-log.el (change-log-date-face, change-log-name-face)
11035         (change-log-email-face, change-log-file-face, change-log-list-face)
11036         (change-log-conditionals-face, change-log-function-face)
11037         (change-log-acknowledgement-face):
11038         * cus-edit.el (custom-invalid-face, custom-rogue-face)
11039         (custom-modified-face, custom-set-face, custom-changed-face)
11040         (custom-saved-face, custom-button-face, custom-button-pressed-face)
11041         (custom-documentation-face, custom-state-face, custom-comment-face)
11042         (custom-comment-tag-face, custom-variable-tag-face)
11043         (custom-variable-button-face, custom-face-tag-face)
11044         (custom-group-tag-face-1, custom-group-tag-face):
11045         * diff-mode.el (diff-header-face, diff-file-header-face)
11046         (diff-index-face, diff-hunk-header-face, diff-removed-face)
11047         (diff-added-face, diff-changed-face, diff-function-face)
11048         (diff-context-face, diff-nonexistent-face):
11049         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11050         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11051         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11052         (Info-title-4-face):
11053         * isearch.el (isearch-lazy-highlight-face):
11054         * log-view.el (log-view-file-face, log-view-message-face):
11055         * paren.el (show-paren-match-face, show-paren-mismatch-face):
11056         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11057         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11058         (cvs-msg-face):
11059         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11060         (smerge-base-face, smerge-markers-face):
11061         * wid-edit.el (widget-documentation-face, widget-button-face)
11062         (widget-field-face, widget-single-line-field-face)
11063         (widget-inactive-face, widget-button-pressed-face):
11064         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11065         (woman-addition-face):
11066         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11067         (eshell-ls-executable-face, eshell-ls-readonly-face)
11068         (eshell-ls-unreadable-face, eshell-ls-special-face)
11069         (eshell-ls-missing-face, eshell-ls-archive-face)
11070         (eshell-ls-backup-face, eshell-ls-product-face)
11071         (eshell-ls-clutter-face):
11072         * eshell/em-prompt.el (eshell-prompt-face):
11073         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11074         * obsolete/old-whitespace.el (whitespace-highlight-face):
11075         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11076         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11077         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11078         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11079         (antlr-font-lock-literal-face):
11080         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11081         (ebrowse-root-class-face, ebrowse-file-name-face)
11082         (ebrowse-default-face, ebrowse-member-attribute-face)
11083         (ebrowse-member-class-face, ebrowse-progress-face):
11084         * progmodes/make-mode.el (makefile-space-face):
11085         * progmodes/sh-script.el (sh-heredoc-face):
11086         * textmodes/flyspell.el (flyspell-incorrect-face)
11087         (flyspell-duplicate-face):
11088         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11089         * textmodes/texinfo.el (texinfo-heading-face):
11090         Mark face aliases with "-face" suffix as obsolete.
11092         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11093         compiler.
11095         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11096         (eudc-bob-sound-menu): Use defvar rather than defconst, since
11097         easy-menu-define wants to modify these.
11099         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11101         * net/browse-url.el (browse-url-file-url):
11102         * term/internal.el (dos-codepage-setup):
11103         Use default-value rather than default-enable-multibyte-characters.
11105         * progmodes/etags.el (etags-goto-tag-location):
11106         * progmodes/flymake.el (flymake-highlight-line)
11107         (flymake-goto-file-and-line, flymake-goto-line):
11108         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11109         (gdb-goto-breakpoint):
11110         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11111         * progmodes/python.el (python-find-function)
11112         (python-pdbtrack-track-stack-file):
11113         * progmodes/verilog-mode.el (verilog-surelint-off):
11114         * term/ns-win.el (ns-open-file-select-line):
11115         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11116         Use forward-line rather than goto-line.
11118         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11119         * textmodes/reftex-index.el (reftex-display-index):
11120         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11121         * textmodes/reftex-toc.el (reftex-toc):
11122         Remove unnecessary bindings of default-major-mode (all are followed by
11123         major-mode check and possible mode switch).
11125 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11127         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11128         Handle watchpoints (bug#4282).
11129         (def-gdb-thread-buffer-command): Enable thread to be selected by
11130         clicking without selecting threads buffer first.
11131         (gdb-current-context-command): Use selected frame so that "up",
11132         "down" etc work in the GUD buffer.
11133         (gdb-update): Find selected frame before rendering stack buffer.
11134         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11136 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11138         * progmodes/sym-comp.el (displayed-completions): Remove.
11139         (symbol-complete): Use minibuffer-complete.
11141 2009-08-31  Glenn Morris  <rgm@gnu.org>
11143         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11145         * apropos.el (apropos-symbols-internal):
11146         Handle (obsolete) face aliases.
11148         * faces.el (describe-face): Adjust the output format to be more like
11149         describe-variable, and to mention (obsolete) face aliases.
11150         Adjust the whitespace so that help-setup-xref works.
11152         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11153         * calendar/diary-lib.el (diary-button-face):
11154         Mark these face aliases as obsolete.
11156         * calendar/calendar.el (calendar-today): Doc fix.
11158 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11160         * progmodes/gdb-mi.el (gdb-control-all-threads)
11161         (gdb-control-current-thread): Force tool bar update.
11162         (gdb-non-stop-handler): New function.
11163         (gdb-init-1): Use it to test if non-stop mode is supported.
11164         Remove unused gdbmi buffer type.
11166 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11168         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11169         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11171 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11173         * comint.el (comint-exec-1): Check command is non-null first.
11174         Part of gdb-mi.el change (2009-08-28).
11176 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11178         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11180 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11182         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11183         instead of `dolist' to avoid a recursive require when bootstrapping.
11185 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11187         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11189         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11191         * net/imap.el (imap-send-command): Simplify.
11192         (imap-wait-for-tag): point-max -> buffer-size.
11194         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11196         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11197         with constant argument.
11199         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11201         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11203         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11204         Change default, since most of our files don't have a history.
11205         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11206         the user.
11208         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11209         Add comint-run.
11211         * calc/calc.el: Improve commenting convention.
11212         (calc-digit-map, toplevel): Simplify.
11214         * comint.el (comint-insert-input): Be careful to only set point if we
11215         don't delegate to some other command.
11217         * proced.el (proced-signal-list): Make it an alist.
11218         (proced-grammar-alist): Capitalize names.
11219         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11220         Disable undo manually and make it read-only.
11221         Use completion-annotate-function.
11223         * minibuffer.el (minibuffer-message): If the current buffer is not
11224         a minibuffer, insert the message in the echo area rather than at the
11225         end of the buffer.
11226         (completion-annotate-function): New variable.
11227         (minibuffer-completion-help): Use it.
11228         (completion--embedded-envvar-table): Environment vars are
11229         always case-sensitive.
11231 2009-08-30  Glenn Morris  <rgm@gnu.org>
11233         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11234         from fortran-current-defun.
11235         (fortran-beginning-of-subprogram): Be more precise about finding the
11236         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11237         (fortran-end-of-subprogram): Simplify.
11238         (fortran-current-defun): Use fortran-start-prog-re.
11240 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11242         * subr.el (do-after-load-evaluation): Simplify.
11244 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11246         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11248         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11249         (vc-rcs-print-log): Use it.
11251         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11253 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11255         * paths.el (abbrev-file-name): Move to abbrev.el.
11256         * abbrev.el (abbrev-file-name): Move from paths.el.
11257         Obey user-emacs-directory.
11258         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11259         user-emacs-directory.
11260         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11261         abbrev-file-name and calc-settings-file any more.
11262         * startup.el (command-line): Recompute abbrev-file-name and
11263         abbreviated-home-dir.
11264         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11265         of the special code for when C-h bindings haven't been changed.
11266         (display-startup-echo-area-message): Use with-current-buffer.
11267         (command-line-1): Use a list of strings, rather than a list of lists
11268         of strings for longopts.
11270         * files.el (get-free-disk-space): Use / for default-directory.
11272         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11273         Use with-current-buffer.
11275         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11276         Recognize immutable variables like most-positive-fixnum.
11277         (byte-compile-setq-default): Check and warn if trying to assign
11278         to an immutable variable, or a non-variable.
11280         * progmodes/cc-vars.el (c-comment-continuation-stars):
11281         * progmodes/cc-engine.el (c-looking-at-bos):
11282         * progmodes/cc-cmds.el (c-toggle-auto-state)
11283         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11284         (c-comment-line-break-function): Add version of obsolescence.
11286 2009-08-28  Juri Linkov  <juri@jurta.org>
11288         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11289         associated with `archive-mode'.
11291         * image.el (image-type-header-regexps): Use only JPEG magic number
11292         to determine JPEG images, and don't use `image-jpeg-p' because
11293         Emacs can display non-JFIF non-Exif JPEG images.
11295 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11297         * arc-mode.el (archive-mode):
11298         * emacs-lisp/re-builder.el (re-builder-unload-function):
11299         Protect against the default value of `major-mode' being nil.
11301 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11303         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11304         Fix typos in docstrings.
11306         * progmodes/js.el (js--macro-decl-re): Doc fix.
11307         (js--plain-method-re, js--split-name): Refloc docstring.
11308         (js--class-styles, js--make-merged-item, js--splice-into-items):
11309         Fix typos in docstrings; reflow docstrings.
11310         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11311         (js--variable-decl-matcher, js--inside-pitem-p)
11312         (js--parse-state-at-point, js--get-all-known-symbols)
11313         (js--symbol-history, js-find-symbol, js--js-references)
11314         (js--moz-interactor, js--js-encode-value, js--read-tab):
11315         Fix typos in docstrings.
11317 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11319         * textmodes/reftex.el (reftex-get-file-buffer-force):
11320         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11321         * emulation/viper.el (viper-go-away, viper-set-hooks):
11322         * emacs-lisp/re-builder.el (re-builder-unload-function):
11323         * emacs-lisp/bytecomp.el (byte-compile-file):
11324         * ses.el (ses-unload-function):
11325         * hexl.el (hexl-find-file):
11326         * files.el (normal-mode):
11327         * ehelp.el (with-electric-help):
11328         * autoinsert.el (auto-insert-alist):
11329         * arc-mode.el (archive-mode):
11330         Use (default-value 'major-mode) instead of default-major-mode.
11332         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11333         * international/mule.el (load-with-code-conversion):
11334         * emacs-lisp/debug.el (debug):
11335         * ediff-vers.el (ediff-rcs-get-output-buffer):
11336         * dired.el (dired-internal-noselect): Don't let-bind
11337         default-major-mode around code that doesn't use it.
11338         E.g. buffer creation via get-buffer-create doesn't use it.
11340 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11342         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11343         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11344         when writing the temp file.  Otherwise, epa-file gets confused.
11345         (tramp-register-file-name-handlers): Make it a defun.  Move also
11346         `epa-file-handler' to the front of `file-name-handler-alist'.
11348 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11350         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11351         start right after a ^M.
11352         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11353         (tramp-completion-file-name-regexp-separate)
11354         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11355         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11356         Don't modify last-coding-system-used by accident.
11357         (tramp-completion-file-name-handler): Apply the checks here,
11358         instead during registration.
11359         (tramp-register-file-name-handlers): Renamed from
11360         `tramp-register-file-name-handler'.  Register both
11361         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11362         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11364 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11366         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11367         Remove variable ...
11368         (gdb-init-1, gdb-display-separate-io-buffer)
11369         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11370         references to it.
11371         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11372         (gdb-inferior-filter): Use comint-output-filter to stop
11373         echoing and remove ^M characters.
11375 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11377         * emulation/viper-init.el (viper-restore-cursor-type):
11378         * emulation/cua-base.el (cua--update-indications):
11379         Replace default-cursor-type with (default-value 'cursor-type).
11381         * mail/sendmail.el (mail-recover-1):
11382         * international/mule-diag.el (describe-current-coding-system-briefly)
11383         (describe-current-coding-system):
11384         * international/mule-cmds.el (select-safe-coding-system)
11385         (select-message-coding-system)
11386         (set-language-environment-coding-systems, set-locale-environment):
11387         * hexl.el (hexl-insert-multibyte-char):
11388         * dos-w32.el (find-buffer-file-type-coding-system):
11389         * simple.el (what-cursor-position):
11390         Replace uses of default-buffer-file-coding-system
11391         with (default-value 'buffer-file-coding-system).
11393         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11394         Replace uses of default-cursor-in-non-selected-windows
11395         with (default-value 'cursor-in-non-selected-windows).
11396         Use with-current-buffer.
11398         * mail/feedmail.el: Use CL macros.
11399         (feedmail-run-the-queue, feedmail-send-it-immediately):
11400         * dos-w32.el (find-buffer-file-type): Replace uses of
11401         default-buffer-file-type with (default-value 'buffer-file-type).
11403 2009-08-28  Glenn Morris  <rgm@gnu.org>
11405         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11406         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11407         Use default-value of major-mode rather than default-major-mode.
11409 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * Makefile.in (update-elcfiles): Report left over elc files.
11413         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11414         expand-file-name and with-current-buffer.
11415         (mail-get-names, mail-directory): Use with-current-buffer.
11417         * vc.el (vc-read-revision): New function.
11418         (vc-version-diff, vc-merge): Use it.
11420 2009-08-27  Sam Steingold  <sds@gnu.org>
11422         * simple.el (kill-do-not-save-duplicates): New user option.
11423         (kill-new): When it is non-nil, and the new string is the same as
11424         the latest kill, set replace to t to avoid duplicates in kill-ring.
11426 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11428         * net/tramp.el (tramp-handle-process-file): Do not flush all
11429         caches when `process-file-side-effects' is set.
11430         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11431         instead of `tramp-find-file-exists-command'.
11432         Unset `process-file-side-effects'.
11434 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11436         * net/tramp.el (tramp-methods): New method "rsyncc".
11437         (top): Add completion function for "rsyncc".
11438         (tramp-message-show-message): New defvar.
11439         (tramp-message, tramp-error): Use it.
11440         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11441         remote copying.
11442         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11443         `tramp-methods' entry `copy-env' of "rsyncc".
11444         (tramp-vc-registered-read-file-names): New defconst.
11445         (tramp-vc-registered-file-names): New defvar.
11446         (tramp-handle-vc-registered): Implement optimization strategy.
11447         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11448         (tramp-vc-file-name-handler): New defun.
11449         (tramp-get-ls-command, tramp-get-test-command)
11450         (tramp-get-file-exists-command, tramp-get-remote-ln)
11451         (tramp-get-remote-perl, tramp-get-remote-stat)
11452         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11454         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11455         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11456         timestamps.
11457         (tramp-get-file-property): Check for timestamps in
11458         `tramp-cache-inhibit-cache'.
11459         (tramp-set-file-property): Write timestamp.
11461 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11463         * language/japan-util.el (japanese-symbol-table): Add entries for
11464         cp932-2-byte.
11466         * international/characters.el: Add category `j' to cp932-2-byte.
11468 2009-08-27  Kenichi Handa  <handa@m17n.org>
11470         * international/fontset.el (build-default-fontset-data): New macro.
11471         (setup-default-fontset): Use build-default-fontset-data for CJK,
11472         tibetan, ethiopic, and ipa.
11474 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11477         (enable-multibyte-characters): Not customizable any more.
11479         * subr.el (default-mode-line-format, default-header-line-format)
11480         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11481         (default-direction-reversed, default-truncate-lines)
11482         (default-left-margin, default-tab-width, default-case-fold-search)
11483         (default-left-margin-width, default-right-margin-width)
11484         (default-left-fringe-width, default-right-fringe-width)
11485         (default-fringes-outside-margins, default-scroll-bar-width)
11486         (default-vertical-scroll-bar, default-indicate-empty-lines)
11487         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11488         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11489         (default-scroll-down-aggressively, default-fill-column)
11490         (default-cursor-type, default-buffer-file-type)
11491         (default-cursor-in-non-selected-windows)
11492         (default-buffer-file-coding-system, default-major-mode)
11493         (default-enable-multibyte-characters): Mark as obsolete.
11495 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11497         * vc-dir.el (vc-dir-update): Remove debug helper.
11499         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11501 2009-08-26  Sam Steingold  <sds@gnu.org>
11503         * simple.el (save-interprogram-paste-before-kill): New user option.
11504         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11505         save the interprogram-paste into kill-ring before overriding it
11506         with the Emacs kill.
11508 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11510         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11511         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11512         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11513         and move to vc-rcs.el.
11514         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11515         move to vc-rcs.el.
11516         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11517         (vc-rcs-update-changelog): Remove.
11518         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11519         and move to vc-rcs.el.
11521         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11522         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11523         renaming.
11524         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11525         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11526         vc.el, renamed to be RCS specific.
11528         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11529         New functions.
11530         (vc-cvs-update-changelog): Move here from vc.el.
11532         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11533         New functions.
11535 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11537         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11539 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11541         * vc-git.el (vc-git-register): Use "git add" for directories.
11542         (vc-git-stash, vc-git-stash-show): New functions.
11543         (vc-git-extra-menu-map): Bind them.
11545         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11546         directory correctly in case the item is a directory itself.
11548         * vc.el: Document the desired behavior for reverted files in the
11549         `added' state.
11550         (vc-default-prettify-state-info): Remove function, unused.
11552         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11554 2009-08-26  Glenn Morris  <rgm@gnu.org>
11556         * bindings.el (standard-mode-line-format): Reposition dashes in
11557         which-func entry.  (Bug#4217)
11559         * files.el (enable-local-variables, enable-local-eval)
11560         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11561         the defcustoms.
11562         (auto-mode-alist, ignored-local-variables)
11563         (save-some-buffers-action-alist): Move risky declarations to the
11564         definitions.
11565         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11566         (font-lock-defaults, format-alist, imenu--index-alist)
11567         (imenu-generic-expression, input-method-alist, minor-mode-alist)
11568         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11569         (mode-line-modified, mode-line-mule-info, mode-line-position)
11570         (mode-line-process, mode-line-remote, outline-level)
11571         (parse-time-rules, rmail-output-file-alist)
11572         (special-display-buffer-names, vc-mode):
11573         Move risky declarations to the relevant files.
11574         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11575         (mode-line-modified, mode-line-process, mode-line-position)
11576         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11577         * font-core.el (font-lock-defaults):
11578         * format.el (format-alist):
11579         * vc-hooks.el (vc-mode):
11580         * window.el (special-display-buffer-names):
11581         * international/mule-cmds.el (input-method-alist):
11582         Define riskiness here (dumped file) rather than in files.el.
11583         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11584         * imenu.el (imenu-generic-expression, imenu--index-alist):
11585         * outline.el (outline-level):
11586         * time.el (display-time-string):
11587         * calendar/parse-time.el (parse-time-rules):
11588         * mail/rmailout.el (rmail-output-file-alist):
11589         Autoload riskiness here, rather than placing in files.el.
11591 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
11593         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11595 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
11597         * simple.el (process-file-side-effects): New defvar.
11599         * dired-aux.el (dired-show-file-type):
11600         * vc.el (vc-diff-internal):
11601         * vc-arch.el (vc-arch-diff):
11602         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11603         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11604         * vc-git.el (vc-git-registered, vc-git-working-revision)
11605         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11606         (vc-git--empty-db-p):
11607         * vc-hooks.el (vc-user-login-name):
11608         * vc-svn.el (vc-svn-registered, vc-svn-state)
11609         (vc-svn-dir-extra-headers, vc-svn-find-revision):
11610         * progmodes/grep.el (grep-probe): Let-bind
11611         `process-file-side-effects' with nil.
11613         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11615         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11616         daemon.  Replace ping by checking for running service for bluez
11617         and zeroconf.  (Bug#4239)
11619 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11621         * net/dig.el (dig): Add autoload cookie.
11623 2009-08-25  Glenn Morris  <rgm@gnu.org>
11625         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11626         load-history for absolute file-names.
11627         (byte-compile-file-form-require): Warn about use of the cl package.
11629         * format.el (format-alist): Doc fix.
11631         * play/bubbles.el (top-level): Don't require cl at run-time.
11633         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11634         run-time cl).
11636 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11638         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11639         from cl package.
11640         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11642 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11644         * calc/calc-alg.el (math-trig-rewrite)
11645         (math-hyperbolic-trig-rewrite): New functions.
11646         (calc-simplify): Simplify trig functions when asked.
11648 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11650         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11652 2009-08-24  Kenichi Handa  <handa@m17n.org>
11654         * language/ind-util.el (mapthread): Delete it.
11655         (combinatorial): New function.
11656         (indian--puthash-cv): Use combinatorial instead of mapthread.
11658 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11660         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11661         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11662         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11663         Clarify docstring that the value is strings not symbols.
11664         (checkdoc-list-of-strings-p): New function.
11666 2009-08-22  Glenn Morris  <rgm@gnu.org>
11668         * files.el (auto-mode-alist):
11669         * hippie-exp.el (he-concat-directory-file-name):
11670         * lpr.el (lpr-windows-system, printer-name):
11671         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11672         * ps-print.el (ps-windows-system):
11673         * startup.el (command-line):
11674         * emulation/viper-ex.el (viper-glob-function):
11675         * international/mule-cmds.el (set-language-environment-coding-systems):
11676         * net/ange-ftp.el (ange-ftp-write-region):
11677         * obsolete/fast-lock.el (fast-lock-cache-name):
11678         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11679         unisoft-unix, vax-vms, win32, w32.
11681         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11682         given name if the pattern is not more specific.
11684         * calendar/lunar.el (lunar-phase-names): New option.
11685         (lunar-phase): Doc fix.
11686         (lunar-cycles-per-year): New constant.
11687         (lunar-index): New function.
11688         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11689         (lunar-phase-name): Use lunar-phase-names.
11690         (calendar-lunar-phases): Use format.
11691         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11693         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11694         Copy imenu-example--name-and-position function here for own use.
11695         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11697         * bs.el (bs--redisplay):
11698         * cus-edit.el (custom-redraw):
11699         * ibuffer.el (ibuffer-bury-buffer):
11700         * server.el (server-goto-line-column):
11701         * startup.el (command-line-1):
11702         * strokes.el (strokes-xpm-for-stroke):
11703         * term.el (term-display-buffer-line):
11704         * view.el (View-goto-line):
11705         * calc/calc.el (calc-do, calc-trail-buffer):
11706         * play/gamegrid.el (gamegrid-add-score-insecure):
11707         * progmodes/ada-mode.el (ada-compile-goto-error):
11708         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11709         (ebrowse-select-1st-to-9nth):
11710         * progmodes/cperl-mode.el (cperl-time-fontification):
11711         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11712         * progmodes/gud.el (gud-display-line):
11713         (idlwave-shell-display-line):
11714         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11715         * progmodes/make-mode.el (makefile-browser-toggle):
11716         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11717         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11718         * textmodes/picture.el (picture-draw-rectangle):
11719         * textmodes/reftex-index.el (reftex-index-goto-letter):
11720         (reftex-select-jump-to-previous):
11721         * textmodes/reftex-sel.el (reftex-find-start-point)
11722         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11723         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11724         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11725         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11726         * textmodes/two-column.el (2C-associated-buffer):
11727         Use forward-line rather than goto-line.
11729         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11730         goto-line.
11732         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11733         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11734         (quick-check-list-to-regexp): Declare.
11736         * progmodes/make-mode.el (makefile-browser-insert-selection):
11737         Use goto-char rather than goto-line.
11739         * progmodes/prolog.el (compilation-error-regexp-alist)
11740         (compilation-forget-errors): Declare.
11742 2009-08-22  Juri Linkov  <juri@jurta.org>
11744         * progmodes/grep.el (lgrep, rgrep): At the beginning
11745         set `dir' to `default-directory' unless `dir' is a non-nil
11746         readable directory.  (Bug#4052)
11747         (lgrep, rgrep): Change a weird way to report an error
11748         from using `read-string' to using `error'.
11749         Instead of using interactive arguments in the function body,
11750         add new argument `confirm'.
11752 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11754         * textmodes/remember.el (remember-buffer):
11755         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11756         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11757         (icalendar-extract-ical-from-buffer):
11758         * net/newst-treeview.el (newsticker-groups-filename):
11759         * net/newst-backend.el (newsticker-cache-filename):
11760         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11761         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11762         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11763         (speedbar-buffers-line-path, speedbar-path-line)
11764         (speedbar-buffers-line-path):
11765         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11766         (epg-sign-keys):
11767         * epa.el (epa-display-verify-result):
11768         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11770 2009-08-21  Glenn Morris  <rgm@gnu.org>
11772         * progmodes/js.el (inferior-moz-process): Fix declaration.
11774         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11776         * obsolete/rnewspost.el (news-mail-reply):
11777         Use goto-char rather than goto-line.
11779         * term/ns-win.el (ns-open-file-select-line):
11780         Use line-beginning-position rather than goto-line.
11782         * apropos.el (apropos-command):
11783         * ehelp.el (electric-helpify):
11784         * printing.el (pr-show-setup):
11785         * strokes.el (strokes-help):
11786         * tutorial.el (tutorial--describe-nonstandard-key)
11787         (tutorial--detailed-help):
11788         * woman.el (woman-mini-help, woman-display-extended-fonts):
11789         * calc/calc-help.el (calc-describe-key):
11790         * emulation/edt.el (edt-electric-helpify):
11791         * international/mule-diag.el (mule-diag):
11792         * play/yow.el (apropos-zippy):
11793         * progmodes/python.el (python-describe-symbol):
11794         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11795         * textmodes/table.el (*table--cell-describe-mode)
11796         (*table--cell-describe-bindings):
11797         Use help-print-return-message rather than the now obsolete alias.
11799         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11800         (calendar-cursor-to-visible-date):
11801         * play/5x5.el (5x5-position-cursor):
11802         * play/decipher.el (decipher):
11803         * play/gomoku.el (gomoku-goto-xy):
11804         * play/landmark.el (lm-goto-xy):
11805         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11806         (mpuz-paint-digit):
11807         Use forward-line, not goto-line.
11809         * mail/rmail.el (rmail-obsolete): Delete custom group.
11810         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11811         (rmail-remote-password, rmail-remote-password-required):
11812         Remove unneeded :set-after and :set properties.
11814 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11816         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11818 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11820         * loadup.el: Remove leftover macos code.
11822         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11823         Explicitly pass the date format to git blame so that user local
11824         so that the output format can be parsed.
11826 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11828         * net/dbus.el (top): Don't check for (getenv
11829         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11831 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11833         * log-edit.el (log-edit-strip-single-file-name): New var.
11834         (log-edit-insert-changelog): Use it.  Bug#3571
11836 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11838         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11839         Bug#3287
11841         * help.el (help-print-return-message): Rename from
11842         print-help-return-message.
11844         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11845         cvs-mode-map parent hack.
11846         (log-view-mode): Derive from special-mode.
11848         * linum.el (linum-mode): window-size-change-functions is redundant.
11849         Adapt to new window-configuration-change-hook behavior.
11850         (linum-after-size, linum-after-config): Remove.
11852         * imenu.el (imenu-example--name-and-position)
11853         (imenu-example--lisp-extract-index-name)
11854         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11855         Mark as obsolete.
11857         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11858         (inferior-prolog-mode): Use it.
11859         (inferior-prolog-load-file): Reset list of errors.
11861 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11863         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11865         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11867 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11869         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11870         is running already.
11872 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11874         * subr.el (listify-key-sequence-1): Use normal syntax since those
11875         integers are nowadays always represented by the same (positive) number
11876         on all platforms.
11877         (read-key-empty-map): New const.
11878         (read-key-delay): New var.
11879         (read-key): New function.
11880         (force-mode-line-update): Use with-current-buffer.
11881         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11882         (start-process-shell-command, start-file-process-shell-command):
11883         Discourage the use of command-args.
11885 2009-08-19  Glenn Morris  <rgm@gnu.org>
11887         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11889 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * simple.el (choose-completion-string): Don't rely on
11892         minibuffer-completing-file-name and ad-hoc checks to decide whether
11893         to continue completion or not.
11895         * minibuffer.el (minibuffer-hide-completions): New function.
11896         (completion--do-completion): Use it.
11897         (completions-annotations): New face.
11898         (completion--insert-strings): Use it.
11899         (completion-pcm--delim-wild-regex): Add docstring.
11900         (completion-pcm--string->pattern): Add support for 0-width delimiters
11901         in completion-pcm--delim-wild-regex.
11903 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11905         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11906         Remove unused var `buffer-modified-p'.
11908         * minibuffer.el (completion--do-completion): Move point for the #b001
11909         case as well (bug#4176).
11910         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11912 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11914         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11915         and :session buses.
11917 2009-08-18  Kenichi Handa  <handa@m17n.org>
11919         * international/ucs-normalize.el (ucs-normalize-version):
11920         Change to 1.1.
11921         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11922         (utf-8-hfs): Make it perform normalization on encoding too.
11924         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11925         (sentence-end-without-space): Delete duplicated chars.
11926         (sentence-end-base): Likewise.
11928         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11929         (html-mode): Delete duplicated chars from sentence-end-base.
11931         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11932         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11934 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11936         * files.el (hack-one-local-variable): If the mode function is for
11937         a minor mode, pass it an argument (Bug#4148).
11939 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
11941         * net/tramp.el (tramp-register-completion-file-name-handler):
11942         Check also for (member 'partial-completion completion-styles).
11944 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11946         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11947         abbrev (Bug#3943).
11949 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
11951         * progmodes/cperl-mode.el: Merge upstream 6.2.
11952         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11953         (cperl-forward-re): Check cperl-brace-recursing.
11954         (cperl-highlight-charclass): New function.
11955         (cperl-find-pods-heres): Use it.
11956         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11957         (cperl-beautify-regexp-piece): Fix column calculation.
11958         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11959         (cperl-beautify-level): Don't process entire regexp.
11960         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11961         calling man.
11962         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11963         (cperl-init-faces): Build a list in the normal way.
11965 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11967         * calendar/parse-time.el (parse-time-string-chars): Save match
11968         data.
11970 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11972         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11973         (sql-product): Use it.
11974         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11975         (sql-set-product): Add completion.
11976         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11977         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11978         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11979         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11980         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11981         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11982         (sql-highlight-db2-keywords): Remove.
11983         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11984         (sql-highlight-product): Use derived-mode-p.
11985         (sql-set-sqli-buffer): Use with-current-buffer.
11986         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11987         Simplify.
11989         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11991         * term.el: Fix commenting convention, turn comments into docstrings.
11993 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11995         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11997 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11999         * calendar/parse-time.el (parse-time-string-chars): Compute using
12000         character classes, to handle non-ascii characters (Bug#3190).
12002 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12004         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12005         another heredoc if the user adds another < (Bug#3226).
12007         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12008         Don't initialize based on window-system (Bug#4124).
12010         * facemenu.el (facemenu-read-color): Use a completion function
12011         that accepts any defined color, such as RGB triplets (Bug#3677).
12013         * files.el (get-free-disk-space): Change fallback default
12014         directory to /.  Expand DIR argument before switching to fallback.
12015         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12017 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12019         * files.el (load-library): Doc fix.
12021 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12023         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12024         (viper-if-string): Redefine C-s in the minibuffer to insert the last
12025         incremental search string.
12027         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12028         XEmacs.
12030         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12031         (ediff-merge-region-is-non-clash)
12032         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12033         Also check if the job is really a merge job.
12035         * ediff.el (ediff-current-file): New function.
12037 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12039         * progmodes/js.el: Edit docstrings throughout to follow Emacs
12040         conventions.
12041         (js-insert-and-indent): Delete function.
12042         (js-mode-map): Don't bind keys to js-insert-and-indent.
12043         (js-beginning-of-defun): Rename from js--beginning-of-defun.
12044         (js-end-of-defun): Rename from js--end-of-defun.
12045         (js-auto-indent-flag): Delete variable.
12047 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
12049         * progmodes/js.el: Remove proclaim statement.
12050         Defvar which-func-imenu-joiner-function to silence compiler.
12052         * files.el (auto-mode-alist): Use js-mode for .js files.
12054         * progmodes/js2-mode.el: Remove file.
12056         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12058         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12060         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12062 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
12063             Karl Landstrom  <karl.landstrom@brgeight.se>
12065         * progmodes/js.el: New file.
12067 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
12069         * timezone.el (timezone-parse-date): Add ability to understand ISO
12070         basic format (minimal separators) dates in addition to the
12071         already-supported extended format dates.
12073 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
12075         * international/ucs-normalize.el: Add a `coding' file variable.
12077         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12079 2009-08-14  Sam Steingold  <sds@gnu.org>
12081         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12083 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
12085         * faces.el (help-argument-name): Define it here instead of
12086         help-fns.el, because in daemon mode help-fns.el may be loaded when
12087         faces are still uninitialized (Bug#1078).
12089         * help-fns.el (help-argument-name): Move defface to faces.el.
12091 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
12093         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12094         create buffer with a pty but no process so that GDB can make the
12095         inferior the controlling process.
12097 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
12099         * international/ucs-normalize.el: New file.
12101 2009-08-13  Richard Stallman  <rms@gnu.org>
12103         * mail/rmail.el (rmail-get-attr-names):
12104         Accept an attribute header that is too short.
12106         * mail/rmail.el (rmail-forget-messages):
12107         Ignore nil elt in rmail-message-vector.  Use dotimes.
12109         * progmodes/compile.el (compilation-goto-locus):
12110         Use next-error-move-function.
12112         * simple.el (next-error-move-function): New variable.
12114 2009-08-12  Juri Linkov  <juri@jurta.org>
12116         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12117         always non-nil.  (Bug#4052)
12119         * replace.el (read-regexp): Return empty string when
12120         `default-value' is nil.
12121         (keep-lines-read-args): Don't use empty string as the
12122         default value for `read-regexp'.  (Bug#2495)
12124 2009-08-12  Juri Linkov  <juri@jurta.org>
12126         * international/mule-cmds.el (ucs-insert): Change arguments
12127         from `arg' to `character', `count', `inherit' to be the same
12128         as in `insert-char'.  Doc fix.  (Bug#4039)
12130         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12132 2009-08-12  Juri Linkov  <juri@jurta.org>
12134         * files-x.el: New file.
12136         * files.el: Move code that deals with adding/deleting
12137         file/directory-local variables to files-x.el.
12139         * Makefile.in (ELCFILES): Add files-x.elc.
12141 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12143         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12144         to use `goto-line'.
12145         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12146         `goto-line'.
12147         (gdb-invalidate-disassembly): Do not refresh upon receiving
12148         'update signal.  Instead, update all disassembly buffers only after
12149         threads list.
12150         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12151         (gdb-starting): Moved -data-list-register-names...
12152         (gdb-stopped): ...here so it's sent when first thread stops.
12153         (gdb-registers-handler-custom): Do nothing if register names are
12154         unknown yet.
12156         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12157         from `gdb-mi.el' to avoid extra tangling.
12159         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12160         change which breaks `gud-def' definitions used in `gdb'.
12161         (gdb-update-gud-running): No extra fuss for updating frame number.
12163 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12165         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12166         (describe-language-environment-map, setup-language-environment-map)
12167         (set-coding-system-map): Move initialization into declaration.
12168         (set-language-info-alist): Last arg to define-key-after can be skipped.
12170         * international/quail.el (quail-completion-1): Simplify.
12171         (quail-define-rules): Use slightly more compact code.
12172         (quail-insert-decode-map): Propertize keys, compact columns.
12174         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12175         Add goto-line.
12177 2009-08-10  Miles Bader  <miles@gnu.org>
12179         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12180         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12181         (js2-instance-member, js2-private-member, js2-private-function-call)
12182         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12183         (js2-magic-paren, js2-external-variable):
12184         Remove "-face" suffix from face names.
12185         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12186         (js2-highlight-undeclared-vars, js2-peek-token)
12187         (js2-parse-function-params, js2-mode-show-errors)
12188         (js2-mode-show-warnings, js2-make-magic-delimiter)
12189         (js2-mode-highlight-magic-parens): Update to use new face names.
12191 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12193         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12194         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12196 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12198         * subr.el: Provide hashtable-print-readable.
12200         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12201         hs-c-like-adjust-block-beginning.
12202         (hs-hide-block-at-point): Stop hiding at the beginning of
12203         hs-block-end-regexp (Bug#700).
12205 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12207         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12208         a macro.
12209         (gdb-registers-handler-custom): Do not fail when register names
12210         are unavailable.
12212 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12214         * progmodes/gdb-mi.el (gdb-control-all-threads)
12215         (gdb-control-current-thread): Interactive setters for
12216         `gdb-gud-control-all-threads' to use in menu.
12217         (gdb-show-run-p): Show «Go» when process is not active.
12218         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12219         gud/thread.xpm and gud/all.xpm.
12221 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12223         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12224         (nslookup-font-lock-keywords): Make it a variable.
12225         (net-utils-mode): New mode for viewing diagnostic network output.
12226         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12227         (net-utils-run-simple): New function.
12228         (ifconfig, iwconfig, netstat, arp, route): Use it.
12230 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12232         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12233         (gdb-memory-set-address, def-gdb-set-positive-number)
12234         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12235         after changing settings.
12236         (gdb-invalidate-disassembly): Update when first shown.
12237         (gdb-edit-locals-value): Fixed.
12238         (gdb-registers-handler-custom): Print registers in right order and
12239         allow changing register values (only for current thread yet).
12240         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12241         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12242         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12243         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12244         info in mode name.
12245         (gdb-registers-mode-map): TAB to switch to locals.
12247 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12249         * mail/rmail.el (rmail-add-mbox-headers)
12250         (rmail-set-message-counters-counter): Search for
12251         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12253 2009-08-08  Glenn Morris  <rgm@gnu.org>
12255         * Makefile.in (ELCFILES): Update.
12257 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12259         * mail/sendmail.el (mail-yank-original): Set
12260         buffer-file-coding-system from the one used by the message whose
12261         text is yanked.
12263         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12264         to "windows" when "pgnuplot" is used.
12265         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12266         call accept-process-output if "pgnuplot" is used.
12267         (calc-graph-init): Don't send -display and -geometry to
12268         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12269         running "pgnuplot -V" with shell-command-to-string.
12271         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12272         the default.
12274 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12276         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12277         org/org-latex.elc.
12279 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12281         * vc-dispatcher.el (vc-resynch-window): Update comment.
12283         * term.el (term-handle-ansi-escape): Add comments with the
12284         terminfo capabilities implemented.
12286 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12288         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12289         (gdb-var-create-handler): Rewritten using JSON parser.
12290         (gdb-propertize-header): Moved earlier.
12291         (gdb-set-header): Removed to avoid duplication.
12292         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12293         Refresh disassembly buffers only after threads list have been
12294         update.
12295         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12296         variables.
12298 2009-08-04  Juri Linkov  <juri@jurta.org>
12300         * files.el: Commands to add/delete file/directory-local variables.
12301         (read-file-local-variable, read-file-local-variable-value)
12302         (read-file-local-variable-mode, modify-file-local-variable)
12303         (modify-file-local-variable-prop-line)
12304         (modify-dir-local-variable): New functions.
12305         (add-file-local-variable, delete-file-local-variable)
12306         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12307         (add-dir-local-variable, delete-dir-local-variable)
12308         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12309         (copy-dir-locals-to-file-locals-prop-line): New commands.
12311 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12313         * abbrev.el (insert-abbrev-table-description): Prettify output.
12314         Suggested by Karl Chen.
12316 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12318         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12319         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12320         (gdb-overlay-arrow-position, gdb-thread-position)
12321         (gdb-disassembly-position): Declare variables.
12322         (gdb-wait-for-pending): Function now.
12323         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12324         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12325         compilation goes smoothly.
12326         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12327         (gdb-non-stop-setting): New customization setting which replaces
12328         `gdb-non-stop' so changing it doesn't break active GDB session.
12329         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12330         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12331         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12332         (gdb-show-threads-by-default): New customization options.
12333         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12334         routines.
12335         (gdb-get-buffer-create): Send buffers update signal when they are
12336         created.
12337         (gdb-invalidate-locals, gdb-invalidate-registers)
12338         (gdb-invalidate-breakpoints)
12339         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12340         (gdb-invalidate-memory): Accept update signal.
12341         (gdb-current-context-command): Use --frame option.
12342         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12343         Implement `gdb-frame-number' selection logic.
12344         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12345         whether to show GUD toolbar buttons.
12346         (gdb-thread-exited): Unselect current thread when it exits.
12347         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12348         (gdb-mark-line): Routine which sets overlay arrow or inverses
12349         video on fringeless displays.
12350         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12351         to build aligned columns of data in GDB buffers and set text
12352         properties line-by-line.
12353         (gdb-invalidate-breakpoints)
12354         (gdb-breakpoints-list-handler-custom)
12355         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12356         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12357         (gdb-registers-handler-custom): Align data columns.
12358         (gdb-locals-handler-custom): Now prints data like in variable
12359         declarations.
12360         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12361         Removed confusing buttons.
12362         (gdb-invalidate-threads): Append --frame.
12363         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12364         between breakpoints/threads buffers.
12365         (gdb-set-window-buffer): Now can ignore dedicated windows.
12366         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12367         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12368         (def-gdb-thread-buffer-gud-command): Replaces
12369         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12370         for fine thread control.
12371         (gdb-preempt-existing-or-display-buffer): New function used to
12372         display bound buffers without breaking window layout.
12373         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12374         (gdb-select-frame): New version of `gdb-frames-select' which now
12375         sets `gdb-frame-number' so commands may use --frame option instead
12376         of inner debugger state.
12377         (gdb-frame-handler): Do not set `gdb-frame-number'.
12378         (gdb-threads-mode-map): Select threads with mouse.
12380         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12381         avoid compilation warning.
12382         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12383         `gdb-show-stop-p`.
12385         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12386         Argument `key' renamed to `buffer-type'.
12387         (gdb-current-context-buffer-name): Do not add thread info to
12388         buffer name when no thread is selected.
12389         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12390         command (bug 3794).
12391         (gdb-thread-selected): Handle `=thread-selected' notification.
12392         (gdb-wait-for-pending): New macro to deal with congestion problems.
12393         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12394         breakpoints.
12395         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12396         This fixes problem similar to one described in bug 3947.
12397         (gud-menu-map): More menu items.
12398         (gdb-init-1): Reset `gdb-thread-number' to nil.
12400         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12401         non-stop settings.
12403         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12404         (gdb-current-context-command): Do not append --thread if
12405         `gdb-thread-number' is nil.
12406         (gdb-running-threads-count, gdb-stopped-threads-count): New
12407         variables.
12408         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12409         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12410         customization options.
12411         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12412         GUD commands.
12413         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12414         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12415         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12416         set `gdb-thread-number' and update `gud-running' properly.
12417         (gdb-running): Update threads list when new threads appear.
12418         (gdb-stopped): Support non-stop operation and new thread switching
12419         logic.
12420         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12421         (gdb-json-partial-output): New set of JSON routines.
12422         (def-gdb-auto-update-trigger): New `signal-list' optional
12423         argument.
12424         (gdb-thread-list-handler-custom): Update `gud-running',
12425         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12426         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12427         (gdb-continue-thread, gdb-step-thread): New commands for fine
12428         thread execution control.
12429         (gud-menu-map): New menu items to switch non-stop options.
12430         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12431         (gdb-send): Mimic RET properly (bug 3794).
12433         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12434         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12435         gdb-buffer-rules.
12436         (def-gdb-auto-update-handler): New nopreserve optional argument.
12437         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12439         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12440         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12441         (gdb-parent-mode): New mode to derive other GDB modes from.
12442         (gdb-display-disassembly-for-thread)
12443         (gdb-frame-disassembly-for-thread): New commands for threads
12444         buffer.
12446         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12447         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12448         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12449         (gdb-update): We now store all GDB buffers in a list so that they
12450         can be updated by traversing a list instead of calling invalidate
12451         triggers explicitly.
12452         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12453         pair for GDB buffer.
12454         (gdb-stack-buffer-name): Add thread information.
12455         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12456         handle pending triggers.
12457         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12458         (def-gdb-thread-buffer-simple-command)
12459         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12460         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12461         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12462         New commands which show buffers bound to thread.
12463         (gdb-stack-list-locals-regexp): Removed unused regexp.
12465         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12466         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12467         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12468         to (gud-comint-buffer) in *-buffer-name functions
12469         because (gdb-get-target-string) already does that.
12470         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12471         (gdb-changed-registers-handler): Rewritten without regexps.
12473         * progmodes/gdb-mi.el: Basic thread selection support.
12474         (gdb-thread-number): New variable.
12475         (gdb-current-context-command): New macro which adds --thread
12476         option to command.
12477         (gdb-threads-mode-map): Select thread with SPC.
12478         (gdb-thread-list-handler-custom): Mark current thread with overlay
12479         arrow.  Synchronize GDB thread and Emacs thread.
12480         (gdb-select-thread): New command which selects current thread.
12481         (gdb-invalidate-frames, gdb-invalidate-locals)
12482         (gdb-invalidate-registers): Use --thread option.
12484 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12486         * net/tramp.el (top): Make check for tramp-gvfs loading more
12487         robust.  (Bug#3977)
12488         (tramp-handle-insert-file-contents): `unwind-protect' must be
12489         inside `with-parsed-tramp-file-name'.
12491         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12492         fails.
12494 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12496         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12497         directory if CLASSPATH is not set.
12499 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12501         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12502         New defconst.
12503         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12505 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12507         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12508         Update freshmeat link.  Delete newsforge.com as it seems gone.
12510 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12512         * select.el (x-set-selection): Doc fix (Bug#4021).
12514         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12516         * help-fns.el (describe-variable): Treat list return values from
12517         dir-locals-find-file properly (Bug#4005).
12519 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12521         * net/tramp.el (tramp-debug-message): Print also microseconds.
12523 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12525         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12526         or END is non-nil.
12527         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12528         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12529         format.
12531         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12532         (tramp-get-file-property): Use it.
12534         * autorevert.el (auto-revert-handler): Allow
12535         `auto-revert-tail-mode' for remote files.
12537 2009-08-02  Jason Rumney  <jasonr@gnu.org>
12539         * minibuffer.el (read-file-name): Treat confirm options to
12540         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
12542 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12544         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12545         (font-lock-variable-name-face, font-lock-constant-face): Darken
12546         the colors for light backgrounds.
12548 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
12550         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12551         month names.  (Bug#3987)
12553 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
12555         * simple.el (line-move-finish): Pass whole number to
12556         line-move-to-column.
12557         (line-move-visual): Perform hscroll to the recorded position.
12559 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
12561         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12563 2009-07-29  Alan Mackenzie  <acm@muc.de>
12565         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12567 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
12569         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12570         (gdb-place-breakpoints): Use full path when setting breakpoints.
12572 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
12574         * calc/calc.el (calc-mode-map): Add keybinding for
12575         `calc-transpose-lines'.
12577 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
12579         * calc/calc-misc.el (calc-transpose-lines): New function.
12581 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
12583         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12584         Simplify check for out-of-band methods.
12585         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12586         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
12588 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
12590         * vc-git.el (vc-git-checkin): Fix typo.
12592 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
12594         * progmodes/js2-mode.el: New file.
12596 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
12598         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12599         (gud-menu-map): Adjust tooltip accordingly.
12601 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12603         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12604         (vc-bzr-log-view-mode): Adjust log-view-file-re.
12606         * add-log.el (change-log-mode-map): Add a menu.
12608 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
12610         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12611         function returns nil.
12612         (dbus-handle-event): Handle special return value :ignore.
12613         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12615 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
12617         * view.el (view-mode-enable): Don't define Helper-return-blurb if
12618         it's not needed.
12620 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
12622         Fix Bug#3888:
12624         * w32-vars.el (x-select-enable-clipboard): Doc fix.
12626         * term/pc-win.el (x-display-name, x-colors)
12627         (x-select-enable-clipboard, x-select-text): Doc fix.
12629         * term/common-win.el (x-display-name, x-colors): Doc fix.
12631         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12632         (xw-defined-colors): Doc fix.
12634         * w32-fns.el (x-select-text, x-setup-function-keys)
12635         (x-get-selection, x-set-selection): Doc fix.
12637         * term/x-win.el (x-select-text, x-setup-function-keys)
12638         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12640         * select.el (x-set-selection): Doc fix.
12642 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12644         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12645         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12646         "IsNSSSupportAvailable" method is not available.  Reported by
12647         Steve Youngs <steve@sxemacs.org>.
12649 2009-07-24  Kenichi Handa  <handa@m17n.org>
12651         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12652         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12653         (build-unicode-category-table): Fix range checks.
12655 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12657         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12658         the buffer we try to sync is current when calling
12659         vc-resynch-buffer.
12661         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12662         not show up to date files.
12664 2009-07-24  Glenn Morris  <rgm@gnu.org>
12666         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12667         Add autoload cookies.  If necessary, initialize.
12668         (elint-log): Handle non-file buffers.
12669         (elint-initialize): Add optional argument to reinitialize.
12670         (elint-find-builtin-variables): Save excursion.
12672 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12674         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12675         for Lint.
12677 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12679         * vc.el (vc-print-log-internal): New function, split out from ...
12680         (vc-print-log): ... here.
12681         (vc-dir-move-to-goal-column): Declare.
12683         * vc-git.el (vc-git-add-signoff): New variable.
12684         (vc-git-checkin): Use it.
12685         (vc-git-toggle-signoff): New function.
12686         (vc-git-extra-menu-map): Bind it to menu.
12687         (vc-git--run-command-string): Accept a nil FILE argument.
12688         (vc-git-stash-list): New function.
12689         (vc-git-dir-extra-headers): Use it.
12691 2009-07-23  Glenn Morris  <rgm@gnu.org>
12693         * help-fns.el (describe-variable): Describe ignored and risky local
12694         variables in a similar way to that in which we describe safe ones.
12696         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12697         (byte-compile-output-file-form, byte-compile-output-docform)
12698         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12699         Give some more local variables with common names a "bytecomp-" prefix,
12700         so as not to shadow things during compilation.
12701         * emacs-lisp/cl-macs.el (load-time-value)
12702         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12703         `outbuffer' to `bytecomp-outbuffer'.
12705         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12706         since the next two variables cover them automatically now.
12707         (elint-builtin-variables, elint-autoloaded-variables): New.
12708         (elint-unknown-builtin-args): Remove all members, since they can be
12709         parsed automatically now.
12710         (elint-extra-errors): New.
12711         (elint-env-add-env, elint-env-add-macro): Use cadr.
12712         (elint-current-buffer): Use or.  Change final message.
12713         (elint-get-top-forms): Use line-end-position.
12714         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12715         and defalias.
12716         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12717         (regexp-assoc): Remove unused function.
12718         (elint-top-form): Set elint-current-pos, to record the start of the
12719         top-level form, for compilation-mode.
12720         (elint-form): Trap errors in macro expansion.  Use dolist.
12721         (elint-unbound-variable): Use elint-builtin-variables and
12722         elint-autoloaded-variables.
12723         (elint-get-args): Use cadr, or.
12724         (elint-check-cond-form): Use dolist, cadr.
12725         (elint-check-condition-case-form): Doc fix.  Use cadr.
12726         Use elint-extra-errors.
12727         (elint-log): New function.
12728         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12729         Distinguish errors and warnings.
12730         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12731         Use a bytecomp-style format.
12732         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12733         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12734         Don't truncate lines.
12735         (elint-initialize): Set builtin and autoloaded variable lists.
12736         Only process elint-unknown-builtin-args if non-nil.
12737         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12738         New functions.
12739         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12741 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12743         * net/newst-backend.el (newsticker--parse-atom-1.0)
12744         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12745         (newsticker--parse-rss-1.0):
12746         * progmodes/idlwave.el (idlwave-mode):
12747         * progmodes/idlw-shell.el (idlwave-shell-mode):
12748         * progmodes/vera-mode.el (vera-mode):
12749         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12750         * progmodes/vhdl-mode.el (vhdl-mode):
12751         * textmodes/table.el (table-generate-source)
12752         (table--warn-incompatibility):
12753         Hyperlink urls in docstrings with URL `...'.
12755 2009-07-22  Glenn Morris  <rgm@gnu.org>
12757         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12758         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12759         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12760         Remove leading * from defcustom docs.
12762         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12764         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12765         defcustom doc.
12766         (list-load-path-shadows): Optionally, just return shadows as a string.
12768         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12770 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12772         * mail/rmailedit.el (rmail-edit-mode): Use
12773         auto-save-include-big-deletions.
12775         * mail/rmail.el (rmail-variables): Use
12776         auto-save-include-big-deletions.
12778         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12779         changes.
12781 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12783         * calc/calc.el (calc-undo-length): New variable.
12784         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12786 2009-07-21  Richard Stallman  <rms@gnu.org>
12788         * files.el (auto-save-mode): Handle buffer-save-size = -2
12789         for toggling mode.
12791 2009-07-21  Glenn Morris  <rgm@gnu.org>
12793         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12795         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12797         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12798         silence compiler.  Instead...
12799         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12800         (ps-print-ensure-fontified): Update for above function name changes.
12802         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12803         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12804         silence compiler.  Instead...
12805         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12806         (mh-show-buffer): Only define for compiler.
12807         (pr-mh-current-message): Update for above function name changes.
12809         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12810         as an argument.
12811         (find-file-noselect, insert-file-1): Update for above change.
12813         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12815         * mail/mailclient.el (mailclient-send-it): Fix message.
12817         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12818         (edebug-eval): Check cl-debug-env is bound.
12819         (print-level, print-circle): Don't redefine built-in variables.
12821         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12822         (custom-print-vectors): Remove old comments from doc.
12824         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12825         (emerge-version): Make the variable an obsolete alias for the
12826         emacs-version variable.  Make the function obsolete.
12827         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12828         Emerge options, rather than merging in into the main Options menu.
12829         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12830         and auto advance modes.  Disable edit/fast items when not relevant.
12832 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12834         * term/vt420.el (terminal-init-vt420): Fix typo.
12836 2009-07-20  Sam Steingold  <sds@gnu.org>
12838         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12839         variable (removed from compile.el on 2004-03-11).
12841 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12843         * files.el (hack-local-variables-filter): Fix last change.
12845 2009-07-19  Juri Linkov  <juri@jurta.org>
12847         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12848         (dir-local-variables-alist): New buffer-local variable.
12849         (hack-local-variables-filter): If variable is not dir-local,
12850         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12851         because file-local overrides dir-local.
12852         (c-postprocess-file-styles) <declare-function>:
12853         Remove obsolete declaration.
12854         (hack-dir-local-variables): Add dir-local variable/value pair to
12855         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12857         * help-fns.el (describe-variable): Add information about
12858         file-local and dir-local variables.
12860 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12862         * files.el (hack-local-variables-filter): Rewrite.
12864 2009-07-19  Glenn Morris  <rgm@gnu.org>
12866         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12867         Silence compiler by only defining on XEmacs.
12869         * international/mule.el (auto-coding-regexp-alist): Only match
12870         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12872         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12873         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12874         (cal-menu-context-mouse-menu): Doc fix.
12876         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12878         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12880 2009-07-18  Juri Linkov  <juri@jurta.org>
12882         * info.el: Virtual Info keyword finder.
12883         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12884         (Info-finder-file): New variable.
12885         (Info-finder-find-file): New function.
12886         (finder-known-keywords, finder-package-info)
12887         (find-library-name, lm-commentary): Use defvar and
12888         declare-function to silence compiler warnings.
12889         (Info-finder-find-node): New function.
12890         (info-finder): New command.
12892         * subr.el (process-kill-buffer-query-function): New function.
12893         (add-hook)<kill-buffer-query-functions>: Add hook
12894         `process-kill-buffer-query-function'.
12896 2009-07-18  Alan Mackenzie  <acm@muc.de>
12898         * progmodes/cc-mode.el (c-before-hack-hook)
12899         (c-postprocess-file-styles): Give invocation of `c-set-style'
12900         DONT-OVERRIDE parameter of t.  Already set style variables will
12901         thus not be overridden by style settings given by `c-file-syle'.
12903         * files.el (hack-local-variables-filter): Remove entries with
12904         duplicate keys from `file-local-variables-alist'.
12906 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12908         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12909         x-set-selection if display-selections-p returns nil for the
12910         current frame.
12912 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12914         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12916 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12918         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12919         Accept nil in addition to a regexp.
12920         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12921         Accept nil in addition to a regexp.
12922         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12923         buffers that have an associated file.  Handle nil values of
12924         desktop-buffers-not-to-save and desktop-files-not-to-save.
12925         (Bug#3833)
12927         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12928         (x-disown-selection-internal): New functions.
12930 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12932         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12933         warning.
12934         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12935         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12937 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
12939         * simple.el (set-mark): Revert last change.
12941 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
12943         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12944         rendering of pngs is not possible instead of messaging a long
12945         description.
12947 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
12949         * w32-fns.el (x-selection-owner-p): New function.
12951         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12952         (mouse-yank-at-click, mouse-yank-primary): If
12953         select-active-regions is non-nil, deactivate the mark before
12954         insertion.
12956         * simple.el (deactivate-mark, set-mark): Only save selection if we
12957         own it.
12959 2009-07-17  Kenichi Handa  <handa@m17n.org>
12961         * case-table.el (describe-buffer-case-table): Fix for the case
12962         that KEY is a cons.
12964 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
12966         * vc-rcs.el (vc-rcs-find-file-hook):
12967         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12969 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
12971         * net/tramp.el (tramp-wait-for-output): Handle the case when
12972         commands do not return a newline but a null byte before the shell
12973         prompt.  (Bug#3858)
12975 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12977         * term/ns-win.el (ns-set-alpha): Don't declare.
12978         (ns-set-background-alpha): Remove function.
12980 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12982         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12983         y-or-n-p, for safety.
12985 2009-07-16  Richard Stallman  <rms@gnu.org>
12987         * files.el (auto-save-mode): If buffer-saved-size is -2,
12988         don't clobber it.
12990         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12991         (rmail-retry-ignored-headers): Add more uninteresting fields.
12993 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12995         * net/rcirc.el (rcirc): Use history variables.
12996         (rcirc-server-name-history, rcirc-nick-name-history)
12997         (rcirc-server-port-history): New variables.
12999 2009-07-15  Kenichi Handa  <handa@m17n.org>
13001         * international/mule-cmds.el (set-language-environment-charset):
13002         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13003         ignore them.
13005         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13006         Delete unibyte-display.
13008 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13010         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13012 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13014         * simple.el (deactivate-mark): Optional argument FORCE.
13015         (set-mark): Use deactivate-mark.
13017         * info.el (Info-search): No need to check transient-mark-mode
13018         before calling deactivate-mark.
13020         * select.el (x-set-selection): Doc fix.
13021         (x-valid-simple-selection-p): Allow buffer values.
13022         (xselect--selection-bounds): Handle buffer values.  Suggested by
13023         David De La Harpe Golden.
13025         * mouse.el (mouse-set-region, mouse-drag-track): Call
13026         copy-region-as-kill before setting the mark, to let
13027         select-active-regions work.
13029 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
13031         * simple.el (deactivate-mark): If select-active-regions is
13032         non-nil, copy the selection data into a string.
13033         (activate-mark): If select-active-regions is non-nil, set the
13034         selection to the current buffer.
13035         (set-mark): Update selection if select-active-regions is non-nil.
13037         * select.el (x-valid-simple-selection-p): Allow buffer values.
13039 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13042         and more featureful message-mode.
13044 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
13046         * select.el (x-set-selection): Doc fix.
13047         (x-valid-simple-selection-p): Disallow selection data consisting
13048         of a list or cons of integers, since that is not used.
13049         (xselect--selection-bounds, xselect--int-to-cons): New functions.
13050         (xselect-convert-to-string, xselect-convert-to-length)
13051         (xselect-convert-to-filename, xselect-convert-to-charpos)
13052         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13054 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
13056         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13057         output in -break-info command (Emacs bug #3794).
13059 2009-07-14  Glenn Morris  <rgm@gnu.org>
13061         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13062         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13063         (edebug-print-length, edebug-print-level, edebug-print-circle)
13064         (edebug-sit-for-seconds, edebug-view-outside)
13065         (edebug-bounce-point, edebug-set-global-break-condition)
13066         (edebug-Go-nonstop-mode, edebug-trace-mode)
13067         (edebug-Trace-fast-mode, edebug-continue-mode)
13068         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13069         (edebug-visit-eval-list): Doc fixes.
13071         * subr.el (def-edebug-spec): Doc fix.
13073 2009-07-14  Kenichi Handa  <handa@m17n.org>
13075         * international/characters.el: Fix setting of category ?C.
13077 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
13079         * term/ns-win.el (x-select-font): defalias x-select-font to
13080         ns-popup-font-panel instead of generate-fontset-menu.
13082 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
13084         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
13086 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
13088         * arc-mode.el (archive-find-type): Allow for a PK00 string before
13089         the PK\003\004 header (Bug#3770).
13091 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
13093         * pcomplete.el (pcomplete-comint-setup): Check for
13094         shell-dynamic-complete-filename too.
13096 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
13098         * simple.el (temporary-goal-column): Change the value for
13099         line-move-visual to a cons cell.
13100         (line-move-visual): Record or set the window hscroll, if
13101         necessary (Bug#3494).
13102         (line-move-1): Handle cons value of temporary-goal-column.
13104 2009-07-11  Kenichi Handa  <handa@m17n.org>
13106         * international/mule-diag.el (describe-character-set): Don't show
13107         width.
13109 2009-07-10  Sam Steingold  <sds@gnu.org>
13111         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13112         Omake sometimes indents the errors it prints, so allow all
13113         regexps to start with spaces.
13115 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
13117         * cus-edit.el (customize-changed-options-previous-release):
13118         Bump value to 22.1.  (Bug#3804)
13120 2009-07-08  Sam Steingold  <sds@gnu.org>
13122         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13123         to be a cons cell (test . ignored-directory) to selectively ignore
13124         some directories depending on the location of the search.
13126 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
13128         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13129         remote user is root, on the local host.
13130         (tramp-local-host-p): Either the local user or the remote user
13131         must be root.  (Bug#3771)
13133 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13135         * progmodes/gdb-mi.el (gdb): Remove description of
13136         gdb-use-separate-io-buffer.
13137         (menu): Don't allow toggling of or enable
13138         gdb-use-separate-io-buffer from menubar.
13140 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13142         * mail/unrmail.el (unrmail): Make sure the message ends with two
13143         newlines (Bug#3769).
13145 2009-07-08  Glenn Morris  <rgm@gnu.org>
13147         * calendar/calendar.el (calendar-current-date): Rework previous change.
13149 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13151         * calendar/calendar.el (calendar-current-date):
13152         Add an optional argument giving an offset from today.
13154 2009-07-08  Glenn Morris  <rgm@gnu.org>
13156         * tutorial.el (tutorial--describe-nonstandard-key):
13157         Adjust the message for when a key has been unbound.
13158         (help-with-tutorial): Hide the arch-tag.
13160 2009-07-08  Kenichi Handa  <handa@m17n.org>
13162         * international/fontset.el (setup-default-fontset): For each
13163         script, append (not set) font-specs.
13165         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13166         docstring.
13168 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13170         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13171         -data-list-register-names to ...
13172         (gdb-starting): ... here because GDB 7.0 requires execution to
13173         have started when using this MI command.
13174         (gdb-set-header): New function to distinguish select and
13175         unselected tabs in gdb buffers.
13176         (gdb-propertize-header): New macro that uses gdb-set-header.
13177         (gdb-breakpoints-header, gdb-locals-header): Use it.
13178         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13180 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13182         * Makefile.in (ELCFILES): Remove fadr.elc.
13184 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13186         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13187         may contain frame information, so `string-match' should be used.
13188         (gdb-update): Disassembly is invalidated through
13189         `gdb-get-selected-frame'.
13190         (gdb-pad-string): New function to pad string with spaces.
13191         (gdb-invalidate-disassembly): Invalidate only if the buffer
13192         exists.
13193         (gdb-disassembly-handler-custom): Column alignment.
13194         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13195         placing new ones.
13196         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13197         end of line, too.
13198         (gdb-frame-handler): Match convention to for disassembly buffer
13199         mode name.
13200         (gdb-stack-list-frames-handler): Rewritten without regexps.
13201         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13202         not highlight breakpoints without line information.
13203         (gdb-input): Add trailing newline to command.
13205         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13206         buffer properly.
13207         (gdb-breakpoints-list-handler-custom): Replacement for
13208         `gdb-break-list-handler'.  Using real parser instead of regexps
13209         now.
13210         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13211         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13212         to place breakpoints.
13213         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13214         functions.
13215         (gdb-disassembly-handler-custom): Show overlay arrow.
13216         (gdb-disassembly-place-breakpoints): Show breakpoints in
13217         disassembly buffer.
13218         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13219         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13220         instead of parsing breakpoints buffer.  Fixed old menu references
13221         in `gud-menu-map'.
13223         * fadr.el: Remove.
13225         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13226         (gdb-memory-address): New variable which holds top address of
13227         memory page shown in memory buffer.
13228         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13229         customization variables.
13230         New functions:
13231         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13232         display the memory buffer.
13233         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13234         buffer display parameters.
13235         (def-gdb-memory-format, gdb-memory-format-binary)
13236         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13237         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13238         Functions for setting memory buffer format.
13239         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13240         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13241         unit size used in memory buffer.
13242         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13243         to next/previous page of memory buffer.
13244         Now using (bindat-get-field) instead of fadr functions.
13246 2009-07-07  Sam Steingold  <sds@gnu.org>
13248         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13249         non-top-level files.
13251 2009-07-07  Kenichi Handa  <handa@m17n.org>
13253         * international/mule-cmds.el (reset-language-environment): Put
13254         the highset priority to the charset iso-8859-1.
13256 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13258         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13259         to the end of the line when locating the block (Bug#700).
13261 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13263         * net/tramp.el (tramp-handle-write-region): Flush file properties
13264         in case of short track.
13266 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13268         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13269         Coded custom representation of verilog error regular expressions
13270         to work with Emacs-22's new format.
13271         (verilog-error-regexp-xemacs-alist): Coded custom representation
13272         of verilog error regular expressions to work with XEmacs format.
13273         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13274         error recognition into XEmacs.
13275         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13276         error recognition into Emacs-22.
13278 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13280         * woman.el: Remove stand-alone closing parentheses.
13281         (woman-file-name, woman2-format-paragraphs)
13282         (woman-leave-blank-lines): Code cleanup.
13283         (woman-use-own-frame): Change default to nil.
13284         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13285         defaults to inherit from default faces.
13286         (woman2-process-escapes): Consume the newline after a stand-alone
13287         filler character (Bug#3651).
13289 2009-07-06  Glenn Morris  <rgm@gnu.org>
13291         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13292         (top-level): Move provide to the end.
13293         (ffap): Remove defunct URL from custom group.
13295         * subr.el (eval-after-load): Doc fix.
13297 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13299         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13300         `calc-embedded-word' is called twice.
13302 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13304         * files.el (find-alternate-file-other-window, find-alternate-file):
13305         Obey confirm-nonexistent-file-or-buffer.
13307 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13309         * dired-aux.el (dired-show-file-type): Handle remote files.
13311 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13313         * desktop.el (desktop-globals-to-save):
13314         Add file-name-history (Bug#2750).
13316 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13318         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13320 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13322         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13323         property on entire argument since this is what eshell-lisp-command
13324         expects.
13326 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13328         * net/tramp-gvfs.el (tramp-gvfs-methods)
13329         (tramp-gvfs-zeroconf-domain)
13330         (tramp-bluez-discover-devices-timeout): Add version flag.
13331         (tramp-gvfs-handler-mounted-unmounted)
13332         (tramp-gvfs-connection-mounted-p): Polish handling of
13333         incompatibilities between GVFS 0.2 and 1.0.
13335 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13337         * cus-start.el (all): Add make-pointer-invisible.
13339 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13341         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13342         formatted correctly.
13344 2009-07-02  Juri Linkov  <juri@jurta.org>
13346         * info.el: Virtual Info files and nodes.
13347         (Info-virtual-files, Info-virtual-nodes): New variables.
13348         (Info-current-node-virtual): New variable.
13349         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13350         New functions.
13351         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13352         to check for a virtual file instead of checking a fixed list
13353         of node names.
13354         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13355         instead of ad-hoc processing of "dir" and (apropos history toc).
13356         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13357         instead of ad-hoc processing of "dir" and (apropos history toc).
13358         Reread a file when moving from a virtual node.
13359         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13360         (Info-directory-toc-nodes, Info-directory-find-file)
13361         (Info-directory-find-node): New functions.
13362         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13363         (Info-history): Move part of code to
13364         `Info-history-find-node'.
13365         (Info-history-toc-nodes, Info-history-find-file)
13366         (Info-history-find-node): New functions.
13367         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13368         (Info-toc): Move part of code to `Info-toc-find-node'.
13369         (Info-toc-find-node): New function.
13370         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13371         the current Info file name to references because now the node
13372         "*TOC*" belongs to the same Info manual.
13373         (Info-toc-build): Rename from `Info-build-toc'.
13374         (Info-toc-nodes): Rename input argument `file' to `filename'.
13375         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13376         instead of ad-hoc processing of ("dir" apropos history toc).
13377         (Info-index-nodes): Use Info-virtual-file-p
13378         to check for a virtual file instead of checking a fixed list
13379         of node names.
13380         (Info-index-node): Add check for `Info-current-node-virtual'.
13381         Raise `save-match-data' higher up the tree to contain
13382         `search-forward' too (bug fix).
13383         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13384         (Info-virtual-index-nodes): New variable.
13385         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13386         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13387         (Info-apropos-file, Info-apropos-nodes): New variables.
13388         (Info-apropos-toc-nodes, Info-apropos-find-file)
13389         (Info-apropos-find-node, Info-apropos-matches): New functions.
13390         (info-apropos): Move part of code to `Info-apropos-find-node' and
13391         `Info-apropos-matches'.
13392         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13393         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13394         for a virtual file instead of checking a fixed list of node names.
13396         * simple.el (async-shell-command): New command.
13398         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13400         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13401         instead of `mount-info'.
13403 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13405         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13406         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13408 2009-07-02  Kenichi Handa  <handa@m17n.org>
13410         * international/mule.el (set-keyboard-coding-system): Force *-unix
13411         coding-system to avoid eol conversion.
13413 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13415         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13416         Add handler for `process-file', `shell-command' and
13417         `start-file-process'.
13418         (tramp-gvfs-handle-shell-command)
13419         (tramp-gvfs-handle-start-file-process)
13420         (tramp-gvfs-handle-process-file): New defuns.
13421         (tramp-synce-list-devices): Simplify check for existence of property.
13423 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13425         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13427 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13429         * language/korean.el (set-language-info-alist): Add korean-cp949,
13430         cp949 to spec.
13432 2009-07-01  Kenichi Handa  <handa@m17n.org>
13434         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13436         * international/encoded-kb.el: Deleted.
13438         * international/mule.el (set-keyboard-coding-system): Perform the
13439         necessary setup here instead of calling encoded-kbd-setup-display.
13441 2009-07-01  Glenn Morris  <rgm@gnu.org>
13443         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13445 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13447         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13449 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13451         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13452         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13453         (tramp-default-file-modes): Remove execute permissions.
13455         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13456         (top): Add a default for "synce" in `tramp-default-user-alist'.
13457         Add completion function for "synce" method.
13458         (tramp-hal-service, tramp-hal-path-manager)
13459         (tramp-hal-interface-manager, tramp-hal-interface-device):
13460         New defconst.
13461         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13462         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13463         New defuns.
13465         * net/trampver.el: Update release number.
13467 2009-06-30  Kenichi Handa  <handa@m17n.org>
13469         * international/fontset.el (setup-default-fontset): Add CJK fonts
13470         for symbols and the other miscellaneous characters.
13472         * language/korea-util.el (setup-korean-environment-internal):
13473         Make char-width-table suitable for Korean environments.
13474         (exit-korean-environment): Cancel above.
13476         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13477         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13478         setup-function to make char-width-table suitable for respective
13479         environments, and an exit-function to cancel that.
13481         * language/japan-util.el (setup-japanese-environment-internal):
13482         Call use-cjk-char-width-table with arg `ja_JP'.
13484         * international/characters.el (cjk-char-width-table): Delete it.
13485         (cjk-char-width-table-list): New variable.
13486         (use-cjk-char-width-table): New arg local-name.
13487         (use-default-char-width-table): Fix for the case that Emacs is
13488         already using the default char-width-table.
13490 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13492         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13493         modes mandatory.  (Bug#3712)
13495 2009-06-29  Alan Mackenzie  <acm@muc.de>
13497         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13498         correction between the visible width of TABs and their number of bytes.
13500 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13502         * server.el (server-buffer-done): Prevent kill-buffer from
13503         prompting by clearing the buffer modification flag (Bug#3696).
13505 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13507         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13508         (verilog-endcomment-reason-re): Support unique case and priority case.
13509         (verilog-basic-complete-re): Support localparam lineup.
13510         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13511         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13512         commenting.
13513         (verilog-leap-to-case-head): Now support *nested* unique &
13514         priority case statements.
13515         (verilog-auto-lineup): Make just declarations the default (as it
13516         had been).
13517         (verilog-leap-to-case-head): Support priority/unique case statements.
13518         (verilog-auto-lineup): Rework to give users radio buttons to
13519         select the various styles of automatic lineup.
13520         (verilog-error-regexp-alist): Rework to support the XEmacs style
13521         of error regular expressions from compilers, lint tools &
13522         simulators.  Note that GNU Emacs has made it impossible for a mode
13523         to load such things.
13524         (electric-verilog-terminate-line, verilog-indent-declaration)
13525         (verilog-auto-wiure): Rework for radio button selection of
13526         auto-lineup selection of specification of auto lineup.
13527         (verilog-beg-of-statement-1): Redesign to support proper operation
13528         in additional code, based on testing with auto-lineup.
13529         (verilog-calculate-indent, assignments & declarations)
13530         (verilog-backward-token): Enhance to support auto-lineup of
13531         assignments & declarations.
13532         (verilog-in-directive-p, verilog-at-struct-p): New function for
13533         easy test of whether we are.
13534         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13535         to support safe execution at almost anyline.
13536         (verilog-calc-1): Properly support indenting deep inside generate
13537         blocks.
13538         (verilog-init-font): Remove definition & use of verilog-init-font,
13539         as it is redundant with font-lock-defaults.
13540         (verilog-mode): Alter the definition of verilog-font-lock-defaults
13541         to avoid circular calls if syntax-ppss is a function (as is the
13542         case now in 22.x GNU Emacs) as that function would sometimes call
13543         itself, leading to (nearly) infinite recursion.
13544         (verilog-ovm-begin-re, verilog-ovm-end-re)
13545         (verilog-ovm-statement-re, verilog-leap-to-head)
13546         (verilog-backward-token): Add support for OVM macros.  Some are
13547         complete statements, and others open and close scopes like begin
13548         and end.
13549         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13550         (verilog-defun-level-generate-only-re): Really fix the defun-list
13551         compilation issue.
13552         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13553         coverpoint, constraint and cross statements.
13554         (verilog-defun-level-list, verilog-generate-defun-level-list)
13555         (verilog-all-defun-level-list): Redo these specifications - it is
13556         too hard to support eval-when compile aggregation of lists also
13557         built at when-compile time.
13558         (verilog-defun-level-list): Place defconsts of variables used in
13559         building regular expressions which are built in eval-when-compile
13560         bodies in the same eval-when-compile body to facilitate compile
13561         without load.
13562         (verilog-beg-block-re-ordered): Support indenting
13563         virtual/protected tasks and functions.
13564         (verilog-defun-level-list, verilog-in-generate-region-p)
13565         (verilog-backward-ws&directives, verilog-calc-1): Speed up
13566         indentation of some module items (generate items).
13567         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13568         across virtual/protected tasks and functions.
13570 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
13572         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13573         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
13574         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13575         in concatenations.  Reported by Yishay Belkind.
13576         (verilog-auto-ascii-enum): Support one-hot state machines in
13577         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
13578         (verilog-auto-inst, verilog-auto-inst-port): Include interface
13579         modport in AUTOINST and add vl-modport for users.  Reported by
13580         David Rogoff.
13581         (verilog-auto-inout-module, verilog-auto-inst)
13582         (verilog-decls-get-interfaces, verilog-insert-definition)
13583         (verilog-insert-one-definition, verilog-read-decls)
13584         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13585         (verilog-sig-modport, verilog-signals-combine-bus)
13586         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13587         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13588         Suggested by David Rogoff.
13589         (verilog-repair-open-comma): Fix non-insertion of comma when
13590         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
13591         (verilog-make-width-expression): Simplify [A-1:0] expression
13592         widths to just {A{1'b0}}.
13593         (verilog-mode): Cleanup checkdoc warnings.
13594         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13595         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13596         inputs/outputs or data type.  Suggested by Vasu Kandadi.
13597         (next-error-last-buffer): Fix byte-compiler warning.
13598         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13599         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13600         or shell command text during AUTO expansion.  Suggested by Tad Truex.
13601         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13602         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13603         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13604         in AUTOINOUT.  Reported by Matthew Lovell.
13605         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13606         causing use of <= assignments.  Reported by Alex Reed.
13607         (verilog-read-decls): Fix triand, trior, wand, wor to be
13608         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
13609         (verilog-extended-complete-re): Support import "DPI-C" functions.
13610         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13611         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
13612         (verilog-insert-date, verilog-insert-year)
13613         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13614         Windows systems.  Reported by Michael Potts.
13615         (verilog-read-module-name): Fix AUTOINST when the child module
13616         declaration's name is a tick define.  Reported by Elliot Mednick.
13617         (verilog-read-decls): Fix V2K parameter bit subscripts getting
13618         passed to next parameter's definition.  Reported by Bruce T.
13619         (verilog-read-decls): Fix detecting "parameter int" when using
13620         AUTOINSTPARAM.  Reported by Bruce T.
13621         (verilog-goto-defun): Fix goto not finding modules unless first
13622         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
13623         (verilog-mode): Expand -f flag arguments on entry to mode so
13624         verilog-goto-defun will work.  Reported by Lawrence Butcher.
13625         (verilog-getopt): Expand environment variables in -f file
13626         arguments.  Suggested by Lawrence Butcher.
13627         (verilog-set-define): Fix "Symbol's value as variable is void"
13628         when reading enumerations.
13629         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13630         Suggested by Stephen Peltan.
13631         (verilog-read-defines): Fix reading of enumerations in include
13632         files.  Reported by Steve Peltan.
13634 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13636         * files.el (trash-directory): Fix defcustom type.
13638 2009-06-28  Juri Linkov  <juri@jurta.org>
13640         * help-fns.el (describe-function-1): Correctly locate adviced
13641         functions in hyperlink (Bug#2438).
13643 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13645         * files.el (trash-directory): Change default to nil.
13646         (move-file-to-trash): If trash-directory is nil and
13647         system-move-file-to-trash is unbound, perform freedesktop-style
13648         trashing.
13650 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13652         * files.el (move-file-to-trash): Add freedesktop trash
13653         support (Bug#973).
13655 2009-06-28  Glenn Morris  <rgm@gnu.org>
13657         * autorevert.el (global-auto-revert-non-file-buffers)
13658         (global-auto-revert-mode): Doc fixes.
13660 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13662         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13664 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13666         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13667         opened an X connection before calling x-get-resource (Bug#3194).
13669         * play/doctor.el: Remove reference to obsolete website.
13670         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13672 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13674         Remove find-file-not-found-hook VC method.  (Bug#2757)
13675         * vc-hooks.el (vc-file-not-found-hook)
13676         (vc-default-find-file-not-found-hook): Remove functions.
13677         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13678         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13679         * vc.el:
13680         * vc-hg.el:
13681         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13683 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13685         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13686         compatibility function for `looking-back'.
13688         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13689         Use `ispell-looking-back'.
13691 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13693         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13694         rather than `filename'.
13696 2009-06-23  Miles Bader  <miles@gnu.org>
13698         * face-remap.el (text-scale-set): New function.
13700 2009-06-23  Glenn Morris  <rgm@gnu.org>
13702         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13704         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13706         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13708         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13710         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13711         Simplify Persian conditionals.
13713         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13714         variable `filename'.
13716         * comint.el (comint-insert-input): Doc fix.
13718         * Makefile.in (ELCFILES): Fix typo in previous change.
13720 2009-06-23  Miles Bader  <miles@gnu.org>
13722         * cus-start.el: Add entry for `recenter-redisplay'.
13724 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13726         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13727         Add an optional argument for the backend, use it instead of
13728         calling vc-backend.
13729         (vc-mode-line): Add an optional argument for the backend.
13730         Pass the backend to vc-state and vc-working-revision.  Move code for
13731         special handling for vc-state being a buffer to ...
13733         * vc-rcs.el (vc-rcs-find-file-hook):
13734         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13736         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13737         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13738         vc-stay-local-p and vc-mode-line calls.
13740         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13741         (vc-cvs-diff, vc-cvs-annotate-command)
13742         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13743         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13744         vc-mode-line calls.
13746         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13747         direct comparison.
13748         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13749         backend when calling vc-mode-line.
13750         (vc-register): Do not create a closure for calling the vc register
13751         function, call it directly.
13753 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13755         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13756         to make it obvious item can be clicked.
13758         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13760 2009-06-23  Kenichi Handa  <handa@m17n.org>
13762         * language/korea-util.el (korean-key-bindings): Change the binding
13763         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13764         same command.
13766 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13768         Sync with Tramp 2.1.16.
13770         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13772         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13773         when a loading of a package fails.  Completion function for rsync
13774         is `tramp-completion-function-alist-ssh'.
13775         (all): Replace all calls of `split-string' and
13776         `tramp-split-string' by `tramp-compat-split-string'.
13777         (tramp-default-method): Use `tramp-compat-process-running-p'.
13778         (tramp-default-proxies-alist): Allow also Lisp forms.
13779         (tramp-remote-path): Add choice "Private Directories".
13780         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13781         (tramp-domain-regexp): Allow also "-", "_" and ".".
13782         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13783         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13784         (tramp-debug-message): Insert header line in debug buffer.
13785         (tramp-handle-directory-files-and-attributes-with-stat):
13786         Care about filenames with spaces, or starting with "-".
13787         (tramp-handle-dired-uncache): New defun.
13788         (tramp-handle-insert-directory): Don't flush the directory from
13789         cache, this is handled by `dired-uncache' now.
13790         (tramp-handle-insert-file-contents): Improve error handling.
13791         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13792         Quote `tramp-end-of-output'.
13793         (tramp-action-password): Improve trace message.
13794         (tramp-check-for-regexp): Both echoes must be present, before removing.
13795         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13796         (tramp-compute-multi-hops): Eval cons cells of
13797         `tramp-default-proxies-alist'.
13798         (tramp-maybe-open-connection): Use the same command pattern for
13799         first hop and further hops.
13800         (tramp-wait-for-output): Remove handling of newlines.
13801         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13802         (tramp-split-string): Remove function.  It is handled in
13803         tramp-compat now.
13805         * net/tramp-cmds.el (tramp-bug):
13806         Recommend `tramp-cleanup-all-connections' in the bug mail.
13808         * net/tramp-compat.el (tramp-compat-split-string)
13809         (tramp-compat-process-running-p): New defuns.
13811         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13812         for `dired-uncache'.
13814         * net/tramp-gvfs.el: New package.
13816         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13817         Add handler for `dired-uncache'.
13818         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13820         * net/trampver.el: Update release number.  Make version check fit
13821         for SXEmacs 22.
13823 2009-06-22  Jim Meyering  <meyering@redhat.com>
13825         Automatically handle .xz suffix (XZ-compressed files), too.
13826         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13827         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13829 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13830             Nick Roberts  <nickrob@snap.net.nz>
13832         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13833         repository (http://sphinx.net.ru/hg/gdb-mi/).
13835 2009-06-22  Glenn Morris  <rgm@gnu.org>
13837         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13838         `mode' and `eval' entries.  (Bug#3430)
13840         * Makefile.in (ELCFILES): Add fadr.elc.
13842         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13843         differing behavior of \n and ^ in strings.  (Bug#3385)
13845         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13847         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13848         property.
13849         (lisp-indent-function): Make it a defcustom.
13851 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13853         * progmodes/gdb-ui.el: Replace with ...
13854         * progmodes/gdb-mi.el: ... this file.
13855         * progmodes/gud.el: Modify for gdb-mi.el.
13857 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13859         * fadr.el: New file.
13861 See ChangeLog.14 for earlier changes.
13863 ;; Local Variables:
13864 ;; coding: utf-8
13865 ;; End:
13867     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13869   This file is part of GNU Emacs.
13871   GNU Emacs is free software: you can redistribute it and/or modify
13872   it under the terms of the GNU General Public License as published by
13873   the Free Software Foundation, either version 3 of the License, or
13874   (at your option) any later version.
13876   GNU Emacs is distributed in the hope that it will be useful,
13877   but WITHOUT ANY WARRANTY; without even the implied warranty of
13878   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13879   GNU General Public License for more details.
13881   You should have received a copy of the GNU General Public License
13882   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13884 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1