* files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
[emacs.git] / lisp / ChangeLog
blobb8b1fee8e0cfbb0e13aa619663fda1a945d02c8b
1 2010-05-31  Drew Adams  <drew.adams@oracle.com>
3         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
7         * subr.el (momentary-string-display): Just use read-event to read
8         the exit event (Bug#6238).
10 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
12         * international/mule.el (define-coding-system): Doc fix (bug#6313).
14 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
16         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
17         Suggested by Eli Zaretskii <eliz@gnu.org>.
19 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * minibuffer.el (completion-file-name-table): Don't return a boundary
22         past the end of `string' (bug#6299).
23         (completion--file-name-table): Delegate to completion-file-name-table
24         for the `boundaries' case.
26 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
28         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
29         movement commands.
31         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
32         `path-separator', but maintain compatibility with Emacs 20.2.
34 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
36         * server.el (server-process-filter): Receive parent-id argument
37         from emacsclient.
38         (server-create-window-system-frame): New arg.  Pass parent-id as
39         frame parameter.
41 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
43         * ansi-color.el: Delete unused escape sequences (Bug#6085).
44         (ansi-color-drop-regexp): New constant.
45         (ansi-color-apply, ansi-color-filter-region)
46         (ansi-color-apply-on-region): Delete unrecognized control
47         sequences.
48         (ansi-color-apply): Build string list before calling concat.
50 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
52         Bidi-sensitive word movement with arrow keys.
53         * subr.el (right-arrow-command, left-arrow-command): Move to
54         bindings.el.
56         * bindings.el (right-char, left-char): Move from subr.el and
57         rename from right-arrow-command and left-arrow-command.
58         (right-word, left-word): New functions.
59         (global-map) <right>: Bind to right-char.
60         (global-map) <left>: Bind to left-char.
61         (global-map) <C-right>: Bind to right-word.
62         (global-map) <C-left>: Bind to left-word.
64         * ls-lisp.el (ls-lisp-classify-file): New function.
65         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
66         (ls-lisp-classify): Call ls-lisp-classify-file.
67         (insert-directory): Remove blanks from switches.
69 2010-05-28  Juri Linkov  <juri@jurta.org>
71         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
72         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
73         (Bug#5270)
75 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
77         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
78         to ignored backtrace functions.
79         (with-progress-reporter): Expand docstring.
80         (tramp-handle-delete-file): Implement TRASH argument.
81         (tramp-get-remote-trash): New defun.
83 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
85         * net/tramp-compat.el (tramp-compat-delete-file): Use
86         `symbol-value' for backward compatibility.
88         * net/tramp.el (tramp-handle-make-symbolic-link)
89         (tramp-handle-load)
90         (tramp-do-copy-or-rename-file-via-buffer)
91         (tramp-do-copy-or-rename-file-directly)
92         (tramp-do-copy-or-rename-file-out-of-band)
93         (tramp-handle-process-file, tramp-handle-call-process-region)
94         (tramp-handle-shell-command, tramp-handle-file-local-copy)
95         (tramp-handle-insert-file-contents, tramp-handle-write-region)
96         (tramp-delete-temp-file-function): Use `delete-file' instead
97         of `tramp-compat-delete-file'.
99         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
100         (tramp-fish-handle-make-symbolic-link)
101         (tramp-fish-handle-process-file): Use `delete-file' instead
102         of `tramp-compat-delete-file'.
104         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
105         `delete-file' instead of `tramp-compat-delete-file'.
107         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
108         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
109         `tramp-compat-delete-file'.
111         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
112         `delete-file' instead of `tramp-compat-delete-file'.
114         * net/tramp-smb.el (tramp-smb-handle-copy-file)
115         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
116         (tramp-smb-handle-write-region): Use `delete-file' instead of
117         `tramp-compat-delete-file'.
118         (tramp-smb-handle-delete-directory): Use 'trash as arg.
120 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
122         * dired.el (dired-delete-file): New arg TRASH.
123         (dired-internal-do-deletions): New arg TRASH.  Use progress
124         reporter.
125         (dired-do-flagged-delete, dired-do-delete): Use trash.
127         * speedbar.el (speedbar-item-delete): Allow trashing.
129         * files.el (delete-directory): New arg TRASH.
131         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
132         (ange-ftp-rename-remote-to-remote)
133         (ange-ftp-rename-local-to-remote)
134         (ange-ftp-rename-remote-to-local, ange-ftp-load)
135         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
136         `delete-file'.
137         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
138         allow trashing.
140         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
141         handle new TRASH arg of `delete-file'.
143         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to
144         TRASH.
145         (tramp-handle-make-symbolic-link, tramp-handle-load)
146         (tramp-do-copy-or-rename-file-via-buffer)
147         (tramp-do-copy-or-rename-file-directly)
148         (tramp-do-copy-or-rename-file-out-of-band)
149         (tramp-handle-process-file, tramp-handle-call-process-region)
150         (tramp-handle-shell-command, tramp-handle-file-local-copy)
151         (tramp-handle-insert-file-contents, tramp-handle-write-region)
152         (tramp-delete-temp-file-function): Use null TRASH arg in
153         tramp-compat-delete-file call.
155         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
156         (tramp-fish-handle-delete-file)
157         (tramp-fish-handle-make-symbolic-link)
158         (tramp-fish-handle-process-file): Use null TRASH arg in
159         `tramp-compat-delete-file' call.
161         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
162         arg in `tramp-compat-delete-file' call.
164         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
165         (tramp-gvfs-handle-write-region): Use null TRASH arg in
166         `tramp-compat-delete-file' call.
168         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
169         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
170         `tramp-compat-delete-file' call.
172         * net/tramp-smb.el (tramp-smb-handle-copy-file)
173         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
174         (tramp-smb-handle-write-region): Use null TRASH arg in
175         tramp-compat-delete-file call.
176         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
177         (tramp-smb-handle-delete-file): Rename arg.
179         * diff.el (diff-sentinel):
180         * epg.el (epg--make-temp-file, epg-decrypt-string)
181         (epg-verify-string, epg-sign-string, epg-encrypt-string):
182         * jka-compr.el (jka-compr-partial-uncompress)
183         (jka-compr-call-process, jka-compr-write-region):
184         * server.el (server-sentinel): Remove optional arg from
185         delete-file, reverting 2010-05-03 change.
187 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
189         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
190         font-lock-constant-face, not obsolete font-lock-reference-face.
192 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
194         * htmlfontify.el (hfy-face-resolve-face): New function.
195         (hfy-face-to-style): Use it (Bug#6279).
197 2010-05-27  Kenichi Handa  <handa@m17n.org>
199         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
200         element of GSTRING is nil.
202 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
204         * emacs-lisp/smie.el (smie-forward-token-function)
205         (smie-backward-token-function): New vars.
206         (smie-backward-sexp, smie-forward-sexp)
207         (smie-indent-hanging-p, smie-indent-calculate): Use them.
208         (smie-default-backward-token): Rename from smie-backward-token and
209         skip comments.
210         (smie-default-forward-token): Rename from smie-forward-token and
211         skip comments.
212         (smie-next-sexp): Handle nil results from next-token.
213         (smie-indent-calculate): Add a new case for special `fixindent' comments.
215 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
218         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
220 2010-05-26  Glenn Morris  <rgm@gnu.org>
222         * emulation/edt.el (edt-load-keys): Use locate-library.
224 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
226         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
227         (log-edit-changelog-entries): Doc fix.
228         (log-edit-changelog-insert-entries): Args changed.
229         Rename relative filenames in ChangeLog entries.  Delete tabs.
230         (log-edit-insert-changelog-entries): Reorganize return value of
231         `log-edit-changelog-entries' to pass filenames to
232         log-edit-changelog-insert-entries.
234 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
236         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
237         `image-dired-dired-insert-marked-thumbs' to
238         `image-dired-dired-toggle-marked-thumbs'.
240         * image-dired.el: Require cl when compiling.
241         (image-dired-dired-toggle-marked-thumbs): Rename from
242         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
243         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
244         to 'no-dir.  Skip files whose names don't match
245         `image-file-name-regexp'.  When file has a thumbnail overlay,
246         delete it.  (Bug#5270)
248 2010-05-25  Juri Linkov  <juri@jurta.org>
250         * image-mode.el (image-mode): Add image-after-revert-hook to
251         after-revert-hook.
252         (image-after-revert-hook): New function.  (Bug#5669)
254 2010-05-25  Juri Linkov  <juri@jurta.org>
256         * image.el (image-animated-p): When delay between animated images
257         is 0, set it to 10 (0.1 sec).  (Bug#6258)
259 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
261         * net/tramp.el (tramp-handle-insert-directory): Don't use
262         `forward-word', its default syntax could be changed.
264 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
266         * net/tramp.el (tramp-progress-reporter-update): New defun.
267         (with-progress-reporter): Use it.
268         (tramp-process-actions):
269         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
270         current message, in order to let progress reporter continue
271         afterwards.  (Bug#6257)
273 2010-05-25  Glenn Morris  <rgm@gnu.org>
275         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
276         Add :version.
278 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
280         * net/rcirc.el (rcirc-server-alist): Add :pass.
281         (rcirc-default-user-name): Change to "user".
282         (rcirc-default-full-name): Change to "unknown".
283         (rcirc-user-name-history): Add variable.
284         (rcirc): When prompting for connection paramaters, also prompt for
285         username and password.
286         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
287         value to server when connecting.
289 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
292         (smie-merge-prec2s): Pass the tables as separate args.
293         (smie-bnf-precedence-table): Adjust call accordingly.
294         (smie-prec2-levels): Set levels at the end.
296         Replace Lisp calls to delete-backward-char by delete-char.
297         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
298         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
299         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
300         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
301         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
302         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
303         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
304         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
305         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
306         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
307         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
308         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
309         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
310         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
311         delete-backward-char by calls to delete-char.
313 2010-05-25  Kenichi Handa  <handa@m17n.org>
315         * language/hebrew.el (hebrew-shape-gstring): New function.
316         Register it in composition-function-table for all Hebrew combining
317         characters.
319 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
321         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
323 2010-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * subr.el (read-quoted-char): Resolve modifiers after key
326         remapping (bug#6212).
328 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
330         * image.el (image-refresh): Define as an alias for image-flush.
332         * image-mode.el (image-toggle-display-image): Caller changed.
334 2010-05-21  Juri Linkov  <juri@jurta.org>
336         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
337         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
338         whitespace, call wildcard-to-regexp on substrings and concat them
339         with "\\|".  (Bug#6114)
341 2010-05-21  Alan Mackenzie  <acm@muc.de>
343         * progmodes/cc-engine.el (c-parse-state-get-strategy):
344         Replace parameter `here' with `here-' and `here-plus', which sandwich
345         any pertinent CPP construct.
346         (c-remove-stale-state-cache-backwards): Fix a bug which happens
347         when doing (c-parse-state) in a CPP construct: Exclude any "new"
348         CPP construct from taking part in the scanning.
350 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
352         * net/tramp.el (tramp-do-copy-or-rename-file)
353         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
354         Tune `with-progress-reporter' messages.
355         (tramp-handle-vc-registered):
356         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
357         (tramp-fish-handle-insert-file-contents)
358         (tramp-fish-maybe-open-connection):
359         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
360         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
361         (tramp-imap-handle-insert-file-contents)
362         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
364 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
366         * add-log.el (change-log-font-lock-keywords):
367         Highlight all authors in multi-author entries.
369         * smerge-mode.el (smerge-refine-ignore-whitespace)
370         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
371         Fix typos in docstrings.
372         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
374 2010-05-21  Glenn Morris  <rgm@gnu.org>
376         * progmodes/fortran.el (fortran-mode):
377         * progmodes/f90.el (f90-mode): Derive from prog-mode.
379         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
380         having a relative path in src/Makefile.in.
382 2010-05-20  Kevin Ryde  <user42@zip.com.au>
384         * help-mode.el (help-make-xrefs): For Info node links turn
385         newlines into spaces.  Link node names with newlines are matched
386         by help-xref-info-regexp and buttonized, this change ensures they
387         can be followed successfully with RET.  (Bug#6206)
389 2010-05-20  Juri Linkov  <juri@jurta.org>
391         * locate.el (locate): Use pop-to-buffer instead of
392         switch-to-buffer-other-window.  (Bug#6204)
394 2010-05-20  Juri Linkov  <juri@jurta.org>
396         * replace.el (replace-highlight): Fix lazy-highlighting
397         for `M-s w str M-% str RET'.
399 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
401         * isearch.el (isearch-yank-word-or-char): Pull next subword
402         when `subword-mode' is activated.  (Bug#6220)
404 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
406         * isearch.el (isearch-update-post-hook): New hook.
407         (isearch-update): Use the new hook.  (Bug#6225)
409 2010-05-20  Juri Linkov  <juri@jurta.org>
411         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
412         [f1], [help], and (char-to-string help-char) instead of "\C-h".
413         (Bug#6222)
415 2010-05-20  Juri Linkov  <juri@jurta.org>
417         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
418         (Bug#6223)
420 2010-05-20  Juri Linkov  <juri@jurta.org>
422         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
423         FILE-NAME to read from the minibuffer when called interactively
424         with prefix argument instead of using buffer-file-name.
425         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
427         * dired.el: Update autoloads.
429 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
431         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
432         nxml-finish-element, for consistency with SGML mode.
434         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
435         octave-close-block.
437 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
439         * composite.el: Require cl when compiling.
440         (reference-point-alist, compose-gstring-for-graphic)
441         (compose-gstring-for-terminal): Fix typos in docstrings.
443 2010-05-19  Juri Linkov  <juri@jurta.org>
445         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
446         set-window-parameter.
448 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
450         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
451         where appropriate.
452         (tramp-maybe-open-connection): Use it.
454 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
456         * simple.el (move-end-of-line): Make sure we are at line beginning
457         before backing up to end of previous line.
459 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
461         * password-cache.el (password-cache-remove): Fix docstring.
463         * net/secrets.el: Autoload the widget functions.
464         (secrets-search-items, secrets-create-item)
465         (secrets-get-attributes, secrets-expand-item): Attributes will be
466         stored on the password database without leading ":", as all other
467         clients do as well.
468         (secrets-mode): Fix docstring.
469         (secrets-show-secrets): Provide it as autoloaded command only when
470         D-Bus support is available.  Check existence of Secret Service API.
472 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
474         * indent.el (indent-region): Deactivate region (bug#6200).
476 2010-05-19  Glenn Morris  <rgm@gnu.org>
478         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
480 2010-05-19  Kenichi Handa  <handa@m17n.org>
482         * composite.el: Register compose-gstring-for-graphic in
483         composition-function-table only for combining characters (Mn, Mc, Me).
485 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
487         * calc/calc-trail.el (calc-trail-isearch-forward)
488         (calc-trail-isearch-backward): Ensure that the new window
489         point is set correctly.
491 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
493         * subr.el (read-quoted-char): Resolve modifiers after key
494         remapping (bug#6212).
496 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
498         Add visualization code for secrets.
499         * net/secrets.el (secrets-mode): New major mode.
500         (secrets-show-secrets, secrets-show-collections)
501         (secrets-expand-collection, secrets-expand-item)
502         (secrets-tree-widget-after-toggle-function)
503         (secrets-tree-widget-show-password): New defuns.
505 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
508         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
509         handled in smie-next-sexp.
510         (smie-indent-calculate): Provide a starting indentation (so the
511         recursion is well-founded ;-).
513         Fix handling of non-associative equal levels.
514         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
515         when it's not needed.
516         (smie-op-left, smie-op-right): New functions.
517         (smie-next-sexp): New function, extracted from smie-backward-sexp.
518         Better handle equal levels to distinguish the associative case from
519         the "multi-keyword construct" case.
520         (smie-backward-sexp, smie-forward-sexp): Use it.
522 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
524         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
526         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
527         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
529 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
531         Provide a simple generic indentation engine and use it for Prolog.
532         * emacs-lisp/smie.el: New file.
533         * progmodes/prolog.el (prolog-smie-op-levels)
534         (prolog-smie-indent-rules): New var.
535         (prolog-mode-variables): Use them to configure SMIE.
536         (prolog-indent-line, prolog-indent-level): Remove.
538 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
540         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
541         order before computing the averages.
543 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
545         * calc/calc-vec.el (calc-histogram):
546         (calcFunc-histogram): Allow vectors as inputs.
547         (math-vector-avg): New function.
549         * calc/calc-ext.el (math-group-float): Have the number of digits
550         being grouped depend on the radix (Bug#6189).
552 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
554         * version.el (emacs-copyright, emacs-version): Don't define here,
555         now that emacs.c defines it.
557 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
559         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
560         "Describe Language Environment" menu item.
562         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
564         Bidi-sensitive movement with arrow keys.
565         * subr.el (right-arrow-command, left-arrow-command): New functions.
567         * bindings.el (global-map): Bind them to right and left arrow keys.
569         Don't override standard definition of convert-standard-filename.
570         * files.el (convert-standard-filename): Call
571         w32-convert-standard-filename and dos-convert-standard-filename on
572         the corresponding systems.
574         * w32-fns.el (w32-convert-standard-filename): Rename from
575         convert-standard-filename.  Doc fix.
577         * dos-fns.el (dos-convert-standard-filename): Doc fix.
578         (convert-standard-filename): Don't defalias.
579         (register-name-alist, make-register, register-value)
580         (set-register-value, intdos): Obsolete aliases for the
581         corresponding dos-* functions and variables.
582         (dos-intdos): Add a doc string.
584 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
586         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
587         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
588         (math-compose-tex-func):
589         * calc/calccomp.el (math-compose-expr):
590         * calc/calc-ext.el (math-format-flat-expr-fancy):
591         * calc/calc-store.el (calc-read-var-name):
592         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
594         * calc/calc.el (var-π, var-φ, var-γ): New variables.
595         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
596         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
597         (math-standard-units): Add units.
599 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * progmodes/asm-mode.el (asm-mode):
602         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
604         * pcomplete.el (pcomplete-completions-at-point): New function,
605         extracted from pcomplete-std-complete.
606         (pcomplete-std-complete): Use it.
608 2010-05-15  Glenn Morris  <rgm@gnu.org>
610         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
611         Remove references to CVS, RCS and Old directories.
613 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
615         * calc/calc-bin.el (math-format-twos-complement): Group digits when
616         appropriate.
618 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
621         (sh-mode-syntax-table): Give it a default value instead.
622         (sh-header-marker): Make buffer-local.
623         (sh-mode): Move make-local-variable to the corresponding setq.
624         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
625         Use complete-with-action.
627         * simple.el (prog-mode): New (abstract) major mode.
628         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
629         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
631 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
633         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
634         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
635         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
636         (sql-make-alternate-buffer-name, sql-placeholders-filter)
637         (sql-escape-newlines-filter, sql-input-sender)
638         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
640 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
642         Add TeX open-block and close-block keybindings to SGML, and vice versa.
644         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
645         latex-open-block and C-c / to latex-close-block.
647         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
648         and C-c C-e to sgml-close-tag.
650 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
652         * net/tramp.el (with-progress-reporter): Create reporter object
653         only when the message would be displayed.  Handle nested calls.
654         (tramp-handle-load, tramp-handle-file-local-copy)
655         (tramp-handle-insert-file-contents, tramp-handle-write-region)
656         (tramp-maybe-send-script, tramp-find-shell):
657         Use `with-progress-reporter'.
658         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
659         Fix message text.
661         * net/tramp-smb.el (tramp-smb-handle-copy-file)
662         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
663         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
664         Use `with-progress-reporter'.
666 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
668         * ispell.el (ispell-init-process): Do not kill ispell process
669         everytime when spellchecking from the minibuffer (bug#6143).
671 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
675         * dos-fns.el: Add "dos-" prefix for namespace control.
676         (convert-standard-filename): Define as alias for
677         dos-convert-standard-filename but only if applicable.
679 2010-05-12  Alan Mackenzie  <acm@muc.de>
681         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
682         Push the mark at the start of these functions when appropriate.
684 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * minibuffer.el (completion-cycle-threshold): New custom var.
687         (completion--do-completion): Use it.
688         (minibuffer-complete): Use cycling if appropriate.
690 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
692         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
693         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
695 2010-05-11  Juri Linkov  <juri@jurta.org>
697         * scroll-all.el (scroll-all-check-to-scroll):
698         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
700 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * iimage.el (iimage-mode-map): Move initialization into declaration.
703         (iimage-mode-buffer): Use with-silent-modifications.
704         Simplify calling convention.  Adjust callers.
705         (iimage-mode): Don't run hook redundantly.
707         * minibuffer.el (completion-pcm--pattern->regex):
708         Fix last change (bug#6160).
710 2010-05-10  Juri Linkov  <juri@jurta.org>
712         Remove nodes visited during Isearch from the Info history.
713         * info.el (Info-isearch-initial-history)
714         (Info-isearch-initial-history-list): New variables.
715         (Info-isearch-start): Record initial values of
716         Info-isearch-initial-history and Info-isearch-initial-history-list.
717         Add Info-isearch-end to isearch-mode-end-hook.
718         (Info-isearch-end): New function.
720 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
722         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
723         format string, in order to work around a bug in pdksh.
724         Reported by Gilles Pion <gpion@lfdj.com>.
725         (tramp-handle-verify-visited-file-modtime): Do not send a command
726         when the connection is not established.
727         (tramp-handle-set-file-times): Simplify the check for utc.
729 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
731         Fix use of `filter-buffer-substring' (rework previous change).
732         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
733         (cua-repeat-replace-region):
734         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
735         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
736         (cua-cut-region-to-global-mark): Use it.
738 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
740         * progmodes/sql.el: Version 2.1.
741         (sql-product-alist): Redesign structure of product info.
742         (sql-product, sql-user, sql-server, sql-database): Safe variables.
743         (sql-port, sql-port-history): New variables.
744         (sql-interactive-product): New variable.
745         (sql-send-terminator): New variable.
746         (sql-imenu-generic-expression): Add "Types" imenu entry.
747         (sql-oracle-login-params, sql-sqlite-login-params)
748         (sql-mysql-login-params, sql-solid-login-params)
749         (sql-sybase-login-params, sql-informix-login-params)
750         (sql-ingres-login-params, sql-ms-login-params)
751         (sql-postgres-login-params, sql-interbase-login-params)
752         (sql-db2-login-params, sql-linter-login-params)
753         (sql-oracle-scan-on): New variables.
754         (sql-mode-map): Add C-c C-i to start interactive mode.
755         (sql-mode-menu): Update existing menu entries.
756         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
757         (sql-mode-oracle-font-lock-keywords)
758         (sql-mode-postgres-font-lock-keywords)
759         (sql-mode-ms-font-lock-keywords)
760         (sql-mode-sybase-font-lock-keywords)
761         (sql-mode-informix-font-lock-keywords)
762         (sql-mode-interbase-font-lock-keywords)
763         (sql-mode-ingres-font-lock-keywords)
764         (sql-mode-solid-font-lock-keywords)
765         (sql-mode-mysql-font-lock-keywords)
766         (sql-mode-sqlite-font-lock-keywords)
767         (sql-mode-db2-font-lock-keywords)
768         (sql-mode-linter-font-lock-keywords): Update initialization to
769         reduce run-time complexity.
770         (sql-add-product, sql-del-product): New functions.
771         (sql-set-product-feature, sql-get-product-feature): New functions.
772         (sql-product-font-lock): Update product API.
773         (sql-add-product-keywords): New function.
774         (sql-highlight-product): Update product API.
775         (sql-help-list-products): New function.
776         (sql-help): Dynamically lists free and non-free products.
777         (sql-get-login): Correct bug in handling history and added
778         prompt for port.
779         (sql-copy-column): Copy without properties.
780         (sqli-input-sender): Apply filters to SQLi input.
781         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
782         Implement as a filter.
783         (sql-escape-newlines-filter): Implement as a filter.
784         (sql-remove-tabs-filter): New function.
785         (sql-send-magic-terminator): New function.
786         (sql-send-string): Implement magic terminator.
787         (sql-send-region): Use `sql-send-string'.
788         (sql-interactive-mode): Use product API.
789         (sql-product-interactive): Use product API.
790         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
791         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
792         (sql-db2, sql-linter): Use `sql-product-interactive'.
793         (sql-connect): New function.
794         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
795         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
796         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
797         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
798         Use `sql-connect'.
800 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
803         New custom variable.
804         (completion-pcm--string->pattern): Use it.
805         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
806         Make it handle any symbol as `any'.
807         (completion-pcm--merge-completions): Extract common suffix for the new
808         `prefix' symbol as well.
809         (completion-substring--all-completions): Use the new `prefix' symbol.
811 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
813         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
814         not bound.
815         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
816         (tramp-compat-funcall): New defmacro.
817         (tramp-compat-line-beginning-position)
818         (tramp-compat-line-end-position)
819         (tramp-compat-temporary-file-directory)
820         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
821         (tramp-compat-copy-file, tramp-compat-copy-directory)
822         (tramp-compat-delete-file, tramp-compat-delete-directory)
823         (tramp-compat-number-sequence, tramp-compat-process-running-p)
824         * net/tramp.el (top, with-progress-reporter)
825         (tramp-rfn-eshadow-setup-minibuffer)
826         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
827         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
828         (tramp-completion-mode-p, tramp-check-for-regexp)
829         (tramp-open-connection-setup-interactive-shell)
830         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
831         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
832         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
833         * net/tramp-cmds.el (tramp-cleanup-all-connections)
834         (tramp-reporter-dump-variable, tramp-load-report-modules)
835         (tramp-append-tramp-buffers)
836         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
838         * net/tramp-imap.el (top): Autoload `epg-make-context'.
840 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
842         * progmodes/compile.el (compilation-buffer-modtime): Rename from
843         buffer-modtime.  Adjust users.
845 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
847         * international/mule.el (auto-coding-alist): Only purecopy
848         car of each item, not the whole list (Bug#6083).
850 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
852         * progmodes/js.el (js-mode): Make paragraph variables local before
853         calling c-setup-paragraph-variables (Bug#6071).
855 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
857         * composite.el (compose-region, reference-point-alist): Fix typos
858         in the doc strings.
860 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
862         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
863         gnuplot's "set" command.
865 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
867         * abbrev.el (last-abbrev-text): Doc fix.
868         (abbrev-prefix-mark): Don't escape parenthesis.
870 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
872         * composite.el (find-composition): Doc fix.
874 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
876         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
877         (sql-oracle-program, sql-sqlite-options)
878         (sql-query-placeholders-and-send): Doc fixes.
879         (sql-set-product, sql-interactive-mode): Reflow docstrings.
880         (sql-imenu-generic-expression, sql-buffer)
881         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
882         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
883         (sql-mode-sybase-font-lock-keywords)
884         (sql-mode-informix-font-lock-keywords)
885         (sql-mode-interbase-font-lock-keywords)
886         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
887         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
888         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
889         (sql-product-feature, sql-highlight-product)
890         (comint-line-beginning-position, sql-rename-buffer)
891         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
892         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
893         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
894         Fix typos in docstrings.
896 2010-05-08  Juri Linkov  <juri@jurta.org>
898         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
899         property instead of `invisible' and `after-string' (bug#5998).
901 2010-05-08  Juri Linkov  <juri@jurta.org>
903         * image-mode.el (image-mode-as-text): Fix typo in docstring.
905 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
907         * filecache.el (file-cache-add-directory-list)
908         (file-cache-add-directory-recursively): Fix typos in docstrings.
910 2010-05-08  Kenichi Handa  <handa@m17n.org>
912         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
913         (gujarati-composable-pattern): Fix typo.
915 2010-05-08  Kenichi Handa  <handa@m17n.org>
917         * language/indian.el (oriya-composable-pattern)
918         (tamil-composable-pattern, malayalam-composable-pattern):
919         Add two-part vowels to "v" (vowel sign).
921 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
923         * files.el (copy-directory): Handle symlinks (Bug#5982).
925 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
927         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
928         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
929         (Bug#5846).
931 2010-05-08  Glenn Morris  <rgm@gnu.org>
933         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
935         * minibuffer.el (completion-at-point): Doc fix.
937 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
939         * electric.el (Electric-command-loop): Minor tweak.
941         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
942         better with dedicated windows.
944 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
946         * Version 23.2 released.
948 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
949             Stefan Monnier  <monnier@iro.umontreal.ca>
951         Highlight vendor specific properties.
952         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
953         (css-proprietary-property): New face.
954         (css-font-lock-keywords): Use them.
956 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
958         * cus-start.el (all): Add native condition for tool-bar-* symbols.
960 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
963         * files.el (auto-mode-alist): Remove redundant entries.
965         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
966         * simple.el (auto-save-mode): Move from files.el.
967         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
969 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
971         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
973 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
975         * mail/binhex.el (binhex-decode-region-internal)
976         * mail/uudecode.el (uudecode-decode-region-internal)
977         * net/dns.el (dns-read-string-name, dns-write, dns-read)
978         (dns-read-type, dns-query)
979         * pgg-parse.el (pgg-parse-armor)
980         * pgg.el (pgg-verify-region)
981         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
982         XEmacs.
984         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
986 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
988         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
990         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
991         * emulation/cua-base.el (cua-repeat-replace-region):
992         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
993         (cua-cut-region-to-global-mark):
994         Remove text properties with `set-text-properties'.
996 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
998         * net/tramp.el (top, with-progress-reporter):
999         Use `symbol-function' inside `funcall'.
1001         * net/tramp-compat.el (tramp-compat-file-attributes)
1002         (tramp-compat-delete-file, tramp-compat-delete-directory):
1003         Handle only `wrong-number-of-arguments' error.
1005         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1006         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1007         inside `funcall'.
1009 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1011         * minibuffer.el (completion--sreverse, completion--common-suffix):
1012         New functions.
1013         (completion-pcm--merge-completions): Extract common suffix when safe.
1015         * emacs-lisp/easy-mmode.el (define-minor-mode):
1016         Make :variable more flexible.
1017         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1019 2010-05-05  Juri Linkov  <juri@jurta.org>
1021         Add `slow' and `history' tags to the desktop data.
1023         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1024         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1025         (Info-finder-find-node): Require `finder.el' to be able
1026         to restore node from the desktop.
1027         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1028         data `Info-history' and `slow' tag in the assoc list.
1029         (Info-restore-desktop-buffer): Don't restore nodes with the
1030         `slow' tag.  Restore `Info-history'.
1032 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1034         Add FORCE argument to `delete-file'.
1036         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1037         forcing to delete the temporary file.
1038         (ange-ftp-delete-file): Add FORCE arg.
1039         (ange-ftp-rename-remote-to-remote)
1040         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1041         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1042         Force file deletion.
1044         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1046         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1047         (tramp-handle-make-symbolic-link, tramp-handle-load)
1048         (tramp-do-copy-or-rename-file-via-buffer)
1049         (tramp-do-copy-or-rename-file-directly)
1050         (tramp-do-copy-or-rename-file-out-of-band)
1051         (tramp-handle-process-file, tramp-handle-call-process-region)
1052         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1053         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1054         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1056         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1057         (tramp-fish-handle-make-symbolic-link)
1058         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1060         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1061         Use `tramp-compat-delete-file'.
1063         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1064         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1066         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1067         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1069         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1070         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1071         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1072         `tramp-compat-delete-file'.
1074 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         Minor cleanups.
1077         * subr.el (add-minor-mode): Use push.
1078         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1079         * emulation/edt.el (edt-select-mode): Simplify.
1081         Use define-minor-mode in more cases.
1082         * term/tvi970.el (tvi970-set-keypad-mode):
1083         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1084         (normal-erase-is-backspace-mode):
1085         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1086         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1087         (get-scroll-bar-mode): New function.
1088         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1090         Use define-minor-mode for less obvious cases.
1091         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1092         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1093         * international/iso-ascii.el (iso-ascii-mode):
1094         * frame.el (auto-raise-mode, auto-lower-mode):
1095         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1097 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1099         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1100         in order to see error messages for failed logins.
1102 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1104         * diff.el (diff-sentinel):
1106         * epg.el (epg--make-temp-file, epg-decrypt-string)
1107         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1109         * jka-compr.el (jka-compr-partial-uncompress)
1110         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1112         * server.el (server-sentinel): Use delete-file's new FORCE arg
1113         (Bug#6070).
1115 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1117         Use define-minor-mode where applicable.
1118         * view.el (view-mode):
1119         * type-break.el (type-break-query-mode)
1120         (type-break-mode-line-message-mode):
1121         * textmodes/reftex.el (reftex-mode):
1122         * term/vt100.el (vt100-wide-mode):
1123         * tar-mode.el (tar-subfile-mode):
1124         * savehist.el (savehist-mode):
1125         * ibuf-ext.el (ibuffer-auto-mode):
1126         * composite.el (auto-composition-mode):
1127         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1128         Use define-minor-mode.
1129         (vhdl-mode): Use static mode-line format.
1130         (vhdl-mode-line-update): Delete.
1131         (vhdl-create-mode-menu, vhdl-activate-customizations)
1132         (vhdl-hs-minor-mode): Don't bother calling it.
1134 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * simple.el (with-wrapper-hook): Move.
1137         (buffer-substring-filters): Mark obsolete.
1138         (filter-buffer-substring-functions): New variable.
1139         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1141         Use a mode-line spec rather than a static string in Semantic.
1142         * cedet/semantic/util-modes.el:
1143         (semantic-minor-modes-format): New var to replace...
1144         (semantic-minor-modes-status): Remove.
1145         (semantic-mode-line-update): Construct a mode-line spec rather than
1146         a static string so that mouse buttons can be used on individual minor
1147         modes and so that semantic-mode-line-update only needs to be called
1148         when global settings are changed.
1149         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1150         Call semantic-mode-line-update.
1151         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1152         minor-mode-alist, check semantic-minor-mode-alist as well.
1153         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1154         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1155         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1156         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1157         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1158         (define-semantic-idle-service, semantic-idle-summary-mode):
1159         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1160         Don't call semantic-mode-line-update any more.
1162 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1164         Use define-minor-mode in CEDET where applicable.
1166         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1167         Use define-minor-mode.
1169         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1170         Remove unused arg `keymap' and code redundant with define-minor-mode.
1171         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1172         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1173         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1174         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1175         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1176         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1177         Use define-minor-mode.
1178         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1179         (semantic-show-unmatched-syntax-mode-setup)
1180         (semantic-show-parser-state-mode-setup)
1181         (semantic-highlight-func-mode-setup): Inline into sole caller.
1183         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1184         (semantic-mru-bookmark-mode): Use define-minor-mode.
1185         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1187         * cedet/semantic/idle.el (define-semantic-idle-service):
1188         Use define-minor-mode and inline setup function into its sole caller.
1189         (semantic-idle-scheduler-mode-setup)
1190         (semantic-idle-summary-mode-setup): Inline into sole caller.
1191         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1192         Use define-minor-mode.
1194         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1195         (semantic-decoration-mode): Use define-minor-mode.
1196         (semantic-decoration-mode-setup): Inline into sole caller.
1198         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1199         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1200         (ede-dired-add-to-target): Use dolist.
1202 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1203             Michael Albinus  <michael.albinus@gmx.de>
1205         Implement compression for inline methods.
1207         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1208         (tramp-copy-size-limit): Allow also nil.
1209         (tramp-inline-compress-commands): New defconst.
1210         (tramp-find-inline-compress, tramp-get-inline-compress)
1211         (tramp-get-inline-coding): New defuns.
1212         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1213         replaced by `tramp-get-inline-coding'.
1214         (tramp-handle-file-local-copy, tramp-handle-write-region)
1215         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1217 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1219         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1220         Remove unused functions.
1222         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1223         Set find-tag-default-function as a variable rather than a property.
1225         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1226         * progmodes/etags.el (tags-completion-at-point-function):
1227         Remove left over interactive spec.  Add autoloading stub.
1228         (complete-tag): Use tags-completion-at-point-function.
1230 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1232         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1234 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
1236         * composite.el (compose-region, reference-point-alist): Fix typos
1237         in the doc strings.
1239 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1241         * ido.el (ido-init-completion-maps): Remove C-v binding.
1242         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1244 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1246         * minibuffer.el (tags-completion-at-point-function): New function.
1247         (completion-at-point-functions): Use it.
1249         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1250         (semantic-mode): Use semantic-completion-at-point-function for
1251         completion-at-point-functions instead.
1253         * progmodes/etags.el (complete-tag): Revert last change.
1255 2010-04-29  Alan Mackenzie  <acm@muc.de>
1257         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1258         off-by-one error (in end of macro position).
1260 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1263         firefox is absent.  Don't autoload.
1264         (browse-url-galeon-program): Don't autoload.
1266 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1268         * bindings.el (complete-symbol): Move into minibuffer.el.
1270         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1271         completion cannot be performed, return nil instead of signalling
1272         an error.
1273         (completion-at-point): Make it an alias for complete-symbol.
1274         (complete-symbol): Move from bindings.el, and replace with the
1275         body of completion-at-point.
1277         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1279         * cedet/semantic.el (semantic-mode): When enabled, add
1280         semantic-ia-complete-symbol to completion-at-point-functions.
1282         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1283         if Semantic is not active.
1285 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1287         * net/tramp.el (tramp-remote-selinux-p): New defun.
1288         (tramp-handle-file-selinux-context)
1289         (tramp-handle-set-file-selinux-context): Use it.
1291 2010-04-28  Sam Steingold  <sds@gnu.org>
1293         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1294         `safe-local-variable' if the value is a string or a symbol with
1295         the property `bug-reference-url-format'.
1297 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1299         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1300         2010-04-27 change due to security risk.
1302 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1304         Make it possible to locally disable a globally enabled mode.
1305         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1306         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1307         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1308         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1309         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1310         that subsequent hooks get a chance to disable it.
1312 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1315         Avoid re-enabling a minor mode after the user turned the minor mode
1316         off if MODE-enable-in-buffers is run twice (typically once from
1317         fundamental-mode's after-change-major-mode-hook and a second time from
1318         run-mode-hook's own after-change-major-mode-hook).
1320         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1322 2010-04-27  Sam Steingold  <sds@gnu.org>
1324         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1325         `safe-local-variable' if the value is a string or a function, as
1326         documented and implemented on 2010-04-02.
1328 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1330         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1331         when method is 'kill.
1333 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1335         * ispell.el (ispell-init-process): Fix personal dictionary condition
1336         in default directory check.
1337         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1338         Kill ispell process when killing its associated buffer.
1340 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1342         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1343         but we aren't using it.
1345 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1347         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1348         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1350 2010-04-24  Glenn Morris  <rgm@gnu.org>
1352         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1353         Ignore VCS-ignore files, and deleted nextstep preferences files.
1354         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1355         (authors-ambiguous-files): New list.
1356         (authors-valid-file-names): Add some deleted files.
1357         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1358         (authors-disambiguate-file-name): New function.  (Bug#5501)
1359         (authors-canonical-file-name): Doc fix.
1360         Don't warn about obsolete files.
1361         (authors-canonical-file-name, authors-scan-el):
1362         Use authors-disambiguate-file-name.
1364         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1365         Add autoload cookies.
1366         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1367         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1368         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1369         They have definitions / compiler macros in cl.el.
1370         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1371         Replace manual autoloads with generated ones.
1372         (htmlfontify-unload-rgb-file): Remove autoload.
1373         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1375 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1378         (byte-compile-setq-default): Optimize for the
1379         single-var case and don't call byte-compile-form in this case to avoid
1380         inf-loop with byte-compile-set-default.
1382         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1384 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1386         Implement SELINUX backends.
1388         * net/tramp.el (tramp-file-name-handler-alist):
1389         Add `file-selinux-context' and `set-file-selinux-context'.
1390         (tramp-handle-file-selinux-context)
1391         (tramp-handle-set-file-selinux-context): New defuns.
1392         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1393         Handle PRESERVE-SELINUX-CONTEXT.
1395         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1396         Add `file-selinux-context' and `set-file-selinux-context'.
1397         (tramp-gvfs-handle-file-selinux-context)
1398         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1399         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1401         * net/ange-ftp.el (ange-ftp-copy-file):
1402         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1403         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1404         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1405         Add PRESERVE-SELINUX-CONTEXT.
1407 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1409         Synchronize with Tramp repository.
1411         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
1412         (tramp-action-process-alive, tramp-action-out-of-band)
1413         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
1414         (tramp-exists-file-name-handler): Fix docstring.
1415         (with-progress-reporter): New defmacro.
1416         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
1417         (tramp-maybe-open-connection): Use it.
1419 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
1421         Detect ssh 'ControlMaster' argument automatically in some cases.
1423         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
1424         (tramp-default-method): Use it.
1426 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1428         * net/tramp.el (tramp-handle-copy-file): Add new optional
1429         parameter `preserve-selinux-context'.
1430         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
1432 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1434         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1435         Ensure, that non remote files are still checked.  Oops.
1437 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
1439         Fix Bug#5840.
1441         * icomplete.el (icomplete-completions): Use `non-essential'.
1443         * net/tramp.el (tramp-connectable-p): New defun.
1444         (tramp-handle-expand-file-name)
1445         (tramp-completion-handle-file-name-all-completions)
1446         (tramp-completion-handle-file-name-completion): Use it.
1448 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
1452 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
1454         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
1456         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
1458         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
1459         is present.
1461         * info.el (info-tool-bar-map): Add labels.
1463         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
1465         * cus-edit.el (custom-commands): Add labels for tool bar.
1466         (custom-buffer-create-internal, Custom-mode): Adjust for
1467         labels in custom-commands.
1469         * dynamic-setting.el: Renamed from font-setting.el.
1471 2010-04-21  John Wiegley  <jwiegley@gmail.com>
1473         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
1474         toggles the use of virtual buffers.
1475         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
1476         value.
1477         (ido-toggle-virtual-buffers): New function.
1479 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
1481         Use `define-derived-mode'; fix window selection; doc fixes.
1482         * play/tetris.el (tetris, tetris-update-speed-function)
1483         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
1484         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
1485         (tetris-rotate-next, tetris-end-game, tetris-start-game)
1486         (tetris-pause-game): Fix typos in docstrings.
1487         (tetris-mode-map, tetris-null-map):
1488         Move initialization into declaration.
1489         (tetris-mode): Define with `define-derived-mode';
1490         set show-trailing-whitespace to nil.
1491         (tetris): Prefer window already displaying the "*Tetris*" buffer.
1493 2010-04-21  Karel Klíč  <kklic@redhat.com>
1495         * files.el (backup-buffer): Handle SELinux context, and return it
1496         if a backup was made by renaming.
1497         (backup-buffer-copy): Set SELinux context to the target file.
1498         (basic-save-buffer): Set SELinux context of the newly written file.
1499         (basic-save-buffer-1): Now it also returns any SELinux context.
1500         (basic-save-buffer-2): Set SELinux context of the newly created file,
1501         and return it.
1502         * net/tramp.el (tramp-file-name-for-operation):
1503         Add file-selinux-context.
1505 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1507         Make the log-edit comments use RFC822 format throughout.
1509         * vc.el (vc-checkin, vc-modify-change-comment):
1510         Adjust to new vc-start/finish-logentry.
1511         (vc-find-conflicted-file): New command.
1512         (vc-transfer-file): Adjust to new vc-checkin.
1513         (vc-next-action): Improve scoping.
1515         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1516         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1518         * vc-git.el (vc-git-log-edit-mode): Remove.
1519         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1520         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1522         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1523         (vc-start-logentry): Remove argument `extra'.
1524         (vc-finish-logentry): Remove extra args.
1526         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1527         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1528         (vc-bzr-conflicted-files): New function.
1530         * log-edit.el (log-edit-extra-flags)
1531         (log-edit-before-checkin-process): Remove.
1532         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1533         (log-edit-headers-alist): New var.
1534         (log-edit-header-contents-regexp): New const.
1535         (log-edit-match-to-eoh): New function.
1536         (log-edit-font-lock-keywords): Use them.
1537         (log-edit): Insert a "Summary:" header as default.
1538         (log-edit-mode): Mark font-lock rules as case-insensitive.
1539         (log-edit-done): Cleanup headers.
1540         (log-view-process-buffer): Remove.
1541         (log-edit-extract-headers): New function to replace it.
1543 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1545         * subr.el (default-direction-reversed): Remove obsolescence info.
1547 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1550         windows/frames.
1552         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1553         I.e. include text after point in the completion region.
1554         Also, return nil when we're not after/in a symbol.
1556         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1557         default enable-multibyte-characters.
1559 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * international/mule.el: Help the user choose a valid coding-system.
1562         (read-buffer-file-coding-system): New function.
1563         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1564         coding-system cannot encode all the chars.
1566         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1567         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1568         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1569         Don't use *vc-bzr-shelve*.
1571 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1573         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1574         Don't destroy list before using it.
1576 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1578         Fix the version number for added files.
1579         * vc-hg.el (vc-hg-working-revision): Check if the file is
1580         registered after hg parent fails (Bug#5961).
1582 2010-04-19  Glenn Morris  <rgm@gnu.org>
1584         * htmlfontify.el (htmlfontify-buffer)
1585         (htmlfontify-copy-and-link-dir): Autoload entry points.
1587 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1589         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1590         name relative to the project root (Bug#5960).
1592 2010-04-19  Glenn Morris  <rgm@gnu.org>
1594         * vc-git.el (vc-git-print-log): Doc fix.
1596 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1598         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1600 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1602         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1603         default settings (Bug#5928).
1605 2010-04-19  Glenn Morris  <rgm@gnu.org>
1607         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1608         New function.
1609         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1611 2010-04-19  Kenichi Handa  <handa@m17n.org>
1613         * language/indian.el (malayalam-composable-pattern): Fix previous
1614         change (add U+0D4D "SIGN VIRAMA").
1615         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1616         (tamil-composable-pattern): Fix typo in the regexp.
1617         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1618         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1619         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1621 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1623         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1624         paragraph-separate (Bug#5821).
1626 2010-04-19  Juri Linkov  <juri@jurta.org>
1628         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1630         * info.el (Info-find-node-2): Comment out code that skips
1631         breadcrumbs line.
1632         (Info-mouse-follow-link): New command.
1633         (Info-link-keymap): New keymap.
1634         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1635         Return a string with links instead of inserting breadcrumbs
1636         to the Info buffer.
1637         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1638         Instead of putting the `invisible' text property over the Info
1639         header, make an overlay over the Info header with the `invisible'
1640         property and `after-string' set to the string returned by
1641         `Info-breadcrumbs'.
1643 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1645         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1646         Reported by monkey@sandpframing.com.
1648 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1650         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1651         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1652         available in the "keyseq cache" any more.
1654         * custom.el (defcustom): Add edebug spec.
1656 2010-04-18  Juri Linkov  <juri@jurta.org>
1658         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1660         * view.el (view-file, view-buffer): Move test for special mode-class
1661         from view-file to view-buffer.
1663         * tar-mode.el (tar-extract): Turn if's into one cond
1664         like in arc-mode.el.
1666 2010-04-18  Juri Linkov  <juri@jurta.org>
1668         Add 7z archive format support (bug#5475).
1670         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1671         (archive-7z-extract): New defcustom.
1672         (archive-find-type): Add magic string for 7z.
1673         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1674         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1675         `buffer' arg of `call-process'.
1676         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1677         call the function `archive-7z-extract' with the variable
1678         `archive-7z-extract' let-bound to `archive-zip-extract'.
1679         (archive-7z-summarize, archive-7z-extract): New functions.
1681         * international/mule.el (auto-coding-alist):
1682         * files.el (auto-mode-alist): Add 7z file extension.
1684 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1686         * loadup.el: Setup hash-cons for pure data.
1688         Fix duplicate entries in cedet's loaddefs.el files.
1689         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1690         Should make most file-local generated-autoload-file unnecessary.
1691         (print-readably): Silence warnings.
1692         (autoload-find-destination): Take load-name as an arg to make sure
1693         it's the same as the one that will be in the file.
1694         (autoload-generate-file-autoloads): Adjust to above changes.
1695         Try to make the dataflow a bit simpler.
1697         * cvs-status.el (cvs-refontify): Remove unused.
1699 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1701         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1703         * calc-bin.el (calc-radix): Have the "O" option turn on
1704         twos-complement mode.
1706 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1708         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1709         Add `calc-option-prefix-help' to calc-help autoloads.
1710         (calc-inverse): Add "Option" to message, as appropriate.
1711         (calc-hyperbolic): Add "Option" to message, as appropriate.
1712         (calc-option, calc-is-option): New functions.
1714         * calc-help.el (calc-full-help): Add `calc-option-help'.
1715         (calc-option-prefix-help): New function.
1717         * calc-misc.el (calc-help): Add "Option" entry.
1719         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1720         (calc-option-flag): New variable.
1721         (calc-do): Set `calc-option-flag to nil.
1722         (calc-set-mode-line): Add "Opt " as appropriate.
1724 2010-04-16  Juri Linkov  <juri@jurta.org>
1726         Move scrolling commands from simple.el to window.el
1727         because their primitives are implemented in window.c.
1729         * simple.el (scroll-error-top-bottom)
1730         (scroll-up-command, scroll-down-command, scroll-up-line)
1731         (scroll-down-line, scroll-other-window-down)
1732         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1733         * window.el (scroll-error-top-bottom)
1734         (scroll-up-command, scroll-down-command, scroll-up-line)
1735         (scroll-down-line, scroll-other-window-down)
1736         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1737         Move from simple.el to window.el because their primitives are
1738         implemented in window.c.
1740 2010-04-16  Juri Linkov  <juri@jurta.org>
1742         * isearch.el (isearch-lookup-scroll-key): Check both
1743         `isearch-scroll' and `scroll-command' properties.
1744         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1746         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1748         * simple.el (scroll-up-command, scroll-down-command)
1749         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1751 2010-04-15  Juri Linkov  <juri@jurta.org>
1753         * simple.el (scroll-up-command, scroll-down-command)
1754         (scroll-up-line, scroll-down-line): Put `scroll-command'
1755         property on the these symbols.  Remove them from
1756         `scroll-preserve-screen-position-commands'.
1758         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1759         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1760         Remove it from `scroll-preserve-screen-position-commands'.
1762         * isearch.el (isearch-allow-scroll): Doc fix.
1764 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1766         * net/tramp.el (tramp-error-with-buffer): Don't show the
1767         connection buffer when we are in completion mode.
1768         (tramp-file-name-handler): Catch the error for some operations
1769         when we are in completion mode.  This gives the user the chance to
1770         correct the file name in the minibuffer.
1772 2010-04-15  Glenn Morris  <rgm@gnu.org>
1774         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1776 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1778         Simplify by using `define-derived-mode'.
1779         * info.el (Info-mode):
1780         * calendar/todo-mode.el (todo-mode):
1781         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1782         (gomoku-mode-map): Move initialization into declaration.
1784 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1786         Fix Bug#5840.
1787         * ido.el (ido-file-name-all-completions-1):
1788         * minibuffer.el (minibuffer-completion-help):
1789         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1791 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * simple.el (non-essential): New var.
1795         Add a new field `location' to bookmarks for non-file bookmarks.
1796         * bookmark.el (bookmark-location): Use the new field, if present.
1797         (bookmark-insert-location): Undo last change, not needed any more.
1798         * man.el (Man-bookmark-make-record):
1799         * woman.el (woman-bookmark-make-record): Add `location' field.
1801 2010-04-14  Juri Linkov  <juri@jurta.org>
1803         * simple.el (scroll-error-top-bottom): New defcustom.
1804         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
1806         * emulation/pc-select.el (pc-select-override-scroll-error):
1807         Obsolete in favor of `scroll-error-top-bottom'.
1809 2010-04-14  Juri Linkov  <juri@jurta.org>
1811         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1812         `scroll-up-command' and `M-v' to `scroll-down-command'.
1814         * emulation/cua-rect.el (cua--init-rectangles):
1815         * forms.el (forms--change-commands):
1816         * image-mode.el (image-mode-map):
1817         Remap scroll-down-command and scroll-up-command
1818         in addition to scroll-down and scroll-up.
1820 2010-04-14  Juri Linkov  <juri@jurta.org>
1822         * mwheel.el (scroll-preserve-screen-position-commands):
1823         Add mwheel-scroll to this list of commands.
1825         * simple.el (scroll-preserve-screen-position-commands):
1826         Add scroll-up-command, scroll-down-command, scroll-up-line,
1827         scroll-down-line to this list of commands.
1829 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * obsolete/complete.el: Move from lisp/complete.el.
1833         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1835         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1836         to the minor mode function now turns the mode ON unconditionally.
1838 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * vc-dir.el (vc-dir-kill-line): New command.
1841         (vc-dir-mode-map): Bind it to C-k.
1843         * bookmark.el (bookmark-insert-location): Handle a nil filename.
1845         * woman.el: Add bookmark declarations to silence the compiler.
1846         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1847         step to compatibility between man and woman bookmarks.
1848         Adjust for Man-default-bookmark-title renaming.
1849         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
1851         * man.el: Add bookmark declarations to silence the compiler.
1852         (Man-name-local-regexp): Make it match NAME as well.
1853         (Man-getpage-in-background): Return the buffer.
1854         (Man-notify-when-ready): Use `case'.
1855         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1856         Don't hardcode "NAME".  Simplify.
1857         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1858         Rename from Man-bookmark-make-record.
1859         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
1860         we have the actual man-args.  Use Man-getpage-in-background rather
1861         than `man' since the arg is already processed.  Let bookmark.el do the
1862         window handling.  Only wait for the relevant process.
1863         Don't forget to autoload.
1865         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1867 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1869         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1870         New functions.
1871         (woman-mode): Setup bookmark support.
1873         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1874         (man-bookmark-jump): New functions.
1875         (Man-mode): Setup bookmark support.
1877 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
1879         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1880         recognize ssh-keygen prompt (Bug#2817).
1882 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1884         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1886 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1888         Synchronize with Tramp repository.
1890         * net/tramp.el (tramp-completion-function-alist)
1891         (tramp-file-name-regexp, tramp-chunksize)
1892         (tramp-local-coding-commands, tramp-remote-coding-commands):
1893         Fix docstring.
1894         (tramp-remote-process-environment): Use `format' instead of `concat'.
1895         (tramp-handle-directory-files-and-attributes)
1896         (tramp-get-remote-path): Use `copy-tree'.
1897         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1898         compatibility: Use `completion-ignore-case' if
1899         `read-file-name-completion-ignore-case' does not exist.
1900         (tramp-do-copy-or-rename-file-directly): Do not use
1901         `tramp-handle-file-remote-p'.
1902         (tramp-do-copy-or-rename-file-out-of-band):
1903         Use `tramp-compat-delete-directory'.
1904         (tramp-do-copy-or-rename-file-out-of-band)
1905         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1906         Use `format-spec-make'.
1907         (tramp-find-foreign-file-name-handler)
1908         (tramp-advice-make-auto-save-file-name)
1909         (tramp-set-auto-save-file-modes): Remove superfluous check for
1910         `stringp'.  This is done inside `tramp-tramp-file-p'.
1911         (tramp-debug-outline-regexp): New defconst.
1912         (tramp-get-debug-buffer): Use it.
1913         (tramp-check-for-regexp): Use (forward-line 1).
1914         (tramp-set-auto-save-file-modes): Adapt version check.
1916         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1917         Wrap call of `featurep' for 2nd argument.
1918         (tramp-compat-make-temp-file): Simplify fallback implementation.
1919         (tramp-compat-copy-tree): Remove function.
1920         (tramp-compat-delete-directory): Provide implementation for older
1921         Emacsen.
1923         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1924         Do not use `tramp-fish-handle-file-attributes.
1926         * net/trampver.el: Update release number.
1928 2010-04-10  Glenn Morris  <rgm@gnu.org>
1930         * progmodes/compile.el (compilation-save-buffers-predicate):
1931         Add missing :version tag.
1933 2010-04-09  Sam Steingold  <sds@gnu.org>
1935         * progmodes/compile.el (compilation-save-buffers-predicate):
1936         Remove the "autoload" cookie.
1938         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1939         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1940         and `bug-reference-prog-mode' can be used in hooks directly.
1942 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1944         Add --author support to git commit.
1945         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1946         (vc-git-log-edit-mode): New minor mode.
1947         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1948         New declarations.
1950 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
1952         * vc-hooks.el, vc-git.el: Improve documentation comments.
1954 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         Fix some of the problems in defsubst* (bug#5728).
1957         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1958         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1960 2010-04-07  Sam Steingold  <sds@gnu.org>
1962         * progmodes/compile.el (compilation-save-buffers-predicate):
1963         New custom variable.
1964         (compile, recompile): Pass it to `save-some-buffers'.
1966 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
1968         * wid-edit.el (widget-choose): Move cursor to the second line of
1969         the buffer (Bug#5695).
1971 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1973         Add new VC methods: vc-log-incoming and vc-log-outgoing.
1974         * vc.el (vc-print-log-setup-buttons): New function split out from
1975         vc-print-log-internal.
1976         (vc-log-internal-common): New function, a parametrized version of
1977         vc-print-log-internal.
1978         (vc-print-log-internal): Just call vc-log-internal-common with the
1979         right arguments.
1980         (vc-incoming-outgoing-internal):
1981         (vc-log-incoming, vc-log-outgoing): New functions.
1982         (vc-log-view-type): New permanent local variable.
1984         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1986         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1987         of the dynamic bound vc-short-log.
1988         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1990         * vc-git.el (vc-git-log-outgoing): New function.
1991         (vc-git-log-view-mode): Use vc-log-view-type instead
1992         of the dynamic bound vc-short-log.
1994         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1995         of the dynamic bound vc-short-log.  Highlight the tag.
1996         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1997         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1998         (vc-hg-incoming-mode): Remove.
1999         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2001 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2003         Fix default-directory for vc-root-diff.
2004         * vc.el (vc-root-diff): Bind default-directory to the root
2005         directory for the diff command.
2007 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2009         * progmodes/verilog-mode.el (verilog-forward-sexp):
2010         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2011         word keywords, suggested by Steve Pearlmutter.
2012         (verilog-pretty-declarations): Support lineup of declarations in
2013         port lists.
2014         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2015         fix bug for /* / comments
2016         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2017         Speed up and simplfy as this is never called with a bound.
2018         (verilog-pretty-declarations): Enhance to line up declarations
2019         inside a parameter list, suggested by Alan Morgan.
2020         (verilog-pretty-expr): Tune assignment regular expression match
2021         string for corner cases; also use markers instead of character
2022         number as indent changes the later.
2024 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2026         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2027         as missing keyword.
2028         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2029         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2030         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2031         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2032         Tennant.
2033         (verilog-keywords):
2034         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2035         1800-2009 keywords, including "global.".
2037 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2039         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2040         appearing in buffer list (if a live buffer name matched a recentf
2041         file basename).  Should use uniquify to offer a real solution.
2043 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2045         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2046         comment to code, and add a :version tag.
2047         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2049 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2051         Enable recentf-mode if using virtual buffers.
2052         * ido.el (recentf-list): Declare for byte-compiler.
2053         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2054         (ido-make-buffer-list): Simplify.
2055         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2057 2010-04-05  Juri Linkov  <juri@jurta.org>
2059         Scrolling commands which scroll a line instead of full screen.
2060         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2062         * simple.el (scroll-up-line, scroll-down-line): New commands.
2063         Put property isearch-scroll=t on them.
2065         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2066         Remove commands.
2068 2010-04-05  Juri Linkov  <juri@jurta.org>
2070         Scrolling commands which do not signal errors at top/bottom.
2071         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2073         * simple.el (scroll-up-command, scroll-down-command): New commands.
2074         Put property isearch-scroll=t on them.
2076         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2077         `scroll-down-command' and [next] from `scroll-up' to
2078         `scroll-up-command'.
2080         * emulation/cua-base.el: Put property CUA=move on
2081         `scroll-up-command' and `scroll-down-command'.
2082         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2083         and `scroll-down-command' to `cua-scroll-down'.
2085 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2087         * help.el (describe-mode): Return nil.
2089 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2091         * ido.el (ido-use-virtual-buffers): New variable to indicate
2092         whether "virtual buffer" support is enabled for IDO.
2093         (ido-virtual): Face used to indicate virtual buffers in the list.
2094         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2095         exists, but a virtual buffer of that name does (which would be why
2096         it was in the list), recreate the buffer by reopening the file.
2097         (ido-make-buffer-list): If virtual buffers are being used, call
2098         `ido-add-virtual-buffers-to-list' before the make list hook.
2099         (ido-virtual-buffers): New variable which contains a copy of the
2100         current contents of the `recentf-list', albeit pared down for the
2101         sake of speed, and with proper faces applied.
2102         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2103         create a list of "virtual buffers" to present to the user in
2104         addition to the currently open set.  Note that this logic could
2105         get rather slow if that list is too large.  With the default
2106         `recentf-max-saved-items' of 200, there is little speed penalty.
2108 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * font-lock.el: Require CL when compiling.
2111         (font-lock-turn-on-thing-lock): Use `case'.
2113 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2115         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2116         Zaretskii.
2118 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2120         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2121         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2122         (semantic-imenu-goto-function): Reflow docstring.
2124 2010-04-02  Juri Linkov  <juri@jurta.org>
2126         * ehelp.el (electric-help-orig-major-mode):
2127         New buffer-local variable.
2128         (electric-help-mode): Set it to original major-mode.  Doc fix.
2129         (with-electric-help): Use `electric-help-orig-major-mode' instead
2130         of (default-value 'major-mode).  Doc fix.
2131         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2133 2010-04-02  Sam Steingold  <sds@gnu.org>
2135         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2136         `vc-hg-command' with a list of flags.
2138         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2139         Also accept "patch" and "RFE".
2140         (bug-reference-fontify): `bug-reference-url-format' can also be a
2141         function to be able to handle the bug kind.
2142         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2144 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2146         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2147         value to fboundp, it may not be a symbol.
2149 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2151         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2153 2010-03-31  Juri Linkov  <juri@jurta.org>
2155         * simple.el (next-line, previous-line): Re-throw a signal
2156         with `signal' instead of using `ding'.
2157         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2159 2010-03-31  Juri Linkov  <juri@jurta.org>
2161         * simple.el (keyboard-escape-quit): Raise deselecting the active
2162         region higher than exiting the minibuffer.
2163         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2165 2010-03-31  Juri Linkov  <juri@jurta.org>
2167         * image.el (image-animated-p): Use `image-metadata' instead of
2168         `image-extension-data'.  Get GIF extenstion data from metadata
2169         property `extension-data'.
2171 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2173         * simple.el (append-to-buffer): Simplify.
2175 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2177         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2178         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2180 2010-03-31  Kenichi Handa  <handa@m17n.org>
2182         * language/sinhala.el (composition-function-table): Fix regexp for
2183         the new Unicode specification.
2185         * language/indian.el (devanagari-composable-pattern)
2186         (tamil-composable-pattern, kannada-composable-pattern)
2187         (malayalam-composable-pattern): Adjust for the new Unicode
2188         specification.
2189         (bengali-composable-pattern, gurmukhi-composable-pattern)
2190         (gujarati-composable-pattern, oriya-composable-pattern)
2191         (telugu-composable-pattern): New variables to cope with the new
2192         Unicode specification.  Use them in composition-function-table.
2194 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2196         Make tmm-menubar work for the Buffers menu again (bug#5726).
2197         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2198         vectors rather than cons cells, as used in menu-bar-update-buffers.
2200 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2202         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2203         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2204         electric punctuation for "{}();,:" (Bug#5586).
2206         * mail/sendmail.el (mail-default-directory): Doc fix.
2208 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2210         * mail/sendmail.el (mail-default-directory): Doc fix.
2212 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2214         * subr.el (version-regexp-alist, version-to-list)
2215         (version-list-<, version-list-=, version-list-<=)
2216         (version-list-not-zero, version<, version<=, version=): Doc fix.
2217         (Bug#5744).
2219 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2221         * vc.el (vc-root-diff): Doc fix.
2223 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2225         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2227         * simple.el (append-to-buffer): Fix last change.
2229 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2231         * simple.el (append-to-buffer): Ensure that point is preserved if
2232         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2233         (Bug#5749)
2235 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * files.el (auto-mode-case-fold): Change default to t.
2239 2010-03-30  Juri Linkov  <juri@jurta.org>
2241         * dired-x.el (dired-omit-mode): Doc fix.
2243 2010-03-30  Juri Linkov  <juri@jurta.org>
2245         * replace.el (occur-accumulate-lines): Move occur-engine related
2246         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2247         to be located after `occur-engine'.
2249 2010-03-30  Juri Linkov  <juri@jurta.org>
2251         Make occur handle multi-line matches cleanly with context.
2252         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2254         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2255         (occur-engine): Add local variables `ret', `prev-after-lines',
2256         `prev-lines'.  Use more arguments for `occur-context-lines'.
2257         Set first elem of its returned list to `data', and the second elem
2258         to `prev-after-lines'.  Don't print the separator line.
2259         In the end, print remaining context after-lines.
2260         (occur-context-lines): Add new arguments `begpt', `endpt',
2261         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2262         after-lines of the previous match with before-lines of the
2263         current match and not overlap them.  Return a list with two
2264         values: the output line and the list of context after-lines.
2266 2010-03-30  Juri Linkov  <juri@jurta.org>
2268         * replace.el (occur-accumulate-lines): Fix a bug where the first
2269         context line at the beginning of the buffer was missing.
2271 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2273         * files.el: Make bidi-display-reordering safe variable for boolean
2274         values.
2276 2010-03-29  Phil Hagelberg  <phil@evri.com>
2277             Chong Yidong  <cyd@stupidchicken.com>
2279         * subr.el: Extend progress reporters to perform "spinning".
2280         (progress-reporter-update, progress-reporter-do-update):
2281         Handle non-numeric value arguments.
2282         (progress-reporter--pulse-characters): New var.
2284 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2286         * progmodes/compile.el (compilation-start): Fix regexp detection
2287         of initial cd command (Bug#5771).
2289 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2291         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2293 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2295         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2296         * lisp/progmodes/gdb-mi.el: Restore.
2297         * lisp/progmodes/gdb-ui.el: Remove.
2298         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2300 2010-03-25  Glenn Morris  <rgm@gnu.org>
2302         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2303         all dired buffers, even tramp ones.  (Bug#5755)
2305 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2307         Add "union tags" in mpc.el.
2308         * mpc.el: Remove backward compatibility code.
2309         (mpc-browser-tags): Change default.
2310         (mpc--find-memoize-union-tags): New var.
2311         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2312         (mpc-cmd-find): Handle the case where the playlist does not exist.
2313         Handle union-tags.
2314         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2315         (mpc-cmd-add): Use mpc-cmd-flush.
2316         (mpc-tagbrowser-tag-name): New fun.
2317         (mpc-tagbrowser-buf): Use it.
2318         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2320 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         Misc cleanup.
2323         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2324         Use replace-regexp-in-string.
2325         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2326         (makefile-imake-mode-syntax-table): Move init into defvar.
2327         (makefile-mode): Use define-derived-mode.
2329         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2330         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2331         not be present any more.
2333 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2335         * faces.el (set-face-attribute): Fix typo in docstring.
2336         (face-valid-attribute-values): Reflow docstring.
2338         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2340 2010-03-24  Glenn Morris  <rgm@gnu.org>
2342         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2344 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2346         * indent.el (indent-for-tab-command): Doc fix.
2348 2010-03-24  Alan Mackenzie  <acm@muc.de>
2350         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2351         Fix off-by-one error.  Fixes bug #5747.
2353 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2355         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2356         (image-dired-read-comment): Doc fix.
2358         * json.el (json-object-type, json-array-type, json-key-type)
2359         (json-false, json-null, json-read-number):
2360         * minibuffer.el (completion-in-region-functions):
2361         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2362         (cal-tex-cursor-week):
2363         * emacs-lisp/trace.el (trace-function):
2364         * eshell/em-basic.el (eshell/printnl):
2365         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2366         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2367         * obsolete/levents.el (allocate-event, event-key, event-object)
2368         (event-point, event-process, event-timestamp, event-to-character)
2369         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2370         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2371         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2372         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2373         (reftex-highlight-selection): Fix typos in docstrings.
2375 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2377         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2379 2010-03-24  Glenn Morris  <rgm@gnu.org>
2381         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2382         2008-02-13 without comment; mark it obsolete.
2383         (rmail-highlight-headers): Use rmail-highlight-face once more.
2385 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2387         * woman.el (woman2-process-escapes): Only consume the newline if
2388         the filler character is on a line by itself (Bug#5729).
2390 2010-03-24  Kenichi Handa  <handa@m17n.org>
2392         * language/indian.el (devanagari-composable-pattern): Add more
2393         consonants.
2395 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2397         * net/trampver.el: Update release number.
2399 2010-03-24  Glenn Morris  <rgm@gnu.org>
2401         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2403 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2405         * net/tramp.el (tramp-find-executable):
2406         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2407         output of "wc -l" more robust.
2408         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2409         (tramp-open-connection-setup-interactive-shell): Remove workaround
2410         for OpenSolaris bug, it is not needed anymore.
2412 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
2414         * cedet/semantic/imenu.el: New file, from the CEDET repository
2415         (Bug#5412).
2417 2010-03-24  Glenn Morris  <rgm@gnu.org>
2419         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
2421 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
2423         * files.el (auto-mode-alist): Accept more verilog file patterns.
2425 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2427         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
2429 2010-03-24  Glenn Morris  <rgm@gnu.org>
2431         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
2432         log-edit-before-checkin-process.
2434         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
2436         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
2438         * vc-dispatcher.el (vc-start-logentry): Doc fix.
2439         (log-view-process-buffer, log-edit-extra-flags): Declare.
2441         * log-edit.el (log-edit-before-checkin-process): Doc fix.
2443         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2444         Consistently check ede-object is bound throughout.
2446         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
2448 2010-03-23  Sam Steingold  <sds@gnu.org>
2450         Fix bug#5620: recalculate all markers on compilation buffer
2451         modifications, not on file modifications.
2452         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
2453         the buffer modification time, for buffers not associated with files.
2454         (compilation-mode): Create it.
2455         (compilation-filter): Update it.
2456         (compilation-next-error-function): Use it instead of
2457         `visited-file-modtime' for timestamp.
2459 2010-03-23  Juri Linkov  <juri@jurta.org>
2461         Implement Occur multi-line matches.
2462         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
2464         * replace.el (occur): Doc fix.
2465         (occur-engine): Set `begpt' to the beginning of the first line.
2466         Set `endpt' to the end of the last match line.  At first, count
2467         line numbers between `origpt' and `begpt'.  Split out code from
2468         `out-line' variable to new let-bindings `match-prefix' and
2469         `match-str'.  In `out-line' add non-numeric prefix to all
2470         non-first lines of multi-line matches.  Finally, count lines
2471         between `begpt' and `endpt' and add to `lines'.
2473 2010-03-23  Juri Linkov  <juri@jurta.org>
2475         * replace.el (occur-accumulate-lines, occur-engine):
2476         Use `occur-engine-line' instead of duplicate code.
2477         (occur-engine-line): New function created from duplicate code
2478         in `occur-accumulate-lines' and `occur-engine'.
2480         * replace.el (occur-engine-line): Add optional arg `keep-props'.
2481         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
2483 2010-03-23  Juri Linkov  <juri@jurta.org>
2485         * finder.el: Remove TODO tasks.
2487         * info.el (Info-finder-find-node): Add node "all"
2488         with all package info.  Handle a list of multiple keywords
2489         separated by comma.
2490         (info-finder): In interactive use with a prefix argument,
2491         use `completing-read-multiple' to read a list of keywords
2492         separated by comma.
2494 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         Add a new completion style `substring'.
2497         * minibuffer.el (completion-basic--pattern): New function.
2498         (completion-basic-try-completion, completion-basic-all-completions):
2499         Use it.
2500         (completion-substring--all-completions)
2501         (completion-substring-try-completion)
2502         (completion-substring-all-completions): New functions.
2503         (completion-styles-alist): New style `substring'.
2505 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2507         Get rid of .elc files after removal of the corresponding .el.
2508         * Makefile.in (compile-clean): New target.
2509         (compile-main): Use it.
2511 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2513         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2514         don't do make there.  When compiling with separate object dir, there
2515         is no Makefile there.
2517 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         Get rid of the ELCFILES abomination, again.
2520         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2521         (all, compile): Don't call compile-last.
2522         (compile-main): Build the "elcfiles" list dynamically.
2523         (compile-targets): New (internal) target.
2525 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2527         * Makefile.in (top_srcdir): Define.
2528         (abs_top_builddir): Define.
2529         (srcdir): Don't append `/..'.
2530         (EMACS): Use ${abs_top_builddir}.
2531         (all, compile, compile-always, compile-last): Don't set emacswd.
2532         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2533         $(srcdir).
2534         (lisp): Use $(srcdir) instead of @srcdir@.
2536 2010-03-21  Juri Linkov  <juri@jurta.org>
2538         Fix message of multi-line occur regexps and multi-buffer header lines.
2539         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2541         * replace.el (occur-1): Don't display regexp if it is longer
2542         than window-width.  Use `query-replace-descr' to display regexp.
2543         (occur-engine): Don't display regexp in the buffer header for
2544         multi-buffer occur.  Display a separate header line with total
2545         match count and regexp for multi-buffer occur.
2546         Use `query-replace-descr' to display regexp.
2548 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2550         * net/secrets.el: Fix parenthesis.
2551         (secrets-enabled): Fix parenthesis.
2553 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2555         Use more relative file and directory names.
2556         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2557         (setwins, setwins_almost, setwins_for_subdirs):
2558         Don't `cd'; output relative names.
2559         (all, compile, compile-always, compile-last): Set emacswd.
2560         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2561         Just cd to the lisp source dir so we can use relative file names.
2563         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2565 2010-03-20  Glenn Morris  <rgm@gnu.org>
2567         * textmodes/rst.el: Use faces for font-lock customization, and make the
2568         old -face variables obsolete.
2569         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2570         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2571         (rst-block-face, rst-external-face, rst-definition-face)
2572         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2573         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2574         Make obsolete.
2575         (rst-font-lock-keywords-function): Update for above changes.
2577 2010-03-20  Juri Linkov  <juri@jurta.org>
2579         * s-region.el:
2580         * obsolete/s-region.el: Move to obsolete.
2582 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2584         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2586 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2588         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2590 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2592         Add special markup processing for commit logs.
2593         * log-edit.el (log-edit-extra-flags): New variable.
2594         (log-edit): Add new argument MODE.  Use that mode when non-nil
2595         instead of the log-view-mode.
2596         (log-view-process-buffer): New function.
2598         * vc.el: Document that the checkin method takes optional
2599         arguments.  Document new backend specific method: log-view-mode.
2600         (vc-default-log-edit-mode): New function.
2601         (vc-checkin): Use a backend specific log-view-mode.
2602         Pass extra arguments to the checkin method.
2603         (vc-modify-change-comment): Pass a dummy extra argument.
2605         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2606         log-edit.
2607         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2608         (vc-finish-logentry): Process the log buffer before passing it
2609         down.  Pass log-edit-extra-flags.
2611         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2612         command.
2613         (log-edit-extra-flags, log-edit-before-checkin-process):
2614         New declarations.
2616         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2617         command.
2618         (log-edit-extra-flags, log-edit-before-checkin-process):
2619         New declarations.
2620         (vc-hg-log-edit-mode): New derived mode.
2622         * vc-arch.el (vc-arch-checkin):
2623         * vc-cvs.el (vc-cvs-checkin):
2624         * vc-git.el (vc-git-checkin):
2625         * vc-mtn.el (vc-mtn-checkin):
2626         * vc-rcs.el (vc-rcs-checkin):
2627         * vc-sccs.el (vc-sccs-checkin):
2628         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2630 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2633         parent typo).
2635 2010-03-19  Glenn Morris  <rgm@gnu.org>
2637         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2639 2010-03-18  Glenn Morris  <rgm@gnu.org>
2641         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2643         * replace.el (query-replace-history): Give it a doc string.
2644         (map-query-replace-regexp): Use query-replace-from-history-variable
2645         and query-replace-to-history-variable.
2647         * mail/hashcash.el (declare-function): Remove duplicate definition.
2649         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2650         Make it an obsolete alias for report-emacs-bug-address.
2651         (message-strip-special-text-properties): Declare.
2652         (report-emacs-bug): Remove test for a pretest bug address.
2653         Combine message-mode-specific code.
2655         * mail/supercite.el: Don't require sendmail.
2656         (mh-in-header-p): Declare rather than using with-no-warnings.
2657         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2658         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2660         * calendar/cal-french.el: Convert to utf-8.
2662         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2663         Emacs scripts.
2665 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2667         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2668         of a subfeature.
2670 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2672         * net/secrets.el (top): Register the D-Bus signals only when the
2673         service "org.freedesktop.secrets" can be pinged.
2674         Provide subfeature `enabled'.
2676 2010-03-14  Juri Linkov  <juri@jurta.org>
2678         Add finder unknown keywords.
2680         * finder.el (finder-unknown-keywords): New function.
2682         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2683         to create a Finder node with unknown keywords.
2685 2010-03-14  Juri Linkov  <juri@jurta.org>
2687         * finder.el (finder-compile-keywords): Replace `princ' with
2688         `prin1' on a list of symbols interned from keyword strings.
2690         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2691         a comma, then split keywords using a comma and optional whitespace.
2692         Otherwise, split by whitespace.
2694         * complete.el:
2695         * face-remap.el:
2696         * log-view.el:
2697         * net/hmac-def.el:
2698         * net/hmac-md5.el:
2699         * net/netrc.el:
2700         * progmodes/mixal-mode.el: Fix keywords.
2702 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2704         * Makefile.in (ELCFILES): Add net/secrets.elc.
2706         * net/secrets.el: New file.
2708 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2710         * facemenu.el (list-colors-display, list-colors-print): New arg
2711         callback.  Use it to allow selecting colors.
2713         * wid-edit.el (widget-image-insert): Insert image prop even if the
2714         current display is non-graphic.
2715         (widget-field-value-set): New fun.
2716         (editable-field): Use it.
2717         (widget-field-value-get): Clean up unused var.
2718         (widget-color-value-create, widget-color--choose-action):
2719         New funs.  Allow using list-colors-display to choose color.
2721 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2723         * cus-edit.el: Resort topmost custom groups.
2724         (custom-buffer-sort-alphabetically): Default to t.
2725         (customize-apropos): Use apropos-parse-pattern.
2726         (custom-search-field): New var.
2727         (custom-buffer-create-internal): Add custom-apropos search field.
2728         (custom-add-parent-links): Don't display parent doc.
2729         (custom-group-value-create): Don't sort top-level custom group.
2730         (custom-magic-value-create): Show visibility button before option name.
2732         (custom-variable-state): New fun, from custom-variable-state-set.
2733         (custom-variable-state-set): Use it.
2734         (custom-group-value-create): Hide options with standard values
2735         using the :hidden-states property.  Use progress reporter.
2737         (custom-show): Simplify.
2738         (custom-visibility): Disable images by default.
2739         (custom-variable): New property :hidden-states.
2740         (custom-variable-value-create): Enable images for
2741         custom-visibility widgets.  Use :hidden-states property to
2742         determine initial visibility.
2744         * wid-edit.el (widget-image-find): Give images center ascent.
2745         (visibility): Add :on-image and :off-image properties.
2746         (widget-visibility-value-create): Use them.
2748 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2750         * cus-edit.el (processes): Remove from development group.
2751         (oop, hypermedia): Delete group.
2752         (comm): Promote to top-level group.
2754         * net/browse-url.el (browse-url):
2755         * net/xesam.el (xesam):
2756         * net/tramp.el (tramp):
2757         * net/goto-addr.el (goto-address):
2758         * net/ange-ftp.el (ange-ftp): Put in comm group.
2760         * view.el (view): Remove from editing group.
2762         * uniquify.el (uniquify): Put in files group.
2764         * net/browse-url.el (browse-url):
2765         * ps-print.el (postscript): Put in external group.
2767         * cus-edit.el (outlines):
2768         * textmodes/text-mode.el (text-mode-hook):
2769         * textmodes/table.el (table):
2770         * textmodes/picture.el (picture):
2771         * outline.el (outlines): Put in wp group.
2773         * nxml/nxml-mode.el (nxml): Remove from wp group.
2775         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2777         * mail/metamail.el (metamail): Remove from hypermedia group.
2779         * cus-edit.el (abbrev):
2780         * whitespace.el (whitespace):
2781         * vcursor.el (vcursor):
2782         * reveal.el (reveal):
2783         * hl-line.el (hl-line): Put in convenience group.
2785         * epg-config.el (epg): Put in data group.
2787         * emulation/pc-select.el (pc-select): Put in emulations group.
2789         * calculator.el (calculator): Put in applications group.
2791 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2793         Add .dir-locals.el support for file-less buffers.
2794         * files.el (hack-local-variables): Split out code to apply local
2795         variable settings ...
2796         (hack-local-variables-apply): ... here.  New function.
2797         (hack-dir-local-variables): Use the default directory for when the
2798         buffer does not have an associated file.
2799         (hack-dir-local-variables-non-file-buffer): New function.
2800         * diff-mode.el (diff-mode):
2801         * vc-annotate.el (vc-annotate-mode):
2802         * vc-dir.el (vc-dir-mode):
2803         * log-edit.el (log-edit-mode):
2804         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2806 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2808         Add support for shelving snapshots and for showing shelves.
2809         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2810         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2811         New functions.
2812         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2813         (vc-bzr-extra-menu-map): Map them.
2815 2010-03-11  Glenn Morris  <rgm@gnu.org>
2817         * cus-edit.el (customize-changed-options-previous-release):
2818         Bump to 23.1.
2820         * image.el (image-animate-max-time): Fix :version tag.
2822 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2824         * Branch for 23.2.
2826 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2828         * vc-git.el (vc-git-revision-table): Include remote branches.
2830 2010-03-10  Kim F. Storm  <storm@cua.dk>
2832         Animated image API.
2833         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2835         * image.el (image-animate-max-time): New defcustom.
2836         (image-animated-types): New defconst.
2837         (create-animated-image, image-animate-timer)
2838         (image-animate-start, image-animate-stop, image-animate-timeout)
2839         (image-animated-p): New functions.
2841         * image-mode.el (image-toggle-display-image):
2842         Replace `create-image' with `create-animated-image'.
2844 2010-03-09  Miles Bader  <miles@gnu.org>
2846         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2847         instead of "format:"; this ensures that the output is
2848         newline-terminated.
2850 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2852         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2853         that all errors are caught, and that the return value is always a
2854         list (Bug#5692).
2856 2010-03-08  Kenichi Handa  <handa@m17n.org>
2858         * language/misc-lang.el (windows-1256): New coding system.
2859         (cp1256): New alias of windows-1256 (bug#5690).
2861 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2863         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2864         call to rfc822-bad-address.  (Bug#5692)
2866 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2868         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2869         Use vc-git-root as default directory for revision path (Bug#5657).
2871 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2873         * calculator.el (calculator): Don't bind split-window-keep-point
2874         (Bug#5674).
2876 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2878         * vc-git.el: Re-flow to fit into 80 columns.
2879         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2880         Remove spurious `quote' element in each case alternative.
2881         (vc-git-show-log-entry): Use prog1.
2882         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2884 2010-03-06  Glenn Morris  <rgm@gnu.org>
2886         * cedet/semantic/grammar.el (semantic-grammar-header-template):
2887         Update template copyright to GPLv3+.
2889 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2893 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2895         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2896         definition, not the name (Bug#5481).
2898 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2900         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2901         argument with a local variable.  (Bug#5670)
2903 2010-03-02  Juri Linkov  <juri@jurta.org>
2905         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2907 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2909         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2910         error when FILENAME and NEWNAME are existing remote directories.
2912         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2913         parameter DIR-FLAG.
2915 2010-03-02  Glenn Morris  <rgm@gnu.org>
2917         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2918         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2920 2010-03-01  Kenichi Handa  <handa@m17n.org>
2922         * language/burmese.el (burmese-composable-pattern): Rename from
2923         myanmar-composable-pattern.
2925         * international/characters.el (script-list):
2926         * international/fontset.el (script-representative-chars):
2927         Change myanmar to burmese.
2928         (otf-script-alist): Likewise.
2929         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2931 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2933         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2935 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2937         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2939 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2941         * net/tramp.el (tramp-handle-write-region): START can be a string.
2942         Take care in the checks.  Reported by Dan Davison
2943         <davison@stats.ox.ac.uk>.
2945 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2947         * net/dbus.el (dbus-introspect, dbus-get-property)
2948         (dbus-set-property, dbus-get-all-properties):
2949         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2951 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2953         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2954         * emacs-lisp/elint.el (elint-add-required-env):
2955         * cedet/semantic/db-find.el
2956         (semanticdb-find-translate-path-brutish-default):
2957         * cedet/ede/make.el (ede-make-check-version):
2958         * calendar/icalendar.el (icalendar--add-diary-entry):
2959         * calc/calcalg2.el (math-tracing-integral):
2960         * files.el (recover-session-finish): Use with-current-buffer
2961         instead of save-excursion.
2963 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         Fix in-buffer completion when after-change-functions modify the buffer.
2966         * minibuffer.el (completion--replace): New function.
2967         (completion--do-completion): Use it and use relative movement.
2969 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2971         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2973 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2975         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2976         Allow the characters _<> in the stack entry (Bug#5653).
2978 2010-02-26  Kenichi Handa  <handa@m17n.org>
2980         * language/burmese.el: Fix entries in composition-function-table.
2981         (myanmar-composable-pattern): New variable.
2983         * international/fontset.el (setup-default-fontset): Add an entry
2984         for myanmar.
2986         * international/characters.el (script-list): Add Myanmar
2987         Extended-A.
2989 2010-02-26  Glenn Morris  <rgm@gnu.org>
2991         * custom.el (custom-initialize-delay): Doc fix.
2993         * mail/sendmail.el (send-mail-function): Autoload the call
2994         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2996 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2998         * files.el (hack-local-variables-filter): For eval forms, also
2999         check safe-local-variable-p (Bug#5636).
3001 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3003         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3004         and use c(ad)r of cddr (Bug#5640).
3006 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3008         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3009         setting the modes by `ignore-errors'.  It might fail, for example
3010         if the file is not owned by the user but the group.
3011         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3013 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3015         * files.el (directory-listing-before-filename-regexp): Use
3016         stricter matching for iso-style dates, to avoid false matches with
3017         date-like filenames (Bug#5597).
3019         * htmlfontify.el (htmlfontify): Doc fix.
3021         * eshell/eshell.el (eshell): Doc fix.
3023         * startup.el (fancy-about-screen): In mode-line, apply
3024         mode-line-buffer-id face only to the buffer name (Bug#5613).
3026 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3028         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3029         In `watcom' anchor regexp to start of line, to avoid slowness
3030         (Bug#5599).
3032 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3034         * subr.el (remove-yank-excluded-properties): Explain in a comment
3035         why `category' property is removed.
3037 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3039         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3040         2010-02-17 change.
3042 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3044         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3045         (icalendar--convert-weekly-to-ical)
3046         (icalendar--convert-yearly-to-ical)
3047         (icalendar--convert-block-to-ical)
3048         (icalendar--convert-cyclic-to-ical)
3049         (icalendar--convert-anniversary-to-ical): Take care of time
3050         specifications where hour has 1-digit only (Bug#5549).
3052 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3054         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3055         of disassemble output in GDB 7.1.
3057 2010-02-19  Glenn Morris  <rgm@gnu.org>
3059         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3060         property.  (Bug#5593)
3062 2010-02-18  Sam Steingold  <sds@gnu.org>
3064         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3066 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3068         Use abbreviated file names in bookmarks (bug#5591).
3069         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3070         calls to expand-file-name.
3071         (bookmark-relocate): Use abbreviated file names in bookmarks.
3072         (bookmark-load): Use abbreviated file names in messages.
3074 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3076         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3077         expand "." and "..".  Reported by Thierry Volpiatto
3078         <thierry.volpiatto@gmail.com>.
3080 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3082         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3083         permissions of the temporary file to "0600".  In case the remote
3084         file has no read permissions for the owner, there might be
3085         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3087 22010-02-18  Glenn Morris  <rgm@gnu.org>
3089         * emacs-lisp/authors.el (authors-renamed-files-alist):
3090         Add entries for INSTALL.CVS.
3092 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3094         * vc-bzr.el: Fix typo in Known Bugs section.
3096         * isearch.el (isearch-update-post-hook): New hook.
3097         (isearch-update): Use the new hook.
3099 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3101         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3102         Fix errors in copying directories.
3103         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3104         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3105         (tramp-handle-delete-file)
3106         (tramp-handle-dired-recursive-delete-directory)
3107         (tramp-handle-write-region): Flush also the cache for the upper
3108         directory.
3110 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3112         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3114         * cus-edit.el (hardware): Doc fix.
3116         * man.el (man): Add to external custom group.
3118         * delim-col.el (columns): Move to wp custom group.
3120         * doc-view.el (doc-view): Add to data custom group.
3122         * cedet/data-debug.el (data-debug): Move to extensions group.
3124         * cedet/ede.el (ede):
3125         * cedet/srecode.el (srecode):
3126         * cedet/semantic.el (semantic): Put in tools and extensions group.
3128         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3130         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3131         by ispell-parse-output (Bug#5575).
3133 2010-02-16  Kenichi Handa  <handa@m17n.org>
3135         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3136         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3137         (skkdic-convert): Use `euc-japan' coding system for writing.
3139 2010-02-16  Glenn Morris  <rgm@gnu.org>
3141         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3142         tex-main-file before using it.  (Bug#5562)
3144 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3147         warnings, since it is annoying for the user to see them each time he
3148         runs the code.
3150 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3152         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3153         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3154         instead of PROC for caching "first-password-request".  Otherwise,
3155         new processes would not profit from passwords already entered.
3157         * net/tramp-cache.el (tramp-dump-connection-properties):
3158         Don't save "first-password-request" property.
3160 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3162         * outline.el (outline-head-from-level):
3163         * simple.el (with-wrapper-hook):
3164         * cedet/ede.el (ede-run-target, project-delete-target)
3165         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3166         (ede-adebug-project, ede-adebug-project-parent)
3167         (ede-adebug-project-root):
3168         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3169         (elint-defun, elint-buffer-env, elint-top-form-logged)
3170         (elint-unbound-variable):
3171         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3172         Fix typos in docstrings.
3174 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3176         * files.el (insert-directory): When WILDCARD-REGEXP and
3177         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3178         whole directory.  (Bug#5551)
3180         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3181         dired's alignment sanity.  (Bug#5516)
3183 2010-02-14  Juri Linkov  <juri@jurta.org>
3185         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3186         Remove remaining ^H with their preceding chars.  (Bug#5566)
3188 2010-02-13  Glenn Morris  <rgm@gnu.org>
3190         * simple.el (transpose-subr): Give it a doc-string.
3192         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3193         Doc fixes.
3195 2010-02-12  Juri Linkov  <juri@jurta.org>
3197         * arc-mode.el (archive-unique-fname): Make directories for nested
3198         archives.  (Bug#5540)
3200 2010-02-12  Juri Linkov  <juri@jurta.org>
3202         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3204 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3206         * subr.el (copy-overlay): Handle deleted overlays.
3208         * man.el (Man-completion-table): Don't signal an error if we can't run
3209         manual-program (bug#4056).
3211 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3213         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3215 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3217         * info.el (Info-bookmark-jump): Simplify.
3219         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3220         (bookmark-default-handler): Accept new bookmark field `buffer'.
3222 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3224         * iswitchb.el (iswitchb-completions): Revert last change.
3226 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3228         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3229         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3230         This prevents file names like "~/" being listed literally.
3232 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3234         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3235         Remove dead code.  (Bug#5546)
3237 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3239         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3240         correctly (Bug#5548).
3242 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3244         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3245         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3247 2010-02-08  Kenichi Handa  <handa@m17n.org>
3249         * international/mule-util.el (with-coding-priority): Add autoload
3250         cookie for putting `lisp-indent-function'.
3252 2010-02-07  Glenn Morris  <rgm@gnu.org>
3254         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3255         Move F2003 named interfaces from keywords-2 to keywords-1, and
3256         use function-name-face rather than constant-face.
3257         Simplify "abstract interface" regexp.
3259 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3261         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3262         ID-FORMAT.  Pass it to `file-attributes'.
3264         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3266 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3268         * faces.el (set-face-attribute): Allow calling
3269         internal-set-lisp-face-attribute with 'unspecified family and
3270         foundry argument (Bug#5536).
3272 2010-02-07  Glenn Morris  <rgm@gnu.org>
3274         * progmodes/f90.el (f90-font-lock-keywords-2)
3275         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3276         Handle F2003 named interfaces.
3278 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3280         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3281         beg and end before calling c-get-state-before-change-functions.
3283 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3285         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3287 2010-02-05  Juri Linkov  <juri@jurta.org>
3289         * doc-view.el (doc-view-mode):
3290         * image-mode.el (image-mode): Put property mode-class=special.
3291         (Bug#4896)
3293 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3295         * vc-svn.el (vc-svn-revision-table): New function.
3297 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3299         * net/ange-ftp.el (ange-ftp-insert-directory):
3300         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3301         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3302         Handle also directories.  (Bug#5478)
3304 2010-02-05  Glenn Morris  <rgm@gnu.org>
3306         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3308 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3310         * startup.el (command-line-1): Convert options beginning with a
3311         single dash as well (Bug#5519).
3313 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3315         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3316         * minibuffer.el (completion-initials-expand): Only check the presence
3317         of delims *within* the boundaries, since otherwise the / delim is
3318         always found for files.
3320         Fix up various corner case problems.
3321         * doc-view.el (doc-view-last-page-number): New function.
3322         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3323         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3324         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3325         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3326         (doc-view-convert-current-doc): Don't create the resolution.el file
3327         here any more.
3328         (doc-view-pdf/ps->png): Do it here instead.
3329         (doc-view-already-converted-p): Check that resolution.el is present.
3330         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3331         windows that are not yet showing images.
3333 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3335         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3336         `dired-uncache' for every elemnt which is an absolute file name.
3338         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3339         directory, handle its directory component.
3340         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3341         function is called permanently and creates noise, otherwise.
3343         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3344         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3345         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3347 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3349         * macros.el (apply-macro-to-region-lines):
3350         Minor simplification.  (Bug#5485)
3352 2010-02-04  Glenn Morris  <rgm@gnu.org>
3354         * mail/rmail.el (rmail-show-message-1): Handle malformed
3355         quoted-printable text.  (Bug#5441)
3357         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3359         * simple.el (visual-line-mode): Capitalize lighter.
3361 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3363         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3364         list of files considered for "virtual buffer" completions.
3366 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3368         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3369         also in case of (and (not full) (not wildcard)). This is needed,
3370         when dired is called with a list of files, which are not in
3371         `default-directory'.  (Bug#5478)
3373 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3375         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3377 2010-02-02  Juri Linkov  <juri@jurta.org>
3379         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3380         from unidiff to allow function-line after @@.
3382 2010-02-02  Juri Linkov  <juri@jurta.org>
3384         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3385         '(RCS SCCS) with inverted condition.
3387 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3389         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3390         messages.
3392 2010-02-01  Juri Linkov  <juri@jurta.org>
3394         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3395         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3396         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3397         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3399 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3401         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3402         (doc-view-revert-buffer): New command.
3403         (doc-view-mode-map): Use it.
3405 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3407         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3408         pending merge is detected.
3410 2010-01-31  Juri Linkov  <juri@jurta.org>
3412         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
3413         beginning of interactive spec like all other grep commands do.
3414         Put "all" in front of "gz".  (Bug#5260)
3416 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3418         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
3420 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
3422         * dirtrack.el (dirtrack): Warn instead of signalling error if the
3423         regexp is incorrect (Bug#5476).
3425 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
3427         * net/tramp.el (tramp-handle-insert-directory): Handle also
3428         symlinks, when FILENAME is not in `default-directory'.
3430 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3432         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
3433         FILE is not in `default-directory'.  (Bug#5478)
3435         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
3436         of SWITCHES.  Handle the case, FILENAME is not in
3437         `default-directory'.  (Bug#5478)
3438         (tramp-register-file-name-handlers): Add safe-magic property.
3440 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
3442         * arc-mode.el (archive-zip-extract): Quote the argument passed to
3443         unzip (Bug#5475).
3445 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
3447         * progmodes/flymake.el (flymake-allowed-file-name-masks)
3448         (flymake-master-make-header-init): Add other C++ filename masks.
3449         (flymake-find-possible-master-files)
3450         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
3452 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
3454         Fix some busybox annoyances.
3456         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
3457         not responding." string.
3458         (tramp-open-connection-setup-interactive-shell): Dump stty
3459         settings.  Enable "neveropen" arg for all `tramp-send-command'
3460         calls.  Handle "=" in variable values properly.
3461         (tramp-find-inline-encoding): Raise an error, when no encoding is
3462         found.
3463         (tramp-wait-for-output): Check, whether PROC buffer is available.
3464         Remove spurious " ^H" sequences, sent by busybox.
3465         (tramp-get-ls-command): Suppress coloring, if possible.
3467 2010-01-28  Glenn Morris  <rgm@gnu.org>
3469         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
3471         * log-edit.el (log-edit-strip-single-file-name): Add missing
3472         :safe, :group, and :version tags.
3474 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
3476         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
3477         buffers.  (Bug#5477)
3479 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
3481         * files.el (delete-directory): Handle moving to trash without
3482         first doing recursion (Bug#5436).
3484 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
3486         * vc-hooks.el (vc-path): Mark as obsolete.
3488 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
3490         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
3491         names too.
3493         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
3494         for the short log.
3495         (vc-bzr-log-view-mode): Adjust regexp for the above change.
3497 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
3499         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
3501         * vc-bzr.el (vc-bzr-revision-table): New function.
3503 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3505         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3506         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3508 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3510         Remove support for adding --signoff on commit.
3511         Future support will use an incompatible generic mechanism.
3512         * vc-git.el (vc-git-add-signoff): Remove variable.
3513         (vc-git-toggle-signoff): Remove function.
3514         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3516         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3517         from xterm-set-background-mode.  Return t if the background mode
3518         was set.
3519         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3520         earlier, call it again in case the background mode has changed.
3522 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3524         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3525         (Bug#3541).
3527 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3529         * emacs-lisp/assoc.el (aelement): Doc fix.
3530         (aput, adelete, amake): Use lexical-let (Bug#5450).
3532 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3534         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3535         is the same as subprogram call, not declaration.  (Bug#5435).
3537 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3539         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3540         (tramp-smb-maybe-open-connection): Use it.
3542 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3544         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3546 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3548         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3549         just because we see "encoding: 8bit".
3550         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3552 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3554         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3556 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3558         * jka-compr.el (jka-compr-load): If load-file is not in
3559         load-history, try its file-truename version.  (bug#5447)
3561 2010-01-21  Alan Mackenzie  <acm@muc.de>
3563         Fix a situation where deletion of a cpp construct throws an error.
3564         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3565         invoking c-with-all-but-one-cpps-commented-out, check that the
3566         special cpp construct is still in the buffer.
3567         (c-parse-state): Record the special cpp with markers, not numbers.
3569 2010-01-21  Kenichi Handa  <handa@m17n.org>
3571         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3572         process last-command-event, as it is now decoded first (Bug#5380).
3574 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3576         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3578 2010-01-20  Glenn Morris  <rgm@gnu.org>
3580         * indent.el (tab-always-indent): Fix custom-type.
3582 2010-01-19  Alan Mackenzie  <acm@muc.de>
3584         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3585         buffer throws "args out of range".
3586         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3587         playing the role of delimiter.
3589 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3591         * progmodes/ada-mode.el: Fix bug#5400.
3592         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3593         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3594         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3595         Improve comments in "is" portion.  Handle null procedure declaration.
3596         (ada-move-to-end): Improve doc string.
3598 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3600         * ido.el (ido-cur-list): Initialize to nil.
3601         Remove obsolete information from commentary.
3602         (ido-choice-list): Initialize to nil.
3603         (ido-get-bufname): Reject minibuffers.
3604         (ido-make-buffer-list): If "default" is a nonexistent
3605         buffer, ignore it, as per the function's comment.
3606         (ido-kill-buffer-internal): New function.
3607         (ido-kill-buffer-at-head): Use it.
3608         (ido-visit-buffer): Likewise.
3610 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3612         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3614 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3616         * cedet/ede/locate.el (ede-locate-file-in-project)
3617         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3618         (ede-enable-locate-on-project): Fix typos in error messages.
3620         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3621         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3622         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3623         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3624         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3625         Fix typos in menu help.
3627         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3628         Fix typos in chart titles.
3630         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3631         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3632         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3633         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3634         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3635         (semantic-parse-stream, semantic-parse-region)
3636         (semantic-parse-region-default, semantic--set-buffer-cache)
3637         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3638         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3639         (semantic-default-submodes):
3640         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3641         (semanticdb-create-ebrowse-database)
3642         (semanticdb-find-tags-for-completion-method)
3643         (semanticdb-find-tags-by-class-method)
3644         (semanticdb-deep-find-tags-by-name-method)
3645         (semanticdb-deep-find-tags-for-completion-method):
3646         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3647         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3648         (semanticdb-find-tags-for-completion-method)
3649         (semanticdb-find-tags-by-class-method)
3650         (semanticdb-deep-find-tags-for-completion-method):
3651         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3652         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3653         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3654         (semanticdb-find-tags-by-name-method)
3655         (semanticdb-find-tags-by-name-regexp-method)
3656         (semanticdb-find-tags-for-completion-method)
3657         (semanticdb-find-tags-by-class-method)
3658         (semanticdb-find-tags-external-children-of-type-method)
3659         (semanticdb-find-tags-subclasses-of-type-method)
3660         (semanticdb-deep-find-tags-by-name-method)
3661         (semanticdb-deep-find-tags-by-name-regexp-method)
3662         (semanticdb-deep-find-tags-for-completion-method):
3663         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3664         (semanticdb-enable-gnu-global-in-buffer)
3665         (semanticdb-find-tags-for-completion-method)
3666         (semanticdb-deep-find-tags-by-name-method)
3667         (semanticdb-deep-find-tags-for-completion-method):
3668         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3669         (javascript-mode, semanticdb-find-translate-path)
3670         (semanticdb-find-tags-for-completion-method)
3671         (semanticdb-find-tags-by-class-method)
3672         (semanticdb-deep-find-tags-by-name-method)
3673         (semanticdb-deep-find-tags-for-completion-method)
3674         (semanticdb-find-tags-external-children-of-type-method):
3675         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3676         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3677         (global-semantic-idle-scheduler-mode):
3678         * cedet/srecode/dictionary.el (srecode-field-value)
3679         (srecode-dictionary-add-section-dictionary):
3680         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3681         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3682         (describe-class, eieio-describe-generic, describe-generic):
3683         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3684         (eieio-speedbar-expand):
3685         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3686         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3687         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3688         (viper-del-backward-char-in-replace, viper-backward-indent)
3689         (viper-brac-function, viper-register-to-point, viper-submit-report):
3690         * net/tramp.el (tramp-remote-coding-commands):
3691         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3692         Fix typos in docstrings.
3694 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3696         * mail/sendmail.el (mail-yank-original): Set the mark if the
3697         specified function for yanking does not do it.
3699 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3701         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3703         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3704         resyncing a directory.
3706 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3708         * progmodes/ada-mode.el: Fix bug#1920.
3709         (ada-ident-re): Delete ., allow multibyte characters.
3710         (ada-goto-label-re): New; matches goto labels.
3711         (ada-block-label-re): New; matches block labels.
3712         (ada-label-re): New; matches both.
3713         (ada-named-block-re): Deleted; callers changed to use
3714         `ada-block-label-re' instead.
3715         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3716         Use `ada-block-label-re'.
3717         (ada-indent-on-previous-lines): Improve handling of goto labels.
3718         (ada-get-indent-block-start): Special-case block label.
3719         (ada-get-indent-label): Split into `ada-indent-block-label' and
3720         `ada-indent-goto-label'.
3721         (ada-goto-stmt-start, ada-goto-next-non-ws):
3722         Optionally ignore goto labels.
3723         (ada-goto-next-word): Simplify.
3724         (ada-indent-newline-indent-conditional): Insert newline before
3725         trying to fix indentation; doc fix.
3727 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3729         * calc/calc.el (calc-command-flags): Give it an initial value.
3731 2010-01-17  Glenn Morris  <rgm@gnu.org>
3733         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3735 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3737         * cedet/semantic.el (semantic-mode):
3738         * files.el (minibuffer-with-setup-hook):
3739         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3740         (artist-key-draw-continously, artist-key-do-continously-continously)
3741         (artist-key-set-point-continously, artist-mouse-draw-continously):
3742         Fix typos in docstrings.
3744 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3746         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3747         return t (Bug#3898).
3749 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3751         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3752         can parse the output of the external commands (Bug#5279).
3754 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3756         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3758 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3760         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3762         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3764         * startup.el (command-line): Remove unused --icon-type arg.
3765         Handle --display arg, passing it to command-line-1 (Bug#5392).
3767 2010-01-16  Mario Lang  <mlang@delysid.org>
3769         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3770         * cedet/ede/files.el (ede-expand-filename):
3771         * cedet/ede/simple.el (ede-simple-project):
3772         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3773         (semantic-complete-inline-tag-engine):
3774         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3775         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3776         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3777         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3778         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3779         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3780         * emacs-lisp/chart.el (chart-translate-namezone):
3781         * textmodes/artist.el (artist-compute-popup-menu-table):
3782         Remove duplicated words in doc-strings.
3784 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3786         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3787         to mairix-search to suppress threading (Bug#5342).
3789 2010-01-15  Kenichi Handa  <handa@m17n.org>
3791         * international/mule-cmds.el (canonicalize-coding-system-name):
3792         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3794 2010-01-15  Glenn Morris  <rgm@gnu.org>
3796         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3798         * wid-edit.el (widget-keymap): Doc fix.
3800         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3801         former seems to be more widely accepted by various svn versions.
3803 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3805         * find-cmd.el (find-constituents):
3806         * vc-arch.el (vc-arch-root):
3807         * window.el (window-body-height, pop-up-frames):
3808         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3809         (semantic-no-reparse-needed-change-hook):
3810         * cedet/srecode/insert.el (srecode-resolve-argument-list)
3811         (srecode-template-inserter-blank, srecode-template-inserter-variable)
3812         (srecode-template-inserter-ask, srecode-template-inserter-width)
3813         (srecode-template-inserter-section-start)
3814         (srecode-template-inserter-section-end, srecode-insert-method):
3815         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3816         * progmodes/ada-stmt.el (ada-if):
3817         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3818         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3819         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3820         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3822         * progmodes/flymake.el (flymake-post-syntax-check):
3823         Fix typo in error message.
3825 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3827         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3828         which is always a string.  (Bug#5313)
3830 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3832         * progmodes/ada-xref.el (ada-default-prj-properties):
3833         Simplify previous change.
3835 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3837         * progmodes/ada-xref.el (ada-default-prj-properties):
3838         Default ada_project_path to $ADA_PROJECT_PATH.
3840 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3842         * progmodes/ada-mode.el (ada-create-keymap):
3843         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3845 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3847         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3848         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3849         (ada-get-current-indent, ada-imenu-generic-expression)
3850         (ada-which-function): Check for it.
3852 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3854         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3855         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3857 2010-01-14  Glenn Morris  <rgm@gnu.org>
3859         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3861 2010-01-14  Kenichi Handa  <handa@m17n.org>
3863         * composite.el (auto-composition-mode): Make it a buffer local
3864         variable (permanent-local).
3865         (auto-composition-function): Set the default value to
3866         auto-compose-chars.
3867         (auto-composition-mode): Make it a simple function, not a minor mode.
3868         (global-auto-composition-mode): Likewise.
3869         (turn-on-auto-composition-if-enabled): Delete it.
3871 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3873         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3875 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3877         * files.el (copy-directory): Compute target for recursive
3878         directories with identical names.  (Bug#5343)
3880 2010-01-12  Glenn Morris  <rgm@gnu.org>
3882         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3883         it to bug-gnu-emacs rather than emacs-pretest-bug.
3885 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3887         * cedet/data-debug.el (data-debug): Fix customization group reference.
3889 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3891         * cedet/semantic/analyze.el (semantic-analyze-push-error)
3892         (semantic-analyze-context, semantic-analyze-context-assignment)
3893         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3894         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3895         (semantic-java-doc-keywords-map):
3896         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3897         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3898         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3899         (semantic-c-classname, semantic-format-tag-uml-prototype)
3900         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3901         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3902         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3903         (semantic-get-local-variables, semantic-end-of-command)
3904         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3905         (lisp-mode):
3906         * cedet/semantic/bovine/make.el (makefile-mode):
3907         * cedet/semantic/wisent/python.el (wisent-python-string-re)
3908         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3909         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3910         (semantic-lex, semantic-get-local-variables, python-mode):
3911         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3912         * cedet/srecode/extract.el (srecode-extract-state-set)
3913         (srecode-extract-method): Fix typos in docstrings.
3915 2010-01-11  Sam Steingold  <sds@gnu.org>
3917         * imenu.el (imenu-default-create-index-function): Detect infinite
3918         loops caused by imenu-prev-index-position-function.
3920 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3922         * htmlfontify.el (htmlfontify-load-rgb-file)
3923         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3924         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3925         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3926         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3927         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3928         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3929         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3930         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3931         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3932         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3933         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3934         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3935         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3936         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3937         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3938         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3939         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3940         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3941         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3942         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3943         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3944         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3945         backslash-quoting from parentheses, etc.
3947 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3949         * progmodes/js.el: Autoload javascript-mode alias.
3951 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3953         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3954         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3955         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3956         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3957         Fix typos in docstrings.
3958         (ffap-url-regexp): Doc fix.
3959         (ffap-at-mouse): Fix typo in message.
3961 2010-01-11  Glenn Morris  <rgm@gnu.org>
3963         * version.el (emacs-copyright): Set copyright year to 2010.
3965 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3967         * format.el (format-annotate-function): Only set
3968         write-region-post-annotation-function after running to-fn so as not to
3969         affect nested write-region calls (bug#5273).
3971 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3973         * cedet/semantic.el (semantic-new-buffer-setup-functions):
3974         Add python parser.
3976         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3977         wisent/python.el.
3979 2010-01-10  Richard Kim  <emacs18@gmail.com>
3981         * cedet/semantic/wisent/python-wy.el:
3982         * cedet/semantic/wisent/python.el: New files.
3984 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3986         * man.el (Man-goto-section): Signal error if the section is not
3987         found (Bug#5317).
3989 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3991         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3992         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3994 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3996         * progmodes/compile.el: Don't treat compile-command as safe if
3997         compilation-read-command might be nil (Bug#4218).
3999 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4001         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4002         NS options.
4004 2010-01-08  Kenichi Handa  <handa@m17n.org>
4006         * international/fontset.el (build-default-fontset-data):
4007         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4009 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4011         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4012         to `create-file-buffer' as it expects, not just a buffer name.
4013         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4014         to help uniquify.  (Bug#3224)
4016 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4018         * font-setting.el (font-setting-change-default-font): Use user-spec
4019         instead of name.
4021 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4023         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4025 2010-01-05  Tom Tromey  <tromey@redhat.com>
4027         * progmodes/python.el (python-font-lock-keywords):
4028         Handle qualified decorators (Bug#881).
4030 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4032         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4033         in a lightweight checkout.
4035 2010-01-05  Kenichi Handa  <handa@m17n.org>
4037         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4039 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4041         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4043 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4045         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4046         checkouts.  (Bug#618)
4047         (vc-bzr-log-view-mode): Also highlight the author.
4048         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4049         (vc-bzr-shelve-menu-map):
4050         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4051         (vc-bzr-shelve-apply): Make prompt more explicit.
4053 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4055         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4056         They are valid characters in URL paths (rfc3986), and at least
4057         Firefox does not understand the encoded version (Bug#3166).
4059 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4061         * progmodes/octave-mod.el (octave-end-keywords)
4062         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4063         Add "end" keyword (Bug#3061).
4064         (octave-end-as-array-index-p): New function.
4065         (calculate-octave-indent): Use it.
4067 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4069         * bookmark.el: Consistently put the text property on the bookmark name.
4070         (bookmark-bmenu-marks-width): Bump back to 2, to include
4071         annotation marks.
4072         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4073         property on the bookmark name, instead of not putting it at all.
4074         (bookmark-bmenu-list): Fix where we put the text property.
4076 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4078         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4079         for showing buffer modified state (as added in the previous change).
4081 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4083         * bookmark.el: Show modified state of bookmark buffer more accurately.
4084         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4085         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4086         (with-buffer-modified-unmodified): New macro.
4087         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4088         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4089         Use new macro to preserve the buffer modified state.
4091 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4093         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4094         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4095         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4096         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4097         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4098         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4099         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4101 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4103         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4104         Make the lines in the generated doc string shorter.  (Bug#4668)
4106 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4108         * net/rcirc.el: Add follow-link binding (Bug#4738).
4110 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4112         * Makefile.in (bzr-update): Rename from cvs-update.
4113         (cvs-update): New target for backward compatibility.
4115         * makefile.w32-in (bzr-update): Rename from cvs-update.
4116         (cvs-update): New target for backward compatibility.
4118 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4120         * bookmark.el: Remove gratuitous gratitude.
4122 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4124         * bookmark.el (bookmark-bmenu-any-marks): New function
4125         (bookmark-bmenu-save): Clear buffer modification if no marks.
4127 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4129         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4130         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4131         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4132         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4134         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4135         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4136         To: emacs-devel {_AT_} gnu.org
4137         Subject: bookmark.el bug report
4138         Date: Mon, 28 Dec 2009 14:19:16 +0800
4139         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4141 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4143         * bookmark.el: Improvements suggested by Drew Adams:
4144         (bookmark-bmenu-ensure-position): New name for
4145         `bookmark-bmenu-check-position'.  Just ensure the position,
4146         don't return any meaningful value.
4147         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4148         New constants.
4150 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4152         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4153         (bookmark-yank-point, bookmark-bmenu-check-position):
4154         Fix typos in docstrings.
4155         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4156         (bookmark-name-from-full-record, bookmark-get-position)
4157         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4158         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4159         Remove useless quoting of parenthesis, etc. in docstrings.
4161         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4162         (ediff-append-custom-diff): Fix typo in error message.
4163         (ediff-meta-mark-equal-files): Fix typos in messages.
4165         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4167         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4168         Fix typo in docstring.
4170         * net/imap-hash.el (imap-hash-make): Doc fix.
4171         (imap-hash-test): Fix typo in error message; reflow docstring.
4172         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4173         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4174         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4175         Fix typos in docstrings.
4176         (imap-hash-open-connection): Fix typo in error message.
4178         * play/gomoku.el (gomoku): Fix typos in docstring.
4180         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4181         (gdb-jsonify-buffer): Fix typos in docstring.
4182         (gdb-goto-breakpoint): Fix typo in error message.
4183         ("Display Other Windows"): Fix typo in help message.
4184         (gdb-speedbar-expand-node): Fix typo in question.
4186         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4187         (idlwave-html-system-help-location, idlwave-html-help-location)
4188         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4189         (idlwave-help-browser-generic-args, idlwave-help-directory)
4190         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4191         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4192         (idlwave-online-help, idlwave-help-html-link)
4193         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4194         Fix typos in docstrings.
4195         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4196         Reflow docstrings.
4197         (idlwave-help-assistant-start): Fix typo in error message.
4199         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4200         (octave-electric-space): Fix typos in docstrings.
4202 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4204         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4206 2010-01-01  Juri Linkov  <juri@jurta.org>
4208         * comint.el (comint-input-ring-size): Make it a defcustom and
4209         increase the default to 500 (Bug#5148).
4211 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4213         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4214         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4215         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4217 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4219         Show working revision correctly for mercurial.
4220         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4221         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4223 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4225         Declare some functions for the byte-compiler.
4226         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4227         (speedbar-timer-fn, speedbar-change-expand-button-char)
4228         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4230 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4232         This changeset reverts GDB Graphical Interface to use annotations.
4233         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4235 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4237         Make vc-dir work on subdirectories of the bzr root.
4238         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4239         file names relative to it.
4240         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4241         relative directory to vc-bzr-after-dir-status.
4243 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4245         * font-lock.el (font-lock-refresh-defaults): New function, which
4246         can be used to let font-lock react to external changes in
4247         variables like font-lock-defaults and keywords.
4248         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4250 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4252         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4254         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4256 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4258         Supersede color.diff settings in git log (bug#5211).
4260         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4261         escape chars in its output when the user has color.diff set to `always'.
4262         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4264 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4266         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4267         node.  Keep previous "Index" name to work with past coreutils too.
4269         * man.el (man): Revise docstring a bit to show -a and -l as
4270         examples.  Add -k description since support for it has otherwise
4271         been a secret.  (Further to bug#3717.)
4272         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4273         "no matches" rather than "Can't find manpage", as the latter reads
4274         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4276 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4278         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4279         switches.  Check also for //SUBDIRED// line.
4281 2009-12-25  Kenichi Handa  <handa@m17n.org>
4283         * language/indian.el (devanagari-composable-pattern): Fixed to
4284         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4285         Devanagari.
4286         (malayalam-composable-pattern): Fix previous change.
4288 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4290         * ps-print.el (ps-face-attributes): It was not returning the
4291         attribute face for faces specified as string.  Reported by harven
4292         <harven@free.fr>.
4293         (ps-print-version): New version 7.3.5.
4295 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4297         * calendar/icalendar.el (icalendar--convert-tz-offset):
4298         Fix timezone names.
4299         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4300         (icalendar--add-diary-entry): Remove the trailing blank that
4301         diary-make-entry inserts.
4303 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4305         Make `file-expand-wildcards' work for remote files.
4307         * files.el (file-expand-wildcards): In case of remote files, check
4308         only local file name part for wildcards.  Provide feature 'files
4309         and subfeature 'remote-wildcards.  (Bug#5198)
4311         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4312         if there is already an established connection.
4313         (tramp-advice-file-expand-wildcards): Remove it.
4315         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4316         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4317         Activate advice for older GNU Emacs versions.  (Bug#5237)
4319 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4321         Some doc fixes (more needed).
4323         * find-cmd.el (find-constituents): Reflow docstring.
4324         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4325         (find-generic): Doc fix.
4327 2009-12-17  Juri Linkov  <juri@jurta.org>
4329         Fix regression from 23.1 to allow multiple modes in Local Variables.
4331         * files.el (hack-local-variables-filter): While ignoring duplicates,
4332         don't take `mode' into account.
4333         (hack-local-variables-filter, hack-dir-local-variables):
4334         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4336 2009-12-17  Juri Linkov  <juri@jurta.org>
4338         Make `dired-diff' safer.  (Bug#5225)
4340         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4341         `current' or when `file' is a directory of the `current' file.
4343 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4345         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4346         unconditionally preloaded files.
4348 2009-12-16  Juri Linkov  <juri@jurta.org>
4350         Revert to old 23.1 logic of using the file at the mark as default.
4351         * dired-aux.el (dired-diff): Use the file at the mark as default
4352         if it's not the same as the current file, and the target dir is
4353         the current dir or the mark is active.  Add the current file
4354         as the arg of `dired-dwim-target-defaults'.  Use the default file
4355         in the prompt.  (Bug#5225)
4357 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4359         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4360         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4361         (tramp-check-for-regexp): Check also, when an echoing shell stops
4362         to echo sent commands.
4364 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4366         * Makefile.in: Revert last change (Bug#5191).
4368 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4370         * vc-hg.el (vc-hg-print-log): Fix argument order.
4371         (vc-hg-working-revision): Make sure the command is executed in a
4372         known environment so that we can parse the output.  (Bug#4417)
4374 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4376         * progmodes/python.el (python-symbol-completions): Remove text
4377         properties from symbol string before calling python-send-receive.
4379 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4381         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4382         when there are values for both file and line.  (Bug#5060)
4384 2009-12-14  Juri Linkov  <juri@jurta.org>
4386         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4387         whitespace after the file name of the first line of unified format,
4388         because git-diff doesn't output whitespace and file modification time
4389         after the file name.
4391 2009-12-14  David Kastrup  <dak@gnu.org>
4393         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4394         check if it already has the `display' property added by
4395         `Info-display-images-node', and not put the `invisible' property
4396         in this case.
4398 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4400         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4401         (semantic-mru-bookmark-mode): Doc fixes.
4403         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4404         of assert.
4406 2009-12-13  Glenn Morris  <rgm@gnu.org>
4408         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4409         (report-emacs-bug): In message-mode, sort manually before storing
4410         original report text.  (Bug#5178)
4411         Remove superfluous save-excursion.
4413 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
4415         * net/dbus.el (dbus-property-handler): Filter lambda forms out
4416         when responding to "GetAll" properties.
4418 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
4420         * simple.el (compose-mail): Remove mail-setup-with-from from
4421         customization checks.
4423 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
4425         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
4426         RAR archives created on Unix systems.
4428 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
4431         the varalias that was accidentally removed by the 2009-11-19 change
4432         (bug#5186).
4434 2009-12-12  Kenichi Handa  <handa@m17n.org>
4436         * language/indian.el (indian-compose-regexp): New function.
4437         (malayalam-composable-pattern): Fix the pattern.
4438         (composition-function-table): Set malayalam-composable-pattern for
4439         Malayalam characters.
4441 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
4443         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
4444         rather than down-mouse-1, based on follow-link conventions.
4446         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
4447         are compiled.
4449 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
4451         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
4452         (verilog-vmm-statement-re, verilog-ovm-statement-re)
4453         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
4454         (verilog-leap-to-head, verilog-backward-token):
4455         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
4457 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
4459         * progmodes/verilog-mode.el (verilog-auto-lineup)
4460         (verilog-nameable-item-re): Cleanup user-visible spelling and
4461         documentation errors.  One reported by Gary Delp.
4462         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
4463         (verilog-read-decls): Fix AUTOWIRE with types declared in a
4464         package, bug195.  Reported by Pierre-David Pfister.
4466 2009-12-11  Glenn Morris  <rgm@gnu.org>
4468         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
4470         * mail/emacsbug.el: No longer require sendmail.
4471         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
4472         (report-emacs-bug-orig-text): Doc fix.
4473         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
4474         New local variables, to adapt to different mail-user-agents.
4475         (report-emacs-bug): Fix test for a gnu.org address.
4476         Use overlays for emphasis, since font-lock defeats 'face property.
4477         Pretest bugs also end up at the newsgroup these days.
4478         Stop message-mode stripping text properties.
4479         Set and use the new buffer-local variables.
4480         (report-emacs-bug-hook): Add doc-string.
4481         Remove some unnecessary save-excursions and simplify.
4482         Use the appropriate hook and send-command.
4484         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
4485         capitalization of some menu entries.
4487 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4489         * whitespace.el (whitespace-display-char-on): Ensure
4490         `buffer-display-table' is unique when two or more windows are
4491         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
4492         New version 12.1.
4494 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
4496         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4497         characters in the Attribute field.
4499 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
4501         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
4503 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4505         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4506         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4507         Disregard autoload-excludes.
4508         (update-directory-autoloads): Obey autoload-excludes here instead.
4509         But don't store its contents in no-autoloads and remove entries that
4510         refer to excludes files.
4512 2009-12-10  Glenn Morris  <rgm@gnu.org>
4514         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4515         (expand-mail-aliases): Define for compiler.
4517         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4518         Define for compiler.
4520         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4521         appropriate for the mail-user-agent in use.
4523 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4525         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4527 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4529         Fix short log parsing and fontification.
4530         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4531         Fix fontification for the [merge] label.
4533 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4535         Drop some properties to avoid surprises (bug#5002).
4536         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4537         (hfy-fontify-buffer): Use it.
4539 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4541         Minor cleanup.
4542         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4543         Adjust all callers.
4544         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4545         args compulsory.  Adjust callers.
4546         (ffap-gopher-at-point): Remove unused var `name'.
4548         Get rid of the ELCFILES abomination.
4549         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4550         (compile-elcfiles): New phony target.
4551         (compile-main): Compute ELCFILES dynamically.
4552         (compile-clean): New target to remove left-over elc files.
4553         (compile, all): Use it.
4555 2009-12-09  Kenichi Handa  <handa@etlken>
4557         * international/mule-diag.el: Require help-mode instead of help-fns.
4559 2009-12-09  Kenichi Handa  <handa@m17n.org>
4561         * international/mule-cmds.el (ucs-names): Supply sufficiently
4562         fine ranges instead of pre-calculating accurate ranges.
4563         Iterate with bigger gc-cons-threshold.
4565 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4567         Add support for stashing a snapshot of the current tree.
4568         * vc-git.el (vc-git-stash-snapshot): New function.
4569         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4571 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4573         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4574         instead of `(beginning|end)-of-line'.
4576 2009-12-08  Glenn Morris  <rgm@gnu.org>
4578         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4580         * Makefile.in (ELCFILES): Regenerate.
4582 2009-12-07  Juri Linkov  <juri@jurta.org>
4584         Don't lazy-highlight the comint output in history Isearch mode.
4586         * comint.el (comint-history-isearch-search): Instead of
4587         `comint-line-beginning-position', use `comint-after-pmark-p'
4588         to check if point if before the process mark, and go to
4589         `process-mark' in this case.
4591 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * textmodes/tex-mode.el (latex-complete)
4594         (latex-indent-or-complete): Remove.
4595         (latex-mode): Set completion-at-point-functions instead.
4597         Provide a standard completion command and hook it into TAB.
4598         * minibuffer.el (completion-at-point-functions): New var.
4599         (completion-at-point): New command.
4600         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4601         * progmodes/python.el (python-mode-map): Use completion-at-point.
4602         (python-completion-at-point): Rename from python-partial-symbol and
4603         adjust for use in completion-at-point-functions.
4604         (python-mode): Setup completion-at-point for Python completion.
4605         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4606         extracted from lisp-complete-symbol.
4607         (lisp-complete-symbol): Use it.
4608         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4609         setup completion-at-point for Elisp completion.
4610         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4611         Use completion-at-point.
4612         * ielm.el (ielm-map): Use completion-at-point.
4613         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4614         * progmodes/sym-comp.el: Move to...
4615         * obsolete/sym-comp.el: Move from progmodes.
4617 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4619         Prevent save-buffer in Rmail buffers from using the coding-system
4620         of the current message, and from clobbering the encoding mnemonics
4621         in the mode line (Bug#4623).
4623         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4624         flag, too.
4625         (rmail-message-encoding): New variable.
4626         (rmail-write-region-annotate): Record the encoding of the current
4627         message in rmail-message-encoding.
4628         (rmail-after-save-hook): New function, restores the encoding of
4629         the current message after the message collection is saved.
4631 2009-12-07  Juri Linkov  <juri@jurta.org>
4633         * progmodes/grep.el (grep-read-files): Use `completing-read'
4634         instead of `read-string'.  Set its `collection' arg to
4635         `read-file-name-internal'.  (Bug#4301)
4637 2009-12-07  Juri Linkov  <juri@jurta.org>
4639         Correctly restore original Isearch point.  (Bug#4994)
4641         * isearch.el (isearch-mode): Move `isearch-push-state' after
4642         `(run-hooks 'isearch-mode-hook)'.
4643         (isearch-cancel): When `isearch-push-state-function' is defined,
4644         let-bind `isearch-cmds' to the first state (the last element of
4645         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4646         function and restores the original point).  Otherwise, move point
4647         to `isearch-opoint'.
4649 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4652         chars that don't have names, so the table can be built much faster at
4653         run-time.
4655 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4657         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4658         change.  Suggested by David Kastrup.
4660         * simple.el (compose-mail): Check for incompatibilities and warn.
4661         (compose-mail-user-agent-warnings): New option.
4663 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4665         Support showing a single log entry from vc-annotate.
4666         * vc.el (print-log): Add a new argument: START-REVISION.
4667         (vc-print-log-internal): Add a new optional argument and
4668         pass it to the backend.
4669         (vc-print-log, vc-print-root-log): Adjust callers.
4670         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4671         buffer already displays the requested log entry, use it.
4672         Otherwise display only the log entry in question.
4673         * vc-svn.el (vc-svn-print-log):
4674         * vc-mtn.el (vc-mtn-print-log):
4675         * vc-hg.el (vc-hg-state):
4676         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4677         (vc-git-show-log-entry): Return t on success.
4678         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4679         (vc-bzr-show-log-entry): Return t on success.
4680         * vc-rcs.el (vc-rcs-print-log):
4681         * vc-sccs.el (vc-sccs-print-log):
4682         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4684 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4686         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4687         Add menus to the meta mode.  (Bug#5043)
4689 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4691         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4692         event-key.
4694         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4696 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4698         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4699         Berbain <raphael.berbain@gmail.com>.
4701         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4702         characters.
4703         (tramp-initial-end-of-output): New defconst.
4704         (tramp-methods, tramp-find-shell)
4705         (tramp-open-connection-setup-interactive-shell)
4706         (tramp-maybe-open-connection): Use it.
4707         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4708         existence of `#' and `$'.
4710         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4711         `tramp-initial-end-of-output'.
4713 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4715         Get the background mode from the terminal for xterm, and set
4716         faces accordingly.
4717         * term/xterm.el (xterm-set-background-mode): New function.
4718         (terminal-init-xterm): Use it in case xterm supports background
4719         color queries.  Recompute faces after getting the background
4720         color.
4722 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4724         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4725         number comment back on its own line, for easier parsing.
4727 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4729         Make it work for non-file buffers (bug#5102).
4730         * doc-view.el (doc-view-current-cache-dir):
4731         Use doc-view-buffer-file-name rather than buffer-file-name.
4732         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4734 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4736         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4737         author field is too short.
4739 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4741         * vc-git.el (vc-git-print-log): Handle a limit argument.
4742         Display the short log in graph form and with labels.
4743         (vc-git-log-view-mode): Handle labels.
4745         Make vc-revert change VC state from 'added to 'unregistered.
4746         * vc-git.el (vc-git-revert): Call git reset first.
4748 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4750         * net/newst-backend.el, net/newst-plainview.el:
4751         * net/newst-reader.el, net/newst-ticker.el:
4752         * net/newst-treeview.el, net/newsticker.el:
4753         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4755 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4757         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4759         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4760         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4761         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4762         Update annotation regexp.
4764         * simple.el (beginning-of-visual-line): Constrain to field
4765         boundaries (Bug#5106).
4767 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4769         * xml.el (xml-substitute-numeric-entities): Move
4770         newsticker--decode-numeric-entities in newst-backend.el to
4771         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4772         * net/newst-backend.el (newsticker--parse-generic-feed)
4773         (newsticker--parse-generic-items)
4774         (newsticker--decode-numeric-entities): Move
4775         newsticker--decode-numeric-entities in newst-backend.el to
4776         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4778 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4780         * progmodes/js.el (js--js-not): Add null to the list of values.
4782 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4784         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4786 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4788         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4789         delimiter if it is at the end of the current line.
4790         (bibtex-generate-url-list): Fix docstring.
4792 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4794         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4795         minibuffer's content with itself.
4796         Fold the confirm-after-completion case into the `confirm' case.
4797         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4799 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4801         * ffap.el (ffap-rfc-path): Make this a defcustom since
4802         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4804         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4805         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4807 2009-12-05  Juri Linkov  <juri@jurta.org>
4809         Save and restore dired buffer's point positions too.  (Bug#4880)
4811         * dired.el (dired-save-positions): Return in the first element
4812         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4813         Doc fix.
4814         (dired-restore-positions): First restore buffer's position.
4815         While restoring window's positions, check if window still displays
4816         the original buffer.
4818 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4820         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4821         if possible.
4823         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4824         Make argument optional.
4826         * shell.el (shell): Require ansi-color (Bug#5113).
4828         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4830         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4832 2009-12-05  Alan Mackenzie  <acm@muc.de>
4834         * progmodes/cc-mode.el (c-before-hack-hook)
4835         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4836         `c-file-style' to work again.  This reversion restores the current
4837         software to its state in Emacs 23.1.  (Bug#4146)
4839 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4841         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4842         comment-start-skip to comment-end-skip as comment (Bug#4781).
4844 2009-12-05  Juri Linkov  <juri@jurta.org>
4846         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4847         for virtual nodes.  (Bug#4147)
4848         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4849         when moving from a virtual node.
4850         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4851         (Info-mode): Add `Info-virtual-index' to the docstring.
4853 2009-12-05  Eric Ludlam  <zappo@gnu.org>
4855         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4856         Describe project macro symbols.
4858         * cedet/semantic/complete.el (semantic-complete-do-completion):
4859         Don't call semantic-collector-current-exact-match.
4861         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4862         ede-objects as targets.
4864         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4865         a target's object list even if compiler vars are already in the
4866         Makefile.
4868         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4869         list of headers producing necessary macros.
4871 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4873         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4874         track of the buffer position of the end of a BibTeX entry as this
4875         position may change during reformatting.
4876         (bibtex-format-entry): Remove whitespace before processing
4877         numerical fields so that we recognize the latter properly.
4878         (bibtex-reformat): Do not use push which changes the global value
4879         of bibtex-entry-format.
4880         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4881         (bibtex-field-re-init): Replace only space characters by regexp
4882         for whitespace.
4883         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4884         (bibtex-initialize): Also update bibtex-strings.
4885         (bibtex-kill-field): Preserve white space at end of entry.
4886         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4887         Update bibtex-reference-keys.
4889 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4891         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4892         point after a star, if that's the only place where modifications can
4893         make progress.
4895 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4897         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4898         in docstrings.
4900 2009-12-04  Juri Linkov  <juri@jurta.org>
4902         * proced.el (proced): Call `(proced-update t)' to update process
4903         information instead of only running proced-post-display-hook.
4904         (proced-send-signal): Add a leading space to the buffer name
4905         " *Marked Processes*" to make this buffer ephemeral.
4907 2009-12-04  Juri Linkov  <juri@jurta.org>
4909         * dired.el (dired-auto-revert-buffer): New defcustom.
4910         (dired-internal-noselect): Use it.
4912 2009-12-04  Juri Linkov  <juri@jurta.org>
4914         Change roles of modes and functions in image-mode.el (Bug#5062).
4916         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4917         in `auto-mode-alist'.
4918         (image-mode-previous-major-mode): New variable.
4919         (image-minor-mode-map): Rename from `image-mode-text-map'.
4920         (image-mode): Move graceful error-handling code from
4921         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4922         (image-minor-mode): Remove all image-handling code.
4923         Replace `image-mode-text-map' with `image-minor-mode-map'.
4924         Check for `image-type' in mode-line format string.
4925         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4926         (image-mode-as-text): New function with most code from
4927         `image-mode-maybe'.
4928         (image-toggle-display-text): Move code that removes image
4929         properties from `image-toggle-display' to here.
4930         (image-toggle-display-image): New function with code that adds
4931         image properties copied from `image-toggle-display'.
4932         (image-toggle-display): Remove most code with leaving only code
4933         that toggles between `image-mode-as-text' and `image-mode'.
4935 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4937         * net/newst-treeview.el
4938         (newsticker--treeview-list-highlight-start): Restored call to
4939         save-excursion: Selected item was stuck.
4940         (newsticker--treeview-list-select): New.
4941         (newsticker--treeview-item-show-text)
4942         (newsticker--treeview-item-show)
4943         (newsticker--treeview-item-update): Use new
4944         newsticker-treeview-item-mode.
4945         (newsticker-treeview-update): Keep current item.
4946         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4947         (newsticker--treeview-first-feed): Doc change.
4948         (newsticker-treeview-list-menu)
4949         (newsticker-treeview-item-menu): Added menu entries.
4950         (newsticker-treeview-item-mode): New.
4952         * net/newst-backend.el (newsticker-customize): Delete other
4953         windows.
4955 2009-12-04  Sam Steingold  <sds@gnu.org>
4957         * log-view.el (log-view-mode-map): "q" calls quit-window,
4958         like in all the other non-self-insert buffers.
4960 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         Minor cleanup.
4963         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4964         key decoding rather than do it manually via last-input-event +
4965         ascii-character.
4966         (term-exec): Use delete-and-extract-region.
4967         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4968         (term-process-pager): Remove unused var `i'.
4969         (term-dynamic-simple-complete): Make obsolete.
4970         (serial-update-config-menu): Remove unused vars `y' and `str'.
4971         (term-update-mode-line): Remove unused var `temp'.
4973 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4975         Limit the number of log entries displayed by default.
4976         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4977         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4978         using a prefix argument.
4980 2009-12-03  Glenn Morris  <rgm@gnu.org>
4982         * progmodes/idlwave.el (class): Restore still useful declaration.
4984 2009-12-03  Alan Mackenzie  <acm@muc.de>
4986         Enhance `c-parse-state' to run efficiently in "brace deserts".
4988         * progmodes/cc-mode.el (c-basic-common-init):
4989         Call c-state-cache-init.
4990         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4991         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4992         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4994         * progmodes/cc-langs.el (c-before-font-lock-function):
4995         c-extend-and-neutralize-syntax-in-CPP has been renamed
4996         c-neutralize-syntax-in-and-mark-CPP.
4998         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4999         with `category' properties now, not `syntax-table' ones.
5001         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5002         enhanced (but slower) version of c-end-of-macro that won't land
5003         inside a literal or on another awkward character.
5004         (c-state-cache-too-far, c-state-cache-start)
5005         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5006         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5007         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5008         (c-state-min-scan-pos, c-state-brace-pair-desert)
5009         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5010         buffer local variables.
5011         (c-state-literal-at, c-state-lit-beg)
5012         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5013         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5014         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5015         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5016         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5017         (c-renarrow-state-cache)
5018         (c-append-lower-brace-pair-to-state-cache)
5019         (c-state-push-any-brace-pair, c-append-to-state-cache)
5020         (c-remove-stale-state-cache)
5021         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5022         (c-invalidate-state-cache-1, c-parse-state-1)
5023         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5024         (c-parse-state): Enhance and refactor.
5025         (c-debug-parse-state): Amend to deal with all the new variables.
5027         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5028         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5029         modify to use category text properties rather than syntax-table ones.
5030         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5031         to switch off/on the syntactic paren property of C++ template
5032         delimiters using the category property.
5033         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5034         template delims suppressed.
5035         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5036         New constant/macros which apply category properties to the start
5037         and end of preprocessor constructs.
5038         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5039         "comment out" the syntactic value of characters in preprocessor
5040         constructs.
5041         (c-with-cpps-commented-out)
5042         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5043         with characters in all or all but one preprocessor constructs
5044         "commented out".
5046 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5048         * proced.el (proced-filter-alist): Use regexp-quote.
5050 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5052         Cleanup.
5053         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5054         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5055         arguments.  Expand `default-directory'.
5057         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5058         the benefit of returning an expanded localname.
5059         (tramp-tramp-file-p): Handle the case NAME is not a string.
5061 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5063         Add support for bzr shelve/unshelve.
5064         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5065         (vc-bzr-extra-menu-map): New variables.
5066         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5067         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5068         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5069         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5070         (vc-bzr-dir-extra-headers): Display shelves.
5072         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5074 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5076         * textmodes/bibtex.el (bibtex-complete-internal):
5077         Use completion-in-region.
5078         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5080 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5082         Support applying stashes.  Improve UI.
5083         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5084         (vc-git-stash-apply, vc-git-stash-pop)
5085         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5086         (vc-git-stash-menu): New functions.
5087         (vc-git-stash-menu-map): New variable.
5088         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5090 2009-12-03  Glenn Morris  <rgm@gnu.org>
5092         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5093         (vc-print-log-internal): Fix previous change.
5094         (vc-revert): Correct pluralization.
5096 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5099         it to be an alist any more.
5100         (makefile-complete): Use completion-in-region.
5102         * progmodes/octave-mod.el (octave-complete-symbol):
5103         Use completion-in-region.
5105         Misc cleanup.
5106         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5107         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5108         (idlwave-complete-class): Don't quote lambda.
5109         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5110         (idlwave-mode-map): Move initialization into declaration.
5111         (idlwave-action-and-binding): Use backquotes.
5112         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5113         Simplify.
5114         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5115         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5116         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5117         `parts', and `all-parts'.
5118         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5119         (idlwave-convert-xml-system-routine-info): Remove unused string
5120         `version-string'.
5121         (idlwave-display-user-catalog-widget): Use dolist.
5122         (idlwave-scanning-lib): Declare dynamically-scoped var.
5123         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5124         (completion-highlight-first-word-only): Declare to silence bytecomp.
5125         (idlwave-popup-select): Tighten scope of `resp'.
5126         (idlwave-find-struct-tag): Remove unused var `beg'.
5127         (idlwave-after-load-rinfo-hook): Declare.
5128         (idlwave-sintern-class-info): Remove unused var `taglist'.
5129         (idlwave-find-class-definition): Remove unused var `list'.
5130         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5131         (idlwave-what-module-find-class): Remove unused var `classes'.
5133 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5135         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5137 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5139         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5140         buffers visited.  Remove redundant current-buffer-saving.
5142 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         Use completion-in-buffer and remove uses of dynamic scoping.
5145         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5146         (pascal-buffer-to-use, pascal-flag): Don't declare.
5147         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5148         (pascal-get-completion-decl, pascal-keyword-completion):
5149         Add `pascal-str' argument, save-excursion,
5150         return the found completions, and don't filter with pascal-pred.
5151         (pascal-completion-cache): New var.
5152         (pascal-completion): Don't switch buffer any more (it was never
5153         necessary).  Don't save-excursion any more (it's done by the called
5154         subroutines).  Use a cache to avoid redundant computations.
5155         Use complete-with-action rather than pascal-completion-response and
5156         let it apply the predicate as well.
5157         (pascal-complete-word): Use completion-in-buffer when
5158         pascal-toggle-completions is nil.
5159         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5160         not used any more.
5161         (pascal-comp-defun): Don't change buffer any more.
5162         Use complete-with-action rather than pascal-completion-response and
5163         let it apply the predicate as well.
5164         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5165         when neded.
5167 2009-12-02  Kenichi Handa  <handa@m17n.org>
5169         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5170         shape for all Indic scripts.
5172 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5174         Use completion-in-buffer.
5175         * wid-edit.el (widget-field-text-end): New function.
5176         (widget-field-value-get): Use it.
5177         (widget-string-complete, widget-file-complete)
5178         (widget-color-complete): Use it and completion-in-region.
5179         (widget-complete): Don't narrow the buffer.
5181 2009-12-02  Glenn Morris  <rgm@gnu.org>
5183         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5184         (rmail-select-summary): Use rmail-pop-to-buffer.
5185         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5186         rmail-pop-to-buffer, to prevent horizontal splits.
5188         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5189         save-excursion with save-current-buffer.
5190         Widen before searching.  (Bug#5093)
5191         (diary-list-sexp-entries): Remove superfluous save-excursion.
5193 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5195         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5196         name.  (Bug#5038)
5198 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5200         * ido.el (ido-file-internal): Handle filenames at point that do
5201         not have a directory part.  (Bug#5049)
5203 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5205         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5206         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5208 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5210         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5211         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5212         any more.
5214 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5216         * comint.el (comint-insert-input): Ignore clicks to the right of
5217         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5219         * vc.el (vc-print-log-internal): Don't wait for the process to
5220         terminate before setting up the major mode.
5222         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5223         in case.
5225         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5226         the last element.
5228         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5230 2009-12-01  Glenn Morris  <rgm@gnu.org>
5232         * window.el (window--display-buffer-2): Fix previous changes.
5234 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5236         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5238 2009-12-01  Glenn Morris  <rgm@gnu.org>
5240         * Makefile.in (ELCFILES): Add mpc.elc.
5242 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         * mpc.el: New file.
5246 2009-12-01  Glenn Morris  <rgm@gnu.org>
5248         * window.el (window-to-use): Define for compiler.
5250         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5251         consistent with others (no final period).
5253         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5254         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5256 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5258         Make vc-print-log buttons work.
5259         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5261 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5263         * savehist.el (savehist-autosave-interval): Allow setting to nil
5264         through customize.  (Bug#5056)
5266 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5268         Fix references to jit-lock properties.
5269         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5270         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5271         (perl-font-lock-special-syntactic-constructs):
5272         Quote jit-lock-defer-multiline property.
5274 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5276         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5278 2009-11-30  Juri Linkov  <juri@jurta.org>
5280         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5281         value `buffer' of `multi-isearch-next-buffer-current-function'.
5282         Use `(current-buffer)' when `buffer' is nil.
5283         (multi-isearch-next-buffer-from-list): Don't fallback to
5284         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5286 2009-11-30  Juri Linkov  <juri@jurta.org>
5288         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5289         of buffers with `get-buffer' to `multi-isearch-buffers'.
5290         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5291         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5292         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5293         FILES with `expand-file-name' converting relative file names
5294         to absolute.  Doc fix.  (Bug#4727)
5296 2009-11-30  Juri Linkov  <juri@jurta.org>
5298         * misearch.el (multi-isearch-read-buffers)
5299         (multi-isearch-read-matching-buffers): New functions.
5300         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5301         Use them in the `interactive' spec.  Doc fix.
5302         (multi-isearch-read-files, multi-isearch-read-matching-files):
5303         New functions.
5304         (multi-isearch-files, multi-isearch-files-regexp):
5305         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5307 2009-11-30  Juri Linkov  <juri@jurta.org>
5309         * doc-view.el (doc-view-continuous):
5310         Rename from `doc-view-continuous-mode'.
5311         (doc-view-menu): Move "Toggle display" to the top.
5312         Add submenu "Continuous" with radio buttons "Off"/"On"
5313         and "Save as Default".
5314         (doc-view-scroll-up-or-next-page)
5315         (doc-view-scroll-down-or-previous-page)
5316         (doc-view-next-line-or-next-page)
5317         (doc-view-previous-line-or-previous-page): Rename
5318         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5320 2009-11-30  Juri Linkov  <juri@jurta.org>
5322         * comint.el (comint-mode-map): Rebind `M-r' from
5323         `comint-previous-matching-input' to
5324         `comint-history-isearch-backward-regexp'.
5325         Unbind `M-s' to allow global key binding `M-s'.
5326         Add menu items for `comint-history-isearch-backward' and
5327         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5329 2009-11-30  Juri Linkov  <juri@jurta.org>
5331         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5332         For def=recenter, replace `recenter' with `recenter-top-bottom'
5333         that is called with `this-command' and `last-command' let-bound
5334         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5335         set `recenter-last-op' to nil.  (Bug#4981)
5337 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5339         Minor cleanup and simplification.
5340         * filecache.el (file-cache-add-directory)
5341         (file-cache-add-directory-recursively)
5342         (file-cache-add-from-file-cache-buffer)
5343         (file-cache-delete-file-regexp, file-cache-delete-directory)
5344         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5345         (file-cache-temp-minibuffer-message): Delete function.
5346         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5348         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5349         Don't signal an error when bumping into EOB in tr, s, or y.
5351 2009-11-29  Juri Linkov  <juri@jurta.org>
5353         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5354         (Bug#4960)
5356         * descr-text.el (describe-char-unidata-list): Use lowercase name
5357         for "Unicode name" like in other tags.
5359 2009-11-29  Juri Linkov  <juri@jurta.org>
5361         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5362         New compatibility macro.
5363         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5365 2009-11-29  Juri Linkov  <juri@jurta.org>
5367         Add defcustom to define the cycling order of `recenter-top-bottom'.
5368         (Bug#4981)
5370         * window.el (recenter-last-op): Doc fix.
5371         (recenter-positions): New defcustom.
5372         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5373         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5375 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5377         Improve integration of Tramp and ange-ftp in eshell.
5379         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5380         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5381         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5383         * eshell/esh-util.el (top): Require also Tramp when compiling.
5384         (eshell-directory-files-and-attributes): Check for FTP remote
5385         connection.
5386         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5387         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5388         (eshell-file-attributes): Handle ".".  Return `entry'.
5390         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5391         (ange-ftp-directory-files-and-attributes)
5392         (ange-ftp-real-directory-files-and-attributes): New defuns.
5394         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5395         shell with "exec" when possible.  This prevents trailing prompts
5396         in `start-file-process'.
5398 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         Try and remove assumptions about point-min==1.
5401         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5402         (rng-compute-mode-line-string): Show the validation percentage in
5403         terms of the narrowed text, not the widened text.
5404         (rng-do-some-validation): Don't catch internal errors when debugging.
5405         (rng-first-error): Simplify.
5406         (rng-after-change-function): Remove work around.  AFAIK the bug has
5407         been fixed a while ago.
5409         * image-mode.el (image-minor-mode): Exit more gracefully when the image
5410         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
5412         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
5414         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
5415         `cd' doesn't always do it for us (bug#5067).
5417         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
5418         on 2009-10-25 as part of some other change (bug#5067).
5420 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5423         `suspicious'.
5424         (byte-compile-warnings): Use byte-compile-warning-types.
5425         (byte-compile-save-excursion): Warn about use of set-buffer right
5426         after save-excursion.
5428         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
5429         the excursion as well.
5431 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
5433         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
5434         providing a Tramp related implementation of "su" and "sudo".
5435         (eshell-unix-initialize): Add "su" and "sudo".
5437 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
5439         * net/socks.el (socks-send-command): Convert binary request to
5440         unibyte before sending.  This fixes mishandling of some port
5441         numbers such as 129.
5443 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * help.el (describe-bindings-internal): Remove `interactive'.
5447         * man.el (Man-completion-table): Trim a terminating "(".
5448         Remove the space between name page a section.
5449         Add the command's description on the `help-echo' property.
5450         Remove `process-connection-type' binding since it's unused by
5451         call-process.
5452         Provide completion for the "<section> <name>" format as well.
5453         (Man-default-man-entry): Remove spurious var shadowing the argument.
5455 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5457         * log-view.el: Add "Keywords: tools", since its other keywords
5458         aren't in finder-known-keywords, and following vc.el.
5460         * sha1.el (sha1-string-external): default-directory "/" in case
5461         otherwise non-existent.  process-connection-type pipe for touch of
5462         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5464 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5466         Misc coding convention cleanups.
5467         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5468         hfy-init-kludge-hooks.
5469         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
5470         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
5471         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
5472         and push.
5473         (hfy-slant, hfy-weight): Use tables rather than code.
5474         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
5475         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
5476         (hfy-face-attr-for-class): Initialize `face-spec' directly.
5477         (hfy-face-to-css): Remove `nconc' with single arg.
5478         (hfy-p-to-face-lennart): Use `or'.
5479         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
5480         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
5481         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
5482         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
5483         (hfy-force-fontification): Use run-hooks.
5485 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
5487         Various minor fixes.
5488         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5489         Javascript belongs in the header, not the body.
5490         (hfy-javascript): Remove.
5491         (hfy-fontify-buffer): Don't insert it any more.
5492         (hfy-face-at): Handle (face0 face1 face2) style face properties.
5493         Fix bug in invis handling when there were no invis props in a chunk.
5495 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5497         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
5499 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
5501         * finder.el (finder-mode-map): Add a menu.
5503 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5505         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5506         "unsigned" structs.
5508         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5509         fork" statement better.
5511 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5513         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5514         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5515         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5516         Reported by Clay Douglass.
5518         (verilog-auto-inst, verilog-auto-star-safe)
5519         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5520         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5521         Pierre-David Pfister.
5523 2009-11-26  Glenn Morris  <rgm@gnu.org>
5525         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5526         the scope.
5528 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5530         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5531         Really use previous revision.
5533 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5535         * man.el (Man-completion-table): default-directory "/" in case
5536         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5537         not to truncate long names.  process-connection-type pipe to avoid
5538         any chance of hitting the pseudo-tty TIOCGWINSZ.
5539         (man): completion-ignore-case t for friendliness and since man
5540         itself is case-insensitive on the command line.
5541         Further to Bug#3717.
5543         * arc-mode.el: Add "Keywords: files", so the details in its
5544         commentary can be reached from finder-by-keyword.
5545         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5546         editing mode, but it's comms related and sgml-mode.el has "comm"
5547         on that basis too.
5548         * textmodes/bibtex-style.el: Add "Keywords: tex".
5549         * international/isearch-x.el, international/ja-dic-cnv.el:
5550         * international/ja-dic-utl.el, international/kkc.el:
5551         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5553 2009-11-25  Juri Linkov  <juri@jurta.org>
5555         * man.el (Man-completion-table): Modify regexp to include
5556         section names to completion strings.  (Bug#3717)
5558 2009-11-25  Juri Linkov  <juri@jurta.org>
5560         Search recursively in gzipped files.  (Bug#4982)
5562         * progmodes/grep.el (grep-highlight-matches): Add new options
5563         `always' and `auto'.  Doc fix.
5564         (grep-process-setup): Check `grep-highlight-matches' for
5565         `auto-detect' to determine the need to compute grep defaults.
5566         Move Windows/DOS specific --colors settings handling
5567         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5568         to get the value of "--color=".
5569         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5570         has the value `auto-detect'.  Move Windows/DOS specific settings
5571         from `grep-process-setup'.
5572         (zrgrep): New command with alias `rzgrep'.
5574 2009-11-25  Juri Linkov  <juri@jurta.org>
5576         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5577         to nil instead of switching off view-mode.  (Bug#4896)
5579 2009-11-25  Juri Linkov  <juri@jurta.org>
5581         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5583         * mwheel.el (mwheel-scroll-up-function)
5584         (mwheel-scroll-down-function): New defvars.
5585         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5586         `scroll-up', and `mwheel-scroll-down-function' instead of
5587         `scroll-down'.
5589         * doc-view.el (doc-view-scroll-up-or-next-page)
5590         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5591         Use this ARG in the call to image-scroll-up/image-scroll-down.
5592         Change `interactive' spec to "P".  Goto next/previous page only
5593         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5594         SPC/DEL case).  Doc fix.
5595         (doc-view-next-line-or-next-page)
5596         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5597         for consistency.
5598         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5599         `doc-view-scroll-up-or-next-page', and buffer-local
5600         `mwheel-scroll-down-function' to
5601         `doc-view-scroll-down-or-previous-page'.
5603 2009-11-25  Juri Linkov  <juri@jurta.org>
5605         Provide additional default values (directories at other Dired
5606         windows) via M-n in the minibuffer of some Dired commands.
5608         * dired-aux.el (dired-diff, dired-compare-directories)
5609         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5610         `minibuffer-default' in `minibuffer-with-setup-hook'.
5611         (dired-dwim-target-directory): Find a window that displays Dired
5612         buffer instead of failing when the next window is not Dired.
5613         Use `get-window-with-predicate' to find for the next Dired window.
5614         (dired-dwim-target-defaults): New function.
5616         * ediff-util.el (ediff-read-file-name):
5617         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5618         in `minibuffer-with-setup-hook'.
5620 2009-11-25  Juri Linkov  <juri@jurta.org>
5622         Provide additional default values (file name at point or at the
5623         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5625         * minibuffer.el (read-file-name-defaults): New function.
5626         (read-file-name): Reset `minibuffer-default' to nil when
5627         it duplicates initial input `insdef'.
5628         Bind `minibuffer-default-add-function' to lambda that
5629         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5630         (minibuffer-insert-file-name-at-point): New command.
5632         * files.el (file-name-at-point-functions): New defcustom.
5633         (find-file-default): Remove defvar.
5634         (find-file-read-args): Don't use `find-file-default'.
5635         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5636         to `read-file-name'.
5637         (find-file-literally): Use `read-file-name' with
5638         `confirm-nonexistent-file-or-buffer'.
5640         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5642         * dired.el (dired-read-dir-and-switches):
5643         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5644         to `read-file-name'.
5645         (dired-file-name-at-point): New function.
5646         (dired-mode): Add hook `dired-file-name-at-point' to
5647         `file-name-at-point-functions'.
5649 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5651         Really make the *Completions* window soft-dedicated (bug#5030).
5652         * window.el (window--display-buffer-2): Add `dedicated' argument.
5653         (display-buffer): Pass it when needed so the dedicated flag is set
5654         after calling set-window-buffer, which would otherwise reset it.
5656 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * progmodes/meta-mode.el (meta-complete-symbol):
5659         * progmodes/etags.el (complete-tag):
5660         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5661         Use completion-in-region.
5663         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5664         (dabbrev-completion): Use completion-in-region.
5665         (dabbrev--abbrev-at-point): Simplify regexp.
5667         * abbrev.el (abbrev--before-point): Use word-motion functions
5668         if :regexp is not specified (bug#5031).
5670         * subr.el (string-prefix-p): New function.
5672         * man.el (Man-completion-cache): New var.
5673         (Man-completion-table): Use it.
5675         * vc.el (vc-print-log-internal): Make `limit' optional for better
5676         compatibility (e.g. with vc-annotate.el).
5678 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5680         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5681         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5683         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5684         when .el source file not found or other error.
5686 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5688         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5690 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         Handle the [back] button properly (bug#4979).
5693         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5694         Use help-setup-xref, help-buffer, and with-help-window.
5695         (describe-char): Add `buffer' argument.
5696         Pass proper command to help-setup-xref.  Don't meddle with
5697         help-xref-stack-item directly.
5698         (describe-text-category): Use with-help-window and help-buffer.
5700         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5701         for the displayed buffer (bug#4887).
5703         * man.el (Man-completion-table): New function.
5704         (man): Use it.
5706 2009-11-24  David Reitter  <david.reitter@gmail.com>
5708         * vc-git.el (vc-git-registered): Use checkout directory (where
5709         .git is) rather than the file's directory and a relative path spec
5710         to work around a bug in git.
5712 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5714         Improve handling of processes on remote hosts.
5716         * eshell/esh-util.el (eshell-path-env): New defvar.
5717         (eshell-parse-colon-path): New defun.
5718         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5720         * eshell/esh-ext.el (eshell-search-path):
5721         Use `eshell-parse-colon-path'.
5722         (eshell-remote-command): Remove argument HANDLER.
5723         (eshell-external-command): Check for FTP remote connection.
5725         * eshell/esh-proc.el (eshell-gather-process-output):
5726         Use `file-truename', in order to start also symlinked files.
5727         Apply `start-file-process' instead of `start-process'.
5728         Shorten `command' to the local file name part.
5730         * eshell/em-cmpl.el (eshell-complete-commands-list):
5731         Use `eshell-parse-colon-path'.
5733         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5735         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5736         to `eshell-directory-change-hook'.
5738 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5740         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5741         because it could be enabled automatically if view-read-only is non-nil.
5743 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5745         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5746         made on 2009-11-22.
5748 2009-11-24  Glenn Morris  <rgm@gnu.org>
5750         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5751         deleted variable bookmark-bmenu-bookmark-column.
5753         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5754         Move after definition of global-semantic-idle-tag-highlight-mode.
5756 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5758         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5760 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5762         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5763         two slashes to the "file:" prefix.
5764         (browse-url-file-url): De-munge Cygwin filenames before passing
5765         them to Windows browser.
5766         (browse-url-default-windows-browser): Use call-process.
5768 2009-11-23  Juri Linkov  <juri@jurta.org>
5770         Implement DocView Continuous mode.  (Bug#4896)
5771         * doc-view.el (doc-view-continuous-mode): New defcustom.
5772         (doc-view-mode-map): Bind C-n/<down> to
5773         `doc-view-next-line-or-next-page', C-p/<up> to
5774         `doc-view-previous-line-or-previous-page'.
5775         (doc-view-next-line-or-next-page)
5776         (doc-view-previous-line-or-previous-page): New commands.
5778 2009-11-23  Juri Linkov  <juri@jurta.org>
5780         Implement Isearch in comint input history.  (Bug#3746)
5781         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5782         `isearch-mode-hook'.
5783         (comint-history-isearch): New defcustom.
5784         (comint-history-isearch-backward)
5785         (comint-history-isearch-backward-regexp): New commands.
5786         (comint-history-isearch-message-overlay): New buffer-local variable.
5787         (comint-history-isearch-setup, comint-history-isearch-end)
5788         (comint-goto-input, comint-history-isearch-search)
5789         (comint-history-isearch-message, comint-history-isearch-wrap)
5790         (comint-history-isearch-push-state)
5791         (comint-history-isearch-pop-state): New functions.
5793 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5795         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5796         return.
5797         (tramp-handle-make-symbolic-link)
5798         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5799         Quote file names.
5800         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5801         (tramp-handle-process-file): Use it.
5803 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * window.el (move-to-window-line-last-op): Remove.
5806         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5808 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5810         Make M-r mirror the new cycling behavior of C-l.
5811         * window.el (move-to-window-line-last-op): New var.
5812         (move-to-window-line-top-bottom): New command.
5813         (global-map): Bind M-r move-to-window-line-top-bottom.
5815 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5817         * dired-x.el (dired-guess-shell-alist-default):
5818         Support xz format.  (Bug#4953)
5820 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
5822         * cedet/srecode/map.el (srecode-get-maps):
5823         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5824         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5825         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5826         (semantic-toggle-decoration-style):
5827         * cedet/semantic/decorate/include.el
5828         (semantic-decoration-include-describe)
5829         (semantic-decoration-unknown-include-describe)
5830         (semantic-decoration-unparsed-include-describe)
5831         (semantic-decoration-all-include-summary):
5832         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5833         * cedet/semantic/analyze/complete.el
5834         (semantic-analyze-possible-completions):
5835         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5836         (semantic-show-unmatched-syntax-mode)
5837         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5838         (semantic-highlight-func-mode):
5839         * cedet/semantic/util.el (semantic-describe-buffer):
5840         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5841         (semantic-symref-find-tags-by-name)
5842         (semantic-symref-find-tags-by-regexp)
5843         (semantic-symref-find-tags-by-completion)
5844         (semantic-symref-find-file-references-by-name)
5845         (semantic-symref-find-text):
5846         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5847         (senator-yank-tag):
5848         * cedet/semantic/scope.el (semantic-calculate-scope):
5849         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5850         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5851         (define-semantic-idle-service):
5852         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5853         (semantic-complete-analyze-inline-idle):
5854         * cedet/semantic/analyze.el (semantic-analyze-current-context):
5855         * cedet/mode-local.el (describe-mode-local-bindings)
5856         (describe-mode-local-bindings-in-mode):
5857         * cedet/ede/make.el (ede-make-check-version):
5858         * cedet/ede/locate.el (ede-enable-locate-on-project):
5859         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5860         (cedet-idutils-version-check):
5861         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5862         (cedet-gnu-global-version-check):
5863         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5864         (cedet-cscope-version-check): Use called-interactively-p instead
5865         of interactive-p.
5867         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5868         Use semantic-format-tag-prototype.
5870 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5872         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5873         last-command-char/last-command-event.
5874         (viper-prefix-arg-value): Do correct conversion of event-char for
5875         XEmacs.
5877         * emulation/viper-util.el, emulation/viper.el:
5878         Use viper-last-command-char instead of
5879         last-command-char/last-command-event.
5881         * ediff-init.el, ediff-mult.el, ediff-util.el:
5882         Replace last-command-char and last-command-event
5883         with (ediff-last-command-char) everywhere.
5885         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5886         created in fundamental mode.
5888         * ediff.el (ediff-version): Revert the change of interactive-p to
5889         called-interactively-p.
5891 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5893         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5894         generation from word-movement command names.
5896 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
5898         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5899         (semantic-complete-jump-local, semantic-complete-jump):
5900         Improve prompt string.
5902 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5904         * cus-start.el (all): Add native condition for font-use-system-font.
5906 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5908         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5909         Correct the patch from 2009-11-18.  (Bug#3910)
5911 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5913         * progmodes/subword.el: Rename from lisp/subword.el.
5915         * subword.el: Rename to progmodes/subword.el.
5917         * Makefile.in (ELCFILES): Adapt to subword.el move.
5919 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5920             Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5923         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5924         (bookmark-bmenu-show-filenames): Use push.
5925         (bookmark-bmenu-hide-filenames): Use local var instead of
5926         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5927         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5928         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5929         filenames now that the bookmark names are always available.
5931 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5933         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5934         (bookmark-search-pattern): Move and leave unbound.
5935         (bookmark-bmenu-mode-map): Change binding.
5936         (bookmark-read-search-input): Simplify.
5937         Don't use text-char-description.  Don't error on non-char events.
5938         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5939         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5940         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5941         Use a local var for the timer.
5942         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5943         (i.e. bookmark-bmenu-search).
5945 2009-11-21  Glenn Morris  <rgm@gnu.org>
5947         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5949 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5951         * net/browse-url.el (browse-url-default-windows-browser):
5952         Use cygstart for cygwin.
5954 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5956         * bookmark.el: Formatting and doc fixes only:
5957         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5958         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5959         Minor grammar and punctuation fixes in doc string.
5960         (bookmark-read-search-input): Adjust to fit within 80 columns.
5962 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5964         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5965         (c-backward-into-nomenclature): Adapt to subword renaming.
5967         * subword.el (subword-forward, subword-backward, subword-mark)
5968         (subword-kill, subword-backward-kill, subword-transpose)
5969         (subword-downcase, subword-upcase, subword-capitalize)
5970         (subword-forward-internal, subword-backward-internal):
5971         Rename from forward-subword, backward-subword, mark-subword,
5972         kill-subword, backward-kill-subword, transpose-subwords,
5973         downcase-subword, upcase-subword, capitalize-subword,
5974         forward-subword-internal, backward-subword-internal.
5976 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5978         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5979         New options.
5980         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5981         New vars.
5982         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5983         (bookmark-bmenu-filter-alist-by-regexp)
5984         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5985         (bookmark-bmenu-search): New command.
5986         (bookmark-bmenu-mode-map): Bind it.
5988 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5990         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5992         * cedet/semantic/idle.el (define-semantic-idle-service)
5993         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5995 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5997         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5998         backward-subword to quit the byte-compiler.
6000         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6002         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6004         * progmodes/cc-cmds.el (c-update-modeline)
6005         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6006         Refer to subword.el functions instead of cc-subword.el.
6008         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6009         subword.el functions instead of cc-subword.el.
6011         * progmodes/cc-subword.el: Rename to subword.el.
6012         * subword.el: Rename from progmodes/cc-subword.el.
6013         (subword-mode-map): Rename from c-subword-mode-map.
6014         (subword-mode): Rename from c-subword-mode.
6015         (global-subword-mode): New global minor mode.
6016         (forward-subword): Rename from c-forward-subword.
6017         (backward-subword): Rename from c-backward-subword.
6018         (mark-subword): Rename from c-mark-subword.
6019         (kill-subword): Rename from c-kill-subword.
6020         (backward-kill-subword): Rename from c-backward-kill-subword.
6021         (transpose-subwords): Rename from c-tranpose-subword.
6022         (downcase-subword): Rename from c-downcase-subword.
6023         (capitalize-subword): Rename from c-capitalize-subword.
6024         (forward-subword-internal): Rename from c-forward-subword-internal.
6025         (backward-subword-internal): Rename from c-backward-subword-internal.
6027 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6029         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6030         from a dired buffer.
6031         (vc-dired-deduce-fileset): New function.
6032         (vc-root-diff, vc-print-root-log): Use it.
6034         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6035         nil LIMIT argument to vc-print-log-internal.
6037 2009-11-20  Glenn Morris  <rgm@gnu.org>
6039         * Makefile.in (ELCFILES): Regenerate.
6041 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6043         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6045         * cedet/semantic.el: Enable idle-mode menu items only if
6046         global-semantic-idle-scheduler-mode is enabled.
6047         (semantic-default-submodes): Doc fix.
6049         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6050         When turning off, disable other idle modes.
6052 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6054         * calc/calc.el (calc-set-mode-line):
6055         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6056         (math-format-number): Rename `math-format-complement-signed' to
6057         `math-format-twos-complement'.
6059         * calc/calc-bin.el (math-format-twos-complement): Rename from
6060         math-format-complement-signed.
6061         (calc-radix): Rename `calc-complement-signed-mode' to
6062         `calc-twos-complement-mode'.
6063         (calc-octal-radix, calc-hex-radix): Add an argument for
6064         two's complement.
6066         * calc/calc-embed.el (calc-embedded-mode-vars):
6067         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6069         * calc/calc-ext.el (calc-init-extensions):
6070         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6071         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6073         * calc/calc-units.el (math-build-units-table-buffer):
6074         Let `calc-twos-complement-mode' be nil.
6076         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6077         entries.
6079         * calc/calc-vec.el (calcFunc-vunpack):
6080         * calc/calc-aent.el (calc-do-calc-eval):
6081         * calc/calc-forms.el (math-format-date):
6082         * calc/calc-graph.el (calc-graph-plot):
6083         * calc/calc-math.el (math-use-emacs-fn):
6084         * calc/calccomp.el (math-compose-expr):
6085         Let `calc-twos-complement-mode' be nil.
6087 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6090         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6091         * minibuffer.el (completion-in-region-functions): New hook.
6092         (completion-in-region): New function.
6093         * emacs-lisp/lisp.el (lisp-complete-symbol):
6094         * pcomplete.el (pcomplete-std-complete): Use it.
6096 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6098         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6099         (latex-complete-alist): New vars.
6100         (latex-string-prefix-p, latex-complete-bibtex-keys)
6101         (latex-complete-envnames, latex-complete-refkeys)
6102         (latex-complete-data): New functions.
6103         (latex-complete, latex-indent-or-complete): New commands.
6105         * window.el (display-buffer-mark-dedicated): New var.
6106         (display-buffer): Obey it.
6107         * minibuffer.el (minibuffer-completion-help): Use it.
6109         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6111         * filecache.el (file-cache-add-file): Use push and cons.
6112         (file-cache-delete-file-regexp): Use push.
6113         (file-cache-complete): Use completion-in-region.
6115         * simple.el (with-wrapper-hook): Fix thinko.
6117         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6118         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6119         Use with-current-buffer and string-to-number.
6120         (hfy-fallback-colour-values): Use assoc-string.
6121         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6122         (hfy-face-at): Remove unused var `found-face'.
6123         (hfy-compile-stylesheet): Remove unused var `css'.
6124         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6125         and `orig-buffer'.
6126         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6127         Use with-current-buffer.
6128         (hfy-text-p): Use expand-file-name and fewer setq.
6130 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6132         * htmlfontify.el, hfy-cmap.el: New files.
6134 2009-11-19  Juri Linkov  <juri@jurta.org>
6136         * minibuffer.el (completions-format): New defcustom.
6137         (completion--insert-strings): Implement vertical format.
6139         * simple.el (switch-to-completions): Move point to the first
6140         completion when point was at the beginning of the buffer.
6142 2009-11-19  Juri Linkov  <juri@jurta.org>
6144         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6146         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6148 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6150         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6151         (mail-signature): Change default to t.
6152         (mail-from-style): Deprecate `system-default' value.
6153         (mail-insert-from-field): For default value of mail-from-style,
6154         default to `angles' unless `angles' needs quoting and `parens'
6155         does not.
6156         (mail-citation-prefix-regexp): Use citation regexp from
6157         message-mode.
6159 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6161         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6162         Set variables for computing the prompt for reading password.
6164 2009-11-19  Glenn Morris  <rgm@gnu.org>
6166         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6168         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6170         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6171         (newsticker-treeview-listwindow-height): Fix custom type.
6173 2009-11-19  Kenichi Handa  <handa@m17n.org>
6175         * descr-text.el (describe-char-padded-string): Compose with TAB
6176         only if there's a font for CH.
6177         (describe-char): Fix the condition for detecting a trivial composition.
6179 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6181         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6182         more accurate version of the regexp.  (Bug#3910)
6184 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6186         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6188 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6190         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6191         (font-setting-change-default-font): Fix typo in docstring.
6193 2009-11-18  Alan Mackenzie  <acm@muc.de>
6195         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6197 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6199         * font-setting.el (font-use-system-font): Move ...
6201         * cus-start.el (all): ... to here.
6203 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6205         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6206         Don't set `ad-return-value' if `ad-do-it' doesn't.
6208         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6209         modification time.
6211 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6213         * menu-bar.el: Put "Use system font" in Option-menu.
6214         (menu-bar-options-save): Add font-use-system-font.
6216         * loadup.el: If feature system-font-setting or font-render-setting is
6217         there, load font-setting.
6219         * Makefile.in (ELCFILES): Add font-settings.el.
6220         * font-setting.el: New file.
6222 2009-11-17  Glenn Morris  <rgm@gnu.org>
6224         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6226         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6227         Preserve point in the list buffer.  (Bug#4939)
6228         Use point-at-eol.
6229         (newsticker--treeview-list-update-highlight)
6230         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6232 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6234         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6235         Remove.
6237         * calc/calc-ext.el (calc-init-extensions): Remove references to
6238         symclip.
6240         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6242         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6243         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6244         `calc-symclip'.
6246 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6248         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6249         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6251         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6252         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6253         Ignore trailing spaces by omit-nulls to split-string (fixing
6254         regression from Emacs 21 due to the incompatible split-string
6255         change).  (Bug #4928.)
6257 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6259         * vc.el (vc-log-show-limit): Default to 2000.
6260         (vc-print-log-internal): Insert buttons to request more entries
6261         when limiting the output.
6263         * vc-sccs.el (vc-sccs-print-log):
6264         * vc-rcs.el (vc-rcs-print-log):
6265         * vc-cvs.el (vc-cvs-print-log):
6266         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6267         LIMIT is non-nil.
6269 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6271         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6272         error when `tramp-gvfs-dbus-event-vector' is set.
6273         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6275 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6277         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6279 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6281         * net/dbus.el (dbus-unregister-service): New defun.
6282         (dbus-register-property): Register the handlers of
6283         "org.freedesktop.DBus.Properties" for SERVICE.
6284         (dbus-property-handler): Fix docstring.
6286 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6288         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6289         Quote doc string reference in defvaralias as it is not in special form.
6290         (byte-compile-output-docform): Doc fix.
6292 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6294         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6295         (calc-complement-signed-mode): New variables.
6296         (calc-set-mode-line): Add indicator for twos-complements.
6297         (math-format-number): Format twos-complement notation.
6299         * calc/calc-bin.el (calc-word-size): Reset the variables
6300         `math-2-word-size' and `math-half-2-word-size'.
6301         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6302         (calc-symclip): New functions.
6304         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6306         * calc/calc-embed.el (calc-embedded-mode-vars):
6307         Add `calc-complement-signed-mode' to the list of modes.
6309         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6310         (calc-b-oper-keys): Add `calc-symclip' to list.
6312         * calc/calc-ext.el (math-read-number-fancy): Read complement
6313         signed numbers.
6314         (calc-init-extensions): Add binding for `calc-symclip'.
6315         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6317         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6318         `calc-symclip'.
6319         (calc-modes-menu): Add item for twos complement mode.
6321         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6323 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6325         * register.el (jump-to-register, insert-register): Handle Semantic
6326         tags.  From commented-out advice in semantic/senator.el.
6328 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6330         * vc.el (vc-log-show-limit): New variable.
6331         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6332         when using a prefix argument.
6333         (vc-print-log-internal): Add new argument LIMIT.
6335         * vc-svn.el (vc-svn-print-log):
6336         * vc-mtn.el (vc-mtn-print-log):
6337         * vc-hg.el (vc-hg-print-log):
6338         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6339         pass it to the log command when set.  Make the BUFFER argument
6340         non-optional.
6342         * vc-sccs.el (vc-sccs-print-log):
6343         * vc-rcs.el (vc-rcs-print-log):
6344         * vc-git.el (vc-git-print-log):
6345         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6346         ignore it.  Make the BUFFER argument non-optional
6348         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6350 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6352         * dired.el (dired-mode-map): Move encryption items to "Operate"
6353         menu (Bug#4703).
6355         * strokes.el (strokes-update-window-configuration): Make strokes
6356         buffer current before erasing (Bug#4906).
6358         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6359         (semantic-idle-summary-mode): Define using define-minor-mode
6360         instead of define-semantic-idle-service.
6361         (semantic-idle-summary-mode): New function.
6362         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6363         that mouse motion does not reset the echo area.
6365 2009-11-15  Juri Linkov  <juri@jurta.org>
6367         * simple.el (set-mark-default-inactive): Add :type, :group
6368         and :version.  (Bug#4876)
6370 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6372         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6373         (archive-unique-fname): ... here.  (Bug#4929)
6375 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6377         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6378         with a real fix.
6380         * novice.el (disabled-command-function): Add useful args.
6381         Setup the help buffer so that [back] works.
6382         Remove redundant call to help-mode.
6383         (disabled-command-function): Use `case'.
6384         (en/disable-command): New function extracted from enable-command.
6385         (enable-command, disable-command): Use it.
6387 2009-11-14  Glenn Morris  <rgm@gnu.org>
6389         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6390         constants.  (Bug#4913)
6392         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6394 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6396         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6397         defined in C that have no doc-strings.  (Bug#1063)
6399 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6401         * cus-edit.el (data, files):
6402         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6404 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6406         * simple.el (shell-command): Doc fix (Bug#4891).
6408         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
6410 2009-11-14  Glenn Morris  <rgm@gnu.org>
6412         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
6413         statements for vc-diff, emerge-quit, and rmail-cease-edit.
6414         If they are already loaded, eval-after-load will do the right thing.
6416         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
6417         compiling.
6419         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
6421         * simple.el (x-selection-owner-p): Declare.
6422         (read-mail-command): Use custom radio type rather than choice.
6423         (completion-no-auto-exit): Doc fix.
6425         * custom.el (defgroup):
6426         * epg-config.el (epg): Doc fixes.
6428 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6430         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
6431         * international/ccl.el (define-ccl-program): Do not purecopy the
6432         docstring, defconst does it anyway.
6434 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * add-log.el (add-change-log-entry): Avoid displaying the changelog
6437         a second time.
6439         * x-dnd.el (x-dnd-maybe-call-test-function):
6440         * window.el (split-window-vertically):
6441         * whitespace.el (whitespace-help-on):
6442         * vc-rcs.el (vc-rcs-consult-headers):
6443         * userlock.el (ask-user-about-lock-help)
6444         (ask-user-about-supersession-help):
6445         * type-break.el (type-break-force-mode-line-update):
6446         * time-stamp.el (time-stamp-conv-warn):
6447         * terminal.el (te-set-output-log, te-more-break, te-filter)
6448         (te-sentinel, terminal-emulator):
6449         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
6450         (term-write-input-ring, term-check-source, term-start-output-log):
6451         (term-display-buffer-line, term-dynamic-list-completions):
6452         (term-ansi-make-term, serial-term):
6453         * subr.el (selective-display):
6454         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6455         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
6456         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
6457         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
6458         (speedbar-remove-localized-speedbar-support)
6459         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
6460         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
6461         (speedbar-buffers-line-directory):
6462         * simple.el (shell-command-on-region, append-to-buffer)
6463         (prepend-to-buffer):
6464         * shadowfile.el (shadow-save-todo-file):
6465         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
6466         (scroll-bar-maybe-set-window-start):
6467         * sb-image.el (speedbar-image-dump):
6468         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
6469         (load-save-place-alist-from-file):
6470         * ps-samp.el (ps-print-message-from-summary):
6471         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
6472         (ps-background-image, ps-begin-job, ps-do-despool):
6473         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
6474         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
6475         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
6476         (pr-call-process, pr-file-list, pr-interface-save):
6477         * novice.el (disabled-command-function)
6478         (enable-command, disable-command):
6479         * mouse.el (mouse-buffer-menu-alist):
6480         * mouse-copy.el (mouse-kill-preserving-secondary):
6481         * macros.el (kbd-macro-query):
6482         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
6483         * informat.el (batch-info-validate):
6484         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
6485         * hippie-exp.el (try-expand-dabbrev-visible):
6486         * help-mode.el (help-make-xrefs):
6487         * help-fns.el (describe-variable):
6488         * generic-x.el (bat-generic-mode-run-as-comint):
6489         * finder.el (finder-mouse-select):
6490         * find-dired.el (find-dired-sentinel):
6491         * filesets.el (filesets-file-close):
6492         * files.el (list-directory):
6493         * faces.el (list-faces-display, describe-face):
6494         * facemenu.el (list-colors-display):
6495         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
6496         * epg.el (epg--process-filter, epg-cancel):
6497         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
6498         (epa--read-signature-type):
6499         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
6500         (emerge-file-names):
6501         * ehelp.el (electric-helpify):
6502         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
6503         * ediff-vers.el (rcs-ediff-view-revision):
6504         * ediff-util.el (ediff-setup):
6505         * ediff-mult.el (ediff-append-custom-diff):
6506         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6507         (ediff-wordify):
6508         * echistory.el (Electric-command-history-redo-expression):
6509         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6510         * disp-table.el (describe-display-table):
6511         * dired.el (dired-find-buffer-nocreate):
6512         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6513         * dabbrev.el (dabbrev--same-major-mode-p):
6514         * chistory.el (list-command-history):
6515         * apropos.el (apropos-documentation):
6516         * allout.el (allout-obtain-passphrase):
6517         (allout-copy-exposed-to-buffer):
6518         (allout-verify-passphrase): Use with-current-buffer.
6520 2009-11-13  Glenn Morris  <rgm@gnu.org>
6522         * Makefile.in (ELCFILES): Regenerate.
6524 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6526         * net/dbus.el (dbus-registered-objects-table): Rename from
6527         `dbus-registered-functions-table', because it contains also properties.
6528         (dbus-unregister-object): Unregister also properties.
6529         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6530         Use a timeout of 500 msec, in order to not block.
6531         (dbus-register-property, dbus-property-handler): New defuns.
6533 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6535         * simple.el (minibuffer-default-add-completions): Drop deprecated
6536         4th arg.
6538 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6540         * textmodes/artist.el (artist-mouse-choose-operation):
6541         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6542         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6543         (artist-compute-up-event-key): New function.
6544         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6546 2009-11-13  Kenichi Handa  <handa@m17n.org>
6548         * language/japan-util.el: Make sure that the value of jisx0208
6549         property is jisx0208 character.
6551 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6553         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6554         car or each item, not the whole list.
6556 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * minibuffer.el (minibuffer-completion-help):
6559         Use minibuffer-hide-completions.
6561 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6563         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6564         (dired-revert): Use them (bug#4880).
6566 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6568         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6570 2009-11-12  Juri Linkov  <juri@jurta.org>
6572         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6573         New functions.
6574         (find-file-literally-at-point): Alias of `ffap-literally'.
6576 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6578         * textmodes/ispell.el (ispell-skip-region-alist):
6579         * textmodes/css-mode.el (auto-mode-alist):
6580         * progmodes/compile.el (auto-mode-alist):
6581         * international/mule.el (ctext-non-standard-encodings-alist)
6582         (ctext-non-standard-encodings-regexp):
6583         * simple.el (shell-command-switch, text-read-only):
6584         * replace.el (occur-mode-map):
6585         * paths.el (rmail-file-name):
6586         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6587         * find-file.el (ff-special-constructs):
6588         * files.el (file-name-handler-alist):
6589         * composite.el: Purecopy strings.
6591         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6593 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6595         * widget.el (define-widget): Purecopy the docstring.
6596         * international/mule-cmds.el (charset): Do not purecopy the
6597         docstring here, define-widget does it.
6599         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6600         * textmodes/bibtex-style.el (auto-mode-alist):
6601         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6602         * progmodes/compile.el (compile-command):
6603         * language/korea-util.el (default-korean-keyboard):
6604         * international/mule-conf.el (file-coding-system-alist):
6605         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6606         * tooltip.el (tooltip-frame-parameters):
6607         * newcomment.el (comment-end, comment-padding):
6608         * dired.el (dired-trivial-filenames):
6609         * comint.el (comint-file-name-prefix): Purecopy initial values.
6611 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6613         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6614         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6615         `tramp-unload'.
6616         (tramp-advice-make-auto-save-file-name)
6617         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6618         after removing the advice.
6620 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6622         * progmodes/grep.el (grep-regexp-alist):
6623         * international/mule-cmds.el (iso-2022-control-alist):
6624         * emacs-lisp/timer.el (timer-duration-words):
6625         * subr.el (version-separator, version-regexp-alist):
6626         * minibuffer.el (completion-styles-alist):
6627         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6628         Change defvars to defconsts.
6630         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6631         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6632         * international/mule-conf.el: Allow to be byte compiled.
6634         * international/mule.el (define-charset): Purecopy props.
6635         (load-with-code-conversion): Purecopy doc string and file name.
6636         (put-charset-property): Purecopy strings.
6637         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6639         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6640         (define-char-code-property): Correctly purecopy the table.
6642         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6644         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6646         * subr.el (add-hook): Purecopy strings.
6647         (eval-after-load): Purecopy load-history-regexp and the form.
6649         * custom.el (custom-declare-group): Purecopy load-file-name.
6651         * subr.el (menu-bar-separator): New defconst.
6652         * net/eudc.el (eudc-tools-menu):
6653         * international/mule-cmds.el (set-coding-system-map)
6654         (mule-menu-keymap):
6655         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6656         * vc-hooks.el (vc-menu-map):
6657         * replace.el (occur-mode-map):
6658         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6659         (menu-bar-edit-menu, menu-bar-goto-menu)
6660         (menu-bar-custom-menu, menu-bar-showhide-menu)
6661         (menu-bar-options-menu, menu-bar-tools-menu)
6662         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6663         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6664         (menu-bar-help-menu):
6665         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6666         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6668         * term/x-win.el (x-gtk-stock-map):
6669         * progmodes/vera-mode.el (auto-mode-alist):
6670         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6671         (inferior-lisp-program, inferior-lisp-load-command):
6672         * progmodes/hideshow.el (hs-special-modes-alist):
6673         * progmodes/gud.el (same-window-regexps):
6674         * progmodes/grep.el (grep-program, find-program, xargs-program):
6675         * net/telnet.el (same-window-regexps):
6676         * net/rlogin.el (same-window-regexps):
6677         * language/ethiopic.el (font-ccl-encoder-alist):
6678         * vc-sccs.el (vc-sccs-master-templates):
6679         * vc-rcs.el (vc-rcs-master-templates):
6680         * subr.el (cl-assertion-failed):
6681         * simple.el (next-error-overlay-arrow-position):
6682         * lpr.el (lpr-command):
6683         * locate.el (locate-ls-subdir-switches):
6684         * info.el (same-window-regexps, info)
6685         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6686         * image-mode.el (image-mode, auto-mode-alist):
6687         * hippie-exp.el (hippie-expand-ignore-buffers):
6688         * format.el (format-alist):
6689         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6690         (find-name-arg):
6691         * facemenu.el (facemenu-keybindings):
6692         * dired.el (dired-listing-switches, dired-chown-program):
6693         * diff.el (diff-switches, diff-command):
6694         * cus-edit.el (same-window-regexps):
6695         * bindings.el (mode-line-mule-info)
6696         (mode-line-buffer-identification): Purecopy strings.
6698 2009-11-11  Juri Linkov  <juri@jurta.org>
6700         * simple.el (dired-get-filename) <declare-function>:
6701         Tell the byte-compiler about dired-get-filename.
6702         (shell-command): In Dired mode, get filename from the current line
6703         as the default value.
6705 2009-11-10  Glenn Morris  <rgm@gnu.org>
6707         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6708         * calendar/holidays.el, progmodes/cperl-mode.el:
6709         Update x-popup-menu declarations.
6711         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6712         (list-load-path-shadows): Use dolist.
6713         (list-load-path-shadows): Use with-current-buffer.
6715 2009-11-10  Juri Linkov  <juri@jurta.org>
6717         * minibuffer.el (read-file-name): Support a list of default values
6718         in `default-filename'.  Use the first file name where only one
6719         element is required.  Doc fix.
6721 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6723         * net/dbus.el (dbus-unregister-object): Release service, if no
6724         other method is registered for it.
6726 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6728         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6729         bookmark-sort-flag is non-nil (Bug#4653).
6731 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6733         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6734         the progress reporter entirely.
6736         * emulation/cua-base.el: Add CUA property to some CC mode commands
6737         (Bug#4100).
6739 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6741         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6742         at end of sentence (Bug#4818).
6744 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6746         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6747         Handle "see declaration of" MSFT statements (Bug#4100).
6749 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6751         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6752         (tramp-advice-file-expand-wildcards): Unload via
6753         `ad-remove-advice'.
6755         * net/trampver.el: Update release number.
6757 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6759         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6760         `ad-do-it'.
6762 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6764         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6765         in order to keep context in SELinux.
6767 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6769         * dired-aux.el (dired-query): Place cursor in echo area and allow
6770         C-g.
6772         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6773         menu item if not on a directory (Bug#4701).
6775 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6777         Sync with Tramp 2.1.17.
6779         * net/tramp.el (tramp-handle-copy-directory): Don't use
6780         `file-remote-p' (due to compatibility).
6782         * net/tramp-compat.el (tramp-compat-copy-directory)
6783         (tramp-compat-delete-directory): New defuns.
6785         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6786         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6787         `tramp-compat-delete-directory'.
6789         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6790         (tramp-smb-handle-delete-directory): Use
6791         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6793         * net/trampver.el: Update release number.
6795 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6797         * tar-mode.el (tar-copy): Call write-region on the right buffer
6798         (Bug#4857).
6800         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6801         by hand, if necessary (Bug#4878).
6803 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6805         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6806         align size column (Bug#4839).
6808         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6809         statement.
6811 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6813         * progmodes/ld-script.el (auto-mode-alist):
6814         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6816         * cus-face.el (custom-declare-face): Purecopy face spec.
6818 2009-11-06  Kenichi Handa  <handa@m17n.org>
6820         * international/uni-bidi.el: Re-generated.
6821         * international/uni-category.el: Re-generated.
6822         * international/uni-combining.el: Re-generated.
6823         * international/uni-mirrored.el: Re-generated.
6825 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6827         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6828         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6829         (tex-start-options, slitex-run-command, latex-run-command)
6830         (tex-run-command, tex-directory):
6831         * textmodes/ispell.el (ispell-html-skip-alists)
6832         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6833         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6834         (adaptive-fill-regexp):
6835         * textmodes/dns-mode.el (auto-mode-alist):
6836         * progmodes/python.el (interpreter-mode-alist):
6837         * progmodes/etags.el (tags-compression-info-list):
6838         * progmodes/etags.el (tags-file-name):
6839         * net/browse-url.el (browse-url-galeon-program)
6840         (browse-url-firefox-program):
6841         * mail/sendmail.el (mail-signature-file)
6842         (mail-citation-prefix-regexp):
6843         * international/mule-conf.el (eight-bit):
6844         * international/latexenc.el (latex-inputenc-coding-alist):
6845         * international/fontset.el (x-pixel-size-width-font-regexp):
6846         * emacs-lisp/warnings.el (warning-type-format):
6847         * emacs-lisp/trace.el (trace-buffer):
6848         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6849         (emacs-lisp-mode-map):
6850         * calendar/holidays.el (holiday-solar-holidays)
6851         (holiday-bahai-holidays, holiday-islamic-holidays)
6852         (holiday-christian-holidays, holiday-hebrew-holidays)
6853         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6854         (hebrew-holidays-1, holiday-oriental-holidays)
6855         (holiday-general-holidays):
6856         * x-dnd.el (x-dnd-known-types):
6857         * tool-bar.el (tool-bar):
6858         * startup.el (site-run-file):
6859         * shell.el (shell-dumb-shell-regexp):
6860         * rfn-eshadow.el (file-name-shadow-tty-properties)
6861         (file-name-shadow-properties):
6862         * paths.el (remote-shell-program, news-directory):
6863         * mouse.el ([C-down-mouse-3]):
6864         * menu-bar.el (menu-bar-tools-menu):
6865         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6866         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6867         (jka-compr-compression-info-list):
6868         * isearch.el (search-whitespace-regexp):
6869         * image-file.el (image-file-name-extensions):
6870         * find-dired.el (find-ls-option):
6871         * files.el (directory-listing-before-filename-regexp)
6872         (directory-free-space-args, insert-directory-program)
6873         (list-directory-brief-switches, magic-fallback-mode-alist)
6874         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6875         (automount-dir-prefix):
6876         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6877         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6878         (face-font-registry-alternatives, face-font-registry-alternatives)
6879         (face-font-family-alternatives):
6880         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6881         (facemenu-foreground-menu, facemenu-face-menu):
6882         * epa-hook.el (epa-file-name-regexp):
6883         * dnd.el (dnd-protocol-alist):
6884         * textmodes/rst.el (auto-mode-alist):
6885         * button.el (default-button): Purecopy strings.
6887 2009-11-06  Glenn Morris  <rgm@gnu.org>
6889         * Makefile.in (ELCFILES): Update.
6891 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6893         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6894         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6896         * nxml/xsd-regexp.el (xsdre-gen-categories):
6897         * nxml/xmltok.el (xmltok-parse-entity):
6898         * nxml/rng-parse.el (rng-parse-validate-file):
6899         * nxml/rng-maint.el (rng-format-manual)
6900         (rng-manual-output-force-new-line):
6901         * nxml/rng-loc.el (rng-save-schema-location-1):
6902         * nxml/rng-cmpct.el (rng-c-parse-file):
6903         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6904         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6906 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6908         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6909         Remove extra save-excursions and make-variable-buffer-local's.
6910         Suggested by Stefan Monnier.
6912         (verilog-getopt-file, verilog-module-inside-filename-p)
6913         (verilog-set-define): Merge GNU 1.35 and repair changes from
6914         switching to using with-current-buffer.
6916         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6917         being treated as a number and confusing AUTORESET.
6918         Reported by Dan Dever.
6920         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6921         Add verilog-auto-ignore-concat to fix backward compatibility with
6922         older verilog-modes.  Reported by Dan Katz.
6924         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6925         containing closing anchors "...$".
6927         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6928         Reported by Wade Smith.
6930         (verilog-batch-execute-func): Comment on function usage.
6932 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6934         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6935         for labels.
6937         (verilog-label-re, verilog-calc-1): Support proper indent of named
6938         asserts.
6940         (verilog-backward-token, verilog-basic-complete-re)
6941         (verilog-beg-of-statement, verilog-indent-re): Support proper
6942         indent of the assert statement at the beginning of a block of text.
6944         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6945         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6946         tokens as begins.
6948 2009-11-05  Glenn Morris  <rgm@gnu.org>
6950         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6951         Emacs 19.  (Bug#1531)
6952         (byte-compile-fix-header): Update for the above change.
6953         Drop test for epoch::version.
6955         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6956         * cus-dep.el (custom-make-dependencies):
6957         * finder.el (finder-compile-keywords):
6958         Use autoload-rubric's feature argument.
6960         * calendar/diary-lib.el (top-level): Make load behave more like require.
6962         * vc-git.el (vc-git-stash-map): Move definition before use.
6964 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6966         * custom.el (custom-declare-group): Purecopy standard-value.
6967         (custom-declare-group): Purecopy custom-prefix.
6969         * international/mule.el (load-with-code-conversion):
6970         Call do-after-load-evaluation unconditionally.
6972         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6974 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6976         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6978 2009-11-04  Glenn Morris  <rgm@gnu.org>
6980         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6981         (byte-compile-compatibility): Remove option.
6982         (byte-compile-close-variables, byte-compile-fix-header)
6983         (byte-compile-insert-header, byte-compile-output-docform)
6984         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6985         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6986         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6987         (byte-compile-insert, byte-compile-defun):
6988         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6989         (byte-defop-compiler19): Remove.
6990         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6991         used by anything.  Replace all calls with byte-defop-compiler.
6993 2009-11-04  Juri Linkov  <juri@jurta.org>
6995         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6996         (menu-bar-options-menu): Don't quote the `prop' arg of
6997         `menu-bar-make-mm-toggle'.
6999 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7001         * calendar/calendar.el (cal-loaddefs):
7002         * calendar/diary-lib.el (diary-loaddefs):
7003         * calendar/holidays.el (hol-loaddefs):
7004         * eshell/esh-module.el (esh-groups): Load rather than require.
7006 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7009         point-min==1.
7010         (todo-top-priorities): Only display-buffer when called interactively.
7011         (todo-item-start): Don't save excursion point.
7012         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7013         (todo-insert-item-here, todo-file-item, todo-remove-item):
7014         Adjust uses of todo-item-start and todo-item-end.
7016         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7017         (autoload-rubric): Don't use any more.
7018         * cedet/semantic/fw.el (semantic/loaddefs):
7019         * cedet/srecode.el (srecode/loaddefs):
7020         * cedet/ede.el (ede/loaddefs): Load rather than require.
7021         * cedet/ede/cpp-root.el:
7022         * cedet/ede/emacs.el:
7023         * cedet/ede/files.el:
7024         * cedet/ede/linux.el:
7025         * cedet/ede/locate.el:
7026         * cedet/ede/make.el:
7027         * cedet/ede/shell.el:
7028         * cedet/ede/speedbar.el:
7029         * cedet/ede/system.el:
7030         * cedet/ede/util.el:
7031         * cedet/semantic/analyze.el:
7032         * cedet/semantic/bovine.el:
7033         * cedet/semantic/complete.el:
7034         * cedet/semantic/ctxt.el:
7035         * cedet/semantic/db-file.el:
7036         * cedet/semantic/db-find.el:
7037         * cedet/semantic/db-global.el:
7038         * cedet/semantic/db-mode.el:
7039         * cedet/semantic/db-typecache.el:
7040         * cedet/semantic/db.el:
7041         * cedet/semantic/debug.el:
7042         * cedet/semantic/dep.el:
7043         * cedet/semantic/doc.el:
7044         * cedet/semantic/edit.el:
7045         * cedet/semantic/find.el:
7046         * cedet/semantic/format.el:
7047         * cedet/semantic/html.el:
7048         * cedet/semantic/ia-sb.el:
7049         * cedet/semantic/ia.el:
7050         * cedet/semantic/idle.el:
7051         * cedet/semantic/lex-spp.el:
7052         * cedet/semantic/lex.el:
7053         * cedet/semantic/mru-bookmark.el:
7054         * cedet/semantic/scope.el:
7055         * cedet/semantic/senator.el:
7056         * cedet/semantic/sort.el:
7057         * cedet/semantic/symref.el:
7058         * cedet/semantic/tag-file.el:
7059         * cedet/semantic/tag-ls.el:
7060         * cedet/semantic/tag-write.el:
7061         * cedet/semantic/tag.el:
7062         * cedet/semantic/util-modes.el:
7063         * cedet/semantic/analyze/complete.el:
7064         * cedet/semantic/analyze/refs.el:
7065         * cedet/semantic/bovine/c.el:
7066         * cedet/semantic/bovine/gcc.el:
7067         * cedet/semantic/bovine/make.el:
7068         * cedet/semantic/bovine/scm.el:
7069         * cedet/semantic/decorate/include.el:
7070         * cedet/semantic/decorate/mode.el:
7071         * cedet/semantic/symref/cscope.el:
7072         * cedet/semantic/symref/global.el:
7073         * cedet/semantic/symref/grep.el:
7074         * cedet/semantic/symref/idutils.el:
7075         * cedet/semantic/symref/list.el:
7076         * cedet/semantic/wisent/java-tags.el:
7077         * cedet/semantic/wisent/javascript.el:
7078         * cedet/srecode/compile.el:
7079         * cedet/srecode/cpp.el:
7080         * cedet/srecode/document.el:
7081         * cedet/srecode/el.el:
7082         * cedet/srecode/expandproto.el:
7083         * cedet/srecode/getset.el:
7084         * cedet/srecode/insert.el:
7085         * cedet/srecode/java.el:
7086         * cedet/srecode/map.el:
7087         * cedet/srecode/mode.el:
7088         * cedet/srecode/template.el:
7089         * cedet/srecode/texi.el: Remove the file-local setting of
7090         generated-autoload-feature.
7092         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7093         and only put a prop if it is non-nil.
7095 2009-11-03  Juri Linkov  <juri@jurta.org>
7097         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7098         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7100         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7101         and "Menu" to make top-level menu item visually one unit (like
7102         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7103         multi-word menu items).  Fix :help string for quit-window.
7105 2009-11-03  Glenn Morris  <rgm@gnu.org>
7107         * cedet/mode-local.el (with-mode-local): Doc fix.
7109         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7110         (byte-compile-file-form-define-abbrev-table)
7111         (byte-compile-file-form-custom-declare-variable)
7112         (byte-compile-variable-ref, byte-compile-defvar):
7113         Whether or not a warning is enabled should only affect whether we issue
7114         the warning, not whether or not we collect the relevant data.
7115         Eg warnings can be turned on and off throughout the course of a file.
7117         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7118         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7120 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7122         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7123         * play/mpuz.el (mpuz-create-buffer):
7124         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7125         (lm-print-y,s,noise, lm-print-w0, lm-init):
7126         * play/gomoku.el (gomoku-prompt-for-move):
7127         * play/fortune.el (fortune-in-buffer):
7128         * play/dissociate.el (dissociated-press):
7129         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7130         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7131         * mail/supercite.el (sc-eref-show):
7132         * mail/smtpmail.el (smtpmail-send-it):
7133         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7134         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7135         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7136         (rmail-summary-goto-msg, rmail-summary-expunge)
7137         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7138         (rmail-summary-add-label, rmail-summary-output-menu)
7139         (rmail-summary-output-body):
7140         * mail/rfc822.el (rfc822-addresses):
7141         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7142         * mail/mailpost.el (post-mail-send-it):
7143         * mail/hashcash.el (hashcash-generate-payment):
7144         * mail/feedmail.el (feedmail-run-the-queue)
7145         (feedmail-queue-send-edit-prompt-help-first)
7146         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7147         (feedmail-deduce-address-list):
7148         * eshell/esh-ext.el (eshell-remote-command):
7149         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7150         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7151         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7152         (viper-save-string-in-file, viper-valid-marker):
7153         * emulation/viper-keym.el (viper-toggle-key):
7154         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7155         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7156         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7157         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7158         (viper-exec-form-in-emacs, viper-brac-function):
7159         * emulation/viper.el (viper-delocalize-var):
7160         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7161         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7162         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7163         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7164         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7165         * emulation/edt.el (edt-electric-helpify):
7166         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7167         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7168         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7169         (cua-indent-to-global-mark-column):
7170         * calendar/diary-lib.el (calendar-mark-1):
7171         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7172         Use with-current-buffer.
7173         * emulation/viper.el (viper-delocalize-var): Use dolist.
7175 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7177         * comint.el (comint-replace-by-expanded-history-before-point):
7178         Replace !! with the previous input string literally (Bug#1795).
7180 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7182         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7183         to be made up of whitespace.
7185 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7187         * minibuffer.el (read-file-name): Don't use file dialogs for
7188         remote directories (Bug#99).
7190 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7192         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7194 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7196         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7197         instead of deleting the window or frame.
7199 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7201         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7202         Support face colors.
7204         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7205         New function.  Support face colors (Bug#1168).
7206         (tex-common-initialization): Use it.
7208         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7209         mode allows it (Bug#1168).
7211 2009-10-31  Juri Linkov  <juri@jurta.org>
7213         * facemenu.el (list-colors-display): Don't mark buffer as
7214         modified (Bug#3948).
7216 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7218         * international/mule-diag.el (list-character-sets-1): Minor
7219         message fix (Bug#3526).
7221         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7222         face property (Bug#4834).
7223         (etags-list-tags, etags-tags-apropos-additional)
7224         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7225         property.
7227         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7228         items.
7230         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7231         items.
7233         * cedet/ede.el (ede-minor-mode):
7234         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7236 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7238         * textmodes/two-column.el (2C-split):
7239         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7240         * textmodes/tex-mode.el (tex-set-buffer-directory):
7241         * textmodes/spell.el (spell-region, spell-string):
7242         * textmodes/reftex.el (reftex-erase-buffer):
7243         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7244         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7245         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7246         (reftex-select-item):
7247         * textmodes/reftex-ref.el (reftex-label-info-update)
7248         (reftex-offer-label-menu):
7249         * textmodes/reftex-index.el (reftex-index-change-entry)
7250         (reftex-index-phrases-info):
7251         * textmodes/reftex-global.el (reftex-create-tags-file)
7252         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7253         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7254         (reftex-view-crossref-from-bibtex):
7255         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7256         (reftex-extract-bib-entries-from-thebibliography)
7257         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7258         * textmodes/refbib.el (r2b-capitalize-title):
7259         (r2b-convert-buffer, r2b-help):
7260         * textmodes/page-ext.el (pages-directory)
7261         (pages-directory-goto-with-mouse):
7262         * textmodes/bibtex.el (bibtex-validate-globally):
7263         * textmodes/bib-mode.el (bib-capitalize-title):
7264         * textmodes/artist.el (artist-clear-buffer, artist-system):
7265         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7266         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7267         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7268         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7269         (xscheme-send-control-g-interrupt, xscheme-start-process)
7270         (xscheme-process-sentinel, xscheme-cd):
7271         * progmodes/verilog-mode.el (verilog-read-always-signals)
7272         (verilog-set-define, verilog-getopt-file)
7273         (verilog-module-inside-filename-p):
7274         * progmodes/sh-script.el:
7275         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7276         (python-pdbtrack-grub-for-buffer, python-execute-file):
7277         * progmodes/octave-inf.el (inferior-octave):
7278         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7279         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7280         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7281         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7282         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7283         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7284         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7285         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7286         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7287         (idlwave-shell-examine-display, idlwave-shell-run-region)
7288         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7289         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7290         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7291         (idlwave-help-get-help-buffer):
7292         * progmodes/gud.el (gud-basic-call, gud-find-class)
7293         (gud-tooltip-activate-mouse-motions-if-enabled):
7294         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7295         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7296         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7297         (ebrowse-tags-next-file):
7298         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7299         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7300         (ebnf-eps-finish-and-write):
7301         * progmodes/cpp.el (cpp-edit-save):
7302         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7303         * progmodes/cc-defs.el (c-emacs-features):
7304         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7305         (antlr-directory-dependencies):
7306         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7307         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7308         (ada-find-any-references, ada-make-filename-from-adaname)
7309         (ada-make-body-gnatstub):
7310         * obsolete/rnews.el (news-list-news-groups):
7311         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7312         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7313         * net/rcirc.el (rcirc-debug):
7314         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7315         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7316         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7317         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7318         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7319         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7320         (newsticker--treeview-list-clear-highlight)
7321         (newsticker--treeview-list-update-highlight)
7322         (newsticker--treeview-list-highlight-start)
7323         (newsticker--treeview-tree-update-highlight)
7324         (newsticker--treeview-get-selected-item)
7325         (newsticker-treeview-mark-list-items-old)
7326         (newsticker--treeview-set-current-node):
7327         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7328         * net/newst-backend.el (newsticker--get-news-by-funcall)
7329         (newsticker--get-news-by-wget, newsticker--image-get)
7330         (newsticker--image-sentinel):
7331         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7332         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7333         (eudc-ph-close-session):
7334         * net/eudc.el (eudc-save-options):
7335         * language/thai-word.el (thai-update-word-table):
7336         * language/japan-util.el (japanese-string-conversion):
7337         * international/titdic-cnv.el (tsang-quick-converter)
7338         (ziranma-converter, ctlau-converter):
7339         * international/mule-cmds.el (describe-language-environment):
7340         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7341         (skkdic-convert-postfix, skkdic-convert-prefix):
7342         (skkdic-convert-okuri-nasi, skkdic-convert):
7343         * emacs-lisp/re-builder.el (reb-update-overlays):
7344         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7345         * emacs-lisp/gulp.el (gulp-send-requests):
7346         * emacs-lisp/find-gc.el (trace-call-tree):
7347         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7348         (eieio-describe-generic):
7349         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7350         * emacs-lisp/edebug.el (edebug-outside-excursion):
7351         * emacs-lisp/debug.el (debugger-make-xrefs):
7352         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7353         * emacs-lisp/chart.el (chart-new-buffer):
7354         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7355         Use with-current-buffer.
7356         * textmodes/artist.el (artist-system): Don't call
7357         copy-sequence on a fresh string.
7358         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7360 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7362         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7363         is no item to edit.  (Bug#4820)
7364         (todo-top-priorities): Restore point and restore narrowing in Todo
7365         buffer.  (Bug#4820)
7367 2009-10-31  Glenn Morris  <rgm@gnu.org>
7369         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7370         (comint-last-output-start, comint-last-input-start)
7371         (comint-last-input-end): Don't defvar when compiling.
7372         (ange-ftp-process-file): Use bound-and-true-p.
7374         * pcmpl-rpm.el (top-level): Move provide statement to end.
7375         (pcmpl-rpm): Remove unused custom group.
7377         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7379         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7381         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7382         (byte-compile-warnings): Add `constants' as an option.
7383         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7384         (display-call-tree): Update for byte-compile-fdefinition possibly
7385         returning `(macro lambda ...)'.  (Bug#4778)
7386         (byte-compile-variable-ref, byte-compile-setq-default):
7387         Respect `constants' member of byte-compile-warnings.
7389         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7390         Use mapc rather than mapcar because the return value is never used.
7392         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7393         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7394         * cedet/semantic/html.el:
7395         Suppress harmless warnings about setting up semantic-imenu (not
7396         part of Emacs) variables.
7398 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7401         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7402         to "submit:".
7404         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7405         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7406         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7407         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7408         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7409         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
7410         (semantic-analyzer-debug-global-symbol)
7411         (semantic-analyzer-debug-missing-innertype)
7412         (semantic-analyzer-debug-insert-include-summary):
7413         * cedet/semantic/util.el (semantic-file-tag-table):
7414         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
7415         (semantic-recursive-find-nonterminal-by-name):
7416         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
7417         * cedet/semantic/tag-file.el (semantic-prototype-file):
7418         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
7419         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
7420         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
7421         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
7422         (semantic-idle-summary-maybe-highlight):
7423         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
7424         (semantic-ia-sb-tag-info):
7425         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
7426         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
7427         * cedet/semantic/ede-grammar.el (project-compile-target):
7428         (ede-proj-makefile-insert-variables):
7429         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
7430         (semantic-debug-set-source-location, semantic-debug-interface-layout)
7431         (semantic-debug-mode, semantic-debug):
7432         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
7433         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
7434         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
7435         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
7436         (semanticdb-find-translate-path-includes--internal)
7437         (semanticdb-reset-log, semanticdb-find-log-activity):
7438         * cedet/semantic/db-file.el (object-write):
7439         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
7440         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
7441         (semanticdb-create-ebrowse-database):
7442         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
7443         * cedet/semantic/complete.el (semantic-displayor-focus-request)
7444         (semantic-collector-calculate-completions-raw)
7445         (semantic-complete-read-tag-analyzer):
7446         * cedet/semantic/analyze.el (semantic-analyze-pulse):
7447         * cedet/ede/util.el (ede-update-version-in-source):
7448         * cedet/ede/proj.el (project-delete-target):
7449         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
7450         (ede-proj-flush-autoconf):
7451         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
7452         (ede-proj-configure-synchronize):
7453         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
7454         * cedet/ede/linux.el (ede-linux-version):
7455         * cedet/ede/emacs.el (ede-emacs-version):
7456         * cedet/ede/dired.el (ede-dired-add-to-target):
7457         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
7458         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
7459         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
7460         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
7461         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
7462         (cedet-idutils-version-check):
7463         * cedet/cedet-global.el (cedet-gnu-global-call):
7464         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
7465         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
7466         * cedet/cedet-cscope.el (cedet-cscope-call)
7467         (cedet-cscope-expand-filename, cedet-cscope-version-check):
7468         Use with-current-buffer.
7469         * cedet/ede.el (ede-make-project-local-variable)
7470         (ede-set-project-variables, ede-set): Use dolist.
7472 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
7474         * textmodes/ispell.el (ispell-skip-region-alist):
7475         * international/mule-conf.el (eight-bit):
7476         * international/fontset.el (font-encoding-alist):
7477         * startup.el (pure-space-overflow-message):
7478         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
7479         * paths.el (gnus-nntp-service, rmail-spool-directory)
7480         (term-file-prefix):
7481         * files.el (save-some-buffers-action-alist):
7482         * cmuscheme.el (same-window-buffer-names):
7483         * ielm.el (same-window-buffer-names):
7484         * shell.el (same-window-buffer-names):
7485         * mail/sendmail.el (same-window-buffer-names):
7486         * progmodes/inf-lisp.el (same-window-buffer-names):
7487         * bindings.el (mode-line-client)
7488         (mode-line-column-line-number-mode-map):
7489         * language/tibetan.el (tibetan-precomposition-rule-regexp)
7490         (tibetan-precomposed-regexp): Purecopy string arguments.
7492 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7494         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
7495         (calcDigit-nondigit):
7496         * calc/calc-yank.el (calc-copy-to-buffer):
7497         * calc/calc-units.el (calc-invalidate-units-table):
7498         * calc/calc-trail.el (calc-trail-yank):
7499         * calc/calc-store.el (calc-insert-variables):
7500         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
7501         * calc/calc-prog.el (calc-read-parse-table):
7502         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
7503         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7504         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7505         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7506         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7507         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7508         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7509         * calc/calc-ext.el (calc-realign):
7510         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7511         (calc-embedded-finish-edit, calc-embedded-make-info)
7512         (calc-embedded-finish-command, calc-embedded-stack-change):
7513         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7515         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7516         (overload-docstring-extension): Use that info.
7517         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7518         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7519         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7520         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7521         (semantic-nonterminal-full-name): Add the new `when' info.
7522         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7523         `assert'.
7525         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7526         shell-dynamic-complete-filename in preference to
7527         comint-dynamic-complete-filename.
7529         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7530         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7531         Don't consider whether the display supports colors.
7532         (bookmark-import-new-list): Use dolist.
7533         (bookmark-bmenu-mode-map): Move initialization into declaration.
7534         (bookmark-bmenu-list): Use dolist, simplify.
7535         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7536         (menu-bar-final-items): Use push.
7538 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7540         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7541         it works on remote files.
7542         (vc-hg-diff): Don't pass any `--cwd' argument.
7544 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7546         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7547         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7548         (Further to Bug#3921).
7550 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7552         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7553         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7554         calling `tramp-imap-put-file'.  Add file size to the call.
7555         (tramp-imap-get-file-entries): Compute also user name, file size,
7556         and date.
7557         (tramp-imap-handle-insert-directory): Insert uid and gid.
7558         (tramp-imap-handle-file-attributes): Transform uid and gid
7559         according to `id-format'.
7560         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7561         size in header X-Size.
7563 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7565         * simple.el (transpose-subr): Give clearer error when the mark
7566         is not set.  (Bug#4807)
7568 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7570         * net/tramp.el (tramp-perl-file-truename): New defconst.
7571         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7572         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7573         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7574         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7576         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7577         Ignore `dired-call-process'.
7578         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7580 2009-10-26  Julian Scheid  <julians37@gmail.com>
7582         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7583         (tramp-get-remote-readlink): New defun.
7584         (tramp-handle-file-truename): Use it.
7585         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7586         file exists if cache value present.
7587         (tramp-check-cached-permissions): New defun.
7588         (tramp-handle-file-readable-p): Use it.
7589         (tramp-handle-file-writable-p): Likewise.
7590         (tramp-handle-file-executable-p): Likewise.
7591         (tramp-handle-file-name-all-completions): Try using Perl to get
7592         partial completions.  When perl not available, combine `cd' and
7593         `ls' into single remote operation and use shell expansion to get
7594         partial remote directory contents.  Set `file-exists-p' cache for
7595         directory and any files returned by ls.  Change cache handling to
7596         support partial directory contents.  Use error message emitted by
7597         remote `cd' or Perl code for local tramp-error.
7598         (tramp-do-copy-or-rename-file-directly): Avoid separate
7599         tramp-send-command-and-check call.
7600         (tramp-handle-process-file): Merge three remote ops into one.
7601         Do not flush all caches when `process-file-side-effects' is set.
7602         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7603         file-attributes shows uid/gid to be set already.
7605 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7607         * textmodes/tex-mode.el (tex-dvi-view-command)
7608         (tex-show-queue-command, tex-open-quote):
7609         * progmodes/ruby-mode.el (auto-mode-alist)
7610         (interpreter-mode-alist): Purecopy strings.
7612         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7614         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7615         string for the hook, keymap and abbrev table.
7617         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7619         * x-dnd.el (x-dnd-xdnd-to-action):
7620         * startup.el (fancy-startup-text, fancy-about-text): Change to
7621         defconst from defvar.
7623         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7625         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7626         Purecopy initialization strings.
7628         * mail/sendmail.el (mail-header-separator)
7629         (mail-personal-alias-file):
7630         * mail/rmail.el (rmail-default-dont-reply-to-names)
7631         (rmail-ignored-headers, rmail-retry-ignored-headers)
7632         (rmail-highlighted-headers, rmail-secondary-file-directory)
7633         (rmail-secondary-file-regexp):
7634         * files.el (null-device, file-name-invalid-regexp)
7635         (locate-dominating-stop-dir-regexp)
7636         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7637         (interpreter-mode-alist): Use mapcar instead of mapc.
7639         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7641         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7642         (completion-ignored-extensions):
7643         (debug-ignored-errors): Purecopy strings.
7645 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7648         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7649         (pcomplete--here): Use push.
7651         * subr.el (all-completions): Declare the 4th arg obsolete.
7653 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7656         (pcomplete-unquote-argument): New function.
7657         (pcomplete--common-suffix): Always pay attention to case.
7658         (pcomplete--table-subvert): Quote and unquote the text.
7659         (pcomplete--common-quoted-suffix): New function.
7660         (pcomplete-std-complete): Use it and pcomplete-begin.
7662         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7663         we're inside a dedicated or minibuffer window.
7665 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7667         * cedet/semantic/fw.el (semantic-alias-obsolete)
7668         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7669         (define-mode-overload-implementation):
7670         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7671         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7672         * cedet/semantic/util.el (semantic-file-token-stream)
7673         (semantic-something-to-stream):
7674         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7675         (semantic-expand-nonterminal):
7676         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7677         (semantic-find-dependency, semantic-find-nonterminal)
7678         (semantic-find-dependency):
7679         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7680         (semantic-flex-text, semantic-flex-make-keyword-table)
7681         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7682         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7683         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7684         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7685         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7686         (semantic-after-idle-scheduler-reparse-hooks):
7687         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7688         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7689         * cedet/semantic.el (semantic-toplevel-bovine-table)
7690         (semantic-toplevel-bovine-cache)
7691         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7692         (semantic-init-mode-hooks, semantic-init-db-hooks)
7693         (semantic-bovination-working-type): Provide the `when' arg.
7695 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7697         * bookmark.el: Update documentation, especially documentation
7698         of `bookmark-alist' and of the bookmark file format.
7699         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7701 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7703         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7704         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7705         window to buffer.
7707         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7708         (global-whitespace-mode, global-whitespace-newline-mode)
7709         (whitespace-toggle-options, global-whitespace-toggle-options):
7710         Doc fix (Bug#3660).
7712         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7713         of xmltok-start before the end tag was inserted (Bug#2840).
7715         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7716         patterns that are preceded by an open-paren (Bug#1320).
7718 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7720         * files.el (delete-directory): Delete symlinks to directories with
7721         delete-file (Bug#4739).
7723 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7725         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7726         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7727         argument to make-obsolete.
7729         * cedet/semantic/fw.el (semantic-alias-obsolete)
7730         (semantic-varalias-obsolete): Add optional WHEN argument.
7732 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7734         * vc.el (vc-backend-for-registration): Rename from
7735         vc-get-backend-for-registration.  Update callers.
7737         * international/mule-cmds.el (set-language-info-alist):
7738         Purecopy lang-env.
7739         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7740         (charset): Purecopy the name.
7741         (define-char-code-property): Purecopy string arguments.
7743         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7744         Purecopy string arguments.
7746         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7747         * ediff-hook.el (menu-bar-ediff-menu):
7748         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7749         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7751 2009-10-24  Glenn Morris  <rgm@gnu.org>
7753         * comint.el (comint-dynamic-list-completions):
7754         * term.el (term-dynamic-list-completions): Use choose-completion rather
7755         than obsolete alias mouse-choose-completion.
7757         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7758         file-cache-choose-completion.
7759         (file-cache-choose-completion): Handle an optional event argument.
7760         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7762         * progmodes/octave-mod.el (octave-complete-symbol):
7763         Use choose-completion if mouse-choose-completion is ever removed.
7765         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7766         use.
7768         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7769         compiler.
7771         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7773 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7775         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7776         Ignore `pred' now that we receive one.
7777         Handle test-completion specially.
7779 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7781         * vc.el (vc-responsible-backend): Throw an error if not backend is
7782         found.  Remove the REGISTER argument.  Move the code dealing with
7783         REGISTER ...
7784         (vc-get-backend-for-registration): ... here.  New function.
7785         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7786         of vc-responsible-backend, pass the file name instead of the
7787         directory name.
7789 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7792         New funs.
7793         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7794         (pcomplete-comint-setup): Don't modify a global var via
7795         accidental side-effects.
7796         (pcomplete-shell-setup): Adjust call accordingly.
7797         (pcomplete-parse-comint-arguments): Use push.
7799 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7801         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7802         Allow uncapitalized info node names (Bug#3921).
7804         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7805         to the DEBUG file (Bug#3781).
7807 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7809         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7810         dictionary entry (Bug#4579).
7812 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7814         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7815         from `rfn-eshadow-update-overlay-hook' when unloading.
7816         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7817         "rsyncc".  Adjust doc string.
7818         (tramp-temp-buffer-file-name): New buffer-local defvar.
7819         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7820         Keep temporary file when indicated by method ("rsync" and
7821         "rsyncc").
7822         (tramp-handle-write-region): Handle APPEND.
7823         (tramp-delete-temp-file-function): New defun.  Added to
7824         `kill-buffer-hook'.
7826 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7828         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7830 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7832         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7833         (color-name-rgb-alist, tty-standard-colors)
7834         (tty-color-mode-alist): Change to defconst.
7836         * simple.el (mark-inactive): Purecopy message.
7838         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7839         (global-map, yank-menu):
7840         * textmodes/ispell.el (ispell-menu-map):
7841         * net/eudc.el (eudc-tools-menu):
7842         * international/mule-cmds.el (describe-language-environment-map)
7843         (setup-language-environment-map, set-coding-system-map)
7844         (mule-menu-keymap):
7845         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7846         * replace.el (occur-mode-map):
7847         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7849 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7851         * calc/calc.el (math-read-number, math-read-number-simple): Use
7852         `save-match-data'.
7854 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7856         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7857         rather than fiddling with global-map bindings, since it should only
7858         affect per-terminal settings.
7859         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7861         * minibuffer.el (completion-table-with-terminator): Allow to specify
7862         the terminator-regexp.
7864         * simple.el (switch-to-completions): Look for *Completions* in other
7865         frames as well.
7867         * pcomplete.el: Allow the use of completion-tables.
7868         (pcomplete-std-complete): New command.
7869         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7870         (pcomplete--here): Use a function for `form' rather than an expression,
7871         so it can be byte-compiled.
7872         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7873         Add edebug declaration.
7874         (pcomplete-show-completions): Remove unused var `curbuf'.
7875         (pcomplete-do-complete, pcomplete-stub):
7876         Don't assume `completions' is a list of strings any more.
7878 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7880         * find-dired.el (find-name-arg): Fix typo in docstring.
7882 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7884         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7885         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7887         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7888         pcomplete-entries.
7890         * comint.el (comint-read-input-ring, comint-write-input-ring)
7891         (comint-substitute-in-file-name)
7892         (comint-dynamic-complete-as-filename)
7893         (comint-dynamic-simple-complete)
7894         (comint-dynamic-list-filename-completions)
7895         (comint-dynamic-list-completions)
7896         (comint-redirect-results-list-from-process): Minor simplifications.
7898 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7900         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7901         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7902         the first form.  And insert a blank line after ";;; Code" since
7903         that's usual style.  (Bug#4612)
7905         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7907 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * minibuffer.el (completion-table-with-terminator): Properly implement
7910         boundaries, in case `terminator' appears in the suffix.
7911         (completion--embedded-envvar-table): Don't return boundaries if
7912         there's no valid completion.  Simplify.
7913         (completion-file-name-table): New completion table extracted from
7914         completion--file-name-table.
7915         (completion--file-name-table): Use it.
7916         (read-file-name-predicate): Declare obsolete.
7917         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7918         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7919         completion-file-name-table, and use the `pred' argument.
7920         * files.el (locate-file-completion-table): Use the `pred' arg rather
7921         than read-file-name-predicate.
7922         (abbreviate-file-name): Use \` rather than ^ for BOS.
7924 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7926         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7927         vc-responsible-backend to register, it causes problems.
7929 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7931         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7933 2009-10-21  Eric Ludlam  <zappo@gnu.org>
7935         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7936         (semantic-c-debug-mode-init-pch): New functions.
7937         (semantic-c-debug-mode-init-last-mode): New var.
7938         (semantic-c-parse-lexical-token): Use them.
7940         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7941         When extracting the argument list, limit only by point-max.
7943 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7945         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7946         (tramp-smb-handle-file-attributes): Use it.
7947         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7948         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7949         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7950         Add `dired-filename' text properties.
7951         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7952         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7953         version.
7955 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7957         * subr.el (read-key-delay): Reduce to 0.01.
7958         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7959         (bug#4751).
7961 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7965         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7966         (Info-menu): Remove unused vars `last' and `completions'.
7967         (Info-index-nodes): Remove unused var `node'.
7969         * info.el (Info-complete-menu-item): Use complete-with-action.
7971 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7973         Make vc-annotate work through copies and renames.
7974         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7975         Return the file name too.
7976         (vc-annotate-revision-at-line)
7977         (vc-annotate-find-revision-at-line)
7978         (vc-annotate-revision-previous-to-line)
7979         (vc-annotate-show-log-revision-at-line): Update to get the file
7980         name from vc-annotate-extract-revision-at-line.
7981         (vc-annotate-show-diff-revision-at-line-internal): Change the
7982         argument to mean whether to show a file diff or not.  Get the file
7983         name from vc-annotate-extract-revision-at-line.
7984         (vc-annotate-show-diff-revision-at-line):
7985         Update vc-annotate-show-diff-revision-at-line call.
7986         (vc-annotate-warp-revision): Add an optional file argument.
7988         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7989         (vc-git-annotate-extract-revision-at-line): Also return the file
7990         name if found.
7992         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7993         command.  Remove unused code.
7994         (vc-hg-annotate-re): Update to match --follow output.
7995         (vc-hg-annotate-extract-revision-at-line): Also return the file
7996         name if found.
7998         * vc.el: Update annotate-extract-revision-at-line documentation.
8000 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8002         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8003         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8005         * net/browse-url.el (browse-url): Identify alist with "consp and
8006         not functionp" and let all other things go down the `apply' leg,
8007         as suggested by Stefan.  (Further to bug#4531.)
8009 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8011         * minibuffer.el (read-file-name): Check for repeat before putting
8012         a default argument in file-name-history (Bug#4657).
8014         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8015         read syntax (Bug#4737).
8017         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8019 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8021         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8022         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8023         entries and make note of obsolete tags.
8025 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8029 2009-10-18  Glenn Morris  <rgm@gnu.org>
8031         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8032         grep, so that binary files (eg international/uni-bidi.el) can match.
8033         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8034         now, and in any case the file header format has changed.
8036 2009-10-17  Glenn Morris  <rgm@gnu.org>
8038         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8039         (flyspell-get-word, flyspell-large-region)
8040         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8042 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8044         * Makefile.in (ELCFILES): Add ede/shell.
8046 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8048         * term/common-win.el (x-colors): Purecopy it.
8050 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8052         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8053         permissive for when the buffer is empty.
8054         (tar-header-block-tokenize): Decode the username and groupname.
8055         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8057 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8059         * cedet/srecode/srt.el:
8060         * cedet/srecode/compile.el:
8061         * cedet/semantic/mru-bookmark.el:
8062         * cedet/semantic/debug.el:
8063         * cedet/semantic/complete.el:
8064         * cedet/semantic/analyze.el: Require CL when compiling.
8066 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8068         * cedet/semantic/scope.el
8069         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8070         tmpscope so that the regular scope will continue to work.
8072         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8073         Use semantic-idle-summary-highlight-face as the highlighting.
8075         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8076         contains multibyte characters, choose first applicable coding
8077         system automatically.
8079         * cedet/ede/project-am.el (project-run-target): New method.
8080         (project-run-target): New method.
8082         * cedet/ede.el (ede-target): Add run target menu item.
8083         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8084         (ede-run-target): New function.
8085         (ede-target::project-run-target): New method.
8087         * cedet/ede/proj.el (project-run-target): New method.
8089         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8090         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8091         Add :rules.
8092         (ede-proj-target-makefile-shared-object): Only libtool compilers
8093         now available.  Add linkers for libtool.
8094         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8095         (ede-proj-makefile-target-name): Always use .la extension.
8097         * cedet/ede/proj-prog.el (project-run-target): New method.
8099         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8100         (ede-g++-linker): Change Change link lines.
8102         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8103         When searching for old variables, go to the end of the buffer and
8104         search backward from there.
8105         (ede-proj-makefile-automake-insert-subdirs)
8106         (ede-proj-makefile-automake-insert-extradist): New methods.
8107         (ede-proj-makefile-create): Use them.
8109         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8110         Force FILE to expand to the current target.  Use file-exists-p to
8111         check that it exists.
8113         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8114         (ede-linux-load): Wrap dir in file-name-as-directory.
8115         Set :version slot.
8117         * cedet/ede/files.el (ede-get-locator-object): When enabling
8118         locate, do so on "top".
8120         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8121         file-name-as-directory during compare.
8122         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8123         Get version number from different places.  Don't call egrep.
8124         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8125         to set the directory.
8127         * cedet/ede/shell.el: New file.
8129         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8130         alpha/beta variants.
8132 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8134         * international/mule-cmds.el (select-safe-coding-system): If the file
8135         has a coding cookie, use it regardless of any other setting (bug#4712).
8137 2009-10-17  Glenn Morris  <rgm@gnu.org>
8139         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8140         All errors should have messages.
8142         * foldout.el (foldout-mouse-swallow-events):
8143         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8145         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8146         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8147         (dired-keep-marker-symlink, dired-dwim-target)
8148         (dired-copy-preserve-time): Do not autoload these defcustoms.
8150         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8151         messages from messing up the file coding.  (Bug#4623)
8153 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8155         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8156         if no match is found for the current dictionary.  (Bug#4578)
8158         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8159         optional, since that is how it is documented, and this is often called
8160         with a nil argument.  (Bug#4577)
8161         (flyspell-external-point-words, flyspell-auto-correct-word)
8162         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8163         (flyspell-word-search-backward): Remove nil argument in calls to
8164         flyspell-get-word, since it is not needed now.
8166 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8168         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8170 2009-10-16  Glenn Morris  <rgm@gnu.org>
8172         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8174 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8176         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8177         (ange-ftp-file-size): New function.
8178         (ange-ftp-file-attributes): Use it.
8180 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8182         * net/tramp-smb.el (tramp-smb-version): New defvar.
8183         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8184         repeated checks.
8186 2009-10-16  Glenn Morris  <rgm@gnu.org>
8188         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8189         Maybe copy some custom properties from old to new name.  (Bug#4706)
8191 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8193         * subr.el (error, sit-for, start-process-shell-command)
8194         (start-file-process-shell-command): Set the calling convention
8195         after the function definition.
8197 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * subr.el (error, sit-for, start-process-shell-command)
8200         (start-file-process-shell-command): Use the new
8201         set-advertised-calling-convention feature.
8203 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8205         * international/ucs-normalize.el (ucs-normalize-version):
8206         Change to 1.2.
8207         (check-range): Adjust for Unicode 5.2.
8209 2009-10-15  Juri Linkov  <juri@jurta.org>
8211         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8212         to the `menu-item' format.
8214 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8216         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8217         if the environment variable does not exist.
8219         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8220         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8221         parameter.
8222         (tramp-smb-handle-add-name-to-file)
8223         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8224         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8225         (tramp-smb-handle-file-attributes)
8226         (tramp-smb-do-file-attributes-with-stat)
8227         (tramp-smb-handle-file-local-copy)
8228         (tramp-smb-handle-insert-directory)
8229         (tramp-smb-handle-make-directory)
8230         (tramp-smb-handle-make-directory-internal)
8231         (tramp-smb-handle-make-symbolic-link)
8232         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8233         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8234         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8235         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8236         Handle long file names.
8237         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8238         process is running.
8239         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8240         Read share names with "-g" option.
8242 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8244         * net/rcirc.el (rcirc-view-log-file): New command.
8245         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8246         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8247         specified.
8249 2009-10-15  Glenn Morris  <rgm@gnu.org>
8251         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8252         from the second command-line argument.
8253         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8254         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8255         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8256         w32-batch-update-autoloads.
8257         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8258         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8260         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8261         the headers cannot be located.  Simplify, subtracting superflous
8262         save-excursions.
8264 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8266         Replace completion-base-size by completion-base-position to fix bugs
8267         such as (bug#4699).
8268         * simple.el (completion-base-position): New var.
8269         (completion-base-size): Mark as obsolete.
8270         (choose-completion): Make it work for mouse events as well.
8271         Pass the new base-position to choose-completion-string.
8272         (choose-completion-guess-base-position): New function, extracted from
8273         choose-completion-delete-max-match.
8274         (choose-completion-delete-max-match): Use it.  Make obsolete.
8275         (choose-completion-string): Use the new base-position info.
8276         (completion-root-regexp): Delete.
8277         (completion-setup-function): Preserve completion-base-position.
8278         Eliminate obsolete base-size manipulation.
8279         * minibuffer.el (display-completion-list): Don't mess with base-size.
8280         (minibuffer-completion-help): Set completion-base-position instead.
8281         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8282         choose-completion.
8283         * textmodes/bibtex.el (bibtex-complete):
8284         * emacs-lisp/crm.el (crm--choose-completion-string):
8285         Adjust to new calling convention.
8286         * complete.el (partial-completion-mode): Use minibufferp to avoid
8287         bumping into incompatible change to choose-completion-string-functions.
8288         * ido.el (ido-choose-completion-string): Make its calling convention
8289         more permissive.
8290         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8291         base-size manipulation.
8292         (comint-dynamic-list-input-ring): Use dotimes and push.
8293         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8294         fundamental-mode.  Use `or'.
8296 2009-10-14  Juri Linkov  <juri@jurta.org>
8298         * misearch.el (multi-isearch-next-buffer-from-list)
8299         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8301 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8303         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8304         `bytecomp.el'.
8306         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8307         string we return is all made up of text from the completions rather
8308         than part from the completions and part from the input (bug#4219).
8310         * ido.el (ido-everywhere): Use define-minor-mode.
8312         * buff-menu.el (list-buffers, ctl-x-map):
8313         Mark the entry points with ;;;###autoload cookies.
8315 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8317         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8318         correctly in the detached head case.
8319         (vc-git-print-log): Remove unused binding.
8321         * vc.el (vc-responsible-backend): When a directory is passed for
8322         for registration create a VC repository if no backend is
8323         responsible for the directory argument.
8324         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8326         * vc.el: Move comments about RCS and SCCS ...
8327         * vc-rcs.el:
8328         * vc-sccs.el: ... here, respectively.
8330 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8332         * minibuffer.el (completion--file-name-table): Return nil if there's
8333         no file completion, even if substitute-in-file-name changed
8334         the string (bug#4708).
8336 2009-10-13  Juri Linkov  <juri@jurta.org>
8338         * files-x.el (read-file-local-variable-value): Don't filter out
8339         minor modes from mode name completion (bug#4664).
8341 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8343         * international/mule-cmds.el (ucs-names): Remove exclusion of
8344         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8346 2009-10-13  Kenichi Handa  <handa@m17n.org>
8348         * international/uni-name.el: Regenerated.
8350 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8352         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8353         should be automatically buffer-local, but isn't.)
8355 2009-10-12  Sam Steingold  <sds@gnu.org>
8357         * progmodes/compile.el (compilation-next-error-function): Fix the
8358         timestamps if the buffer has been visited before.
8359         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8360         non-anchored patterns, like the perl one (bug#3928).
8362 2009-10-12  Glenn Morris  <rgm@gnu.org>
8364         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8365         Let-bind `size'.
8367 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8369         * proced.el (proced-unload-function): New function.
8371         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8372         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8373         Doc fix.
8375         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8377 2009-10-11  Juri Linkov  <juri@jurta.org>
8379         * files-x.el (read-file-local-variable-value):
8380         Provide default value only for bound variables (bug#4664).
8382 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8384         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8385         connection methods like smb.
8387         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8388         can be empty.
8390         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8391         (tramp-smb-file-name-handler-alist): Add handlers for
8392         `add-name-to-file', `make-symbolic-link'.
8393         (tramp-smb-handle-add-name-to-file)
8394         (tramp-smb-do-file-attributes-with-stat)
8395         (tramp-smb-handle-make-symbolic-link)
8396         (tramp-smb-get-cifs-capabilities): New defuns.
8397         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8398         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8399         (tramp-smb-handle-file-local-copy)
8400         (tramp-smb-handle-make-directory-internal)
8401         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8402         The file name syntax depends on cifs capabilities.
8403         (tramp-smb-handle-file-attributes):
8404         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8405         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8406         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8408 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
8410         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
8411         (eieio-defclass): Apply deftype handler and setf-method properties
8412         directly.
8413         (eieio-add-new-slot): Avoid union function from cl library.
8414         (eieio--typep): New function.
8415         (eieio-perform-slot-validation): Use it.
8417 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8419         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
8420         Update documentation to refer to the variables documented in r1.135.
8421         (Bug#4188)
8423 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
8425         * bookmark.el (Info-suffix-list): Remove this unused variable.
8426         (bookmark-current-point): Remove this obsolete variable.
8427         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
8428         Adjust for removal of bookmark-current-point.
8430         (bookmarks-already-loaded, bookmark-current-buffer)
8431         (bookmark-yank-point): Document.  (Bug#4188)
8433 2009-10-10  Glenn Morris  <rgm@gnu.org>
8435         * frame.el (frame-height): Doc fix.
8437         * calendar/calendar.el (calendar-split-width-threshold): New option.
8438         (calendar-basic-setup): Use calendar-split-width-threshold.
8440 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
8442         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
8443         Use .la for Automake.
8445 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
8447         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
8448         Use "autoreconf -i".  Suggested by Andreas Schwab.
8450 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
8452         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
8453         Ideographic Supplement" range (U+1F200..U+1F2FF).
8455 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8457         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
8458         since the list will have been rebuilt anyway.  (Bug#4349)
8460 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8462         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
8463         (bookmark-bmenu-execute-deletions): Don't save here, as
8464         bookmark-delete will now do so if necessary.
8465         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
8466         (Bug#4348)
8468 2009-10-09  Glenn Morris  <rgm@gnu.org>
8470         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
8472 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8474         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
8475         (bookmark-jump-other-window): Just invoke bookmark-jump with new
8476         argument now, so the two function's behaviors will match.  (Bug#3645)
8478 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8480         * cedet/ede/proj.el (project-make-dist, project-compile-project):
8481         Fix filename test.
8482         (ede-proj-dist-makefile): Use expand-file-name instead of concat
8483         to expand file names.
8485 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
8487         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
8488         (tramp-file-name-real-host, tramp-file-name-port):
8489         Apply `save-match-data'.
8491         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
8492         case both directories are remote.
8493         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
8494         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
8496 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
8498         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
8499         (ede-proj-target-makefile-objectcode): Use it.
8501         * cedet/ede/source.el (ede-want-any-source-files-p)
8502         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
8503         Return search result.  This error was introduced while merging.
8505 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8507         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8509 2009-10-07  Glenn Morris  <rgm@gnu.org>
8511         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8512         of concat.
8514 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8516         * files-x.el (read-file-local-variable): Include some
8517         non-user-variables in the completion table (bug#4664).
8519 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8521         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8522         message.
8524         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8525         (tramp-smb-file-name-handler-alist): Add handler for
8526         `copy-directory', `expand-file-name', `set-file-modes'.
8527         (tramp-smb-handle-copy-directory)
8528         (tramp-smb-handle-expand-file-name)
8529         (tramp-smb-handle-set-file-modes): New defuns.
8530         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8531         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8532         entry.
8533         (tramp-smb-handle-insert-directory): Don't flush the cache.
8534         (tramp-smb-maybe-open-connection): Check for samba client and
8535         server versions.
8537 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8539         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8540         to not error out of search for "^lisp=" fails.
8542 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8544         * makefile.w32-in (WINS_UPDATES): New macro.
8545         (custom-deps, finder-data, autoloads): Use it.
8547 2009-10-07  Glenn Morris  <rgm@gnu.org>
8549         * Makefile.in (autoloads): Revert previous change.
8550         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8551         the list of preloaded files passed on the command-line, get
8552         it from src/Makefile.
8554         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8555         show the original buffer rather than a random one.
8557 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8559         * help.el (describe-no-warranty): Place point in a slightly better
8560         position in the GPLv3 text.
8562 2009-10-06  Sam Steingold  <sds@gnu.org>
8564         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8565         the comm attribute is present before calling regexp-quote.
8567 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8569         * play/animate.el (animate-string): For good effect, make sure
8570         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8572         * play/animate.el (animate-sequence, animate-birthday-present):
8573         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8575 2009-10-06  Glenn Morris  <rgm@gnu.org>
8577         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8579         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8580         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8581         (batch-update-autoloads): Process a string value of autoload-excludes,
8582         set during the build process.
8583         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8585         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8586         inside with-parsed...  macro so that `v' is defined.
8588         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8589         * progmodes/fortran.el (fortran-end-of-block)
8590         (fortran-beginning-of-block):
8591         Also push mark in the macro case.
8593         * emerge.el (emerge-show-file-name):
8594         * calc/calc.el (calc-quit):
8595         * calc/calc-misc.el (calc-big-or-small):
8596         * calc/calc-graph.el (calc-graph-view):
8597         * calc/calc-ext.el (calc-reset):
8598         * calendar/calendar.el (calendar-basic-setup):
8599         Use window-full-height-p.
8601         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8602         header we don't understand, don't insert another.  (Bug#4624)
8603         If changing mime charset, insert the new one in the right place.
8605 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8607         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8608         (cal-tex-cursor-month): Correctly increment the end date for diary and
8609         holiday listing.  (Bug#4626)
8611 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         * help-fns.el (describe-function-1): Don't burp if the function is not
8614         a symbol.
8616 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8618         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8619         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8620         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8621         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8623         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8624         (eieio-default-superclass): Reflow docstrings.
8625         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8626         (eieio-unbind-method-implementations, defmethod)
8627         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8628         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8629         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8630         (eieio-slot-originating-class-p, eieio-slot-name-index)
8631         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8632         (constructor, initialize-instance, no-next-method, object-print)
8633         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8634         Fix typos in docstrings.
8635         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8636         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8637         (next-method-p): Doc fixes.
8638         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8639         Fix typos in error messages.
8640         (eieio-defmethod): Fix typo in description of generic method.
8642         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8643         (eieio-persistent-save-interactive, slot-missing):
8644         Fix typos in docstrings.
8645         (eieio-instance-inheritor-slot-boundp): Doc fix.
8647         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8648         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8650         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8651         (eieio-custom-object-apply-reset):
8652         Fix typos in docstrings and error messages.
8654         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8655         Fix typo in docstring.
8657         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8658         (eieio-browse-tree): Doc fix.
8659         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8660         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8661         Fix typos in docstrings.
8663         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8664         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8665         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8666         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8667         Reflow docstrings.
8669 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8671         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8672         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8673         Set log-view-vc-backend so that diff can work.
8675         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8676         vc-version-diff.
8677         (vc-diff-internal): Autoload this instead of vc-version-diff.
8679 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8681         * simple.el (eval-expression): Doc fix.
8683         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8685 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8687         * files.el (directory-files-no-dot-files-regexp): New defconst.
8688         (delete-directory): Use it.
8689         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8691         * net/tramp.el (tramp-verbose): Fix docstring.
8692         (tramp-methods): Add recursive option to `tramp-copy-args'.
8693         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8694         "scp1_old", "scp2_old", "rsync", "rsyncc".
8695         (tramp-default-method): Check also for `auth-source-user-or-password'.
8696         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8697         Add handler for `copy-directory'.
8698         (tramp-handle-copy-directory): New defun.
8699         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8700         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8701         Optimize sent command.
8703 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8705         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8706         window if necessary.
8708         * calendar/calendar.el (calendar-basic-setup): Don't call
8709         switch-to-buffer in a dedicated window.
8711 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8713         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8714         don't do anything related to relocating, just return nil.
8715         (bookmark-error-no-filename): New error.
8716         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8717         bookmark has no file.  Don't even attempt to handle things that
8718         are not files; the whole point of custom handlers is to keep that
8719         knowledge elsewhere anyway.  Tighten some comments.
8720         (bookmark-file-or-variation-thereof): Remove now-unused function.
8721         (bookmark-location): Doc string fix.
8722         (Bug#4250)
8724 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8726         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8727         don't use a file dialog, because they usually don't know how to read
8728         a directory target from the user.  (Bug#4230)
8729         Also, make sure the prompt can display directories as well as files.
8731 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8733         * bookmark.el (bookmark-set, bookmark-buffer-name):
8734         Improve doc strings.  (Bug#1193)
8736 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8738         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8739         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8740         (bookmark-get-annotation, bookmark-set-annotation)
8741         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8742         (bookmark-set-position, bookmark-get-front-context-string)
8743         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8744         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8745         (bookmark-jump-other-window, bookmark-handle-bookmark)
8746         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8747         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8748         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8749         Improve doc strings to say whether bookmark can be a string or
8750         a record or both, and make other consistency and clarity fixes.
8751         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8752         (bookmark-default-annotation-text, bookmark-yank-word)
8753         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8754         (bookmark-import-new-list, bookmark-maybe-rename)
8755         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8756         (bookmark-bmenu-bookmark): Give these doc strings.
8757         (bookmark-bmenu-check-position): Give this a doc string, but also
8758         add a FIXME comment about how the function may be pointless.
8759         (bookmark-default-handler): Rework doc string and change a
8760         parameter name, to clarify that this takes a bookmark record
8761         not a bookmark name.
8762         (bookmark-set): Change a parameter name to indicate its meaning,
8763         and improve the doc string a bit.
8764         (Bug#4188)
8766 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8768         * bookmark.el (bookmark-alist): Document the new `handler' element
8769         in the param alist.
8770         (bookmark-make-record-function): Adjust documentation for above.
8771         (Bug#4193)
8773 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8775         * info.el (Info-bookmark-make-record): Document this function.
8776         (Info-bookmark-jump): Document with a doc string, not just a comment.
8777         (Bug#4203)
8779 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8781         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8782         (semantic-new-buffer-fcn): Call parser setup functions here.
8783         (semantic-mode): Don't call parser setup functions here, it's done
8784         in semantic-new-buffer-fcn now.
8785         (semantic-mode): Parse all existing buffers when enabled.
8787         * cedet/srecode/compile.el (srecode-compile-file):
8788         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8790 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8792         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8794         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8795         (proj-comp-insert-variable-once): New macro, renamed from
8796         ede-pmake-insert-variable-once in ede/pmake.edl.
8797         (ede-proj-makefile-insert-variables): Use it.
8799 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8801         * files.el (copy-directory): New defun.
8803         * dired-aux.el (dired-copy-file-recursive): Use it.
8805 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8807         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8808         (makefile-end-of-command):
8809         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8810         (semantic-end-of-context): Fix previous change.  Doc fixes.
8812 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8814         * files-x.el (modify-dir-local-variable)
8815         (copy-dir-locals-to-file-locals-prop-line):
8816         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8817         (makefile-end-of-command):
8818         * cedet/semantic/lex.el (semantic-lex-token):
8819         * cedet/semantic/analyze/fcn.el
8820         (semantic-analyze-dereference-metatype-1):
8821         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8822         (semantic-lex-cpp-undef):
8823         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8824         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8825         (semantic-end-of-context): Fix typos in docstrings.
8827         * recentf.el (recentf-unload-function): New function.
8829 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8831         * cedet/ede.el (ede-project-placeholder-cache-file):
8832         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8833         * cedet/srecode/map.el (srecode-map-save-file):
8834         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
8836 2009-10-04  Glenn Morris  <rgm@gnu.org>
8838         * window.el (window-full-height-p): Add doc string.
8840 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8842         * window.el (window-full-height-p): New function.  (Bug#4543)
8844 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
8846         * cedet/srecode/insert.el: Require srecode/args.
8848         * cedet/srecode/args.el: Require srecode/dictionary instead of
8849         srecode/insert.
8851         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8853         * files.el (auto-mode-alist): Add .srt and Project.ede.
8855         * cedet/semantic.el (semantic-mode):
8856         Handle srecode-template-mode-hook as well.
8857         (semantic-mode): Use js-mode-hook for Javascript hook.
8859         * cedet/srecode/template.el: Remove hook variable.
8861         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8863         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8864         projects exist.
8865         (ede-project-placeholder-cache-file): Default to a file in
8866         user-emacs-directory.
8868         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8869         templates in data-directory.
8870         (srecode-map-save-file): Default to a file in user-emacs-directory.
8872         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8873         directory.
8875 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8877         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8878         Doc fix.
8880         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8881         Only insert each variable once.
8883         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8884         (ede-pmake-insert-variable-shared): Use it.
8886         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8887         for lexical table iff table is nil.
8889 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8891         * vc.el: Remove commented out code.
8892         (vc-derived-from-dir-mode): Remove, unused.
8893         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8895 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8897         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8898         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8899         there could be recursive loading when `default-directory' is a
8900         remote file name.  (Bug#4614)
8902 2009-10-03  Glenn Morris  <rgm@gnu.org>
8904         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8905         the frame is wide.
8906         (calendar-generate-window): Test for shrinkability rather than width.
8908         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8909         declaration, currently false.
8911         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8912         reusing existing buffers, in case we happen to visit two files with the
8913         same basename.  (Bug#4593)
8915 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8917         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8918         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8919         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8920         subdirs of cedet as well.
8921         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8923 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8926         Obey advertised-signature-table.
8928         * help-fns.el (help-function-arglist): Don't check
8929         advertised-signature-table.
8930         (describe-function-1): Do it here instead so it also applies to subrs.
8932 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8934         * simple.el (start-file-process): Say in the doc-string, that file
8935         handlers might not support pty association, if PROGRAM is nil.
8937         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8938         HOST and USER are strings.  They are nil, when there are
8939         incomplete entries in ~/.netrc, for example.
8940         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8941         root directory ("device busy" error otherwise).
8943         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8944         Flush file properties of created directory.
8946 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8948         * makefile.w32-in (WINS_BASIC): Remove cedet.
8949         (WINS_CEDET): Add cedet.
8950         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8952 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8954         * net/browse-url.el (browse-url): Pass any symbol in
8955         browse-url-browser-function to `apply', since if you've mistakenly put
8956         an unbound symbol then the error is clearer.  (Bug#4531)
8958 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8960         * allout.el (allout-init, allout-back-to-current-heading)
8961         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8962         (allout-ascend, allout-up-current-level, allout-end-of-level)
8963         (allout-previous-visible-heading, allout-forward-current-level)
8964         (allout-backward-current-level, allout-show-children):
8965         * apropos.el (apropos-describe-plist):
8966         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8967         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8968         * completion.el (add-completion, add-permanent-completion):
8969         * descr-text.el (describe-text-category, describe-char):
8970         * desktop.el (desktop-lazy-abort):
8971         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8972         * dired.el (dired-build-subdir-alist):
8973         * ediff.el (ediff-version):
8974         * elide-head.el (elide-head, elide-head-show):
8975         * emerge.el (emerge-version):
8976         * env.el (getenv):
8977         * face-remap.el (variable-pitch-mode):
8978         * faces.el (describe-face):
8979         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8980         (dired-at-point):
8981         * files.el (find-file-existing, auto-save-mode):
8982         * font-lock.el (font-lock-fontify-buffer):
8983         * help-fns.el (describe-function, describe-variable)
8984         (describe-syntax, describe-categories):
8985         * help.el (view-lossage, describe-bindings, describe-key)
8986         (describe-mode):
8987         * hexl.el (hexl-current-address):
8988         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8989         * info.el (Info-goto-emacs-key-command-node):
8990         * log-edit.el (log-edit-insert-cvs-template)
8991         (log-edit-insert-cvs-rcstemplate):
8992         * menu-bar.el (menu-bar-mode):
8993         * mouse.el (mouse-appearance-menu):
8994         * newcomment.el (comment-indent-new-line):
8995         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8996         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8997         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8998         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8999         * recentf.el (recentf-mode):
9000         * savehist.el (savehist-mode, savehist-save):
9001         * shadowfile.el (shadow-copy-files):
9002         * simple.el (kill-ring-save, next-line, previous-line)
9003         (normal-erase-is-backspace-mode):
9004         * strokes.el (strokes-update-window-configuration)
9005         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9006         (strokes-xpm-for-stroke):
9007         * time.el (emacs-uptime, emacs-init-time):
9008         * tutorial.el (tutorial--describe-nonstandard-key)
9009         (tutorial--detailed-help):
9010         * type-break.el (type-break-mode)
9011         (type-break-mode-line-message-mode, type-break-query-mode)
9012         (type-break-guesstimate-keystroke-threshold):
9013         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9014         * version.el (emacs-version):
9015         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9016         * winner.el (winner-mode):
9017         * calendar/timeclock.el (timeclock-in, timeclock-out)
9018         (timeclock-status-string, timeclock-change)
9019         (timeclock-workday-remaining-string)
9020         (timeclock-workday-elapsed-string)
9021         (timeclock-when-to-leave-string):
9022         * calendar/todo-mode.el (todo-add-category):
9023         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9024         * emacs-lisp/autoload.el (update-file-autoloads):
9025         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9026         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9027         (checkdoc-message-text, checkdoc-defun):
9028         * emacs-lisp/debug.el (debugger-list-functions):
9029         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9030         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9031         (eieio-describe-generic):
9032         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9033         * emacs-lisp/shadow.el (list-load-path-shadows):
9034         * emulation/cua-base.el (cua-mode):
9035         * emulation/edt.el (edt-set-scroll-margins):
9036         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9037         (tpu-toggle-regexp, tpu-toggle-search-direction)
9038         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9039         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9040         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9041         (viper-set-parsing-style-toggling-macro)
9042         (viper-set-emacs-state-searchstyle-macros):
9043         * emulation/viper.el (viper-set-hooks):
9044         * eshell/esh-mode.el (eshell-truncate-buffer):
9045         * international/mule-cmds.el (prefer-coding-system)
9046         (describe-input-method, describe-language-environment):
9047         * international/mule-diag.el (list-character-sets)
9048         (describe-character-set, describe-coding-system)
9049         (describe-fontset, list-fontsets, list-input-methods):
9050         * mail/sendmail.el (mail-signature):
9051         * net/ange-ftp.el (ange-ftp-copy-file):
9052         * net/browse-url.el (browse-url):
9053         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9054         * net/quickurl.el (quickurl-add-url):
9055         * net/rcirc.el (names, topic):
9056         * net/xesam.el (xesam-mode):
9057         * play/5x5.el (5x5-new-game):
9058         * play/yow.el (apropos-zippy):
9059         * progmodes/ada-mode.el (ada-mode-version):
9060         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9061         (f90-end-of-block)
9062         (f90-beginning-of-block):
9063         * progmodes/fortran.el (fortran-end-of-block)
9064         (fortran-beginning-of-block):
9065         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9066         * progmodes/python.el (python-describe-symbol, python-shell):
9067         * term/ns-win.el (ns-print-buffer):
9068         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9069         * textmodes/flyspell.el (flyspell-mode-on):
9070         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9071         (pages-directory-for-addresses):
9072         * textmodes/table.el (table-recognize-cell)
9073         (table-query-dimension, table-generate-source)
9074         (table-insert-sequence, table--warn-incompatibility):
9075         * textmodes/tex-mode.el (tex-validate-buffer):
9076         * textmodes/texinfmt.el (texinfmt-version)
9077         (texinfo-format-buffer):
9078         Use `called-interactively-p' instead of `interactive-p'.
9080 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9082         * image-mode.el (image-toggle-display):
9083         * emacs-lisp/elp.el (elp-instrument-function):
9084         * emacs-lisp/advice.el (ad-make-advised-definition):
9085         * emacs-lisp/easy-mmode.el (define-minor-mode):
9086         * net/browse-url.el (browse-url-maybe-new-window):
9087         * progmodes/sh-script.el (sh-learn-buffer-indent):
9088         Pass new argument 'any to `called-interactively-p'.
9090 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9092         * international/uni-bidi.el:
9093         * international/uni-category.el:
9094         * international/uni-combining.el:
9095         * international/uni-comment.el:
9096         * international/uni-decimal.el:
9097         * international/uni-decomposition.el:
9098         * international/uni-digit.el:
9099         * international/uni-lowercase.el:
9100         * international/uni-mirrored.el:
9101         * international/uni-name.el:
9102         * international/uni-numeric.el:
9103         * international/uni-old-name.el:
9104         * international/uni-titlecase.el:
9105         * international/uni-uppercase.el:
9106         Regenerate from Unicode 5.2.0 data.
9108 2009-10-01  Glenn Morris  <rgm@gnu.org>
9110         * Makefile.in (ELCFILES): Regenerate.
9112 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * subr.el (interactive-p): Mark obsolete.
9115         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9116         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9117         advertised-signature-table for subroutines as well.
9119         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9120         (set-advertised-calling-convention): New function.
9121         (make-obsolete, define-obsolete-function-alias)
9122         (make-obsolete-variable, define-obsolete-variable-alias):
9123         Make the optional-ness of `when' obsolete.
9124         (define-obsolete-face-alias): Make `when' non-optional.
9125         * help-fns.el (help-function-arglist):
9126         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9127         Use advertised-signature-table.
9129 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9131         * files.el (delete-directory): New defun.  The original function
9132         in fileio.c has been renamed to `delete-directory-internal'.
9134         * dired.el (dired-delete-file): Call `delete-directory' with
9135         RECURSIVE parameter.
9137         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9138         parameter RECURSIVE.  Implementation is missing.
9140         * net/tramp.el (tramp-handle-make-directory): Flush upper
9141         directory's file properties.
9142         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9143         (tramp-handle-dired-recursive-delete-directory): Flush directory
9144         properties after the remove command only.
9146         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9147         Handle optional parameter RECURSIVE.
9149         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9150         Handle optional parameter RECURSIVE.
9152         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9153         connection timeout.
9154         (tramp-smb-handle-delete-directory): Handle optional parameter
9155         RECURSIVE.
9157 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9159         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9160         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9161         (byte-compile-defmacro): Use backquotes.
9163         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9165         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9166         has no associated file.
9167         (vc-resynch-buffer): Use vc-dir-buffers.
9169 2009-10-01  Glenn Morris  <rgm@gnu.org>
9171         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9172         (chart-file-count):
9173         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9174         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9175         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9176         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9177         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9178         (eieio-copy-parents-into-subclass, make-instance, class-children)
9179         (eieio-generic-form):
9180         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9181         * cedet/cedet-idutils.el (cedet-idutils-search)
9182         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9183         (cedet-idutils-version-check):
9184         * cedet/cedet.el (cedet-version):
9185         * cedet/data-debug.el (data-debug-insert-overlay-button)
9186         (data-debug-insert-overlay-list-button)
9187         (data-debug-insert-buffer-button)
9188         (data-debug-insert-buffer-list-button)
9189         (data-debug-insert-process-button, data-debug-insert-ring-button)
9190         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9191         (data-debug-insert-stuff-vector-button)
9192         (data-debug-insert-symbol-button, data-debug-insert-string)
9193         (data-debug-insert-number, data-debug-insert-lambda-expression)
9194         (data-debug-insert-nil, data-debug-insert-simple-thing)
9195         (data-debug-insert-custom, data-debug-edebug-expr):
9196         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9197         (global-ede-mode-map, ede-new, ede-debug-target)
9198         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9199         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9200         (semantic-fetch-tags, semantic-submode-list)
9201         (semantic-default-submodes):
9202         * cedet/ede/source.el (ede-source-match):
9203         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9204         (project-am-package-info):
9205         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9206         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9207         * cedet/ede/proj-comp.el (ede-current-build-list):
9208         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9209         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9210         * cedet/ede/cpp-root.el (initialize-instance):
9211         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9212         (autoconf-parameter-strip, autoconf-insert-new-macro):
9213         * cedet/semantic/wisent.el (wisent-lex-eoi):
9214         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9215         (semantic-show-parser-state-mode):
9216         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9217         * cedet/semantic/tag.el (semantic-tag-new-variable)
9218         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9219         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9220         (semantic--tag-deep-copy-tag-list)
9221         (semantic-tag-components-with-overlays-default):
9222         * cedet/semantic/symref.el (semantic-symref-find-text):
9223         * cedet/semantic/senator.el (senator-yank-tag)
9224         (senator-transpose-tags-up):
9225         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9226         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9227         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9228         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9229         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9230         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9231         * cedet/semantic/lex-spp.el
9232         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9233         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9234         * cedet/semantic/idle.el
9235         (semantic-idle-summary-current-symbol-info-brutish)
9236         (semantic-idle-summary-current-symbol-info-default):
9237         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9238         (semantic--grammar-macro-compl-dict):
9239         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9240         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9241         (semantic-format-tag-canonical-name-default):
9242         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9243         (semantic-find-tags-for-completion)
9244         (semantic-find-tags-by-scope-protection-default)
9245         (semantic-deep-find-tags-for-completion):
9246         * cedet/semantic/edit.el
9247         (semantic-edits-incremental-reparse-failed-hook)
9248         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9249         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9250         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9251         * cedet/semantic/dep.el (semantic-dependency-include-path):
9252         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9253         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9254         (semanticdb-project-roots):
9255         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9256         (semanticdb-find-adebug-insert-scanned-tag-cons)
9257         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9258         (semanticdb-brute-deep-find-tags-for-completion):
9259         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9260         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9261         (semantic-end-of-context-default)
9262         (semantic-ctxt-current-function-default)
9263         (semantic-ctxt-scoped-types-default):
9264         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9265         (semantic-complete-inline-tag-engine)
9266         (semantic-complete-inline-custom-type)
9267         (semantic-complete-read-tag-analyzer):
9268         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9269         (semantic-chart-database-size):
9270         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9271         (semantic-analyze-current-context):
9272         * cedet/semantic/symref/list.el (semantic-symref)
9273         (semantic-symref-hide-buffer, semantic-symref-symbol):
9274         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9275         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9276         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9277         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9278         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9279         (semantic-c-dereference-template):
9280         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9281         (semantic--analyze-refs-full-lookup-with-parents)
9282         (semantic--analyze-refs-full-lookup-simple):
9283         * cedet/semantic/analyze/complete.el
9284         (semantic-analyze-possible-completions):
9285         * cedet/srecode/table.el (srecode-mode-table-new):
9286         * cedet/srecode/srt.el (srecode-read-variable-name):
9287         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9288         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9289         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9290         * cedet/srecode/map.el (srecode-current-map):
9291         * cedet/srecode/insert.el (srecode-insert)
9292         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9293         (srecode-template-inserter-point-override)
9294         (srecode-insert-include-lookup):
9295         * cedet/srecode/getset.el (srecode-auto-choose-class):
9296         * cedet/srecode/extract.el (srecode-inserter-extract):
9297         * cedet/srecode/document.el
9298         (srecode-document-autocomment-return-last-alist)
9299         (srecode-document-autocomment-param-type-alist)
9300         (srecode-document-insert-function-comment)
9301         (srecode-document-insert-variable-one-line-comment)
9302         (srecode-document-function-name-comment):
9303         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9304         (srecode-compound-toString):
9305         * cedet/srecode/compile.el (srecode-flush-active-templates):
9306         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9307         Doc/message fixes.
9309         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9310         match-data.  (Bug#4555).
9312         * cedet/semantic/bovine/gcc.el
9313         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9314         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9316         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9317         rather than parsing it as a regexp.  This relaxes the layout
9318         requirements and makes errors easier to detect.
9319         (check-declare-verify): Check file is regular.
9320         (check-declare-directory): Doc fix.
9321         * subr.el (declare-function): Doc fix.
9323         * ibuffer.el (ibuffer-format-qualifier):
9324         * isearch.el (hi-lock-regexp-okay):
9325         * calc/calc.el (math-zerop):
9326         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9327         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9328         Remove unused declarations.
9330 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9332         * cedet/semantic/wisent/javat-wy.el
9333         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9335 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9337         * cedet/srecode/expandproto.el: Fix provide statement.
9339 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9341         * emacs-lisp/eieio.el (boolean-p): Delete.
9343 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9345         * cedet/ede/srecode.el: Fix provide statement.
9347 2009-09-30  Glenn Morris  <rgm@gnu.org>
9349         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9350         * cedet/ede/proj-aux.el (ede-aux-source):
9351         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9352         (ede-misc-source):
9353         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9354         (semantic-mrub-switch-tags): Fix doc typos.
9356         * cedet/semantic/db-global.el (data-debug-new-buffer)
9357         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9358         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9360         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9362         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9363         use of CL function `remove-if-not'.
9365         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9367         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9368         filename is not a string.
9370 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9372         * files.el (safe-local-eval-forms): Fix typo.
9374 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * vc-hooks.el (vc-dir-buffers): New var.
9377         (vc-state-refresh): New function.
9378         (vc-state): Use it.
9379         (vc-after-save): Always ask the backend to recompute the new state.
9380         Always call vc-dir if necessary, using vc-dir-buffers.
9381         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9382         Use vc-dir-buffers.
9383         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9384         (vc-dir-prepare-status-buffer, vc-dir-update)
9385         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9386         Don't call expand-file-name on default-directory.
9388 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9390         * speedbar.el (speedbar-item-delete):
9391         * calc/calc-prog.el (calc-kbd-if):
9392         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9394         * epa.el (epa-key-list-mode-map):
9395         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9397         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9398         (hs-show-hook): Fix typo in docstring.
9400 2009-09-29  Glenn Morris  <rgm@gnu.org>
9402         * cedet/semantic/symref/idutils.el:
9403         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9405         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9407         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9408         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9409         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
9410         Mark declarations not understood by check-declare.
9412         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
9413         file-name-nondirectory call preventing location of cedet files.
9414         (check-declare-verify): Use literal search rather than re-search.
9415         Add basic defmethod and defclass, and define-overloadable-function.
9417         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9418         Use tramp-compat-file-attributes rather than nonexistent
9419         tramp-compat-handle-file-attributes.
9421         * Makefile.in (lisptagsfiles4): New.
9422         (AUTOGENEL): Add cedet loaddefs files.
9423         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
9424         (update-elclist, compile-always, backup-compiled-files)
9425         (bootstrap-clean): Add yet another directory level.
9426         (update-elclist): Use LC_COLLATE rather than COLLATE.
9427         (ELCFILES): Update, via `make update-elclist'.
9429 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9431         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
9432         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
9433         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
9435 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
9437         * Makefile.in (lisptagsfiles3): Define.
9438         (TAGS, TAGS-LISP): Use it.
9439         (update-elclist): Add third directory level to look for elc files.
9440         (compile-always): Likewise.
9441         (backup-compiled-files): Likewise.
9442         (bootstrap-clean): Likewise.
9443         (ELCFILES): Update.
9445 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
9447         * Makefile.in (ELCFILES): Add CEDET files.
9449 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9451         CEDET (development tools) package merged.
9453         * cedet/*.el:
9454         * cedet/ede/*.el:
9455         * cedet/semantic/*.el:
9456         * cedet/srecode/*.el: New files.
9458 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
9460         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
9462         * net/tramp.el (top): Require tramp-imap.
9464         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
9465         Use `tramp-compat-handle-file-attributes'.
9467 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9469         * net/tramp-imap.el: New package.
9471 2009-09-28  Eric Ludlam  <zappo@gnu.org>
9473         * emacs-lisp/chart.el:
9474         * emacs-lisp/eieio-base.el:
9475         * emacs-lisp/eieio-comp.el:
9476         * emacs-lisp/eieio-custom.el:
9477         * emacs-lisp/eieio-datadebug.el:
9478         * emacs-lisp/eieio-opt.el:
9479         * emacs-lisp/eieio-speedbar.el:
9480         * emacs-lisp/eieio.el: New files.
9482         * cedet/cedet-cscope.el:
9483         * cedet/cedet-files.el:
9484         * cedet/cedet-global.el:
9485         * cedet/cedet-idutils.el:
9486         * cedet/data-debug.el:
9487         * cedet/inversion.el:
9488         * cedet/mode-local.el:
9489         * cedet/pulse.el: New files.
9491 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9493         * whitespace.el (whitespace-trailing-regexp)
9494         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
9495         Fix doc string.
9497 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
9499         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
9500         menu.
9502         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
9503         menu-bar-ediff-menu.
9505         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9506         define-overloadable-function.
9508         * progmodes/autoconf.el: Provide autoconf as well, so that this
9509         file can be `require'd.
9511         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9513         * emacs-lisp/autoload.el (generated-autoload-feature)
9514         (generated-autoload-load-name): New vars.
9515         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9516         (make-autoload): Recognize define-overloadable-function and
9517         defclass forms (for EIEIO).
9519         * Makefile.in (update-subdirs): Exclude cedet directory.
9521 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9523         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9525         * faces.el: Default light-background background for region face to
9526         ns_selection_color under NS.
9528 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9530         * net/imap-hash.el: New library, see NEWS.
9532         * Makefile.in (ELCFILES): Add imap-hash.el.
9534 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9536         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9537         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9538         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9539         definition where the docstring could be taken for the return value.
9541 2009-09-26  Glenn Morris  <rgm@gnu.org>
9543         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9544         Add option to only show images below a certain size.
9545         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9546         save-excursion calls.
9548 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9550         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9551         subdirectories) and eieio.
9553 2009-09-26  Alan Mackenzie  <acm@muc.de>
9555         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9556         buggy bracketing.  (Bug#4289)
9558         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9559         character constants (as case labels).  (Bug#4289)
9561 2009-09-25  Juri Linkov  <juri@jurta.org>
9563         * files.el (safe-local-eval-forms): Allow time-stamp in
9564         before-save-hook (Bug#4554).
9566 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9568         * menu-bar.el (list-buffers-directory): Doc fix.
9570 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9572         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9573         Try and avoid copying twice the same paragraph.
9574         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9575         Remove save-excursion.
9576         (log-edit-changelog-entry): Do it here instead.
9578 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9580         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9581         when available, instead of hardcoding mode names.  Doc fix.
9583         * menu-bar.el (list-buffers-directory): Add docstring.
9584         Make automatically buffer-local.
9586         * dired.el (dired-mode):
9587         * files.el (cd-absolute):
9588         * pcvs.el (cvs-temp-buffer):
9589         * pcvs-util.el (cvs-get-buffer-create):
9590         * shell.el (shell-mode):
9591         * vc-dir.el (vc-dir-mode):
9592         Don't make `list-buffers-directory' buffer local.
9594 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9596         * comint.el (comint-exec, comint-run, make-comint):
9597         Doc fixes (Bug#4542).
9599 2009-09-25  Glenn Morris  <rgm@gnu.org>
9601         * mail/rmailmm.el (rmail-mime): New custom group.
9602         Move all defcustoms in this file into this group.
9603         (rmail-mime-media-type-handlers-alist): Revert previous change.
9604         (rmail-mime-show-images): New option.
9605         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9606         references to it, since it wasn't actually used for anything.
9607         (rmail-mime-insert-image): New function.
9608         (rmail-mime-image): Use rmail-mime-insert-image.
9609         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9610         obey the value of `rmail-mime-show-images' option.  Print the size of
9611         attachments.
9613 2009-09-25  David Engster  <deng@randomsample.de>
9615         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9617 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9619         * whitespace.el: Does not highlight trailing spaces While point is
9620         at end of line.  Does not highligt spaces at beginning of buffer
9621         while point is at beginning of buffer.  Does not highlight spaces
9622         at end of buffer while point is at end of buffer.  (Bug#4177)
9623         New version 12.0.
9624         (whitespace-display-mappings): Adjust initialization.
9625         (whitespace-point, whitespace-font-lock-refontify): New vars.
9626         (whitespace-color-on, whitespace-color-off): Adjust code.
9627         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9628         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9629         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9631 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9633         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9635         * textmodes/sgml-mode.el: Remove xml-mode alias.
9637         * files.el (auto-mode-alist, conf-mode-maybe)
9638         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9640 2009-09-24  Alan Mackenzie  <acm@muc.de>
9642         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9643         c-forward-conditionals, but it doesn't move point and doesn't set
9644         the mark.
9645         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9646         (c-down-conditional-with-else, c-backward-conditional)
9647         (c-forward-conditional): Refactor to use c-scan-conditionals.
9649 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9651         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9652         (help-default-arg-highlight): Remove.
9653         (help-highlight-arg): New function.
9654         (help-do-arg-highlight): Use it.
9655         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9657 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9659         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9660         Undo last change, which didn't fix the problem and introduced others.
9662 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9664         * progmodes/gdb-mi.el: Don't require speedbar.
9665         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9667 2009-09-24  Glenn Morris  <rgm@gnu.org>
9669         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9671         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9673         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9674         there is no newline after the final mime boundary.  (Bug#4539)
9675         Move markers on insertion so that any buttons inserted don't end up in
9676         the next part of a multipart message.
9677         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9678         (rmail-mime-bulk-handler): Optionally handle images.
9679         (rmail-mime-image): New button action.
9680         (rmail-mime-image-handler): New function.
9681         (rmail-mime-mode): New mode.
9682         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9684 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9687         than just dropping elements from it (bug#4504).
9689         * term.el (term-set-scroll-region): Don't move cursor any more.
9690         (term-handle-ansi-escape): Call term-goto here instead.
9691         Suggested by Ivan Kanis <apple@kanis.eu>.
9693         * term.el: Require CL.
9694         (term-ansi-reset): New function.
9695         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9696         (term-handle-colors-array): Simplify.
9698 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9700         * allout.el (allout-overlay-interior-modification-handler)
9701         (allout-obtain-passphrase):
9702         * epa-file.el (epa-file-write-region):
9703         * ps-print.el (ps-begin-job):
9704         * vc-hooks.el (vc-toggle-read-only):
9705         * vc-rcs.el (vc-rcs-rollback):
9706         * vc-sccs.el (vc-sccs-rollback):
9707         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9708         (vc-version-diff, vc-revert, vc-rollback):
9709         * wdired.el (wdired-check-kill-buffer):
9710         * emacs-lisp/authors.el (authors):
9711         * net/socks.el (socks-open-connection):
9712         * net/zeroconf.el (zeroconf-service-add-hook):
9713         * obsolete/vc-mcvs.el (vc-mcvs-register):
9714         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9715         (gdb-select-frame):
9716         * progmodes/grep.el (lgrep, rgrep):
9717         * progmodes/idlw-help.el (idlwave-help-check-locations)
9718         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9719         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9720         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9721         (reftex-toc-rename-label): Fix typos in error messages.
9723         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9724         (dired-copy-how-to-fn): Doc fix.
9725         (dired-files-attributes, dired-read-shell-command):
9726         Fix typos in docstrings.
9728         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9729         (dired-x-find-file-other-window): Reflow docstrings.
9730         (dired-omit-marker-char, dired-read-shell-command)
9731         (dired-x-submit-report): Fix typos in docstrings.
9733         * shell.el (shell-mode-hook):
9734         * view.el (View-scroll-line-forward):
9735         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9736         Fix typos in docstrings.
9738         * net/dig.el (dig-invoke): Fix typo in docstring.
9739         (query-dig): Reflow docstring.
9741         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9742         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9743         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9744         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9745         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9746         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9747         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9748         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9749         (idlwave-completion-map, idlwave-current-indent)
9750         (idlwave-custom-ampersand-surround, idlwave-customize)
9751         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9752         (idlwave-define-abbrev, idlwave-determine-class-special)
9753         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9754         (idlwave-end-block-reg, idlwave-end-of-statement)
9755         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9756         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9757         (idlwave-explicit-class-listed, idlwave-file-header)
9758         (idlwave-fill-paragraph, idlwave-find-class-definition)
9759         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9760         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9761         (idlwave-in-quote, idlwave-indent-action-table)
9762         (idlwave-indent-expand-table, idlwave-indent-line)
9763         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9764         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9765         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9766         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9767         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9768         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9769         (idlwave-outlawed-buffers, idlwave-popup-select)
9770         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9771         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9772         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9773         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9774         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9775         (idlwave-statement-type, idlwave-struct-skip)
9776         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9777         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9778         (idlwave-what-module-find-class): Fix typos in docstrings.
9779         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9780         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9781         (idlwave-find-module, idlwave-find-structure-definition)
9782         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9783         (idlwave-list-load-path-shadows, idlwave-next-statement)
9784         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9785         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9786         (idlwave-template): Reflow docstrings.
9788         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9789         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9790         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9791         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9792         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9793         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9794         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9795         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9796         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9797         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9798         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9799         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9800         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9801         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9802         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9803         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9804         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9805         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9806         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9807         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9808         Fix typos in docstrings.
9809         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9810         (idlwave-shell-hide-output, idlwave-shell-mode)
9811         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9812         Reflow docstrings.
9814         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9816 2009-09-24  Ivan Kanis  <apple@kanis.eu>
9818         * term.el (term-bold-attribute): New var.
9819         (term-handle-colors-array): Use it.
9821 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
9823         * progmodes/gdb-mi.el (gdb-version): New variable.
9824         (gdb-non-stop-handler): Set gdb-version.
9825         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9826         Condition "--thread" option on gdb-version.
9827         (gdb-invalidate-threads): Remove unused argument.
9829 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9831         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9832         to looking-back to avoid ridiculous slow down in large files (bug#4511).
9834 2009-09-23  Glenn Morris  <rgm@gnu.org>
9836         * mail/rmail.el (rmail-reply): Don't try to add a References header when
9837         replying to mail without References or Message-Id.  (Bug#4525)
9839 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
9841         * term/ns-win.el (ns-reg-to-script): New variable.
9843 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9845         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9847 2009-09-22  Sam Steingold  <sds@gnu.org>
9849         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9850         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9851         to 1 because hg returns status 1 when nothing is found.
9852         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9854 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * textmodes/fill.el: Convert to utf-8 encoding.
9857         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9858         pre-unicode days.
9860         * add-log.el (change-log-fill-forward-paragraph): New function.
9861         (change-log-mode): Use it so fill-region DTRT.
9862         Set fill-indent-according-to-mode here rather than in
9863         change-log-fill-paragraph.
9864         (change-log-fill-paragraph): Remove.
9866 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9868         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9869         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9871 2009-09-22  Glenn Morris  <rgm@gnu.org>
9873         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9874         the scroll-bar scroll the calendar window rather than the buffer.
9876         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9877         commands that move point (as opposed to scrolling).
9879         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9881         * emacs-lisp/elint.el (elint): New custom group.
9882         (elint-log-buffer): Make it a defcustom.
9883         (elint-scan-preloaded, elint-ignored-warnings)
9884         (elint-directory-skip-re): New options.
9885         (elint-builtin-variables): Doc fix.
9886         (elint-preloaded-env): New variable.
9887         (elint-unknown-builtin-args): Add an entry for encode-time.
9888         (elint-extra-errors): Make it a variable rather than a constant.
9889         (elint-preloaded-skip-re): New constant.
9890         (elint-directory): Skip files matching elint-directory-skip-re.
9891         (elint-features): New variable, local to linted buffers.
9892         (elint-update-env): Initialize elint-features.  Possibly add
9893         elint-preloaded-env to the buffer's environment.
9894         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9895         Skip quoted forms.
9896         (elint-init-form): New function, extracted from elint-init-env.
9897         Make non-list forms a warning rather than an error.
9898         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9899         easy-menu-define, put that adds an error-condition, and provide.
9900         When requiring cl, also require cl-macs.  Really require cl, to handle
9901         some cl macros.  Store required libraries in the list elint-features,
9902         so as not to re-load them.  Treat cc-require like require.
9903         (elint-init-env): Call elint-init-form to do the work.
9904         Handle eval-and-compile and such like.
9905         (elint-add-required-env): Do not clear messages.
9906         (elint-special-forms): Add handlers for function, defalias, if, when,
9907         unless, and, or.
9908         (elint-form): Add optional argument to ignore elint-special-forms,
9909         useful to prevent recursive calls from handlers.  Doc fix.
9910         Respect elint-ignored-warnings.
9911         (elint-form): Respect elint-ignored-warnings.
9912         (elint-bound-variable, elint-bound-function): New variables.
9913         (elint-unbound-variable): Respect elint-bound-variable.
9914         (elint-get-args): Respect elint-bound-function.
9915         (elint-check-cond-form): Add some simple handling for (f)boundp and
9916         featurep tests.
9917         (elint-check-defalias-form): New handler.
9918         (elint-check-let-form): Make an empty let a warning rather than an
9919         error.
9920         (elint-check-setq-form): Make an empty setq a warning rather than an
9921         error.  Respect elint-ignored-warnings.
9922         (elint-check-defvar-form): Accept null doc-strings.
9923         (elint-check-conditional-form): New handler.  Does some simple-minded
9924         checking of featurep and (f)boundp tests.
9925         (elint-put-function-args): New function.
9926         (elint-initialize): Use elint-scan-doc-file rather than
9927         elint-find-builtin-variables.  Use elint-put-function-args.
9928         Possibly scan preloaded-file-list.
9929         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9930         extend to handle functions as well.
9932 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9934         * linum.el (linum-delete-overlays, linum-update-window):
9935         Do not modify the right margin.  (Bug#3971)
9937 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9939         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9940         nxml-mode instead of xml-mode.
9942 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9944         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9946 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9948         * net/dig.el (dig-mode): Use define-derived-mode.
9950 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9952         * vc-dispatcher.el (vc-do-command): Return the process object in
9953         the asynchronous case.  Use when instead of if.  Do not run
9954         vc-exec-after to display a message if not enabled.  (Bug#4463)
9956         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9957         properties to the stash strings.
9958         (vc-git-stash-list): Return a list of strings.
9959         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9960         (vc-git-stash-show-at-point): New functions.
9961         (vc-git-stash-map): New keymap.
9963         * register.el (ctl-x-r-map): Define the keys here instead of
9964         using autoload.
9966 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9968         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9969         list, to workaround performance problem (bug#4485).
9971 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9973         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9975 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9977         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9978         Document that this option is not recommended to use.
9980 2009-09-19  Glenn Morris  <rgm@gnu.org>
9982         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9983         variable `var'.
9985         * calc/calc-alg.el (var):
9986         * calc/calcalg2.el (var): Define for compiler.
9988 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9990         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9991         Doc fix (Bug#3932).
9993         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9995         * time-stamp.el (time-stamp-month-dd-yyyy)
9996         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9997         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9998         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9999         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10000         Remove functions that have been obsolete since 1995 (Bug#4436).
10002         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10003         indent buffer only if called interactively (Bug#4452).
10005 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10006             Eli Zaretskii  <eliz@gnu.org>
10008         This fixes bug#4197 (merged to bug#865, though not identical).
10009         * server.el (server-auth-dir): Add docstring note about FAT32.
10010         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10011         but warn against using them.
10013 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10015         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10016         older GDB where there is no has_more field.
10018 2009-09-19  Glenn Morris  <rgm@gnu.org>
10020         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10022 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10024         * files.el (auto-mode-alist): Change default for XML files to nXML
10025         mode (Bug#4169).
10027 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10029         * server.el (server-ensure-safe-dir): Pass 'integer
10030         to `file-attributes', as suggested.
10032 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10034         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10035         (dired-query): Use read-key.
10037 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10039         * cus-start.el (ns-use-qd-smoothing): Remove.
10041 2009-09-18  Glenn Morris  <rgm@gnu.org>
10043         * allout.el (top-level): Remove unnecessary progn.
10045         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10047         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10048         definition of abbrev table.
10050         * speedbar.el (speedbar-track-mouse):
10051         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10052         * net/eudc.el (eudc-expand-inline):
10053         * net/newst-backend.el (newsticker--cache-read-feed):
10054         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10055         condition-case handlers.
10057 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10059         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10060         (gdb-var-list): Add an element for has_more field.
10061         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10062         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10063         (gdb-var-update-handler-1): Parse output of dynamic variable
10064         objects (STL containers).
10065         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10066         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10068         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10069         gdb-var-list.
10070         (gud-speedbar-buttons): Make node expandable if expression "has more"
10071         children.
10073 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10075         * startup.el (emacs-quick-startup): Remove variable and all uses.
10076         (command-line): Set `inhibit-x-resources' instead.
10077         (command-line-1): Use `inhibit-x-resources' instead.
10079 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10081         * subr.el: Fix last change to avoid using the `unless' macro,
10082         which breaks bootstrapping.
10084 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10086         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10087         extended definitions, in case we reload subr.el after having
10088         loaded CL.
10089         (eval-next-after-load): Mark as obsolete.
10091 2009-09-17  Juri Linkov  <juri@jurta.org>
10093         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10094         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10095         (menu-bar-showhide-menu, menu-bar-tools-menu)
10096         (menu-bar-describe-menu, menu-bar-help-menu)
10097         (minibuffer-local-completion-map, minibuffer-local-map):
10098         Fix list quoting.
10100 2009-09-17  Glenn Morris  <rgm@gnu.org>
10102         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10103         arguments, whether or not it has a handler.
10105         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10107         * simple.el (hard-newline): Give it a doc-string.
10109         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10110         (lisp-mode-syntax-table): Give them doc-strings.
10112 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10114         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10115         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10116         (menu-bar-options-menu, menu-bar-showhide-menu)
10117         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10118         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10119         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10120         (menu-bar-options-menu, menu-bar-tools-menu)
10121         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10122         (menu-bar-help-menu):
10123         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10124         string arguments.
10126         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10127         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10128         calls for the menu names and :help.
10130 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10132         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10133         to :minor-mode-function (bug#4455).
10135 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10137         * startup.el (command-line): Initialize the window-system after
10138         processing the command-line.
10140         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10141         page-delimiter matches the empty string.
10143 2009-09-16  Glenn Morris  <rgm@gnu.org>
10145         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10146         byte-compile-not-obsolete-var.  It's a list now.
10147         (byte-compile-not-obsolete-funcs): New variable.
10148         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10149         byte-compile-not-obsolete-funcs.
10150         (byte-compile-variable-ref, byte-compile-defvar): Update for
10151         byte-compile-not-obsolete-vars name-change and list nature.
10152         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10153         and variables behind (f)boundp tests.
10154         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10156 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10158         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10160 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10163         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10164         Don't autoload.
10166 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10168         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10169         the virtual-buffers, use the name of the buffer specified by
10170         find-file-noselect, as the match may be a symlink.  (This was a
10171         problem if the target and the symlink had different names.)
10173 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10175         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10177         * desktop.el (desktop-path): Check user-emacs-directory.
10179         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10181         * loadup.el: Use after-load-functions to GC after loading each file.
10182         Remove the explicit GC calls that used to be sprinkled around.
10184         * subr.el (after-load-functions): New hook.
10185         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10186         `obsolete' packages, rather than painfully extracting the relevant
10187         directory name.
10189 2009-09-15  Glenn Morris  <rgm@gnu.org>
10191         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10192         free variable `doc'.
10194         * dired.el (dired-mode-map): Add menu entry for async shell command.
10196         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10197         variables, also consider the .elc files, since the .el files are
10198         normally gzipped (subsequent code locates the .el.gz from the .elc).
10200         * calc/calc-prog.el (arglist): Define for compiler.
10202         * calendar/diary-lib.el (diary-display-function): Change the default to
10203         fancy display.
10204         (body): Define for compiler.
10206         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10207         (byte-compile-file-form, byte-compile-lambda)
10208         (byte-compile-top-level-body, byte-compile-form)
10209         (byte-compile-variable-ref, byte-compile-setq)
10210         (byte-compile-setq-default, byte-compile-body)
10211         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10212         (batch-byte-compile): Give some more local variables with common names
10213         a "bytecomp-" prefix to avoid masking warnings about free variables.
10215         * startup.el (command-line-1): Give local variables with common names a
10216         distinguishing prefix, so as not to hide free variable warnings during
10217         bootstrap.
10219         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10220         clever and add a suffix to make a unique name, just let the user decide
10221         whether or not to overwrite it.  If the input is a directory, write the
10222         default filename to that directory.  (Bug#4388)
10223         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10224         is a filename-as-a-directory.
10226 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10228         * textmodes/page.el (what-page): Don't move to beginning of line.
10229         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10231 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10233         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10235 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10237         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10238         * help.el (help-for-help-internal): Add purecopy calls for text.
10240         * vc.el (top): print-log method now takes an optional SHORTLOG
10241         argument.  Add a new method: root.
10242         (vc-root-diff, vc-print-root-log): New functions.
10243         (vc-log-short-style): New variable.
10244         (vc-print-log-internal): Add support for showing short logs.
10246         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10247         vc-print-root-log and vc-print-root-diff.
10249         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10250         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10251         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10252         short logs.
10254         * vc-cvs.el (vc-cvs-print-log):
10255         * vc-mtn.el (vc-mtn-print-log):
10256         * vc-rcs.el (vc-rcs-print-log):
10257         * vc-sccs.el (vc-sccs-print-log):
10258         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10259         that is ignored for now.
10261         * vc-mtn.el (vc-mtn-annotate-command):
10262         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10264 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10266         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10267         to function-key-map, and give them ascii-character property.
10268         * term/x-win.el (x-alternatives-map):
10269         * term/ns-win.el (ns-alternatives-map):
10270         * term/internal.el (msdos-key-remapping-map):
10271         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10273 2009-09-14  Glenn Morris  <rgm@gnu.org>
10275         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10276         temp-buffers (2009-09-12).
10278 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10281         the new read-key function.
10283 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10285         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10286         is defined (Bug#4405).
10288 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10290         * recentf.el (recentf-cleanup): Use a hash table to find
10291         duplicates (Bug#4407).
10293 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10295         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10296         kp-0 to ascii equivalents (Bug#4325).
10298 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10300         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10302         * eshell/em-hist.el:
10303         * eshell/em-dirs.el (eshell-complete-user-reference):
10304         Declare pcomplete functions and variables to avoid compiler warnings.
10306 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10308         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10309         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10310         * eshell/em-alias.el (eshell-aliases-file):
10311         * eshell/em-hist.el (eshell-history-file-name):
10312         Use expand-file-name instead of concat to make file names (Bug#4308).
10314 2009-09-13  Glenn Morris  <rgm@gnu.org>
10316         * ediff-merg.el (ediff-do-merge):
10317         * filesets.el (filesets-run-cmd):
10318         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10319         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10320         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10321         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10322         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10323         Replace empty `let's with `progn'.
10325 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * mail/sendmail.el (send-mail-function):
10328         * tooltip.el (tooltip-mode):
10329         * simple.el (transient-mark-mode):
10330         * rfn-eshadow.el (file-name-shadow-mode):
10331         * frame.el (blink-cursor-mode):
10332         * font-core.el (global-font-lock-mode):
10333         * files.el (temporary-file-directory)
10334         (small-temporary-file-directory, auto-save-file-name-transforms):
10335         * epa-hook.el (auto-encryption-mode):
10336         * composite.el (global-auto-composition-mode):
10337         Use custom-initialize-delay.
10338         * startup.el (command-line): Don't explicitly call
10339         custom-reevaluate-setting for all the above vars.
10340         * custom.el (custom-initialize-safe-set)
10341         (custom-initialize-safe-default): Delete.
10343 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * term/x-win.el (x-initialize-window-system):
10346         * term/w32-win.el (w32-initialize-window-system):
10347         * term/ns-win.el (ns-initialize-window-system): Don't call
10348         mouse-wheel-mode since it's enabled globally by default already.
10350         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10351         actually define the variable, but only silences the byte-compiler.
10352         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10353         before looking it up.
10354         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10355         is changed.
10357 2009-09-12  Glenn Morris  <rgm@gnu.org>
10359         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10360         1000.
10361         (elint-add-required-env): Don't beep on error.
10362         (elint-forms): In case of error, return ENV unchanged.
10363         (elint-init-env): Skip non-list forms.
10364         (elint-log): Handle unknown file positions.
10366 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10368         * epg.el (epg-make-context): Add autoload cookie.
10369         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10370         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10371         (epg-verify-string, epg-start-sign, epg-sign-file)
10372         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10373         (epg-encrypt-string, epg-start-export-keys)
10374         (epg-export-keys-to-file, epg-export-keys-to-string)
10375         (epg-start-import-keys, epg-import-keys-from-file)
10376         (epg-import-keys-from-string, epg-start-receive-keys)
10377         (epg-receive-keys, epg-import-keys-from-server)
10378         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10379         (epg-sign-keys, epg-start-generate-key)
10380         (epg-generate-key-from-file, epg-generate-key-from-string):
10381         Remove autoload cookie.
10383 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10385         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10386         reevaluation of trash-directory.
10388         * mwheel.el: Fix last change.
10389         (mouse-wheel-mode): New defvar.
10390         (mouse-wheel-mode): Remove autoload cookie.
10392 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10394         * mwheel.el (mwheel-installed-bindings): New var.
10395         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10396         the bindings we set last time.  Use custom-initialize-delay.
10397         * loadup.el: Load mwheel after term/*-win.el.
10398         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10399         and mouse-wheel-up-event now that their first evaluation is done
10400         sufficiently late to be correct.
10402         * startup.el (tutorial-directory): Make it a defcustom.
10403         Use custom-initialize-delay rather than eval-at-startup to set it.
10404         * image.el (image-load-path): Make it a defcustom.
10405         Use custom-initialize-delay rather than eval-at-startup to set it.
10406         * subr.el (eval-at-startup): Remove.
10407         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10409         * subr.el (do-after-load-evaluation): Warn the user after loading an
10410         obsolete package.
10412 2009-09-12  Glenn Morris  <rgm@gnu.org>
10414         * proced.el (proced-mark-alt): Remove alias.
10415         (proced-mode-map): Remove proced-mark-alt.
10417         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
10418         Elint file and directory.  Remove initialization entry.
10420         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
10421         commands.
10422         (elint-current-buffer): Set mode-line-process.
10423         (elint-init-env): Handle define-derived-mode.
10424         Fix declare-function with unspecified arglist.  Guard against odd
10425         defalias statements (eg iso-insert's 8859-1-map).
10426         (elint-add-required-env): Use a temp buffer.
10427         (elint-form): Just print the function/macro name, not the whole form.
10428         Return env unchanged if we fail to parse a macro.
10429         (elint-forms): Guard against parse errors.
10430         (elint-output): New function, to handle batch mode.
10431         (elint-log-message): Add optional argument.  Use elint-output.
10432         (elint-set-mode-line): New function.
10434 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10436         * emacs-lisp/elp.el (elp-not-profilable): Add more
10437         functions (Bug#4233).
10439 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
10441         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
10442         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
10444 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10446         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
10447         (gdb-var-list-children): Use json parsing.
10449 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
10451         * progmodes/js.el (js--proper-indentation): Handle the case where
10452         char-before is null.  Reported by Deniz Dogan.
10454 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10456         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
10458 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
10460         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
10461         (epg-digest-algorithm-alist): Add SHA224.
10462         (epg-context-set-passphrase-callback)
10463         (epg-context-set-progress-callback): Add description about
10464         callback function.
10466 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * custom.el (custom-delayed-init-variables): New var.
10469         (custom-initialize-delay): New function.
10470         * startup.el (command-line): "Re"evaluate all vars in
10471         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
10472         explicitly any more.
10473         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
10474         to avoid creating a ~/.emacs.d at build-time (bug#4347).
10476         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
10478 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
10480         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
10481         (gdb-var-update-handler): Use json parsing.
10483 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
10485         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
10486         decode annotated text, regardless of language environment.  (Bug#2741)
10488 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10490         * Makefile.in (autoloads): Make rmail.el writable as well.
10492 2009-09-11  Glenn Morris  <rgm@gnu.org>
10494         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
10495         loaddefs.el.
10496         * dired.el: Regenerate with extracted autoloads.
10497         * Makefile.in (autoloads): Make dired.el writable.
10499         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
10500         * ibuffer.el: Regenerate with extracted autoloads.
10501         * Makefile.in (autoloads): Make ibuffer.el writable.
10503         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10504         * version.el (emacs-copyright, emacs-major-version)
10505         (emacs-minor-version): Reformat doc-strings for make-docfile.
10507         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10508         functions and variables, since they must be stuff specific to some other
10509         platform.
10510         (apropos-print): Make mouse-click message less specific about button.
10512         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10513         that records where a macro was defined.
10514         * help-fns.el (describe-function-1): Mention if a function has a
10515         compiler-macro.
10516         * help-mode.el (help-function-cmacro): New button.
10518         * locate.el (top-level): Always require dired.
10519         (locate-mode-map): Initialize inside the defvar.
10521         * net/ange-ftp.el (dired-compress-file): Declare.
10522         (ange-ftp-dired-compress-file): Add doc string.
10524         * term/ns-win.el (x-display-name, x-setup-function-keys):
10525         Unify doc-strings with X versions.
10527 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10529         * emulation/crisp.el (crisp-mode-map): Move initialization
10530         into declaration.
10531         (crisp-mode): Use define-minor-mode.
10533         * progmodes/xscheme.el (xscheme-evaluation-commands):
10534         Put a :advertised-binding property rather than using
10535         advertised-xscheme-send-previous-expression.
10536         (advertised-xscheme-send-previous-expression): Declare obsolete.
10537         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10538         `advertised-undo'.
10539         (crisp-mode): Add corresponding bindings to
10540         undo's :advertised-binding instead.
10541         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10542         than using dired-advertised-find-file.
10543         (dired-advertised-find-file):
10544         * simple.el (advertised-undo):
10545         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10546         (widget-keymap): Put a :advertised-binding property rather
10547         than using advertised-widget-backward.
10548         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10549         than using advertised-undo.
10550         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10552 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10554         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10555         Mark mode is enabled and region is active; otherwise indent or
10556         insert TAB as usual.
10557         (delphi-mode): Update description of TAB-key binding.
10559 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10561         * subr.el (define-key-rebound-commands): Mark obsolete.
10562         * startup.el (precompute-menubar-bindings): Remove.
10563         (normal-top-level): Remove obsolete code that tried to precompute
10564         menubar bindings.
10565         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10566         define-key-rebound-commands and precompute-menubar-bindings.
10568 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10570         * net/imap.el (imap-interactive-login): Better messages.
10571         (imap-open): Fix bug with renamed buffer on reconnect.
10572         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10573         for easier debugging and cleaner code.  On successful (guessed based on
10574         server capabilities) secondary authentication, set imap-state
10575         correctly.
10576         (imap-last-authenticator): Define imap-last-authenticator as a variable
10577         to avoid warnings.
10579 2009-09-10  Glenn Morris  <rgm@gnu.org>
10581         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10583         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10584         (byte-compile-file-form-autoload): Don't warn about unknown functions
10585         where the autoload statement comes after the use.
10586         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10587         that any handlers inside the body (eg require) are in turn respected.
10589         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10590         effects.
10592         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10593         and syntax and abbrev tables basic docs, if they don't have any.
10595         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10597         * international/mule-cmds.el (top-level): Require cl when compiling.
10598         (view-hello-file): Use default-value rather than
10599         default-enable-multibyte-characters.
10601         * progmodes/fortran.el: Move all safe and risky properties into the
10602         defcustoms.
10604         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10605         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10606         * mail/undigest.el:
10607         Put autoloads in rmail.el rather than loaddefs.el.
10608         * mail/rmail.el: Regenerate with extracted autoloads.
10610         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10611         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10613 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10615         Reported in thread for Bug#4375.
10616         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10617         "-data-evaluate-expression" instead of print.
10618         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10619         (gdb-tooltip-print): Parse output from above MI command.
10620         (gdb): Revert 2009-08-11 change.  User should detach inferior
10621         manually.
10623         Remove the word "separate" from IO functions as inferior
10624         output is now never displayed in the GUD buffer.
10626 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10628         * startup.el (command-line-normalize-file-name): On Windows and
10629         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10631 2009-09-10  Juri Linkov  <juri@jurta.org>
10633         * isearch.el (isearch-text-char-description): Propertize escape
10634         character sequences with the `escape-glyph' face.  (Bug#4344)
10636         * simple.el (shell-command): Set asynchronous process filter to
10637         `comint-output-filter'.  (Bug#4343)
10639         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10640         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10641         the list.  Move "asm" to the bottom.
10642         (grep-find-ignored-directories): Add `choice' with nil value
10643         to empty the list easily.
10644         (grep-find-ignored-files): New option.
10645         (grep-files-history): Set to nil by default instead of '("ch" "el").
10646         (grep-compute-defaults): Add "<X>" to `grep-template'.
10647         (grep-read-files): Bind new local variables `default-alias' and
10648         `default-extension'.  Use a list of default values for the file prompt.
10649         (lgrep): Add `--exclude=' command line options composed from
10650         `grep-find-ignored-files'.
10651         (rgrep): Add `-name' command line options composed from
10652         `grep-find-ignored-files'.  (Bug#4301)
10654 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10657         (bug#4368).
10659 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10661         * calendar/time-date.el (autoload):
10662         Expand define-obsolete-function-alias into defalias and make-obsolete
10663         for old Emacsen that Gnus supports.
10664         (with-no-warnings): Define it for old Emacsen.
10665         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10666         is available.
10667         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10668         float-time is available; suppress compile warning for time-to-seconds.
10670 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10672         * net/imap.el (imap-message-map): Docstring fix.
10674 2009-09-09  Glenn Morris  <rgm@gnu.org>
10676         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10677         line numbers too.  (Bug#4374)
10679 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * smerge-mode.el (smerge-remove-props, smerge-refine):
10682         Use with-silent-modifications (bug#4342).
10684         * subr.el (with-silent-modifications): New macro.
10686 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10688         * files.el (top-level): Require `cl' when compiling.
10690 2009-09-07  Glenn Morris  <rgm@gnu.org>
10692         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10694         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10695         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10697 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10699         * vc-git.el (vc-git-annotate-command): Use separator to parse
10700         arguments correctly.
10702 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10704         * proced.el (proced-mode): Doc fix.
10706 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10708         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10709         lstat fails.
10710         (tramp-do-file-attributes-with-ls): Check for file existence at
10711         remote end.
10712         (tramp-do-file-attributes-with-stat): Likewise.
10713         (tramp-convert-file-attributes): Return nil when attr is nil.
10715 2009-09-05  Glenn Morris  <rgm@gnu.org>
10717         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10718         properties to this button.
10719         (diary-fancy-display): Don't extend the button to the final newline.
10720         (diary-fancy-display-mode): Continue to define "q" as a local key.
10722         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10723         efficient.
10725         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10727         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10728         (byte-compile-dest-file-function): New option.
10729         (byte-compile-dest-file): Doc fix.
10730         Obey byte-compile-dest-file-function.
10731         (byte-compile-cl-file-p): New function.
10732         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10733         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10734         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10735         than for file being previously loaded.
10736         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10737         (byte-compile-file-form-require): Handle the case where requiring a file
10738         indirectly causes CL to be loaded.
10740 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10742         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10743         before killing the old buffer, since by the time `kill-buffer' is
10744         run so many buffer variables have been set to nil that it may not
10745         behave as expected.  (Bug#4061)
10747 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10749         * files.el (find-alternate-file): If the old buffer is modified
10750         and visiting a file, behave similarly to `kill-buffer' when
10751         killing it, thus reverting to the pre-1.878 behavior; see
10752         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10753         for discussion.  Also, consult `buffer-file-name' as a variable
10754         not as a function, for consistency with the rest of the code.
10756 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10758         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10759         also when adding a new directory.
10761         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10762         defun.
10764 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10766         * files.el (locate-file-completion-table): Make it provide boundary
10767         information, so partial-completion works better.
10769 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10771         * mail/footnote.el (Footnote-text-under-cursor):
10772         Check footnote-text-marker-alist before using it (bug#4324).
10774 2009-09-04  Glenn Morris  <rgm@gnu.org>
10776         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10777         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10778         * play/solitaire.el, play/tetris.el:
10779         Remove leading * from defcustom and defface docs.
10781         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10782         necessary.
10783         (diary-fancy-overriding-map): New variable.
10784         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10785         Use view-mode.
10787         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10788         goto-line.
10790 2009-09-03  Glenn Morris  <rgm@gnu.org>
10792         * arc-mode.el (archive-mode):
10793         * dos-fns.el (set-default-process-coding-system):
10794         * man.el (Man-getpage-in-background):
10795         * menu-bar.el (menu-bar-describe-menu):
10796         * server.el (server-process-filter):
10797         * startup.el (command-line):
10798         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10799         * w32-fns.el (set-default-process-coding-system):
10800         * x-dnd.el (x-dnd-handle-file-name):
10801         * international/mule-cmds.el (mule-menu-keymap)
10802         (set-default-coding-systems, language-info-alist, set-language-info)
10803         (set-language-environment, standard-display-european-internal)
10804         (set-locale-environment):
10805         * international/mule-diag.el (mule-diag):
10806         * mail/emacsbug.el (report-emacs-bug):
10807         * mail/rmail.el (rmail-mode):
10808         * mail/sendmail.el (mail-setup):
10809         Use default-value rather than default-enable-multibyte-characters.
10811         * progmodes/f90.el: Move all safe properties into the defcustoms.
10812         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10814         * calendar/appt.el (appt-check):
10815         * calendar/diary-lib.el (diary-set-header, diary-live-p)
10816         (diary-check-diary-file, diary-list-entries)
10817         (diary-include-other-diary-files, diary-simple-display)
10818         (diary-fancy-display, diary-print-entries)
10819         (diary-mark-included-diary-files, diary-make-entry):
10820         Don't call substitute-in-file-name on diary-file.
10822 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
10823             Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * mail/footnote.el (footnote-prefix): Make it a defcustom.
10826         (footnote-mode-map): Move initialization into the declaration.
10827         (footnote-minor-mode-map): Define it rather than changing global-map.
10828         (footnote-mode): Use define-minor-mode.
10830 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
10832         * net/tramp.el (tramp-handle-file-attributes-with-ls)
10833         (tramp-do-file-attributes-with-perl)
10834         (tramp-do-file-attributes-with-stat): Rename from
10835         `tramp-handle-file-attributes-with-*'.
10836         (tramp-handle-file-attributes): Use them.
10837         (tramp-do-directory-files-and-attributes-with-perl)
10838         (tramp-do-directory-files-and-attributes-with-stat): Rename from
10839         `tramp-handle-directory-files-and-attributes-with-*'.
10840         (tramp-handle-directory-files-and-attributes): Use them.
10841         (tramp-method-out-of-band-p): Additional parameter SIZE.
10842         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10843         (tramp-handle-write-region): Use it.
10844         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10845         (tramp-handle-vc-registered): Check, whether the first run did
10846         return files to be tested.
10847         (tramp-advice-make-auto-save-file-name): Do not call directly
10848         `tramp-handle-make-auto-save-file-name', because this would bypass
10849         the locking mechanism.
10851         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10852         (file-remote-p, process-file, start-file-process, set-file-times)
10853         (tramp-compat-file-attributes): Compatibility functions shall not
10854         call directly `tramp-handle-*', because this would bypass the
10855         locking mechanism.
10856         (tramp-compat-number-sequence): New defun.
10858 2009-09-02  Glenn Morris  <rgm@gnu.org>
10860         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10861         alias for float-time.
10862         (time-to-number-of-days): In Emacs, use float-time.
10863         * net/newst-backend.el (time-add): Suppress warnings from compat
10864         function.
10865         * time.el (emacs-uptime, emacs-init-time):
10866         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10867         Use float-time rather than time-to-seconds.
10869         * minibuffer.el (completion-initials-expand): Fix typo.
10871         * faces.el (modeline, modeline-inactive, modeline-highlight)
10872         (modeline-buffer-id):
10873         * info.el (info-menu-5): Mark these face aliases as obsolete.
10875 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10877         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10878         space ...
10879         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10880         no "--thread" option.
10881         (gdb-stopped): Don't print "Switched to thread" message when it is
10882         unchanged.
10884 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * minibuffer.el (completion-try-completion)
10887         (completion-all-completions): Remove ill-defined (and
10888         mistakenly installed and luckily never used nor documented)
10889         `completion-styles' property.
10890         (completion-initials-expand, completion-initials-all-completions)
10891         (completion-initials-try-completion): New functions.
10892         (completion-styles-alist): Add doc to each entry.
10893         Add new `initials' entry.
10895 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10897         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10898         MI command -var-evaluate-expression.
10899         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10900         and tweak for case of string child.
10901         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10903 2009-09-01  Glenn Morris  <rgm@gnu.org>
10905         * add-log.el (change-log-date-face, change-log-name-face)
10906         (change-log-email-face, change-log-file-face, change-log-list-face)
10907         (change-log-conditionals-face, change-log-function-face)
10908         (change-log-acknowledgement-face):
10909         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10910         (custom-modified-face, custom-set-face, custom-changed-face)
10911         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10912         (custom-documentation-face, custom-state-face, custom-comment-face)
10913         (custom-comment-tag-face, custom-variable-tag-face)
10914         (custom-variable-button-face, custom-face-tag-face)
10915         (custom-group-tag-face-1, custom-group-tag-face):
10916         * diff-mode.el (diff-header-face, diff-file-header-face)
10917         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10918         (diff-added-face, diff-changed-face, diff-function-face)
10919         (diff-context-face, diff-nonexistent-face):
10920         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10921         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10922         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10923         (Info-title-4-face):
10924         * isearch.el (isearch-lazy-highlight-face):
10925         * log-view.el (log-view-file-face, log-view-message-face):
10926         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10927         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10928         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10929         (cvs-msg-face):
10930         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10931         (smerge-base-face, smerge-markers-face):
10932         * wid-edit.el (widget-documentation-face, widget-button-face)
10933         (widget-field-face, widget-single-line-field-face)
10934         (widget-inactive-face, widget-button-pressed-face):
10935         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10936         (woman-addition-face):
10937         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10938         (eshell-ls-executable-face, eshell-ls-readonly-face)
10939         (eshell-ls-unreadable-face, eshell-ls-special-face)
10940         (eshell-ls-missing-face, eshell-ls-archive-face)
10941         (eshell-ls-backup-face, eshell-ls-product-face)
10942         (eshell-ls-clutter-face):
10943         * eshell/em-prompt.el (eshell-prompt-face):
10944         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10945         * obsolete/old-whitespace.el (whitespace-highlight-face):
10946         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10947         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10948         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10949         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10950         (antlr-font-lock-literal-face):
10951         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10952         (ebrowse-root-class-face, ebrowse-file-name-face)
10953         (ebrowse-default-face, ebrowse-member-attribute-face)
10954         (ebrowse-member-class-face, ebrowse-progress-face):
10955         * progmodes/make-mode.el (makefile-space-face):
10956         * progmodes/sh-script.el (sh-heredoc-face):
10957         * textmodes/flyspell.el (flyspell-incorrect-face)
10958         (flyspell-duplicate-face):
10959         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10960         * textmodes/texinfo.el (texinfo-heading-face):
10961         Mark face aliases with "-face" suffix as obsolete.
10963         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10964         compiler.
10966         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10967         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10968         easy-menu-define wants to modify these.
10970         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10972         * net/browse-url.el (browse-url-file-url):
10973         * term/internal.el (dos-codepage-setup):
10974         Use default-value rather than default-enable-multibyte-characters.
10976         * progmodes/etags.el (etags-goto-tag-location):
10977         * progmodes/flymake.el (flymake-highlight-line)
10978         (flymake-goto-file-and-line, flymake-goto-line):
10979         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10980         (gdb-goto-breakpoint):
10981         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10982         * progmodes/python.el (python-find-function)
10983         (python-pdbtrack-track-stack-file):
10984         * progmodes/verilog-mode.el (verilog-surelint-off):
10985         * term/ns-win.el (ns-open-file-select-line):
10986         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10987         Use forward-line rather than goto-line.
10989         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10990         * textmodes/reftex-index.el (reftex-display-index):
10991         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10992         * textmodes/reftex-toc.el (reftex-toc):
10993         Remove unnecessary bindings of default-major-mode (all are followed by
10994         major-mode check and possible mode switch).
10996 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10998         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10999         Handle watchpoints (bug#4282).
11000         (def-gdb-thread-buffer-command): Enable thread to be selected by
11001         clicking without selecting threads buffer first.
11002         (gdb-current-context-command): Use selected frame so that "up",
11003         "down" etc work in the GUD buffer.
11004         (gdb-update): Find selected frame before rendering stack buffer.
11005         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11007 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11009         * progmodes/sym-comp.el (displayed-completions): Remove.
11010         (symbol-complete): Use minibuffer-complete.
11012 2009-08-31  Glenn Morris  <rgm@gnu.org>
11014         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11016         * apropos.el (apropos-symbols-internal):
11017         Handle (obsolete) face aliases.
11019         * faces.el (describe-face): Adjust the output format to be more like
11020         describe-variable, and to mention (obsolete) face aliases.
11021         Adjust the whitespace so that help-setup-xref works.
11023         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11024         * calendar/diary-lib.el (diary-button-face):
11025         Mark these face aliases as obsolete.
11027         * calendar/calendar.el (calendar-today): Doc fix.
11029 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11031         * progmodes/gdb-mi.el (gdb-control-all-threads)
11032         (gdb-control-current-thread): Force tool bar update.
11033         (gdb-non-stop-handler): New function.
11034         (gdb-init-1): Use it to test if non-stop mode is supported.
11035         Remove unused gdbmi buffer type.
11037 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11039         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11040         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11042 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11044         * comint.el (comint-exec-1): Check command is non-null first.
11045         Part of gdb-mi.el change (2009-08-28).
11047 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11049         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11051 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11053         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11054         instead of `dolist' to avoid a recursive require when bootstrapping.
11056 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11058         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11060         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11062         * net/imap.el (imap-send-command): Simplify.
11063         (imap-wait-for-tag): point-max -> buffer-size.
11065         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11067         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11068         with constant argument.
11070         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11072         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11074         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11075         Change default, since most of our files don't have a history.
11076         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11077         the user.
11079         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11080         Add comint-run.
11082         * calc/calc.el: Improve commenting convention.
11083         (calc-digit-map, toplevel): Simplify.
11085         * comint.el (comint-insert-input): Be careful to only set point if we
11086         don't delegate to some other command.
11088         * proced.el (proced-signal-list): Make it an alist.
11089         (proced-grammar-alist): Capitalize names.
11090         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11091         Disable undo manually and make it read-only.
11092         Use completion-annotate-function.
11094         * minibuffer.el (minibuffer-message): If the current buffer is not
11095         a minibuffer, insert the message in the echo area rather than at the
11096         end of the buffer.
11097         (completion-annotate-function): New variable.
11098         (minibuffer-completion-help): Use it.
11099         (completion--embedded-envvar-table): Environment vars are
11100         always case-sensitive.
11102 2009-08-30  Glenn Morris  <rgm@gnu.org>
11104         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11105         from fortran-current-defun.
11106         (fortran-beginning-of-subprogram): Be more precise about finding the
11107         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11108         (fortran-end-of-subprogram): Simplify.
11109         (fortran-current-defun): Use fortran-start-prog-re.
11111 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11113         * subr.el (do-after-load-evaluation): Simplify.
11115 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11117         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11119         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11120         (vc-rcs-print-log): Use it.
11122         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11124 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * paths.el (abbrev-file-name): Move to abbrev.el.
11127         * abbrev.el (abbrev-file-name): Move from paths.el.
11128         Obey user-emacs-directory.
11129         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11130         user-emacs-directory.
11131         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11132         abbrev-file-name and calc-settings-file any more.
11133         * startup.el (command-line): Recompute abbrev-file-name and
11134         abbreviated-home-dir.
11135         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11136         of the special code for when C-h bindings haven't been changed.
11137         (display-startup-echo-area-message): Use with-current-buffer.
11138         (command-line-1): Use a list of strings, rather than a list of lists
11139         of strings for longopts.
11141         * files.el (get-free-disk-space): Use / for default-directory.
11143         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11144         Use with-current-buffer.
11146         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11147         Recognize immutable variables like most-positive-fixnum.
11148         (byte-compile-setq-default): Check and warn if trying to assign
11149         to an immutable variable, or a non-variable.
11151         * progmodes/cc-vars.el (c-comment-continuation-stars):
11152         * progmodes/cc-engine.el (c-looking-at-bos):
11153         * progmodes/cc-cmds.el (c-toggle-auto-state)
11154         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11155         (c-comment-line-break-function): Add version of obsolescence.
11157 2009-08-28  Juri Linkov  <juri@jurta.org>
11159         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11160         associated with `archive-mode'.
11162         * image.el (image-type-header-regexps): Use only JPEG magic number
11163         to determine JPEG images, and don't use `image-jpeg-p' because
11164         Emacs can display non-JFIF non-Exif JPEG images.
11166 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11168         * arc-mode.el (archive-mode):
11169         * emacs-lisp/re-builder.el (re-builder-unload-function):
11170         Protect against the default value of `major-mode' being nil.
11172 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11174         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11175         Fix typos in docstrings.
11177         * progmodes/js.el (js--macro-decl-re): Doc fix.
11178         (js--plain-method-re, js--split-name): Refloc docstring.
11179         (js--class-styles, js--make-merged-item, js--splice-into-items):
11180         Fix typos in docstrings; reflow docstrings.
11181         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11182         (js--variable-decl-matcher, js--inside-pitem-p)
11183         (js--parse-state-at-point, js--get-all-known-symbols)
11184         (js--symbol-history, js-find-symbol, js--js-references)
11185         (js--moz-interactor, js--js-encode-value, js--read-tab):
11186         Fix typos in docstrings.
11188 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11190         * textmodes/reftex.el (reftex-get-file-buffer-force):
11191         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11192         * emulation/viper.el (viper-go-away, viper-set-hooks):
11193         * emacs-lisp/re-builder.el (re-builder-unload-function):
11194         * emacs-lisp/bytecomp.el (byte-compile-file):
11195         * ses.el (ses-unload-function):
11196         * hexl.el (hexl-find-file):
11197         * files.el (normal-mode):
11198         * ehelp.el (with-electric-help):
11199         * autoinsert.el (auto-insert-alist):
11200         * arc-mode.el (archive-mode):
11201         Use (default-value 'major-mode) instead of default-major-mode.
11203         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11204         * international/mule.el (load-with-code-conversion):
11205         * emacs-lisp/debug.el (debug):
11206         * ediff-vers.el (ediff-rcs-get-output-buffer):
11207         * dired.el (dired-internal-noselect): Don't let-bind
11208         default-major-mode around code that doesn't use it.
11209         E.g. buffer creation via get-buffer-create doesn't use it.
11211 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11213         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11214         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11215         when writing the temp file.  Otherwise, epa-file gets confused.
11216         (tramp-register-file-name-handlers): Make it a defun.  Move also
11217         `epa-file-handler' to the front of `file-name-handler-alist'.
11219 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11222         start right after a ^M.
11223         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11224         (tramp-completion-file-name-regexp-separate)
11225         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11226         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11227         Don't modify last-coding-system-used by accident.
11228         (tramp-completion-file-name-handler): Apply the checks here,
11229         instead during registration.
11230         (tramp-register-file-name-handlers): Renamed from
11231         `tramp-register-file-name-handler'.  Register both
11232         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11233         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11235 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11237         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11238         Remove variable ...
11239         (gdb-init-1, gdb-display-separate-io-buffer)
11240         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11241         references to it.
11242         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11243         (gdb-inferior-filter): Use comint-output-filter to stop
11244         echoing and remove ^M characters.
11246 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11248         * emulation/viper-init.el (viper-restore-cursor-type):
11249         * emulation/cua-base.el (cua--update-indications):
11250         Replace default-cursor-type with (default-value 'cursor-type).
11252         * mail/sendmail.el (mail-recover-1):
11253         * international/mule-diag.el (describe-current-coding-system-briefly)
11254         (describe-current-coding-system):
11255         * international/mule-cmds.el (select-safe-coding-system)
11256         (select-message-coding-system)
11257         (set-language-environment-coding-systems, set-locale-environment):
11258         * hexl.el (hexl-insert-multibyte-char):
11259         * dos-w32.el (find-buffer-file-type-coding-system):
11260         * simple.el (what-cursor-position):
11261         Replace uses of default-buffer-file-coding-system
11262         with (default-value 'buffer-file-coding-system).
11264         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11265         Replace uses of default-cursor-in-non-selected-windows
11266         with (default-value 'cursor-in-non-selected-windows).
11267         Use with-current-buffer.
11269         * mail/feedmail.el: Use CL macros.
11270         (feedmail-run-the-queue, feedmail-send-it-immediately):
11271         * dos-w32.el (find-buffer-file-type): Replace uses of
11272         default-buffer-file-type with (default-value 'buffer-file-type).
11274 2009-08-28  Glenn Morris  <rgm@gnu.org>
11276         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11277         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11278         Use default-value of major-mode rather than default-major-mode.
11280 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11282         * Makefile.in (update-elcfiles): Report left over elc files.
11284         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11285         expand-file-name and with-current-buffer.
11286         (mail-get-names, mail-directory): Use with-current-buffer.
11288         * vc.el (vc-read-revision): New function.
11289         (vc-version-diff, vc-merge): Use it.
11291 2009-08-27  Sam Steingold  <sds@gnu.org>
11293         * simple.el (kill-do-not-save-duplicates): New user option.
11294         (kill-new): When it is non-nil, and the new string is the same as
11295         the latest kill, set replace to t to avoid duplicates in kill-ring.
11297 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11299         * net/tramp.el (tramp-handle-process-file): Do not flush all
11300         caches when `process-file-side-effects' is set.
11301         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11302         instead of `tramp-find-file-exists-command'.
11303         Unset `process-file-side-effects'.
11305 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11307         * net/tramp.el (tramp-methods): New method "rsyncc".
11308         (top): Add completion function for "rsyncc".
11309         (tramp-message-show-message): New defvar.
11310         (tramp-message, tramp-error): Use it.
11311         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11312         remote copying.
11313         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11314         `tramp-methods' entry `copy-env' of "rsyncc".
11315         (tramp-vc-registered-read-file-names): New defconst.
11316         (tramp-vc-registered-file-names): New defvar.
11317         (tramp-handle-vc-registered): Implement optimization strategy.
11318         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11319         (tramp-vc-file-name-handler): New defun.
11320         (tramp-get-ls-command, tramp-get-test-command)
11321         (tramp-get-file-exists-command, tramp-get-remote-ln)
11322         (tramp-get-remote-perl, tramp-get-remote-stat)
11323         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11325         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11326         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11327         timestamps.
11328         (tramp-get-file-property): Check for timestamps in
11329         `tramp-cache-inhibit-cache'.
11330         (tramp-set-file-property): Write timestamp.
11332 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11334         * language/japan-util.el (japanese-symbol-table): Add entries for
11335         cp932-2-byte.
11337         * international/characters.el: Add category `j' to cp932-2-byte.
11339 2009-08-27  Kenichi Handa  <handa@m17n.org>
11341         * international/fontset.el (build-default-fontset-data): New macro.
11342         (setup-default-fontset): Use build-default-fontset-data for CJK,
11343         tibetan, ethiopic, and ipa.
11345 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11347         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11348         (enable-multibyte-characters): Not customizable any more.
11350         * subr.el (default-mode-line-format, default-header-line-format)
11351         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11352         (default-direction-reversed, default-truncate-lines)
11353         (default-left-margin, default-tab-width, default-case-fold-search)
11354         (default-left-margin-width, default-right-margin-width)
11355         (default-left-fringe-width, default-right-fringe-width)
11356         (default-fringes-outside-margins, default-scroll-bar-width)
11357         (default-vertical-scroll-bar, default-indicate-empty-lines)
11358         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11359         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11360         (default-scroll-down-aggressively, default-fill-column)
11361         (default-cursor-type, default-buffer-file-type)
11362         (default-cursor-in-non-selected-windows)
11363         (default-buffer-file-coding-system, default-major-mode)
11364         (default-enable-multibyte-characters): Mark as obsolete.
11366 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11368         * vc-dir.el (vc-dir-update): Remove debug helper.
11370         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11372 2009-08-26  Sam Steingold  <sds@gnu.org>
11374         * simple.el (save-interprogram-paste-before-kill): New user option.
11375         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11376         save the interprogram-paste into kill-ring before overriding it
11377         with the Emacs kill.
11379 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11381         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11382         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11383         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11384         and move to vc-rcs.el.
11385         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11386         move to vc-rcs.el.
11387         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11388         (vc-rcs-update-changelog): Remove.
11389         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11390         and move to vc-rcs.el.
11392         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11393         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11394         renaming.
11395         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11396         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11397         vc.el, renamed to be RCS specific.
11399         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11400         New functions.
11401         (vc-cvs-update-changelog): Move here from vc.el.
11403         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11404         New functions.
11406 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11408         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
11410 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11412         * vc-git.el (vc-git-register): Use "git add" for directories.
11413         (vc-git-stash, vc-git-stash-show): New functions.
11414         (vc-git-extra-menu-map): Bind them.
11416         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
11417         directory correctly in case the item is a directory itself.
11419         * vc.el: Document the desired behavior for reverted files in the
11420         `added' state.
11421         (vc-default-prettify-state-info): Remove function, unused.
11423         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
11425 2009-08-26  Glenn Morris  <rgm@gnu.org>
11427         * bindings.el (standard-mode-line-format): Reposition dashes in
11428         which-func entry.  (Bug#4217)
11430         * files.el (enable-local-variables, enable-local-eval)
11431         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
11432         the defcustoms.
11433         (auto-mode-alist, ignored-local-variables)
11434         (save-some-buffers-action-alist): Move risky declarations to the
11435         definitions.
11436         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
11437         (font-lock-defaults, format-alist, imenu--index-alist)
11438         (imenu-generic-expression, input-method-alist, minor-mode-alist)
11439         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
11440         (mode-line-modified, mode-line-mule-info, mode-line-position)
11441         (mode-line-process, mode-line-remote, outline-level)
11442         (parse-time-rules, rmail-output-file-alist)
11443         (special-display-buffer-names, vc-mode):
11444         Move risky declarations to the relevant files.
11445         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
11446         (mode-line-modified, mode-line-process, mode-line-position)
11447         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
11448         * font-core.el (font-lock-defaults):
11449         * format.el (format-alist):
11450         * vc-hooks.el (vc-mode):
11451         * window.el (special-display-buffer-names):
11452         * international/mule-cmds.el (input-method-alist):
11453         Define riskiness here (dumped file) rather than in files.el.
11454         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
11455         * imenu.el (imenu-generic-expression, imenu--index-alist):
11456         * outline.el (outline-level):
11457         * time.el (display-time-string):
11458         * calendar/parse-time.el (parse-time-rules):
11459         * mail/rmailout.el (rmail-output-file-alist):
11460         Autoload riskiness here, rather than placing in files.el.
11462 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
11464         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
11466 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
11468         * simple.el (process-file-side-effects): New defvar.
11470         * dired-aux.el (dired-show-file-type):
11471         * vc.el (vc-diff-internal):
11472         * vc-arch.el (vc-arch-diff):
11473         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
11474         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
11475         * vc-git.el (vc-git-registered, vc-git-working-revision)
11476         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
11477         (vc-git--empty-db-p):
11478         * vc-hooks.el (vc-user-login-name):
11479         * vc-svn.el (vc-svn-registered, vc-svn-state)
11480         (vc-svn-dir-extra-headers, vc-svn-find-revision):
11481         * progmodes/grep.el (grep-probe): Let-bind
11482         `process-file-side-effects' with nil.
11484         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
11486         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
11487         daemon.  Replace ping by checking for running service for bluez
11488         and zeroconf.  (Bug#4239)
11490 2009-08-25  Kevin Ryde  <user42@zip.com.au>
11492         * net/dig.el (dig): Add autoload cookie.
11494 2009-08-25  Glenn Morris  <rgm@gnu.org>
11496         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
11497         load-history for absolute file-names.
11498         (byte-compile-file-form-require): Warn about use of the cl package.
11500         * format.el (format-alist): Doc fix.
11502         * play/bubbles.el (top-level): Don't require cl at run-time.
11504         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11505         run-time cl).
11507 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11509         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11510         from cl package.
11511         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11513 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11515         * calc/calc-alg.el (math-trig-rewrite)
11516         (math-hyperbolic-trig-rewrite): New functions.
11517         (calc-simplify): Simplify trig functions when asked.
11519 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11521         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11523 2009-08-24  Kenichi Handa  <handa@m17n.org>
11525         * language/ind-util.el (mapthread): Delete it.
11526         (combinatorial): New function.
11527         (indian--puthash-cv): Use combinatorial instead of mapthread.
11529 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11531         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11532         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11533         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11534         Clarify docstring that the value is strings not symbols.
11535         (checkdoc-list-of-strings-p): New function.
11537 2009-08-22  Glenn Morris  <rgm@gnu.org>
11539         * files.el (auto-mode-alist):
11540         * hippie-exp.el (he-concat-directory-file-name):
11541         * lpr.el (lpr-windows-system, printer-name):
11542         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11543         * ps-print.el (ps-windows-system):
11544         * startup.el (command-line):
11545         * emulation/viper-ex.el (viper-glob-function):
11546         * international/mule-cmds.el (set-language-environment-coding-systems):
11547         * net/ange-ftp.el (ange-ftp-write-region):
11548         * obsolete/fast-lock.el (fast-lock-cache-name):
11549         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11550         unisoft-unix, vax-vms, win32, w32.
11552         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11553         given name if the pattern is not more specific.
11555         * calendar/lunar.el (lunar-phase-names): New option.
11556         (lunar-phase): Doc fix.
11557         (lunar-cycles-per-year): New constant.
11558         (lunar-index): New function.
11559         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11560         (lunar-phase-name): Use lunar-phase-names.
11561         (calendar-lunar-phases): Use format.
11562         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11564         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11565         Copy imenu-example--name-and-position function here for own use.
11566         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11568         * bs.el (bs--redisplay):
11569         * cus-edit.el (custom-redraw):
11570         * ibuffer.el (ibuffer-bury-buffer):
11571         * server.el (server-goto-line-column):
11572         * startup.el (command-line-1):
11573         * strokes.el (strokes-xpm-for-stroke):
11574         * term.el (term-display-buffer-line):
11575         * view.el (View-goto-line):
11576         * calc/calc.el (calc-do, calc-trail-buffer):
11577         * play/gamegrid.el (gamegrid-add-score-insecure):
11578         * progmodes/ada-mode.el (ada-compile-goto-error):
11579         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11580         (ebrowse-select-1st-to-9nth):
11581         * progmodes/cperl-mode.el (cperl-time-fontification):
11582         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11583         * progmodes/gud.el (gud-display-line):
11584         (idlwave-shell-display-line):
11585         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11586         * progmodes/make-mode.el (makefile-browser-toggle):
11587         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11588         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11589         * textmodes/picture.el (picture-draw-rectangle):
11590         * textmodes/reftex-index.el (reftex-index-goto-letter):
11591         (reftex-select-jump-to-previous):
11592         * textmodes/reftex-sel.el (reftex-find-start-point)
11593         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11594         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11595         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11596         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11597         * textmodes/two-column.el (2C-associated-buffer):
11598         Use forward-line rather than goto-line.
11600         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11601         goto-line.
11603         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11604         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11605         (quick-check-list-to-regexp): Declare.
11607         * progmodes/make-mode.el (makefile-browser-insert-selection):
11608         Use goto-char rather than goto-line.
11610         * progmodes/prolog.el (compilation-error-regexp-alist)
11611         (compilation-forget-errors): Declare.
11613 2009-08-22  Juri Linkov  <juri@jurta.org>
11615         * progmodes/grep.el (lgrep, rgrep): At the beginning
11616         set `dir' to `default-directory' unless `dir' is a non-nil
11617         readable directory.  (Bug#4052)
11618         (lgrep, rgrep): Change a weird way to report an error
11619         from using `read-string' to using `error'.
11620         Instead of using interactive arguments in the function body,
11621         add new argument `confirm'.
11623 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11625         * textmodes/remember.el (remember-buffer):
11626         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11627         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11628         (icalendar-extract-ical-from-buffer):
11629         * net/newst-treeview.el (newsticker-groups-filename):
11630         * net/newst-backend.el (newsticker-cache-filename):
11631         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11632         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11633         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11634         (speedbar-buffers-line-path, speedbar-path-line)
11635         (speedbar-buffers-line-path):
11636         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11637         (epg-sign-keys):
11638         * epa.el (epa-display-verify-result):
11639         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11641 2009-08-21  Glenn Morris  <rgm@gnu.org>
11643         * progmodes/js.el (inferior-moz-process): Fix declaration.
11645         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11647         * obsolete/rnewspost.el (news-mail-reply):
11648         Use goto-char rather than goto-line.
11650         * term/ns-win.el (ns-open-file-select-line):
11651         Use line-beginning-position rather than goto-line.
11653         * apropos.el (apropos-command):
11654         * ehelp.el (electric-helpify):
11655         * printing.el (pr-show-setup):
11656         * strokes.el (strokes-help):
11657         * tutorial.el (tutorial--describe-nonstandard-key)
11658         (tutorial--detailed-help):
11659         * woman.el (woman-mini-help, woman-display-extended-fonts):
11660         * calc/calc-help.el (calc-describe-key):
11661         * emulation/edt.el (edt-electric-helpify):
11662         * international/mule-diag.el (mule-diag):
11663         * play/yow.el (apropos-zippy):
11664         * progmodes/python.el (python-describe-symbol):
11665         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11666         * textmodes/table.el (*table--cell-describe-mode)
11667         (*table--cell-describe-bindings):
11668         Use help-print-return-message rather than the now obsolete alias.
11670         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11671         (calendar-cursor-to-visible-date):
11672         * play/5x5.el (5x5-position-cursor):
11673         * play/decipher.el (decipher):
11674         * play/gomoku.el (gomoku-goto-xy):
11675         * play/landmark.el (lm-goto-xy):
11676         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11677         (mpuz-paint-digit):
11678         Use forward-line, not goto-line.
11680         * mail/rmail.el (rmail-obsolete): Delete custom group.
11681         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11682         (rmail-remote-password, rmail-remote-password-required):
11683         Remove unneeded :set-after and :set properties.
11685 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11687         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11689 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11691         * loadup.el: Remove leftover macos code.
11693         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11694         Explicitly pass the date format to git blame so that user local
11695         so that the output format can be parsed.
11697 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11699         * net/dbus.el (top): Don't check for (getenv
11700         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11702 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11704         * log-edit.el (log-edit-strip-single-file-name): New var.
11705         (log-edit-insert-changelog): Use it.  Bug#3571
11707 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11709         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11710         Bug#3287
11712         * help.el (help-print-return-message): Rename from
11713         print-help-return-message.
11715         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11716         cvs-mode-map parent hack.
11717         (log-view-mode): Derive from special-mode.
11719         * linum.el (linum-mode): window-size-change-functions is redundant.
11720         Adapt to new window-configuration-change-hook behavior.
11721         (linum-after-size, linum-after-config): Remove.
11723         * imenu.el (imenu-example--name-and-position)
11724         (imenu-example--lisp-extract-index-name)
11725         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11726         Mark as obsolete.
11728         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11729         (inferior-prolog-mode): Use it.
11730         (inferior-prolog-load-file): Reset list of errors.
11732 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11734         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11736         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11738 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11740         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11741         is running already.
11743 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * subr.el (listify-key-sequence-1): Use normal syntax since those
11746         integers are nowadays always represented by the same (positive) number
11747         on all platforms.
11748         (read-key-empty-map): New const.
11749         (read-key-delay): New var.
11750         (read-key): New function.
11751         (force-mode-line-update): Use with-current-buffer.
11752         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11753         (start-process-shell-command, start-file-process-shell-command):
11754         Discourage the use of command-args.
11756 2009-08-19  Glenn Morris  <rgm@gnu.org>
11758         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11760 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11762         * simple.el (choose-completion-string): Don't rely on
11763         minibuffer-completing-file-name and ad-hoc checks to decide whether
11764         to continue completion or not.
11766         * minibuffer.el (minibuffer-hide-completions): New function.
11767         (completion--do-completion): Use it.
11768         (completions-annotations): New face.
11769         (completion--insert-strings): Use it.
11770         (completion-pcm--delim-wild-regex): Add docstring.
11771         (completion-pcm--string->pattern): Add support for 0-width delimiters
11772         in completion-pcm--delim-wild-regex.
11774 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11777         Remove unused var `buffer-modified-p'.
11779         * minibuffer.el (completion--do-completion): Move point for the #b001
11780         case as well (bug#4176).
11781         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11783 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11785         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11786         and :session buses.
11788 2009-08-18  Kenichi Handa  <handa@m17n.org>
11790         * international/ucs-normalize.el (ucs-normalize-version):
11791         Change to 1.1.
11792         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11793         (utf-8-hfs): Make it perform normalization on encoding too.
11795         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11796         (sentence-end-without-space): Delete duplicated chars.
11797         (sentence-end-base): Likewise.
11799         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11800         (html-mode): Delete duplicated chars from sentence-end-base.
11802         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11803         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11805 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11807         * files.el (hack-one-local-variable): If the mode function is for
11808         a minor mode, pass it an argument (Bug#4148).
11810 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
11812         * net/tramp.el (tramp-register-completion-file-name-handler):
11813         Check also for (member 'partial-completion completion-styles).
11815 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11817         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11818         abbrev (Bug#3943).
11820 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
11822         * progmodes/cperl-mode.el: Merge upstream 6.2.
11823         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11824         (cperl-forward-re): Check cperl-brace-recursing.
11825         (cperl-highlight-charclass): New function.
11826         (cperl-find-pods-heres): Use it.
11827         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11828         (cperl-beautify-regexp-piece): Fix column calculation.
11829         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11830         (cperl-beautify-level): Don't process entire regexp.
11831         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11832         calling man.
11833         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11834         (cperl-init-faces): Build a list in the normal way.
11836 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11838         * calendar/parse-time.el (parse-time-string-chars): Save match
11839         data.
11841 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11843         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11844         (sql-product): Use it.
11845         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11846         (sql-set-product): Add completion.
11847         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11848         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11849         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11850         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11851         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11852         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11853         (sql-highlight-db2-keywords): Remove.
11854         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11855         (sql-highlight-product): Use derived-mode-p.
11856         (sql-set-sqli-buffer): Use with-current-buffer.
11857         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11858         Simplify.
11860         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11862         * term.el: Fix commenting convention, turn comments into docstrings.
11864 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11866         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11868 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11870         * calendar/parse-time.el (parse-time-string-chars): Compute using
11871         character classes, to handle non-ascii characters (Bug#3190).
11873 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11875         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11876         another heredoc if the user adds another < (Bug#3226).
11878         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11879         Don't initialize based on window-system (Bug#4124).
11881         * facemenu.el (facemenu-read-color): Use a completion function
11882         that accepts any defined color, such as RGB triplets (Bug#3677).
11884         * files.el (get-free-disk-space): Change fallback default
11885         directory to /.  Expand DIR argument before switching to fallback.
11886         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11888 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11890         * files.el (load-library): Doc fix.
11892 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11894         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11895         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11896         incremental search string.
11898         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11899         XEmacs.
11901         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11902         (ediff-merge-region-is-non-clash)
11903         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11904         Also check if the job is really a merge job.
11906         * ediff.el (ediff-current-file): New function.
11908 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11910         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11911         conventions.
11912         (js-insert-and-indent): Delete function.
11913         (js-mode-map): Don't bind keys to js-insert-and-indent.
11914         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11915         (js-end-of-defun): Rename from js--end-of-defun.
11916         (js-auto-indent-flag): Delete variable.
11918 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11920         * progmodes/js.el: Remove proclaim statement.
11921         Defvar which-func-imenu-joiner-function to silence compiler.
11923         * files.el (auto-mode-alist): Use js-mode for .js files.
11925         * progmodes/js2-mode.el: Remove file.
11927         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11929         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11931         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11933 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11934             Karl Landstrom  <karl.landstrom@brgeight.se>
11936         * progmodes/js.el: New file.
11938 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11940         * timezone.el (timezone-parse-date): Add ability to understand ISO
11941         basic format (minimal separators) dates in addition to the
11942         already-supported extended format dates.
11944 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11946         * international/ucs-normalize.el: Add a `coding' file variable.
11948         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11950 2009-08-14  Sam Steingold  <sds@gnu.org>
11952         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11954 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11956         * faces.el (help-argument-name): Define it here instead of
11957         help-fns.el, because in daemon mode help-fns.el may be loaded when
11958         faces are still uninitialized (Bug#1078).
11960         * help-fns.el (help-argument-name): Move defface to faces.el.
11962 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11964         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11965         create buffer with a pty but no process so that GDB can make the
11966         inferior the controlling process.
11968 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11970         * international/ucs-normalize.el: New file.
11972 2009-08-13  Richard Stallman  <rms@gnu.org>
11974         * mail/rmail.el (rmail-get-attr-names):
11975         Accept an attribute header that is too short.
11977         * mail/rmail.el (rmail-forget-messages):
11978         Ignore nil elt in rmail-message-vector.  Use dotimes.
11980         * progmodes/compile.el (compilation-goto-locus):
11981         Use next-error-move-function.
11983         * simple.el (next-error-move-function): New variable.
11985 2009-08-12  Juri Linkov  <juri@jurta.org>
11987         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11988         always non-nil.  (Bug#4052)
11990         * replace.el (read-regexp): Return empty string when
11991         `default-value' is nil.
11992         (keep-lines-read-args): Don't use empty string as the
11993         default value for `read-regexp'.  (Bug#2495)
11995 2009-08-12  Juri Linkov  <juri@jurta.org>
11997         * international/mule-cmds.el (ucs-insert): Change arguments
11998         from `arg' to `character', `count', `inherit' to be the same
11999         as in `insert-char'.  Doc fix.  (Bug#4039)
12001         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12003 2009-08-12  Juri Linkov  <juri@jurta.org>
12005         * files-x.el: New file.
12007         * files.el: Move code that deals with adding/deleting
12008         file/directory-local variables to files-x.el.
12010         * Makefile.in (ELCFILES): Add files-x.elc.
12012 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12014         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12015         to use `goto-line'.
12016         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12017         `goto-line'.
12018         (gdb-invalidate-disassembly): Do not refresh upon receiving
12019         'update signal.  Instead, update all disassembly buffers only after
12020         threads list.
12021         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12022         (gdb-starting): Moved -data-list-register-names...
12023         (gdb-stopped): ...here so it's sent when first thread stops.
12024         (gdb-registers-handler-custom): Do nothing if register names are
12025         unknown yet.
12027         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12028         from `gdb-mi.el' to avoid extra tangling.
12030         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12031         change which breaks `gud-def' definitions used in `gdb'.
12032         (gdb-update-gud-running): No extra fuss for updating frame number.
12034 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12036         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12037         (describe-language-environment-map, setup-language-environment-map)
12038         (set-coding-system-map): Move initialization into declaration.
12039         (set-language-info-alist): Last arg to define-key-after can be skipped.
12041         * international/quail.el (quail-completion-1): Simplify.
12042         (quail-define-rules): Use slightly more compact code.
12043         (quail-insert-decode-map): Propertize keys, compact columns.
12045         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12046         Add goto-line.
12048 2009-08-10  Miles Bader  <miles@gnu.org>
12050         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12051         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12052         (js2-instance-member, js2-private-member, js2-private-function-call)
12053         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12054         (js2-magic-paren, js2-external-variable):
12055         Remove "-face" suffix from face names.
12056         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12057         (js2-highlight-undeclared-vars, js2-peek-token)
12058         (js2-parse-function-params, js2-mode-show-errors)
12059         (js2-mode-show-warnings, js2-make-magic-delimiter)
12060         (js2-mode-highlight-magic-parens): Update to use new face names.
12062 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12064         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12065         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12067 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12069         * subr.el: Provide hashtable-print-readable.
12071         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12072         hs-c-like-adjust-block-beginning.
12073         (hs-hide-block-at-point): Stop hiding at the beginning of
12074         hs-block-end-regexp (Bug#700).
12076 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12078         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12079         a macro.
12080         (gdb-registers-handler-custom): Do not fail when register names
12081         are unavailable.
12083 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12085         * progmodes/gdb-mi.el (gdb-control-all-threads)
12086         (gdb-control-current-thread): Interactive setters for
12087         `gdb-gud-control-all-threads' to use in menu.
12088         (gdb-show-run-p): Show «Go» when process is not active.
12089         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12090         gud/thread.xpm and gud/all.xpm.
12092 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12094         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12095         (nslookup-font-lock-keywords): Make it a variable.
12096         (net-utils-mode): New mode for viewing diagnostic network output.
12097         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12098         (net-utils-run-simple): New function.
12099         (ifconfig, iwconfig, netstat, arp, route): Use it.
12101 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12103         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12104         (gdb-memory-set-address, def-gdb-set-positive-number)
12105         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12106         after changing settings.
12107         (gdb-invalidate-disassembly): Update when first shown.
12108         (gdb-edit-locals-value): Fixed.
12109         (gdb-registers-handler-custom): Print registers in right order and
12110         allow changing register values (only for current thread yet).
12111         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12112         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12113         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12114         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12115         info in mode name.
12116         (gdb-registers-mode-map): TAB to switch to locals.
12118 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12120         * mail/rmail.el (rmail-add-mbox-headers)
12121         (rmail-set-message-counters-counter): Search for
12122         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12124 2009-08-08  Glenn Morris  <rgm@gnu.org>
12126         * Makefile.in (ELCFILES): Update.
12128 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12130         * mail/sendmail.el (mail-yank-original): Set
12131         buffer-file-coding-system from the one used by the message whose
12132         text is yanked.
12134         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12135         to "windows" when "pgnuplot" is used.
12136         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12137         call accept-process-output if "pgnuplot" is used.
12138         (calc-graph-init): Don't send -display and -geometry to
12139         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12140         running "pgnuplot -V" with shell-command-to-string.
12142         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12143         the default.
12145 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12147         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12148         org/org-latex.elc.
12150 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12152         * vc-dispatcher.el (vc-resynch-window): Update comment.
12154         * term.el (term-handle-ansi-escape): Add comments with the
12155         terminfo capabilities implemented.
12157 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12159         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12160         (gdb-var-create-handler): Rewritten using JSON parser.
12161         (gdb-propertize-header): Moved earlier.
12162         (gdb-set-header): Removed to avoid duplication.
12163         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12164         Refresh disassembly buffers only after threads list have been
12165         update.
12166         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12167         variables.
12169 2009-08-04  Juri Linkov  <juri@jurta.org>
12171         * files.el: Commands to add/delete file/directory-local variables.
12172         (read-file-local-variable, read-file-local-variable-value)
12173         (read-file-local-variable-mode, modify-file-local-variable)
12174         (modify-file-local-variable-prop-line)
12175         (modify-dir-local-variable): New functions.
12176         (add-file-local-variable, delete-file-local-variable)
12177         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12178         (add-dir-local-variable, delete-dir-local-variable)
12179         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12180         (copy-dir-locals-to-file-locals-prop-line): New commands.
12182 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12184         * abbrev.el (insert-abbrev-table-description): Prettify output.
12185         Suggested by Karl Chen.
12187 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12189         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12190         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12191         (gdb-overlay-arrow-position, gdb-thread-position)
12192         (gdb-disassembly-position): Declare variables.
12193         (gdb-wait-for-pending): Function now.
12194         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12195         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12196         compilation goes smoothly.
12197         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12198         (gdb-non-stop-setting): New customization setting which replaces
12199         `gdb-non-stop' so changing it doesn't break active GDB session.
12200         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12201         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12202         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12203         (gdb-show-threads-by-default): New customization options.
12204         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12205         routines.
12206         (gdb-get-buffer-create): Send buffers update signal when they are
12207         created.
12208         (gdb-invalidate-locals, gdb-invalidate-registers)
12209         (gdb-invalidate-breakpoints)
12210         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12211         (gdb-invalidate-memory): Accept update signal.
12212         (gdb-current-context-command): Use --frame option.
12213         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12214         Implement `gdb-frame-number' selection logic.
12215         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12216         whether to show GUD toolbar buttons.
12217         (gdb-thread-exited): Unselect current thread when it exits.
12218         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12219         (gdb-mark-line): Routine which sets overlay arrow or inverses
12220         video on fringeless displays.
12221         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12222         to build aligned columns of data in GDB buffers and set text
12223         properties line-by-line.
12224         (gdb-invalidate-breakpoints)
12225         (gdb-breakpoints-list-handler-custom)
12226         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12227         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12228         (gdb-registers-handler-custom): Align data columns.
12229         (gdb-locals-handler-custom): Now prints data like in variable
12230         declarations.
12231         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12232         Removed confusing buttons.
12233         (gdb-invalidate-threads): Append --frame.
12234         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12235         between breakpoints/threads buffers.
12236         (gdb-set-window-buffer): Now can ignore dedicated windows.
12237         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12238         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12239         (def-gdb-thread-buffer-gud-command): Replaces
12240         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12241         for fine thread control.
12242         (gdb-preempt-existing-or-display-buffer): New function used to
12243         display bound buffers without breaking window layout.
12244         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12245         (gdb-select-frame): New version of `gdb-frames-select' which now
12246         sets `gdb-frame-number' so commands may use --frame option instead
12247         of inner debugger state.
12248         (gdb-frame-handler): Do not set `gdb-frame-number'.
12249         (gdb-threads-mode-map): Select threads with mouse.
12251         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12252         avoid compilation warning.
12253         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12254         `gdb-show-stop-p`.
12256         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12257         Argument `key' renamed to `buffer-type'.
12258         (gdb-current-context-buffer-name): Do not add thread info to
12259         buffer name when no thread is selected.
12260         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12261         command (bug 3794).
12262         (gdb-thread-selected): Handle `=thread-selected' notification.
12263         (gdb-wait-for-pending): New macro to deal with congestion problems.
12264         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12265         breakpoints.
12266         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12267         This fixes problem similar to one described in bug 3947.
12268         (gud-menu-map): More menu items.
12269         (gdb-init-1): Reset `gdb-thread-number' to nil.
12271         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12272         non-stop settings.
12274         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12275         (gdb-current-context-command): Do not append --thread if
12276         `gdb-thread-number' is nil.
12277         (gdb-running-threads-count, gdb-stopped-threads-count): New
12278         variables.
12279         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12280         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12281         customization options.
12282         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12283         GUD commands.
12284         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12285         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12286         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12287         set `gdb-thread-number' and update `gud-running' properly.
12288         (gdb-running): Update threads list when new threads appear.
12289         (gdb-stopped): Support non-stop operation and new thread switching
12290         logic.
12291         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12292         (gdb-json-partial-output): New set of JSON routines.
12293         (def-gdb-auto-update-trigger): New `signal-list' optional
12294         argument.
12295         (gdb-thread-list-handler-custom): Update `gud-running',
12296         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12297         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12298         (gdb-continue-thread, gdb-step-thread): New commands for fine
12299         thread execution control.
12300         (gud-menu-map): New menu items to switch non-stop options.
12301         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12302         (gdb-send): Mimic RET properly (bug 3794).
12304         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12305         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12306         gdb-buffer-rules.
12307         (def-gdb-auto-update-handler): New nopreserve optional argument.
12308         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12310         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12311         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12312         (gdb-parent-mode): New mode to derive other GDB modes from.
12313         (gdb-display-disassembly-for-thread)
12314         (gdb-frame-disassembly-for-thread): New commands for threads
12315         buffer.
12317         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12318         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12319         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12320         (gdb-update): We now store all GDB buffers in a list so that they
12321         can be updated by traversing a list instead of calling invalidate
12322         triggers explicitly.
12323         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12324         pair for GDB buffer.
12325         (gdb-stack-buffer-name): Add thread information.
12326         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12327         handle pending triggers.
12328         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12329         (def-gdb-thread-buffer-simple-command)
12330         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12331         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12332         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12333         New commands which show buffers bound to thread.
12334         (gdb-stack-list-locals-regexp): Removed unused regexp.
12336         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12337         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12338         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12339         to (gud-comint-buffer) in *-buffer-name functions
12340         because (gdb-get-target-string) already does that.
12341         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12342         (gdb-changed-registers-handler): Rewritten without regexps.
12344         * progmodes/gdb-mi.el: Basic thread selection support.
12345         (gdb-thread-number): New variable.
12346         (gdb-current-context-command): New macro which adds --thread
12347         option to command.
12348         (gdb-threads-mode-map): Select thread with SPC.
12349         (gdb-thread-list-handler-custom): Mark current thread with overlay
12350         arrow.  Synchronize GDB thread and Emacs thread.
12351         (gdb-select-thread): New command which selects current thread.
12352         (gdb-invalidate-frames, gdb-invalidate-locals)
12353         (gdb-invalidate-registers): Use --thread option.
12355 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12357         * net/tramp.el (top): Make check for tramp-gvfs loading more
12358         robust.  (Bug#3977)
12359         (tramp-handle-insert-file-contents): `unwind-protect' must be
12360         inside `with-parsed-tramp-file-name'.
12362         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12363         fails.
12365 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12367         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12368         directory if CLASSPATH is not set.
12370 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12372         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12373         New defconst.
12374         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12376 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12378         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12379         Update freshmeat link.  Delete newsforge.com as it seems gone.
12381 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12383         * select.el (x-set-selection): Doc fix (Bug#4021).
12385         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12387         * help-fns.el (describe-variable): Treat list return values from
12388         dir-locals-find-file properly (Bug#4005).
12390 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12392         * net/tramp.el (tramp-debug-message): Print also microseconds.
12394 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12396         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12397         or END is non-nil.
12398         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12399         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12400         format.
12402         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12403         (tramp-get-file-property): Use it.
12405         * autorevert.el (auto-revert-handler): Allow
12406         `auto-revert-tail-mode' for remote files.
12408 2009-08-02  Jason Rumney  <jasonr@gnu.org>
12410         * minibuffer.el (read-file-name): Treat confirm options to
12411         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
12413 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12415         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
12416         (font-lock-variable-name-face, font-lock-constant-face): Darken
12417         the colors for light backgrounds.
12419 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
12421         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
12422         month names.  (Bug#3987)
12424 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
12426         * simple.el (line-move-finish): Pass whole number to
12427         line-move-to-column.
12428         (line-move-visual): Perform hscroll to the recorded position.
12430 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
12432         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
12434 2009-07-29  Alan Mackenzie  <acm@muc.de>
12436         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
12438 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
12440         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
12441         (gdb-place-breakpoints): Use full path when setting breakpoints.
12443 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
12445         * calc/calc.el (calc-mode-map): Add keybinding for
12446         `calc-transpose-lines'.
12448 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
12450         * calc/calc-misc.el (calc-transpose-lines): New function.
12452 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
12454         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
12455         Simplify check for out-of-band methods.
12456         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
12457         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
12459 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
12461         * vc-git.el (vc-git-checkin): Fix typo.
12463 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
12465         * progmodes/js2-mode.el: New file.
12467 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
12469         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
12470         (gud-menu-map): Adjust tooltip accordingly.
12472 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12474         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
12475         (vc-bzr-log-view-mode): Adjust log-view-file-re.
12477         * add-log.el (change-log-mode-map): Add a menu.
12479 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
12481         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
12482         function returns nil.
12483         (dbus-handle-event): Handle special return value :ignore.
12484         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
12486 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
12488         * view.el (view-mode-enable): Don't define Helper-return-blurb if
12489         it's not needed.
12491 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
12493         Fix Bug#3888:
12495         * w32-vars.el (x-select-enable-clipboard): Doc fix.
12497         * term/pc-win.el (x-display-name, x-colors)
12498         (x-select-enable-clipboard, x-select-text): Doc fix.
12500         * term/common-win.el (x-display-name, x-colors): Doc fix.
12502         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
12503         (xw-defined-colors): Doc fix.
12505         * w32-fns.el (x-select-text, x-setup-function-keys)
12506         (x-get-selection, x-set-selection): Doc fix.
12508         * term/x-win.el (x-select-text, x-setup-function-keys)
12509         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12511         * select.el (x-set-selection): Doc fix.
12513 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12515         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12516         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12517         "IsNSSSupportAvailable" method is not available.  Reported by
12518         Steve Youngs <steve@sxemacs.org>.
12520 2009-07-24  Kenichi Handa  <handa@m17n.org>
12522         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12523         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12524         (build-unicode-category-table): Fix range checks.
12526 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12528         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12529         the buffer we try to sync is current when calling
12530         vc-resynch-buffer.
12532         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12533         not show up to date files.
12535 2009-07-24  Glenn Morris  <rgm@gnu.org>
12537         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12538         Add autoload cookies.  If necessary, initialize.
12539         (elint-log): Handle non-file buffers.
12540         (elint-initialize): Add optional argument to reinitialize.
12541         (elint-find-builtin-variables): Save excursion.
12543 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12545         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12546         for Lint.
12548 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12550         * vc.el (vc-print-log-internal): New function, split out from ...
12551         (vc-print-log): ... here.
12552         (vc-dir-move-to-goal-column): Declare.
12554         * vc-git.el (vc-git-add-signoff): New variable.
12555         (vc-git-checkin): Use it.
12556         (vc-git-toggle-signoff): New function.
12557         (vc-git-extra-menu-map): Bind it to menu.
12558         (vc-git--run-command-string): Accept a nil FILE argument.
12559         (vc-git-stash-list): New function.
12560         (vc-git-dir-extra-headers): Use it.
12562 2009-07-23  Glenn Morris  <rgm@gnu.org>
12564         * help-fns.el (describe-variable): Describe ignored and risky local
12565         variables in a similar way to that in which we describe safe ones.
12567         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12568         (byte-compile-output-file-form, byte-compile-output-docform)
12569         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12570         Give some more local variables with common names a "bytecomp-" prefix,
12571         so as not to shadow things during compilation.
12572         * emacs-lisp/cl-macs.el (load-time-value)
12573         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12574         `outbuffer' to `bytecomp-outbuffer'.
12576         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12577         since the next two variables cover them automatically now.
12578         (elint-builtin-variables, elint-autoloaded-variables): New.
12579         (elint-unknown-builtin-args): Remove all members, since they can be
12580         parsed automatically now.
12581         (elint-extra-errors): New.
12582         (elint-env-add-env, elint-env-add-macro): Use cadr.
12583         (elint-current-buffer): Use or.  Change final message.
12584         (elint-get-top-forms): Use line-end-position.
12585         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12586         and defalias.
12587         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12588         (regexp-assoc): Remove unused function.
12589         (elint-top-form): Set elint-current-pos, to record the start of the
12590         top-level form, for compilation-mode.
12591         (elint-form): Trap errors in macro expansion.  Use dolist.
12592         (elint-unbound-variable): Use elint-builtin-variables and
12593         elint-autoloaded-variables.
12594         (elint-get-args): Use cadr, or.
12595         (elint-check-cond-form): Use dolist, cadr.
12596         (elint-check-condition-case-form): Doc fix.  Use cadr.
12597         Use elint-extra-errors.
12598         (elint-log): New function.
12599         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12600         Distinguish errors and warnings.
12601         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12602         Use a bytecomp-style format.
12603         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12604         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12605         Don't truncate lines.
12606         (elint-initialize): Set builtin and autoloaded variable lists.
12607         Only process elint-unknown-builtin-args if non-nil.
12608         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12609         New functions.
12610         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12612 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12614         * net/newst-backend.el (newsticker--parse-atom-1.0)
12615         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12616         (newsticker--parse-rss-1.0):
12617         * progmodes/idlwave.el (idlwave-mode):
12618         * progmodes/idlw-shell.el (idlwave-shell-mode):
12619         * progmodes/vera-mode.el (vera-mode):
12620         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12621         * progmodes/vhdl-mode.el (vhdl-mode):
12622         * textmodes/table.el (table-generate-source)
12623         (table--warn-incompatibility):
12624         Hyperlink urls in docstrings with URL `...'.
12626 2009-07-22  Glenn Morris  <rgm@gnu.org>
12628         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12629         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12630         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12631         Remove leading * from defcustom docs.
12633         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12635         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12636         defcustom doc.
12637         (list-load-path-shadows): Optionally, just return shadows as a string.
12639         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12641 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12643         * mail/rmailedit.el (rmail-edit-mode): Use
12644         auto-save-include-big-deletions.
12646         * mail/rmail.el (rmail-variables): Use
12647         auto-save-include-big-deletions.
12649         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12650         changes.
12652 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12654         * calc/calc.el (calc-undo-length): New variable.
12655         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12657 2009-07-21  Richard Stallman  <rms@gnu.org>
12659         * files.el (auto-save-mode): Handle buffer-save-size = -2
12660         for toggling mode.
12662 2009-07-21  Glenn Morris  <rgm@gnu.org>
12664         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12666         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12668         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12669         silence compiler.  Instead...
12670         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12671         (ps-print-ensure-fontified): Update for above function name changes.
12673         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12674         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12675         silence compiler.  Instead...
12676         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12677         (mh-show-buffer): Only define for compiler.
12678         (pr-mh-current-message): Update for above function name changes.
12680         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12681         as an argument.
12682         (find-file-noselect, insert-file-1): Update for above change.
12684         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12686         * mail/mailclient.el (mailclient-send-it): Fix message.
12688         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12689         (edebug-eval): Check cl-debug-env is bound.
12690         (print-level, print-circle): Don't redefine built-in variables.
12692         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12693         (custom-print-vectors): Remove old comments from doc.
12695         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12696         (emerge-version): Make the variable an obsolete alias for the
12697         emacs-version variable.  Make the function obsolete.
12698         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12699         Emerge options, rather than merging in into the main Options menu.
12700         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12701         and auto advance modes.  Disable edit/fast items when not relevant.
12703 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12705         * term/vt420.el (terminal-init-vt420): Fix typo.
12707 2009-07-20  Sam Steingold  <sds@gnu.org>
12709         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12710         variable (removed from compile.el on 2004-03-11).
12712 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12714         * files.el (hack-local-variables-filter): Fix last change.
12716 2009-07-19  Juri Linkov  <juri@jurta.org>
12718         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12719         (dir-local-variables-alist): New buffer-local variable.
12720         (hack-local-variables-filter): If variable is not dir-local,
12721         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12722         because file-local overrides dir-local.
12723         (c-postprocess-file-styles) <declare-function>:
12724         Remove obsolete declaration.
12725         (hack-dir-local-variables): Add dir-local variable/value pair to
12726         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12728         * help-fns.el (describe-variable): Add information about
12729         file-local and dir-local variables.
12731 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12733         * files.el (hack-local-variables-filter): Rewrite.
12735 2009-07-19  Glenn Morris  <rgm@gnu.org>
12737         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12738         Silence compiler by only defining on XEmacs.
12740         * international/mule.el (auto-coding-regexp-alist): Only match
12741         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12743         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12744         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12745         (cal-menu-context-mouse-menu): Doc fix.
12747         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12749         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12751 2009-07-18  Juri Linkov  <juri@jurta.org>
12753         * info.el: Virtual Info keyword finder.
12754         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12755         (Info-finder-file): New variable.
12756         (Info-finder-find-file): New function.
12757         (finder-known-keywords, finder-package-info)
12758         (find-library-name, lm-commentary): Use defvar and
12759         declare-function to silence compiler warnings.
12760         (Info-finder-find-node): New function.
12761         (info-finder): New command.
12763         * subr.el (process-kill-buffer-query-function): New function.
12764         (add-hook)<kill-buffer-query-functions>: Add hook
12765         `process-kill-buffer-query-function'.
12767 2009-07-18  Alan Mackenzie  <acm@muc.de>
12769         * progmodes/cc-mode.el (c-before-hack-hook)
12770         (c-postprocess-file-styles): Give invocation of `c-set-style'
12771         DONT-OVERRIDE parameter of t.  Already set style variables will
12772         thus not be overridden by style settings given by `c-file-syle'.
12774         * files.el (hack-local-variables-filter): Remove entries with
12775         duplicate keys from `file-local-variables-alist'.
12777 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12779         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12780         x-set-selection if display-selections-p returns nil for the
12781         current frame.
12783 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12785         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12787 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12789         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12790         Accept nil in addition to a regexp.
12791         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12792         Accept nil in addition to a regexp.
12793         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12794         buffers that have an associated file.  Handle nil values of
12795         desktop-buffers-not-to-save and desktop-files-not-to-save.
12796         (Bug#3833)
12798         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12799         (x-disown-selection-internal): New functions.
12801 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12803         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12804         warning.
12805         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12806         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12808 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
12810         * simple.el (set-mark): Revert last change.
12812 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
12814         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12815         rendering of pngs is not possible instead of messaging a long
12816         description.
12818 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
12820         * w32-fns.el (x-selection-owner-p): New function.
12822         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12823         (mouse-yank-at-click, mouse-yank-primary): If
12824         select-active-regions is non-nil, deactivate the mark before
12825         insertion.
12827         * simple.el (deactivate-mark, set-mark): Only save selection if we
12828         own it.
12830 2009-07-17  Kenichi Handa  <handa@m17n.org>
12832         * case-table.el (describe-buffer-case-table): Fix for the case
12833         that KEY is a cons.
12835 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
12837         * vc-rcs.el (vc-rcs-find-file-hook):
12838         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12840 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
12842         * net/tramp.el (tramp-wait-for-output): Handle the case when
12843         commands do not return a newline but a null byte before the shell
12844         prompt.  (Bug#3858)
12846 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12848         * term/ns-win.el (ns-set-alpha): Don't declare.
12849         (ns-set-background-alpha): Remove function.
12851 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12853         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12854         y-or-n-p, for safety.
12856 2009-07-16  Richard Stallman  <rms@gnu.org>
12858         * files.el (auto-save-mode): If buffer-saved-size is -2,
12859         don't clobber it.
12861         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12862         (rmail-retry-ignored-headers): Add more uninteresting fields.
12864 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12866         * net/rcirc.el (rcirc): Use history variables.
12867         (rcirc-server-name-history, rcirc-nick-name-history)
12868         (rcirc-server-port-history): New variables.
12870 2009-07-15  Kenichi Handa  <handa@m17n.org>
12872         * international/mule-cmds.el (set-language-environment-charset):
12873         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12874         ignore them.
12876         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12877         Delete unibyte-display.
12879 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12881         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12883 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12885         * simple.el (deactivate-mark): Optional argument FORCE.
12886         (set-mark): Use deactivate-mark.
12888         * info.el (Info-search): No need to check transient-mark-mode
12889         before calling deactivate-mark.
12891         * select.el (x-set-selection): Doc fix.
12892         (x-valid-simple-selection-p): Allow buffer values.
12893         (xselect--selection-bounds): Handle buffer values.  Suggested by
12894         David De La Harpe Golden.
12896         * mouse.el (mouse-set-region, mouse-drag-track): Call
12897         copy-region-as-kill before setting the mark, to let
12898         select-active-regions work.
12900 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12902         * simple.el (deactivate-mark): If select-active-regions is
12903         non-nil, copy the selection data into a string.
12904         (activate-mark): If select-active-regions is non-nil, set the
12905         selection to the current buffer.
12906         (set-mark): Update selection if select-active-regions is non-nil.
12908         * select.el (x-valid-simple-selection-p): Allow buffer values.
12910 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12912         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12913         and more featureful message-mode.
12915 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12917         * select.el (x-set-selection): Doc fix.
12918         (x-valid-simple-selection-p): Disallow selection data consisting
12919         of a list or cons of integers, since that is not used.
12920         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12921         (xselect-convert-to-string, xselect-convert-to-length)
12922         (xselect-convert-to-filename, xselect-convert-to-charpos)
12923         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12925 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12927         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12928         output in -break-info command (Emacs bug #3794).
12930 2009-07-14  Glenn Morris  <rgm@gnu.org>
12932         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12933         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12934         (edebug-print-length, edebug-print-level, edebug-print-circle)
12935         (edebug-sit-for-seconds, edebug-view-outside)
12936         (edebug-bounce-point, edebug-set-global-break-condition)
12937         (edebug-Go-nonstop-mode, edebug-trace-mode)
12938         (edebug-Trace-fast-mode, edebug-continue-mode)
12939         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12940         (edebug-visit-eval-list): Doc fixes.
12942         * subr.el (def-edebug-spec): Doc fix.
12944 2009-07-14  Kenichi Handa  <handa@m17n.org>
12946         * international/characters.el: Fix setting of category ?C.
12948 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12950         * term/ns-win.el (x-select-font): defalias x-select-font to
12951         ns-popup-font-panel instead of generate-fontset-menu.
12953 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12955         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12957 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12959         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12960         the PK\003\004 header (Bug#3770).
12962 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12964         * pcomplete.el (pcomplete-comint-setup): Check for
12965         shell-dynamic-complete-filename too.
12967 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12969         * simple.el (temporary-goal-column): Change the value for
12970         line-move-visual to a cons cell.
12971         (line-move-visual): Record or set the window hscroll, if
12972         necessary (Bug#3494).
12973         (line-move-1): Handle cons value of temporary-goal-column.
12975 2009-07-11  Kenichi Handa  <handa@m17n.org>
12977         * international/mule-diag.el (describe-character-set): Don't show
12978         width.
12980 2009-07-10  Sam Steingold  <sds@gnu.org>
12982         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12983         Omake sometimes indents the errors it prints, so allow all
12984         regexps to start with spaces.
12986 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12988         * cus-edit.el (customize-changed-options-previous-release):
12989         Bump value to 22.1.  (Bug#3804)
12991 2009-07-08  Sam Steingold  <sds@gnu.org>
12993         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12994         to be a cons cell (test . ignored-directory) to selectively ignore
12995         some directories depending on the location of the search.
12997 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12999         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13000         remote user is root, on the local host.
13001         (tramp-local-host-p): Either the local user or the remote user
13002         must be root.  (Bug#3771)
13004 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13006         * progmodes/gdb-mi.el (gdb): Remove description of
13007         gdb-use-separate-io-buffer.
13008         (menu): Don't allow toggling of or enable
13009         gdb-use-separate-io-buffer from menubar.
13011 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13013         * mail/unrmail.el (unrmail): Make sure the message ends with two
13014         newlines (Bug#3769).
13016 2009-07-08  Glenn Morris  <rgm@gnu.org>
13018         * calendar/calendar.el (calendar-current-date): Rework previous change.
13020 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13022         * calendar/calendar.el (calendar-current-date):
13023         Add an optional argument giving an offset from today.
13025 2009-07-08  Glenn Morris  <rgm@gnu.org>
13027         * tutorial.el (tutorial--describe-nonstandard-key):
13028         Adjust the message for when a key has been unbound.
13029         (help-with-tutorial): Hide the arch-tag.
13031 2009-07-08  Kenichi Handa  <handa@m17n.org>
13033         * international/fontset.el (setup-default-fontset): For each
13034         script, append (not set) font-specs.
13036         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13037         docstring.
13039 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13041         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13042         -data-list-register-names to ...
13043         (gdb-starting): ... here because GDB 7.0 requires execution to
13044         have started when using this MI command.
13045         (gdb-set-header): New function to distinguish select and
13046         unselected tabs in gdb buffers.
13047         (gdb-propertize-header): New macro that uses gdb-set-header.
13048         (gdb-breakpoints-header, gdb-locals-header): Use it.
13049         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13051 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13053         * Makefile.in (ELCFILES): Remove fadr.elc.
13055 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13057         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13058         may contain frame information, so `string-match' should be used.
13059         (gdb-update): Disassembly is invalidated through
13060         `gdb-get-selected-frame'.
13061         (gdb-pad-string): New function to pad string with spaces.
13062         (gdb-invalidate-disassembly): Invalidate only if the buffer
13063         exists.
13064         (gdb-disassembly-handler-custom): Column alignment.
13065         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13066         placing new ones.
13067         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13068         end of line, too.
13069         (gdb-frame-handler): Match convention to for disassembly buffer
13070         mode name.
13071         (gdb-stack-list-frames-handler): Rewritten without regexps.
13072         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13073         not highlight breakpoints without line information.
13074         (gdb-input): Add trailing newline to command.
13076         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13077         buffer properly.
13078         (gdb-breakpoints-list-handler-custom): Replacement for
13079         `gdb-break-list-handler'.  Using real parser instead of regexps
13080         now.
13081         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13082         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13083         to place breakpoints.
13084         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13085         functions.
13086         (gdb-disassembly-handler-custom): Show overlay arrow.
13087         (gdb-disassembly-place-breakpoints): Show breakpoints in
13088         disassembly buffer.
13089         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13090         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13091         instead of parsing breakpoints buffer.  Fixed old menu references
13092         in `gud-menu-map'.
13094         * fadr.el: Remove.
13096         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13097         (gdb-memory-address): New variable which holds top address of
13098         memory page shown in memory buffer.
13099         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13100         customization variables.
13101         New functions:
13102         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13103         display the memory buffer.
13104         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13105         buffer display parameters.
13106         (def-gdb-memory-format, gdb-memory-format-binary)
13107         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13108         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13109         Functions for setting memory buffer format.
13110         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13111         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13112         unit size used in memory buffer.
13113         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13114         to next/previous page of memory buffer.
13115         Now using (bindat-get-field) instead of fadr functions.
13117 2009-07-07  Sam Steingold  <sds@gnu.org>
13119         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13120         non-top-level files.
13122 2009-07-07  Kenichi Handa  <handa@m17n.org>
13124         * international/mule-cmds.el (reset-language-environment): Put
13125         the highset priority to the charset iso-8859-1.
13127 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13129         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13130         to the end of the line when locating the block (Bug#700).
13132 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13134         * net/tramp.el (tramp-handle-write-region): Flush file properties
13135         in case of short track.
13137 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13139         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13140         Coded custom representation of verilog error regular expressions
13141         to work with Emacs-22's new format.
13142         (verilog-error-regexp-xemacs-alist): Coded custom representation
13143         of verilog error regular expressions to work with XEmacs format.
13144         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13145         error recognition into XEmacs.
13146         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13147         error recognition into Emacs-22.
13149 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13151         * woman.el: Remove stand-alone closing parentheses.
13152         (woman-file-name, woman2-format-paragraphs)
13153         (woman-leave-blank-lines): Code cleanup.
13154         (woman-use-own-frame): Change default to nil.
13155         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13156         defaults to inherit from default faces.
13157         (woman2-process-escapes): Consume the newline after a stand-alone
13158         filler character (Bug#3651).
13160 2009-07-06  Glenn Morris  <rgm@gnu.org>
13162         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13163         (top-level): Move provide to the end.
13164         (ffap): Remove defunct URL from custom group.
13166         * subr.el (eval-after-load): Doc fix.
13168 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13170         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13171         `calc-embedded-word' is called twice.
13173 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13175         * files.el (find-alternate-file-other-window, find-alternate-file):
13176         Obey confirm-nonexistent-file-or-buffer.
13178 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13180         * dired-aux.el (dired-show-file-type): Handle remote files.
13182 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13184         * desktop.el (desktop-globals-to-save):
13185         Add file-name-history (Bug#2750).
13187 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13189         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13191 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13193         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13194         property on entire argument since this is what eshell-lisp-command
13195         expects.
13197 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13199         * net/tramp-gvfs.el (tramp-gvfs-methods)
13200         (tramp-gvfs-zeroconf-domain)
13201         (tramp-bluez-discover-devices-timeout): Add version flag.
13202         (tramp-gvfs-handler-mounted-unmounted)
13203         (tramp-gvfs-connection-mounted-p): Polish handling of
13204         incompatibilities between GVFS 0.2 and 1.0.
13206 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13208         * cus-start.el (all): Add make-pointer-invisible.
13210 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13212         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13213         formatted correctly.
13215 2009-07-02  Juri Linkov  <juri@jurta.org>
13217         * info.el: Virtual Info files and nodes.
13218         (Info-virtual-files, Info-virtual-nodes): New variables.
13219         (Info-current-node-virtual): New variable.
13220         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13221         New functions.
13222         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13223         to check for a virtual file instead of checking a fixed list
13224         of node names.
13225         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13226         instead of ad-hoc processing of "dir" and (apropos history toc).
13227         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13228         instead of ad-hoc processing of "dir" and (apropos history toc).
13229         Reread a file when moving from a virtual node.
13230         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13231         (Info-directory-toc-nodes, Info-directory-find-file)
13232         (Info-directory-find-node): New functions.
13233         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13234         (Info-history): Move part of code to
13235         `Info-history-find-node'.
13236         (Info-history-toc-nodes, Info-history-find-file)
13237         (Info-history-find-node): New functions.
13238         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13239         (Info-toc): Move part of code to `Info-toc-find-node'.
13240         (Info-toc-find-node): New function.
13241         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13242         the current Info file name to references because now the node
13243         "*TOC*" belongs to the same Info manual.
13244         (Info-toc-build): Rename from `Info-build-toc'.
13245         (Info-toc-nodes): Rename input argument `file' to `filename'.
13246         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13247         instead of ad-hoc processing of ("dir" apropos history toc).
13248         (Info-index-nodes): Use Info-virtual-file-p
13249         to check for a virtual file instead of checking a fixed list
13250         of node names.
13251         (Info-index-node): Add check for `Info-current-node-virtual'.
13252         Raise `save-match-data' higher up the tree to contain
13253         `search-forward' too (bug fix).
13254         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13255         (Info-virtual-index-nodes): New variable.
13256         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13257         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13258         (Info-apropos-file, Info-apropos-nodes): New variables.
13259         (Info-apropos-toc-nodes, Info-apropos-find-file)
13260         (Info-apropos-find-node, Info-apropos-matches): New functions.
13261         (info-apropos): Move part of code to `Info-apropos-find-node' and
13262         `Info-apropos-matches'.
13263         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13264         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13265         for a virtual file instead of checking a fixed list of node names.
13267         * simple.el (async-shell-command): New command.
13269         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13271         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13272         instead of `mount-info'.
13274 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13276         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13277         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13279 2009-07-02  Kenichi Handa  <handa@m17n.org>
13281         * international/mule.el (set-keyboard-coding-system): Force *-unix
13282         coding-system to avoid eol conversion.
13284 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13286         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13287         Add handler for `process-file', `shell-command' and
13288         `start-file-process'.
13289         (tramp-gvfs-handle-shell-command)
13290         (tramp-gvfs-handle-start-file-process)
13291         (tramp-gvfs-handle-process-file): New defuns.
13292         (tramp-synce-list-devices): Simplify check for existence of property.
13294 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13296         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13298 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13300         * language/korean.el (set-language-info-alist): Add korean-cp949,
13301         cp949 to spec.
13303 2009-07-01  Kenichi Handa  <handa@m17n.org>
13305         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13307         * international/encoded-kb.el: Deleted.
13309         * international/mule.el (set-keyboard-coding-system): Perform the
13310         necessary setup here instead of calling encoded-kbd-setup-display.
13312 2009-07-01  Glenn Morris  <rgm@gnu.org>
13314         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13316 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13318         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13320 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13322         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13323         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13324         (tramp-default-file-modes): Remove execute permissions.
13326         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13327         (top): Add a default for "synce" in `tramp-default-user-alist'.
13328         Add completion function for "synce" method.
13329         (tramp-hal-service, tramp-hal-path-manager)
13330         (tramp-hal-interface-manager, tramp-hal-interface-device):
13331         New defconst.
13332         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13333         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13334         New defuns.
13336         * net/trampver.el: Update release number.
13338 2009-06-30  Kenichi Handa  <handa@m17n.org>
13340         * international/fontset.el (setup-default-fontset): Add CJK fonts
13341         for symbols and the other miscellaneous characters.
13343         * language/korea-util.el (setup-korean-environment-internal):
13344         Make char-width-table suitable for Korean environments.
13345         (exit-korean-environment): Cancel above.
13347         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13348         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13349         setup-function to make char-width-table suitable for respective
13350         environments, and an exit-function to cancel that.
13352         * language/japan-util.el (setup-japanese-environment-internal):
13353         Call use-cjk-char-width-table with arg `ja_JP'.
13355         * international/characters.el (cjk-char-width-table): Delete it.
13356         (cjk-char-width-table-list): New variable.
13357         (use-cjk-char-width-table): New arg local-name.
13358         (use-default-char-width-table): Fix for the case that Emacs is
13359         already using the default char-width-table.
13361 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13363         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13364         modes mandatory.  (Bug#3712)
13366 2009-06-29  Alan Mackenzie  <acm@muc.de>
13368         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13369         correction between the visible width of TABs and their number of bytes.
13371 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13373         * server.el (server-buffer-done): Prevent kill-buffer from
13374         prompting by clearing the buffer modification flag (Bug#3696).
13376 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13378         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13379         (verilog-endcomment-reason-re): Support unique case and priority case.
13380         (verilog-basic-complete-re): Support localparam lineup.
13381         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13382         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13383         commenting.
13384         (verilog-leap-to-case-head): Now support *nested* unique &
13385         priority case statements.
13386         (verilog-auto-lineup): Make just declarations the default (as it
13387         had been).
13388         (verilog-leap-to-case-head): Support priority/unique case statements.
13389         (verilog-auto-lineup): Rework to give users radio buttons to
13390         select the various styles of automatic lineup.
13391         (verilog-error-regexp-alist): Rework to support the XEmacs style
13392         of error regular expressions from compilers, lint tools &
13393         simulators.  Note that GNU Emacs has made it impossible for a mode
13394         to load such things.
13395         (electric-verilog-terminate-line, verilog-indent-declaration)
13396         (verilog-auto-wiure): Rework for radio button selection of
13397         auto-lineup selection of specification of auto lineup.
13398         (verilog-beg-of-statement-1): Redesign to support proper operation
13399         in additional code, based on testing with auto-lineup.
13400         (verilog-calculate-indent, assignments & declarations)
13401         (verilog-backward-token): Enhance to support auto-lineup of
13402         assignments & declarations.
13403         (verilog-in-directive-p, verilog-at-struct-p): New function for
13404         easy test of whether we are.
13405         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13406         to support safe execution at almost anyline.
13407         (verilog-calc-1): Properly support indenting deep inside generate
13408         blocks.
13409         (verilog-init-font): Remove definition & use of verilog-init-font,
13410         as it is redundant with font-lock-defaults.
13411         (verilog-mode): Alter the definition of verilog-font-lock-defaults
13412         to avoid circular calls if syntax-ppss is a function (as is the
13413         case now in 22.x GNU Emacs) as that function would sometimes call
13414         itself, leading to (nearly) infinite recursion.
13415         (verilog-ovm-begin-re, verilog-ovm-end-re)
13416         (verilog-ovm-statement-re, verilog-leap-to-head)
13417         (verilog-backward-token): Add support for OVM macros.  Some are
13418         complete statements, and others open and close scopes like begin
13419         and end.
13420         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
13421         (verilog-defun-level-generate-only-re): Really fix the defun-list
13422         compilation issue.
13423         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
13424         coverpoint, constraint and cross statements.
13425         (verilog-defun-level-list, verilog-generate-defun-level-list)
13426         (verilog-all-defun-level-list): Redo these specifications - it is
13427         too hard to support eval-when compile aggregation of lists also
13428         built at when-compile time.
13429         (verilog-defun-level-list): Place defconsts of variables used in
13430         building regular expressions which are built in eval-when-compile
13431         bodies in the same eval-when-compile body to facilitate compile
13432         without load.
13433         (verilog-beg-block-re-ordered): Support indenting
13434         virtual/protected tasks and functions.
13435         (verilog-defun-level-list, verilog-in-generate-region-p)
13436         (verilog-backward-ws&directives, verilog-calc-1): Speed up
13437         indentation of some module items (generate items).
13438         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
13439         across virtual/protected tasks and functions.
13441 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
13443         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
13444         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
13445         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
13446         in concatenations.  Reported by Yishay Belkind.
13447         (verilog-auto-ascii-enum): Support one-hot state machines in
13448         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
13449         (verilog-auto-inst, verilog-auto-inst-port): Include interface
13450         modport in AUTOINST and add vl-modport for users.  Reported by
13451         David Rogoff.
13452         (verilog-auto-inout-module, verilog-auto-inst)
13453         (verilog-decls-get-interfaces, verilog-insert-definition)
13454         (verilog-insert-one-definition, verilog-read-decls)
13455         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
13456         (verilog-sig-modport, verilog-signals-combine-bus)
13457         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
13458         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
13459         Suggested by David Rogoff.
13460         (verilog-repair-open-comma): Fix non-insertion of comma when
13461         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
13462         (verilog-make-width-expression): Simplify [A-1:0] expression
13463         widths to just {A{1'b0}}.
13464         (verilog-mode): Cleanup checkdoc warnings.
13465         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
13466         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
13467         inputs/outputs or data type.  Suggested by Vasu Kandadi.
13468         (next-error-last-buffer): Fix byte-compiler warning.
13469         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
13470         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
13471         or shell command text during AUTO expansion.  Suggested by Tad Truex.
13472         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
13473         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
13474         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
13475         in AUTOINOUT.  Reported by Matthew Lovell.
13476         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
13477         causing use of <= assignments.  Reported by Alex Reed.
13478         (verilog-read-decls): Fix triand, trior, wand, wor to be
13479         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
13480         (verilog-extended-complete-re): Support import "DPI-C" functions.
13481         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
13482         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
13483         (verilog-insert-date, verilog-insert-year)
13484         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
13485         Windows systems.  Reported by Michael Potts.
13486         (verilog-read-module-name): Fix AUTOINST when the child module
13487         declaration's name is a tick define.  Reported by Elliot Mednick.
13488         (verilog-read-decls): Fix V2K parameter bit subscripts getting
13489         passed to next parameter's definition.  Reported by Bruce T.
13490         (verilog-read-decls): Fix detecting "parameter int" when using
13491         AUTOINSTPARAM.  Reported by Bruce T.
13492         (verilog-goto-defun): Fix goto not finding modules unless first
13493         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
13494         (verilog-mode): Expand -f flag arguments on entry to mode so
13495         verilog-goto-defun will work.  Reported by Lawrence Butcher.
13496         (verilog-getopt): Expand environment variables in -f file
13497         arguments.  Suggested by Lawrence Butcher.
13498         (verilog-set-define): Fix "Symbol's value as variable is void"
13499         when reading enumerations.
13500         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
13501         Suggested by Stephen Peltan.
13502         (verilog-read-defines): Fix reading of enumerations in include
13503         files.  Reported by Steve Peltan.
13505 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13507         * files.el (trash-directory): Fix defcustom type.
13509 2009-06-28  Juri Linkov  <juri@jurta.org>
13511         * help-fns.el (describe-function-1): Correctly locate adviced
13512         functions in hyperlink (Bug#2438).
13514 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13516         * files.el (trash-directory): Change default to nil.
13517         (move-file-to-trash): If trash-directory is nil and
13518         system-move-file-to-trash is unbound, perform freedesktop-style
13519         trashing.
13521 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13523         * files.el (move-file-to-trash): Add freedesktop trash
13524         support (Bug#973).
13526 2009-06-28  Glenn Morris  <rgm@gnu.org>
13528         * autorevert.el (global-auto-revert-non-file-buffers)
13529         (global-auto-revert-mode): Doc fixes.
13531 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13533         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13535 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13537         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13538         opened an X connection before calling x-get-resource (Bug#3194).
13540         * play/doctor.el: Remove reference to obsolete website.
13541         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13543 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13545         Remove find-file-not-found-hook VC method.  (Bug#2757)
13546         * vc-hooks.el (vc-file-not-found-hook)
13547         (vc-default-find-file-not-found-hook): Remove functions.
13548         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13549         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13550         * vc.el:
13551         * vc-hg.el:
13552         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13554 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13556         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13557         compatibility function for `looking-back'.
13559         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13560         Use `ispell-looking-back'.
13562 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13564         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13565         rather than `filename'.
13567 2009-06-23  Miles Bader  <miles@gnu.org>
13569         * face-remap.el (text-scale-set): New function.
13571 2009-06-23  Glenn Morris  <rgm@gnu.org>
13573         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13575         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13577         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13579         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13581         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13582         Simplify Persian conditionals.
13584         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13585         variable `filename'.
13587         * comint.el (comint-insert-input): Doc fix.
13589         * Makefile.in (ELCFILES): Fix typo in previous change.
13591 2009-06-23  Miles Bader  <miles@gnu.org>
13593         * cus-start.el: Add entry for `recenter-redisplay'.
13595 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13597         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13598         Add an optional argument for the backend, use it instead of
13599         calling vc-backend.
13600         (vc-mode-line): Add an optional argument for the backend.
13601         Pass the backend to vc-state and vc-working-revision.  Move code for
13602         special handling for vc-state being a buffer to ...
13604         * vc-rcs.el (vc-rcs-find-file-hook):
13605         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13607         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13608         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13609         vc-stay-local-p and vc-mode-line calls.
13611         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13612         (vc-cvs-diff, vc-cvs-annotate-command)
13613         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13614         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13615         vc-mode-line calls.
13617         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13618         direct comparison.
13619         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13620         backend when calling vc-mode-line.
13621         (vc-register): Do not create a closure for calling the vc register
13622         function, call it directly.
13624 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13626         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13627         to make it obvious item can be clicked.
13629         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13631 2009-06-23  Kenichi Handa  <handa@m17n.org>
13633         * language/korea-util.el (korean-key-bindings): Change the binding
13634         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13635         same command.
13637 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13639         Sync with Tramp 2.1.16.
13641         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13643         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13644         when a loading of a package fails.  Completion function for rsync
13645         is `tramp-completion-function-alist-ssh'.
13646         (all): Replace all calls of `split-string' and
13647         `tramp-split-string' by `tramp-compat-split-string'.
13648         (tramp-default-method): Use `tramp-compat-process-running-p'.
13649         (tramp-default-proxies-alist): Allow also Lisp forms.
13650         (tramp-remote-path): Add choice "Private Directories".
13651         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13652         (tramp-domain-regexp): Allow also "-", "_" and ".".
13653         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13654         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13655         (tramp-debug-message): Insert header line in debug buffer.
13656         (tramp-handle-directory-files-and-attributes-with-stat):
13657         Care about filenames with spaces, or starting with "-".
13658         (tramp-handle-dired-uncache): New defun.
13659         (tramp-handle-insert-directory): Don't flush the directory from
13660         cache, this is handled by `dired-uncache' now.
13661         (tramp-handle-insert-file-contents): Improve error handling.
13662         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13663         Quote `tramp-end-of-output'.
13664         (tramp-action-password): Improve trace message.
13665         (tramp-check-for-regexp): Both echoes must be present, before removing.
13666         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13667         (tramp-compute-multi-hops): Eval cons cells of
13668         `tramp-default-proxies-alist'.
13669         (tramp-maybe-open-connection): Use the same command pattern for
13670         first hop and further hops.
13671         (tramp-wait-for-output): Remove handling of newlines.
13672         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13673         (tramp-split-string): Remove function.  It is handled in
13674         tramp-compat now.
13676         * net/tramp-cmds.el (tramp-bug):
13677         Recommend `tramp-cleanup-all-connections' in the bug mail.
13679         * net/tramp-compat.el (tramp-compat-split-string)
13680         (tramp-compat-process-running-p): New defuns.
13682         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13683         for `dired-uncache'.
13685         * net/tramp-gvfs.el: New package.
13687         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13688         Add handler for `dired-uncache'.
13689         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13691         * net/trampver.el: Update release number.  Make version check fit
13692         for SXEmacs 22.
13694 2009-06-22  Jim Meyering  <meyering@redhat.com>
13696         Automatically handle .xz suffix (XZ-compressed files), too.
13697         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13698         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13700 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13701             Nick Roberts  <nickrob@snap.net.nz>
13703         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13704         repository (http://sphinx.net.ru/hg/gdb-mi/).
13706 2009-06-22  Glenn Morris  <rgm@gnu.org>
13708         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13709         `mode' and `eval' entries.  (Bug#3430)
13711         * Makefile.in (ELCFILES): Add fadr.elc.
13713         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13714         differing behavior of \n and ^ in strings.  (Bug#3385)
13716         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13718         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13719         property.
13720         (lisp-indent-function): Make it a defcustom.
13722 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13724         * progmodes/gdb-ui.el: Replace with ...
13725         * progmodes/gdb-mi.el: ... this file.
13726         * progmodes/gud.el: Modify for gdb-mi.el.
13728 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13730         * fadr.el: New file.
13732 See ChangeLog.14 for earlier changes.
13734 ;; Local Variables:
13735 ;; coding: utf-8
13736 ;; End:
13738     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13740   This file is part of GNU Emacs.
13742   GNU Emacs is free software: you can redistribute it and/or modify
13743   it under the terms of the GNU General Public License as published by
13744   the Free Software Foundation, either version 3 of the License, or
13745   (at your option) any later version.
13747   GNU Emacs is distributed in the hope that it will be useful,
13748   but WITHOUT ANY WARRANTY; without even the implied warranty of
13749   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13750   GNU General Public License for more details.
13752   You should have received a copy of the GNU General Public License
13753   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13755 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1