(vc-print-log-internal): Don't wait for the prcess to
[emacs.git] / lisp / ChangeLog
blobb59cfde463b77d85b698c43348bd886da2730581
1 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc.el (vc-print-log-internal): Don't wait for the prcess to
4         terminate before setting up the major mode.
6         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7         in case.
9         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10         the last element.
12         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14 2009-12-01  Glenn Morris  <rgm@gnu.org>
16         * window.el (window--display-buffer-2): Fix previous changes.
18 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
20         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
22 2009-12-01  Glenn Morris  <rgm@gnu.org>
24         * Makefile.in (ELCFILES): Add mpc.elc.
26 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * mpc.el: New file.
30 2009-12-01  Glenn Morris  <rgm@gnu.org>
32         * window.el (window-to-use): Define for compiler.
34         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
35         consistent with others (no final period).
37         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
38         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
40 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
42         Make vc-print-log buttons work.
43         * log-view.el (log-view-mode-map):  Inherit from from widget-keymap.
45 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
47         * savehist.el (savehist-autosave-interval): Allow setting to nil
48         through customize.  (Bug#5056)
50 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
52         Fix references to jit-lock properties.
53         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
54         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
55         (perl-font-lock-special-syntactic-constructs):
56         Quote jit-lock-defer-multiline property.
58 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
60         * vc-git.el (vc-git-registered): Call vc-git-root only once.
62 2009-11-30  Juri Linkov  <juri@jurta.org>
64         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
65         value `buffer' of `multi-isearch-next-buffer-current-function'.
66         Use `(current-buffer)' when `buffer' is nil.
67         (multi-isearch-next-buffer-from-list): Don't fallback to
68         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
70 2009-11-30  Juri Linkov  <juri@jurta.org>
72         * misearch.el (multi-isearch-read-buffers): Move canonicalization
73         of buffers with `get-buffer' to `multi-isearch-buffers'.
74         (multi-isearch-buffers, multi-isearch-buffers-regexp):
75         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
76         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
77         FILES with `expand-file-name' converting relative file names
78         to absolute.  Doc fix.  (Bug#4727)
80 2009-11-30  Juri Linkov  <juri@jurta.org>
82         * misearch.el (multi-isearch-read-buffers)
83         (multi-isearch-read-matching-buffers): New functions.
84         (multi-isearch-buffers, multi-isearch-buffers-regexp):
85         Use them in the `interactive' spec.  Doc fix.
86         (multi-isearch-read-files, multi-isearch-read-matching-files):
87         New functions.
88         (multi-isearch-files, multi-isearch-files-regexp):
89         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
91 2009-11-30  Juri Linkov  <juri@jurta.org>
93         * doc-view.el (doc-view-continuous):
94         Rename from `doc-view-continuous-mode'.
95         (doc-view-menu): Move "Toggle display" to the top.
96         Add submenu "Continuous" with radio buttons "Off"/"On"
97         and "Save as Default".
98         (doc-view-scroll-up-or-next-page)
99         (doc-view-scroll-down-or-previous-page)
100         (doc-view-next-line-or-next-page)
101         (doc-view-previous-line-or-previous-page): Rename
102         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
104 2009-11-30  Juri Linkov  <juri@jurta.org>
106         * comint.el (comint-mode-map): Rebind `M-r' from
107         `comint-previous-matching-input' to
108         `comint-history-isearch-backward-regexp'.
109         Unbind `M-s' to allow global key binding `M-s'.
110         Add menu items for `comint-history-isearch-backward' and
111         `comint-history-isearch-backward-regexp'.  (Bug#3746)
113 2009-11-30  Juri Linkov  <juri@jurta.org>
115         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
116         For def=recenter, replace `recenter' with `recenter-top-bottom'
117         that is called with `this-command' and `last-command' let-bound
118         to `recenter-top-bottom'.  When the last `def' was not `recenter',
119         set `recenter-last-op' to nil.  (Bug#4981)
121 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
123         Minor cleanup and simplification.
124         * filecache.el (file-cache-add-directory)
125         (file-cache-add-directory-recursively)
126         (file-cache-add-from-file-cache-buffer)
127         (file-cache-delete-file-regexp, file-cache-delete-directory)
128         (file-cache-files-matching-internal, file-cache-display): Use dolist.
129         (file-cache-temp-minibuffer-message): Delete function.
130         (file-cache-minibuffer-complete): Use minibuffer-message instead.
132         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
133         Don't signal an error when bumping into EOB in tr, s, or y.
135 2009-11-29  Juri Linkov  <juri@jurta.org>
137         * startup.el (fancy-about-text): Fix wording of Guided Tour.
138         (Bug#4960)
140         * descr-text.el (describe-char-unidata-list): Use lowercase name
141         for "Unicode name" like in other tags.
143 2009-11-29  Juri Linkov  <juri@jurta.org>
145         * ediff-util.el (ediff-minibuffer-with-setup-hook):
146         New compatibility macro.
147         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
149 2009-11-29  Juri Linkov  <juri@jurta.org>
151         Add defcustom to define the cycling order of `recenter-top-bottom'.
152         (Bug#4981)
154         * window.el (recenter-last-op): Doc fix.
155         (recenter-positions): New defcustom.
156         (recenter-top-bottom): Rewrite to use `recenter-positions'.
157         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
159 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
161         Improve integration of Tramp and ange-ftp in eshell.
163         * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
164         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
165         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
167         * eshell/esh-util.el (top): Require also Tramp when compiling.
168         (eshell-directory-files-and-attributes): Check for FTP remote
169         connection.
170         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
171         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
172         (eshell-file-attributes): Handle ".".  Return `entry'.
174         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
175         (ange-ftp-directory-files-and-attributes)
176         (ange-ftp-real-directory-files-and-attributes): New defuns.
178         * net/tramp.el (tramp-maybe-open-connection): Open the remote
179         shell with "exec" when possible.  This prevents trailing prompts
180         in `start-file-process'.
182 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
184         Try and remove assumptions about point-min==1.
185         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
186         (rng-compute-mode-line-string): Show the validation percentage in
187         terms of the narrowed text, not the widened text.
188         (rng-do-some-validation): Don't catch internal errors when debugging.
189         (rng-first-error): Simplify.
190         (rng-after-change-function): Remove work around.  AFAIK the bug has
191         been fixed a while ago.
193         * image-mode.el (image-minor-mode): Exit more gracefully when the image
194         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
196         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
198         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
199         `cd' doesn't always do it for us (bug#5067).
201         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
202         on 2009-10-25 as part of some other change (bug#5067).
204 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
206         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
207         `suspicious'.
208         (byte-compile-warnings): Use byte-compile-warning-types.
209         (byte-compile-save-excursion): Warn about use of set-buffer right
210         after save-excursion.
212         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
213         the excursion as well.
215 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
217         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
218         providing a Tramp related implementation of "su" and "sudo".
219         (eshell-unix-initialize): Add "su" and "sudo".
221 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
223         * net/socks.el (socks-send-command): Convert binary request to
224         unibyte before sending.  This fixes mishandling of some port
225         numbers such as 129.
227 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * help.el (describe-bindings-internal): Remove `interactive'.
231         * man.el (Man-completion-table): Trim a terminating "(".
232         Remove the space between name page a section.
233         Add the command's description on the `help-echo' property.
234         Remove `process-connection-type' binding since it's unused by
235         call-process.
236         Provide completion for the "<section> <name>" format as well.
237         (Man-default-man-entry): Remove spurious var shadowing the argument.
239 2009-11-26  Kevin Ryde  <user42@zip.com.au>
241         * log-view.el: Add "Keywords: tools", since its other keywords
242         aren't in finder-known-keywords, and following vc.el.
244         * sha1.el (sha1-string-external): default-directory "/" in case
245         otherwise non-existent.  process-connection-type pipe for touch of
246         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
248 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
250         Misc coding convention cleanups.
251         * htmlfontify.el (hfy-init-kludge-hook): Rename from
252         hfy-init-kludge-hooks.
253         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
254         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
255         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
256         and push.
257         (hfy-slant, hfy-weight): Use tables rather than code.
258         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
259         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
260         (hfy-face-attr-for-class): Initialize `face-spec' directly.
261         (hfy-face-to-css): Remove `nconc' with single arg.
262         (hfy-p-to-face-lennart): Use `or'.
263         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
264         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
265         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
266         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
267         (hfy-force-fontification): Use run-hooks.
269 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
271         Various minor fixes.
272         * htmlfontify.el (hfy-default-header): Add toggle_invis since
273         Javascript belongs in the header, not the body.
274         (hfy-javascript): Remove.
275         (hfy-fontify-buffer): Don't insert it any more.
276         (hfy-face-at): Handle (face0 face1 face2) style face properties.
277         Fix bug in invis handling when there were no invis props in a chunk.
279 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
283 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
285         * finder.el (finder-mode-map): Add a menu.
287 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
289         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
290         "unsigned" structs.
292         (verilog-leap-to-head, verilog-backward-token): Handle "disable
293         fork" statement better.
295 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
297         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
298         (verilog-delete-empty-auto-pair, verilog-library-filenames):
299         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
301         (verilog-auto-inst, verilog-auto-star-safe)
302         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
303         Fix removing "// Interfaces" when saving .* expansions.  Reported by
304         Pierre-David Pfister.
306 2009-11-26  Glenn Morris  <rgm@gnu.org>
308         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
309         the scope.
311 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
313         * vc-annotate.el (vc-annotate-revision-previous-to-line):
314         Really use previous revision.
316 2009-11-25  Kevin Ryde  <user42@zip.com.au>
318         * man.el (Man-completion-table): default-directory "/" in case
319         doesn't otherwise exist.  process-environment COLUMNS=999 so as
320         not to truncate long names.  process-connection-type pipe to avoid
321         any chance of hitting the pseudo-tty TIOCGWINSZ.
322         (man): completion-ignore-case t for friendliness and since man
323         itself is case-insensitive on the command line.
324         Further to Bug#3717.
326         * arc-mode.el: Add "Keywords: files", so the details in its
327         commentary can be reached from finder-by-keyword.
328         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
329         editing mode, but it's comms related and sgml-mode.el has "comm"
330         on that basis too.
331         * textmodes/bibtex-style.el: Add "Keywords: tex".
332         * international/isearch-x.el, international/ja-dic-cnv.el:
333         * international/ja-dic-utl.el, international/kkc.el:
334         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
336 2009-11-25  Juri Linkov  <juri@jurta.org>
338         * man.el (Man-completion-table): Modify regexp to include
339         section names to completion strings.  (Bug#3717)
341 2009-11-25  Juri Linkov  <juri@jurta.org>
343         Search recursively in gzipped files.  (Bug#4982)
345         * progmodes/grep.el (grep-highlight-matches): Add new options
346         `always' and `auto'.  Doc fix.
347         (grep-process-setup): Check `grep-highlight-matches' for
348         `auto-detect' to determine the need to compute grep defaults.
349         Move Windows/DOS specific --colors settings handling
350         to `grep-compute-defaults'.  Check `grep-highlight-matches'
351         to get the value of "--color=".
352         (grep-compute-defaults): Compute `grep-highlight-matches' when it
353         has the value `auto-detect'.  Move Windows/DOS specific settings
354         from `grep-process-setup'.
355         (zrgrep): New command with alias `rzgrep'.
357 2009-11-25  Juri Linkov  <juri@jurta.org>
359         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
360         to nil instead of switching off view-mode.  (Bug#4896)
362 2009-11-25  Juri Linkov  <juri@jurta.org>
364         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
366         * mwheel.el (mwheel-scroll-up-function)
367         (mwheel-scroll-down-function): New defvars.
368         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
369         `scroll-up', and `mwheel-scroll-down-function' instead of
370         `scroll-down'.
372         * doc-view.el (doc-view-scroll-up-or-next-page)
373         (doc-view-scroll-down-or-previous-page): Add optional ARG.
374         Use this ARG in the call to image-scroll-up/image-scroll-down.
375         Change `interactive' spec to "P".  Goto next/previous page only
376         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
377         SPC/DEL case).  Doc fix.
378         (doc-view-next-line-or-next-page)
379         (doc-view-previous-line-or-previous-page): Rename arg to ARG
380         for consistency.
381         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
382         `doc-view-scroll-up-or-next-page', and buffer-local
383         `mwheel-scroll-down-function' to
384         `doc-view-scroll-down-or-previous-page'.
386 2009-11-25  Juri Linkov  <juri@jurta.org>
388         Provide additional default values (directories at other Dired
389         windows) via M-n in the minibuffer of some Dired commands.
391         * dired-aux.el (dired-diff, dired-compare-directories)
392         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
393         `minibuffer-default' in `minibuffer-with-setup-hook'.
394         (dired-dwim-target-directory): Find a window that displays Dired
395         buffer instead of failing when the next window is not Dired.
396         Use `get-window-with-predicate' to find for the next Dired window.
397         (dired-dwim-target-defaults): New function.
399         * ediff-util.el (ediff-read-file-name):
400         Use `dired-dwim-target-defaults' to set `minibuffer-default'
401         in `minibuffer-with-setup-hook'.
403 2009-11-25  Juri Linkov  <juri@jurta.org>
405         Provide additional default values (file name at point or at the
406         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
408         * minibuffer.el (read-file-name-defaults): New function.
409         (read-file-name): Reset `minibuffer-default' to nil when
410         it duplicates initial input `insdef'.
411         Bind `minibuffer-default-add-function' to lambda that
412         calls `read-file-name-defaults' in `minibuffer-selected-window'.
413         (minibuffer-insert-file-name-at-point): New command.
415         * files.el (file-name-at-point-functions): New defcustom.
416         (find-file-default): Remove defvar.
417         (find-file-read-args): Don't use `find-file-default'.
418         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
419         to `read-file-name'.
420         (find-file-literally): Use `read-file-name' with
421         `confirm-nonexistent-file-or-buffer'.
423         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
425         * dired.el (dired-read-dir-and-switches):
426         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
427         to `read-file-name'.
428         (dired-file-name-at-point): New function.
429         (dired-mode): Add hook `dired-file-name-at-point' to
430         `file-name-at-point-functions'.
432 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
434         Really make the *Completions* window soft-dedicated (bug#5030).
435         * window.el (window--display-buffer-2): Add `dedicated' argument.
436         (display-buffer): Pass it when needed so the dedicated flag is set
437         after calling set-window-buffer, which would otherwise reset it.
439 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * progmodes/meta-mode.el (meta-complete-symbol):
442         * progmodes/etags.el (complete-tag):
443         * mail/mailabbrev.el (mail-abbrev-complete-alias):
444         Use completion-in-region.
446         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
447         (dabbrev-completion): Use completion-in-region.
448         (dabbrev--abbrev-at-point): Simplify regexp.
450         * abbrev.el (abbrev--before-point): Use word-motion functions
451         if :regexp is not specified (bug#5031).
453         * subr.el (string-prefix-p): New function.
455         * man.el (Man-completion-cache): New var.
456         (Man-completion-table): Use it.
458         * vc.el (vc-print-log-internal): Make `limit' optional for better
459         compatibility (e.g. with vc-annotate.el).
461 2009-11-24  Kevin Ryde  <user42@zip.com.au>
463         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
464         Build value with regexp-opt instead of explicit joining loop.  (My
465         Bug#4927.)
467         * emacs-lisp/elint.el (elint-add-required-env): Better error message
468         when .el source file not found or other error.
470 2009-11-24  Markus Triska  <markus.triska@gmx.at>
472         * linum.el (linum-update-window): Ignore intangible (bug#4996).
474 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
476         Handle the [back] button properly (bug#4979).
477         * descr-text.el (describe-text-properties): Add a `buffer' argument.
478         Use help-setup-xref, help-buffer, and with-help-window.
479         (describe-char): Add `buffer' argument.
480         Pass proper command to help-setup-xref.  Don't meddle with
481         help-xref-stack-item directly.
482         (describe-text-category): Use with-help-window and help-buffer.
484         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
485         for the displayed buffer (bug#4887).
487         * man.el (Man-completion-table): New function.
488         (man): Use it.
490 2009-11-24  David Reitter  <david.reitter@gmail.com>
492         * vc-git.el (vc-git-registered): Use checkout directory (where
493         .git is) rather than the file's directory and a relative path spec
494         to work around a bug in git.
496 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
498         Improve handling of processes on remote hosts.
500         * eshell/esh-util.el (eshell-path-env): New defvar.
501         (eshell-parse-colon-path): New defun.
502         (eshell-file-attributes): Use `eshell-parse-colon-path'.
504         * eshell/esh-ext.el (eshell-search-path):
505         Use `eshell-parse-colon-path'.
506         (eshell-remote-command): Remove argument HANDLER.
507         (eshell-external-command): Check for FTP remote connection.
509         * eshell/esh-proc.el (eshell-gather-process-output):
510         Use `file-truename', in order to start also symlinked files.
511         Apply `start-file-process' instead of `start-process'.
512         Shorten `command' to the local file name part.
514         * eshell/em-cmpl.el (eshell-complete-commands-list):
515         Use `eshell-parse-colon-path'.
517         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
519         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
520         to `eshell-directory-change-hook'.
522 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
524         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
525         because it could be enabled automatically if view-read-only is non-nil.
527 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
529         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
530         made on 2009-11-22.
532 2009-11-24  Glenn Morris  <rgm@gnu.org>
534         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
535         deleted variable bookmark-bmenu-bookmark-column.
537         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
538         Move after definition of global-semantic-idle-tag-highlight-mode.
540 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
544 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
546         * net/browse-url.el (browse-url-filename-alist): On Windows, add
547         two slashes to the "file:" prefix.
548         (browse-url-file-url): De-munge Cygwin filenames before passing
549         them to Windows browser.
550         (browse-url-default-windows-browser): Use call-process.
552 2009-11-23  Juri Linkov  <juri@jurta.org>
554         Implement DocView Continuous mode.  (Bug#4896)
555         * doc-view.el (doc-view-continuous-mode): New defcustom.
556         (doc-view-mode-map): Bind C-n/<down> to
557         `doc-view-next-line-or-next-page', C-p/<up> to
558         `doc-view-previous-line-or-previous-page'.
559         (doc-view-next-line-or-next-page)
560         (doc-view-previous-line-or-previous-page): New commands.
562 2009-11-23  Juri Linkov  <juri@jurta.org>
564         Implement Isearch in comint input history.  (Bug#3746)
565         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
566         `isearch-mode-hook'.
567         (comint-history-isearch): New defcustom.
568         (comint-history-isearch-backward)
569         (comint-history-isearch-backward-regexp): New commands.
570         (comint-history-isearch-message-overlay): New buffer-local variable.
571         (comint-history-isearch-setup, comint-history-isearch-end)
572         (comint-goto-input, comint-history-isearch-search)
573         (comint-history-isearch-message, comint-history-isearch-wrap)
574         (comint-history-isearch-push-state)
575         (comint-history-isearch-pop-state): New functions.
577 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
579         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
580         return.
581         (tramp-handle-make-symbolic-link)
582         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
583         Quote file names.
584         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
585         (tramp-handle-process-file): Use it.
587 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * window.el (move-to-window-line-last-op): Remove.
590         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
592 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
594         Make M-r mirror the new cycling behavior of C-l.
595         * window.el (move-to-window-line-last-op): New var.
596         (move-to-window-line-top-bottom): New command.
597         (global-map): Bind M-r move-to-window-line-top-bottom.
599 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
601         * dired-x.el (dired-guess-shell-alist-default):
602         Support xz format.  (Bug#4953)
604 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
606         * cedet/srecode/map.el (srecode-get-maps):
607         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
608         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
609         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
610         (semantic-toggle-decoration-style):
611         * cedet/semantic/decorate/include.el
612         (semantic-decoration-include-describe)
613         (semantic-decoration-unknown-include-describe)
614         (semantic-decoration-unparsed-include-describe)
615         (semantic-decoration-all-include-summary):
616         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
617         * cedet/semantic/analyze/complete.el
618         (semantic-analyze-possible-completions):
619         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
620         (semantic-show-unmatched-syntax-mode)
621         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
622         (semantic-highlight-func-mode):
623         * cedet/semantic/util.el (semantic-describe-buffer):
624         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
625         (semantic-symref-find-tags-by-name)
626         (semantic-symref-find-tags-by-regexp)
627         (semantic-symref-find-tags-by-completion)
628         (semantic-symref-find-file-references-by-name)
629         (semantic-symref-find-text):
630         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
631         (senator-yank-tag):
632         * cedet/semantic/scope.el (semantic-calculate-scope):
633         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
634         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
635         (define-semantic-idle-service):
636         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
637         (semantic-complete-analyze-inline-idle):
638         * cedet/semantic/analyze.el (semantic-analyze-current-context):
639         * cedet/mode-local.el (describe-mode-local-bindings)
640         (describe-mode-local-bindings-in-mode):
641         * cedet/ede/make.el (ede-make-check-version):
642         * cedet/ede/locate.el (ede-enable-locate-on-project):
643         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
644         (cedet-idutils-version-check):
645         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
646         (cedet-gnu-global-version-check):
647         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
648         (cedet-cscope-version-check): Use called-interactively-p instead
649         of interactive-p.
651         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
652         Use semantic-format-tag-prototype.
654 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
656         * emulation/viper-cmd.el: Use viper-last-command-char instead of
657         last-command-char/last-command-event.
658         (viper-prefix-arg-value): Do correct conversion of event-char for
659         XEmacs.
661         * emulation/viper-util.el, emulation/viper.el:
662         Use viper-last-command-char instead of
663         last-command-char/last-command-event.
665         * ediff-init.el, ediff-mult.el, ediff-util.el:
666         Replace last-command-char and last-command-event
667         with (ediff-last-command-char) everywhere.
669         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
670         created in fundamental mode.
672         * ediff.el (ediff-version): Revert the change of interactive-p to
673         called-interactively-p.
675 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
677         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
678         generation from word-movement command names.
680 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
682         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
683         (semantic-complete-jump-local, semantic-complete-jump):
684         Improve prompt string.
686 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
688         * cus-start.el (all): Add native condition for font-use-system-font.
690 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
692         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
693         Correct the patch from 2009-11-18.  (Bug#3910)
695 2009-11-21  Alan Mackenzie  <acm@muc.de>
697         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
698         Update to deal with modern Java constructs.
700 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
702         * progmodes/subword.el: Rename from lisp/subword.el.
704         * subword.el: Rename to progmodes/subword.el.
706         * Makefile.in (ELCFILES): Adapt to subword.el move.
708 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
709             Stefan Monnier  <monnier@iro.umontreal.ca>
711         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
712         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
713         (bookmark-bmenu-show-filenames): Use push.
714         (bookmark-bmenu-hide-filenames): Use local var instead of
715         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
716         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
717         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
718         filenames now that the bookmark names are always available.
720 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
722         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
723         (bookmark-search-pattern): Move and leave unbound.
724         (bookmark-bmenu-mode-map): Change binding.
725         (bookmark-read-search-input): Simplify.
726         Don't use text-char-description.  Don't error on non-char events.
727         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
728         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
729         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
730         Use a local var for the timer.
731         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
732         (i.e. bookmark-bmenu-search).
734 2009-11-21  Glenn Morris  <rgm@gnu.org>
736         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
738 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
740         * net/browse-url.el (browse-url-default-windows-browser):
741         Use cygstart for cygwin.
743 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
745         * bookmark.el Formatting and doc fixes only:
746         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
747         (bookmark-bmenu-search): Wrap to fit within 80 columns.
748           Minor grammar and punctuation fixes in doc string.
749         (bookmark-read-search-input): Adjust to fit within 80 columns.
751 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
753         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
754         (c-backward-into-nomenclature): Adapt to subword renaming.
756         * subword.el (subword-forward, subword-backward, subword-mark)
757         (subword-kill, subword-backward-kill, subword-transpose)
758         (subword-downcase, subword-upcase, subword-capitalize)
759         (subword-forward-internal, subword-backward-internal):
760         Rename from forward-subword, backward-subword, mark-subword,
761         kill-subword, backward-kill-subword, transpose-subwords,
762         downcase-subword, upcase-subword, capitalize-subword,
763         forward-subword-internal, backward-subword-internal.
765 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
767         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
768         New options.
769         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
770         New vars.
771         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
772         (bookmark-bmenu-filter-alist-by-regexp)
773         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
774         (bookmark-bmenu-search): New command.
775         (bookmark-bmenu-mode-map): Bind it.
777 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
779         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
781         * cedet/semantic/idle.el (define-semantic-idle-service)
782         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
784 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
786         * progmodes/cc-cmds.el: declare-functioned forward-subword and
787         backward-subword to quit the byte-compiler.
789         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
791         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
793         * progmodes/cc-cmds.el (c-update-modeline)
794         (c-forward-into-nomenclature, c-backward-into-nomenclature):
795         Refer to subword.el functions instead of cc-subword.el.
797         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
798         subword.el functions instead of cc-subword.el.
800         * progmodes/cc-subword.el: Rename to subword.el.
801         * subword.el: Rename from progmodes/cc-subword.el.
802         (subword-mode-map): Rename from c-subword-mode-map.
803         (subword-mode): Rename from c-subword-mode.
804         (global-subword-mode): New global minor mode.
805         (forward-subword): Rename from c-forward-subword.
806         (backward-subword): Rename from c-backward-subword.
807         (mark-subword): Rename from c-mark-subword.
808         (kill-subword): Rename from c-kill-subword.
809         (backward-kill-subword): Rename from c-backward-kill-subword.
810         (transpose-subwords): Rename from c-tranpose-subword.
811         (downcase-subword): Rename from c-downcase-subword.
812         (capitalize-subword): Rename from c-capitalize-subword.
813         (forward-subword-internal): Rename from c-forward-subword-internal.
814         (backward-subword-internal): Rename from c-backward-subword-internal.
816 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
818         * vc.el (vc-deduce-fileset): Allow non-state changing operations
819         from a dired buffer.
820         (vc-dired-deduce-fileset): New function.
821         (vc-root-diff, vc-print-root-log): Use it.
823         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
824         nil LIMIT argument to vc-print-log-internal.
826 2009-11-20  Glenn Morris  <rgm@gnu.org>
828         * Makefile.in (ELCFILES): Regenerate.
830 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
832         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
834         * cedet/semantic.el: Enable idle-mode menu items only if
835         global-semantic-idle-scheduler-mode is enabled.
836         (semantic-default-submodes): Doc fix.
838         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
839         When turning off, disable other idle modes.
841 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
843         * calc/calc.el (calc-set-mode-line):
844         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
845         (math-format-number): Rename `math-format-complement-signed' to
846         `math-format-twos-complement'.
848         * calc/calc-bin.el (math-format-twos-complement): Rename from
849         math-format-complement-signed.
850         (calc-radix): Rename `calc-complement-signed-mode' to
851         `calc-twos-complement-mode'.
852         (calc-octal-radix, calc-hex-radix): Add an argument for
853         two's complement.
855         * calc/calc-embed.el (calc-embedded-mode-vars):
856         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
858         * calc/calc-ext.el (calc-init-extensions):
859         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
860         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
862         * calc/calc-units.el (math-build-units-table-buffer):
863         Let `calc-twos-complement-mode' be nil.
865         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
866         entries.
868         * calc/calc-vec.el (calcFunc-vunpack):
869         * calc/calc-aent.el (calc-do-calc-eval):
870         * calc/calc-forms.el (math-format-date):
871         * calc/calc-graph.el (calc-graph-plot):
872         * calc/calc-math.el (math-use-emacs-fn):
873         * calc/calccomp.el (math-compose-expr):
874         Let `calc-twos-complement-mode' be nil.
876 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
878         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
879         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
880         * minibuffer.el (completion-in-region-functions): New hook.
881         (completion-in-region): New function.
882         * emacs-lisp/lisp.el (lisp-complete-symbol):
883         * pcomplete.el (pcomplete-std-complete): Use it.
885 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
888         (latex-complete-alist): New vars.
889         (latex-string-prefix-p, latex-complete-bibtex-keys)
890         (latex-complete-envnames, latex-complete-refkeys)
891         (latex-complete-data): New functions.
892         (latex-complete, latex-indent-or-complete): New commands.
894         * window.el (display-buffer-mark-dedicated): New var.
895         (display-buffer): Obey it.
896         * minibuffer.el (minibuffer-completion-help): Use it.
898         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
900         * filecache.el (file-cache-add-file): Use push and cons.
901         (file-cache-delete-file-regexp): Use push.
902         (file-cache-complete): Use completion-in-region.
904         * simple.el (with-wrapper-hook): Fix thinko.
906         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
907         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
908         Use with-current-buffer and string-to-number.
909         (hfy-fallback-colour-values): Use assoc-string.
910         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
911         (hfy-face-at): Remove unused var `found-face'.
912         (hfy-compile-stylesheet): Remove unused var `css'.
913         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
914         and `orig-buffer'.
915         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
916         Use with-current-buffer.
917         (hfy-text-p): Use expand-file-name and fewer setq.
919 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
921         * htmlfontify.el, hfy-cmap.el: New files.
923 2009-11-19  Juri Linkov  <juri@jurta.org>
925         * minibuffer.el (completions-format): New defcustom.
926         (completion--insert-strings): Implement vertical format.
928         * simple.el (switch-to-completions): Move point to the first
929         completion when point was at the beginning of the buffer.
931 2009-11-19  Juri Linkov  <juri@jurta.org>
933         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
935         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
937 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
939         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
940         (mail-signature): Change default to t.
941         (mail-from-style): Deprecate `system-default' value.
942         (mail-insert-from-field): For default value of mail-from-style,
943         default to `angles' unless `angles' needs quoting and `parens'
944         does not.
945         (mail-citation-prefix-regexp): Use citation regexp from
946         message-mode.
948 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
950         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
951         Set variables for computing the prompt for reading password.
953 2009-11-19  Glenn Morris  <rgm@gnu.org>
955         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
957         * textmodes/flyspell.el (sgml-lexical-context): Declare.
959         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
960         (newsticker-treeview-listwindow-height): Fix custom type.
962 2009-11-19  Kenichi Handa  <handa@m17n.org>
964         * descr-text.el (describe-char-padded-string): Compose with TAB
965         only if there's a font for CH.
966         (describe-char): Fix the condition for detecting a trivial composition.
968 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
970         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
971         more accurate version of the regexp.  (Bug#3910)
973 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
975         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
977 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
979         * font-setting.el (font-use-system-font): Declare for byte-compiler.
980         (font-setting-change-default-font): Fix typo in docstring.
982 2009-11-18  Alan Mackenzie  <acm@muc.de>
984         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
986 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
988         * font-setting.el (font-use-system-font): Move ...
990         * cus-start.el (all): ... to here.
992 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
994         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
995         Don't set `ad-return-value' if `ad-do-it' doesn't.
997         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
998         modification time.
1000 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1002         * menu-bar.el: Put "Use system font" in Option-menu.
1003         (menu-bar-options-save): Add font-use-system-font.
1005         * loadup.el: If feature system-font-setting or font-render-setting is
1006         there, load font-setting.
1008         * Makefile.in (ELCFILES): Add font-settings.el.
1009         * font-setting.el: New file.
1011 2009-11-17  Glenn Morris  <rgm@gnu.org>
1013         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1015         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1016         Preserve point in the list buffer.  (Bug#4939)
1017         Use point-at-eol.
1018         (newsticker--treeview-list-update-highlight)
1019         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1021 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1023         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1024         Remove.
1026         * calc/calc-ext.el (calc-init-extensions): Remove references to
1027         symclip.
1029         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1031         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1032         * calc/calc-help.el (calc-b-prefix-help): Remove references to
1033         `calc-symclip'.
1035 2009-11-16  Kevin Ryde  <user42@zip.com.au>
1037         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1038         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1040         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1041         (lm-keywords-list): Allow comma-only separator like "foo,bar".
1042         Ignore trailing spaces by omit-nulls to split-string (fixing
1043         regression from Emacs 21 due to the incompatible split-string
1044         change).  (Bug #4928.)
1046 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1048         * vc.el (vc-log-show-limit): Default to 2000.
1049         (vc-print-log-internal): Insert buttons to request more entries
1050         when limiting the output.
1052         * vc-sccs.el (vc-sccs-print-log):
1053         * vc-rcs.el (vc-rcs-print-log):
1054         * vc-cvs.el (vc-cvs-print-log):
1055         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1056         LIMIT is non-nil.
1058 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1060         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1061         error when `tramp-gvfs-dbus-event-vector' is set.
1062         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1064 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1068 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1070         * net/dbus.el (dbus-unregister-service): New defun.
1071         (dbus-register-property): Register the handlers of
1072         "org.freedesktop.DBus.Properties" for SERVICE.
1073         (dbus-property-handler): Fix docstring.
1075 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1077         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1078         Quote doc string reference in defvaralias as it is not in special form.
1079         (byte-compile-output-docform): Doc fix.
1081 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1083         * calc/calc.el (math-2-word-size, math-half-2-word-size)
1084         (calc-complement-signed-mode): New variables.
1085         (calc-set-mode-line): Add indicator for twos-complements.
1086         (math-format-number): Format twos-complement notation.
1088         * calc/calc-bin.el (calc-word-size): Reset the variables
1089         `math-2-word-size' and `math-half-2-word-size'.
1090         (math-format-complement-signed, math-symclip, calcFunc-symclip)
1091         (calc-symclip): New functions.
1093         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1095         * calc/calc-embed.el (calc-embedded-mode-vars):
1096         Add `calc-complement-signed-mode' to the list of modes.
1098         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1099         (calc-b-oper-keys): Add `calc-symclip' to list.
1101         * calc/calc-ext.el (math-read-number-fancy): Read complement
1102         signed numbers.
1103         (calc-init-extensions): Add binding for `calc-symclip'.
1104         Add autoload for `calcFunc-symclip' and `calc-symclip'.
1106         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1107         `calc-symclip'.
1108         (calc-modes-menu): Add item for twos complement mode.
1110         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1112 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1114         * register.el (jump-to-register, insert-register): Handle Semantic
1115         tags.  From commented-out advice in semantic/senator.el.
1117 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1119         * vc.el (vc-log-show-limit): New variable.
1120         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
1121         when using a prefix argument.
1122         (vc-print-log-internal): Add new argument LIMIT.
1124         * vc-svn.el (vc-svn-print-log):
1125         * vc-mtn.el (vc-mtn-print-log):
1126         * vc-hg.el (vc-hg-print-log):
1127         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1128         pass it to the log command when set.  Make the BUFFER argument
1129         non-optional.
1131         * vc-sccs.el (vc-sccs-print-log):
1132         * vc-rcs.el (vc-rcs-print-log):
1133         * vc-git.el (vc-git-print-log):
1134         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1135         ignore it.  Make the BUFFER argument non-optional
1137         * bindings.el (mode-line-buffer-identification): Do not purecopy.
1139 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1141         * dired.el (dired-mode-map): Move encryption items to "Operate"
1142         menu (Bug#4703).
1144         * strokes.el (strokes-update-window-configuration): Make strokes
1145         buffer current before erasing (Bug#4906).
1147         * cedet/semantic/idle.el (semantic-idle-summary-mode)
1148         (semantic-idle-summary-mode): Define using define-minor-mode
1149         instead of define-semantic-idle-service.
1150         (semantic-idle-summary-mode): New function.
1151         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1152         that mouse motion does not reset the echo area.
1154 2009-11-15  Juri Linkov  <juri@jurta.org>
1156         * simple.el (set-mark-default-inactive): Add :type, :group
1157         and :version.  (Bug#4876)
1159 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
1161         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1162         (archive-unique-fname): ... here.  (Bug#4929)
1164 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1167         with a real fix.
1169         * novice.el (disabled-command-function): Add useful args.
1170         Setup the help buffer so that [back] works.
1171         Remove redundant call to help-mode.
1172         (disabled-command-function): Use `case'.
1173         (en/disable-command): New function extracted from enable-command.
1174         (enable-command, disable-command): Use it.
1176 2009-11-14  Glenn Morris  <rgm@gnu.org>
1178         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1179         constants.  (Bug#4913)
1181         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1183 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1185         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1186         defined in C that have no doc-strings.  (Bug#1063)
1188 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1190         * cus-edit.el (data, files):
1191         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1193 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1195         * simple.el (shell-command): Doc fix (Bug#4891).
1197         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1199 2009-11-14  Glenn Morris  <rgm@gnu.org>
1201         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1202         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1203         If they are already loaded, eval-after-load will do the right thing.
1205         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1206         compiling.
1208         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1210         * simple.el (x-selection-owner-p): Declare.
1211         (read-mail-command): Use custom radio type rather than choice.
1212         (completion-no-auto-exit): Doc fix.
1214         * custom.el (defgroup):
1215         * epg-config.el (epg): Doc fixes.
1217 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1219         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1220         * international/ccl.el (define-ccl-program): Do not purecopy the
1221         docstring, defconst does it anyway.
1223 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * add-log.el (add-change-log-entry): Avoid displaying the changelog
1226         a second time.
1228         * x-dnd.el (x-dnd-maybe-call-test-function):
1229         * window.el (split-window-vertically):
1230         * whitespace.el (whitespace-help-on):
1231         * vc-rcs.el (vc-rcs-consult-headers):
1232         * userlock.el (ask-user-about-lock-help)
1233         (ask-user-about-supersession-help):
1234         * type-break.el (type-break-force-mode-line-update):
1235         * time-stamp.el (time-stamp-conv-warn):
1236         * terminal.el (te-set-output-log, te-more-break, te-filter)
1237         (te-sentinel,terminal-emulator):
1238         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1239         (term-write-input-ring, term-check-source, term-start-output-log):
1240         (term-display-buffer-line, term-dynamic-list-completions):
1241         (term-ansi-make-term, serial-term):
1242         * subr.el (selective-display):
1243         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1244         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1245         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1246         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1247         (speedbar-remove-localized-speedbar-support)
1248         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1249         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1250         (speedbar-buffers-line-directory):
1251         * simple.el (shell-command-on-region, append-to-buffer)
1252         (prepend-to-buffer):
1253         * shadowfile.el (shadow-save-todo-file):
1254         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1255         (scroll-bar-maybe-set-window-start):
1256         * sb-image.el (speedbar-image-dump):
1257         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1258         (load-save-place-alist-from-file):
1259         * ps-samp.el (ps-print-message-from-summary):
1260         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1261         (ps-background-image, ps-begin-job, ps-do-despool):
1262         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1263         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1264         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1265         (pr-call-process, pr-file-list, pr-interface-save):
1266         * novice.el (disabled-command-function)
1267         (enable-command, disable-command):
1268         * mouse.el (mouse-buffer-menu-alist):
1269         * mouse-copy.el (mouse-kill-preserving-secondary):
1270         * macros.el (kbd-macro-query):
1271         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1272         * informat.el (batch-info-validate):
1273         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1274         * hippie-exp.el (try-expand-dabbrev-visible):
1275         * help-mode.el (help-make-xrefs):
1276         * help-fns.el (describe-variable):
1277         * generic-x.el (bat-generic-mode-run-as-comint):
1278         * finder.el (finder-mouse-select):
1279         * find-dired.el (find-dired-sentinel):
1280         * filesets.el (filesets-file-close):
1281         * files.el (list-directory):
1282         * faces.el (list-faces-display, describe-face):
1283         * facemenu.el (list-colors-display):
1284         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1285         * epg.el (epg--process-filter, epg-cancel):
1286         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1287         (epa--read-signature-type):
1288         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1289         (emerge-file-names):
1290         * ehelp.el (electric-helpify):
1291         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1292         * ediff-vers.el (rcs-ediff-view-revision):
1293         * ediff-util.el (ediff-setup):
1294         * ediff-mult.el (ediff-append-custom-diff):
1295         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1296         (ediff-wordify):
1297         * echistory.el (Electric-command-history-redo-expression):
1298         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1299         * disp-table.el (describe-display-table):
1300         * dired.el (dired-find-buffer-nocreate):
1301         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1302         * dabbrev.el (dabbrev--same-major-mode-p):
1303         * chistory.el (list-command-history):
1304         * apropos.el (apropos-documentation):
1305         * allout.el (allout-obtain-passphrase):
1306         (allout-copy-exposed-to-buffer):
1307         (allout-verify-passphrase): Use with-current-buffer.
1309 2009-11-13  Glenn Morris  <rgm@gnu.org>
1311         * Makefile.in (ELCFILES): Regenerate.
1313 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1315         * net/dbus.el (dbus-registered-objects-table): Rename from
1316         `dbus-registered-functions-table', because it contains also properties.
1317         (dbus-unregister-object): Unregister also properties.
1318         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1319         Use a timeout of 500 msec, in order to not block.
1320         (dbus-register-property, dbus-property-handler): New defuns.
1322 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * simple.el (minibuffer-default-add-completions): Drop deprecated
1325         4th arg.
1327 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1329         * textmodes/artist.el (artist-mouse-choose-operation):
1330         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1331         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1332         (artist-compute-up-event-key): New function.
1333         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1335 2009-11-13  Kenichi Handa  <handa@m17n.org>
1337         * language/japan-util.el: Make sure that the value of jisx0208
1338         property is jisx0208 character.
1340 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1342         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1343         car or each item, not the whole list.
1345 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1347         * minibuffer.el (minibuffer-completion-help):
1348         Use minibuffer-hide-completions.
1350 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1352         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1353         (dired-revert): Use them (bug#4880).
1355 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1357         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1359 2009-11-12  Juri Linkov  <juri@jurta.org>
1361         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1362         New functions.
1363         (find-file-literally-at-point): Alias of `ffap-literally'.
1365 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1367         * textmodes/ispell.el (ispell-skip-region-alist):
1368         * textmodes/css-mode.el (auto-mode-alist):
1369         * progmodes/compile.el (auto-mode-alist):
1370         * international/mule.el (ctext-non-standard-encodings-alist)
1371         (ctext-non-standard-encodings-regexp):
1372         * simple.el (shell-command-switch, text-read-only):
1373         * replace.el (occur-mode-map):
1374         * paths.el (rmail-file-name):
1375         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1376         * find-file.el (ff-special-constructs):
1377         * files.el (file-name-handler-alist):
1378         * composite.el: Purecopy strings.
1380         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1382 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1384         * widget.el (define-widget): Purecopy the docstring.
1385         * international/mule-cmds.el (charset): Do not purecopy the
1386         docstring here, define-widget does it.
1388         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1389         * textmodes/bibtex-style.el (auto-mode-alist):
1390         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1391         * progmodes/compile.el (compile-command):
1392         * language/korea-util.el (default-korean-keyboard):
1393         * international/mule-conf.el (file-coding-system-alist):
1394         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1395         * tooltip.el (tooltip-frame-parameters):
1396         * newcomment.el (comment-end, comment-padding):
1397         * dired.el (dired-trivial-filenames):
1398         * comint.el (comint-file-name-prefix): Purecopy initial values.
1400 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1402         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1403         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1404         `tramp-unload'.
1405         (tramp-advice-make-auto-save-file-name)
1406         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1407         after removing the advice.
1409 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1411         * progmodes/grep.el (grep-regexp-alist):
1412         * international/mule-cmds.el (iso-2022-control-alist):
1413         * emacs-lisp/timer.el (timer-duration-words):
1414         * subr.el (version-separator, version-regexp-alist):
1415         * minibuffer.el (completion-styles-alist):
1416         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1417         Change defvars to defconsts.
1419         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1420         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1421         * international/mule-conf.el: Allow to be byte compiled.
1423         * international/mule.el (define-charset): Purecopy props.
1424         (load-with-code-conversion): Purecopy doc string and file name.
1425         (put-charset-property): Purecopy strings.
1426         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1428         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1429         (define-char-code-property): Correctly purecopy the table.
1431         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1433         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1435         * subr.el (add-hook): Purecopy strings.
1436         (eval-after-load): Purecopy load-history-regexp and the form.
1438         * custom.el (custom-declare-group): Purecopy load-file-name.
1440         * subr.el (menu-bar-separator): New defconst.
1441         * net/eudc.el (eudc-tools-menu):
1442         * international/mule-cmds.el (set-coding-system-map)
1443         (mule-menu-keymap):
1444         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1445         * vc-hooks.el (vc-menu-map):
1446         * replace.el (occur-mode-map):
1447         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1448         (menu-bar-edit-menu, menu-bar-goto-menu)
1449         (menu-bar-custom-menu, menu-bar-showhide-menu)
1450         (menu-bar-options-menu, menu-bar-tools-menu)
1451         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1452         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1453         (menu-bar-help-menu):
1454         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1455         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1457         * term/x-win.el (x-gtk-stock-map):
1458         * progmodes/vera-mode.el (auto-mode-alist):
1459         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1460         (inferior-lisp-program, inferior-lisp-load-command):
1461         * progmodes/hideshow.el (hs-special-modes-alist):
1462         * progmodes/gud.el (same-window-regexps):
1463         * progmodes/grep.el (grep-program, find-program, xargs-program):
1464         * net/telnet.el (same-window-regexps):
1465         * net/rlogin.el (same-window-regexps):
1466         * language/ethiopic.el (font-ccl-encoder-alist):
1467         * vc-sccs.el (vc-sccs-master-templates):
1468         * vc-rcs.el (vc-rcs-master-templates):
1469         * subr.el (cl-assertion-failed):
1470         * simple.el (next-error-overlay-arrow-position):
1471         * lpr.el (lpr-command):
1472         * locate.el (locate-ls-subdir-switches):
1473         * info.el (same-window-regexps, info)
1474         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1475         * image-mode.el (image-mode, auto-mode-alist):
1476         * hippie-exp.el (hippie-expand-ignore-buffers):
1477         * format.el (format-alist):
1478         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1479         (find-name-arg):
1480         * facemenu.el (facemenu-keybindings):
1481         * dired.el (dired-listing-switches, dired-chown-program):
1482         * diff.el (diff-switches, diff-command):
1483         * cus-edit.el (same-window-regexps):
1484         * bindings.el (mode-line-mule-info)
1485         (mode-line-buffer-identification): Purecopy strings.
1487 2009-11-11  Juri Linkov  <juri@jurta.org>
1489         * simple.el (dired-get-filename)<declare-function>:
1490         Tell the byte-compiler about dired-get-filename.
1491         (shell-command): In Dired mode, get filename from the current line
1492         as the default value.
1494 2009-11-10  Glenn Morris  <rgm@gnu.org>
1496         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1497         * calendar/holidays.el, progmodes/cperl-mode.el:
1498         Update x-popup-menu declarations.
1500         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1501         (list-load-path-shadows): Use dolist.
1502         (list-load-path-shadows): Use with-current-buffer.
1504 2009-11-10  Juri Linkov  <juri@jurta.org>
1506         * minibuffer.el (read-file-name): Support a list of default values
1507         in `default-filename'.  Use the first file name where only one
1508         element is required.  Doc fix.
1510 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1512         * net/dbus.el (dbus-unregister-object): Release service, if no
1513         other method is registered for it.
1515 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1517         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1518         bookmark-sort-flag is non-nil (Bug#4653).
1520 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1522         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1523         the progress reporter entirely.
1525         * emulation/cua-base.el: Add CUA property to some CC mode commands
1526         (Bug#4100).
1528 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1530         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1531         at end of sentence (Bug#4818).
1533 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1535         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1536         Handle "see declaration of" MSFT statements (Bug#4100).
1538 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1540         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1541         (tramp-advice-file-expand-wildcards): Unload via
1542         `ad-remove-advice'.
1544         * net/trampver.el: Update release number.
1546 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1548         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1549         `ad-do-it'.
1551 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1553         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1554         in order to keep context in SELinux.
1556 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1558         * dired-aux.el (dired-query): Place cursor in echo area and allow
1559         C-g.
1561         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1562         menu item if not on a directory (Bug#4701).
1564 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
1566         Sync with Tramp 2.1.17.
1568         * net/tramp.el (tramp-handle-copy-directory): Don't use
1569         `file-remote-p' (due to compatibility).
1571         * net/tramp-compat.el (tramp-compat-copy-directory)
1572         (tramp-compat-delete-directory): New defuns.
1574         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1575         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1576         `tramp-compat-delete-directory'.
1578         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1579         (tramp-smb-handle-delete-directory ): Use
1580         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1582         * net/trampver.el: Update release number.
1584 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
1586         * tar-mode.el (tar-copy): Call write-region on the right buffer
1587         (Bug#4857).
1589         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1590         by hand, if necessary (Bug#4878).
1592 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
1594         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1595         align size column (Bug#4839).
1597         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1598         statement.
1600 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1602         * progmodes/ld-script.el (auto-mode-alist):
1603         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1605         * cus-face.el (custom-declare-face): Purecopy face spec.
1607 2009-11-06  Kenichi Handa  <handa@m17n.org>
1609         * international/uni-bidi.el: Re-generated.
1610         * international/uni-category.el: Re-generated.
1611         * international/uni-combining.el: Re-generated.
1612         * international/uni-mirrored.el: Re-generated.
1614 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1616         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1617         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1618         (tex-start-options, slitex-run-command, latex-run-command)
1619         (tex-run-command, tex-directory):
1620         * textmodes/ispell.el (ispell-html-skip-alists)
1621         (ispell-tex-skip-alists, ispell-tex-skip-alists):
1622         * textmodes/fill.el (adaptive-fill-first-line-regexp):
1623         (adaptive-fill-regexp):
1624         * textmodes/dns-mode.el (auto-mode-alist):
1625         * progmodes/python.el (interpreter-mode-alist):
1626         * progmodes/etags.el (tags-compression-info-list):
1627         * progmodes/etags.el (tags-file-name):
1628         * net/browse-url.el (browse-url-galeon-program)
1629         (browse-url-firefox-program):
1630         * mail/sendmail.el (mail-signature-file)
1631         (mail-citation-prefix-regexp):
1632         * international/mule-conf.el (eight-bit):
1633         * international/latexenc.el (latex-inputenc-coding-alist):
1634         * international/fontset.el (x-pixel-size-width-font-regexp):
1635         * emacs-lisp/warnings.el (warning-type-format):
1636         * emacs-lisp/trace.el (trace-buffer):
1637         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1638         (emacs-lisp-mode-map):
1639         * calendar/holidays.el (holiday-solar-holidays)
1640         (holiday-bahai-holidays, holiday-islamic-holidays)
1641         (holiday-christian-holidays, holiday-hebrew-holidays)
1642         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1643         (hebrew-holidays-1, holiday-oriental-holidays)
1644         (holiday-general-holidays):
1645         * x-dnd.el (x-dnd-known-types):
1646         * tool-bar.el (tool-bar):
1647         * startup.el (site-run-file):
1648         * shell.el (shell-dumb-shell-regexp):
1649         * rfn-eshadow.el (file-name-shadow-tty-properties)
1650         (file-name-shadow-properties):
1651         * paths.el (remote-shell-program, news-directory):
1652         * mouse.el ([C-down-mouse-3]):
1653         * menu-bar.el (menu-bar-tools-menu):
1654         * jka-cmpr-hook.el (jka-compr-load-suffixes)
1655         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1656         (jka-compr-compression-info-list):
1657         * isearch.el (search-whitespace-regexp):
1658         * image-file.el (image-file-name-extensions):
1659         * find-dired.el (find-ls-option):
1660         * files.el (directory-listing-before-filename-regexp)
1661         (directory-free-space-args, insert-directory-program)
1662         (list-directory-brief-switches, magic-fallback-mode-alist)
1663         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1664         (automount-dir-prefix):
1665         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1666         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1667         (face-font-registry-alternatives, face-font-registry-alternatives)
1668         (face-font-family-alternatives):
1669         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1670         (facemenu-foreground-menu, facemenu-face-menu):
1671         * epa-hook.el (epa-file-name-regexp):
1672         * dnd.el (dnd-protocol-alist):
1673         * textmodes/rst.el (auto-mode-alist):
1674         * button.el (default-button): Purecopy strings.
1676 2009-11-06  Glenn Morris  <rgm@gnu.org>
1678         * Makefile.in (ELCFILES): Update.
1680 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1682         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1683         * emacs-lisp/levents.el: Move to obsolete/levents.el.
1685         * nxml/xsd-regexp.el (xsdre-gen-categories):
1686         * nxml/xmltok.el (xmltok-parse-entity):
1687         * nxml/rng-parse.el (rng-parse-validate-file):
1688         * nxml/rng-maint.el (rng-format-manual)
1689         (rng-manual-output-force-new-line):
1690         * nxml/rng-loc.el (rng-save-schema-location-1):
1691         * nxml/rng-cmpct.el (rng-c-parse-file):
1692         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1693         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1695 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
1697         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1698         Remove extra save-excursions and make-variable-buffer-local's.
1699         Suggested by Stefan Monnier.
1701         (verilog-getopt-file, verilog-module-inside-filename-p)
1702         (verilog-set-define): Merge GNU 1.35 and repair changes from
1703         switching to using with-current-buffer.
1705         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1706         being treated as a number and confusing AUTORESET.
1707         Reported by Dan Dever.
1709         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1710         Add verilog-auto-ignore-concat to fix backward compatibility with
1711         older verilog-modes.  Reported by Dan Katz.
1713         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1714         containing closing anchors "...$".
1716         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1717         Reported by Wade Smith.
1719         (verilog-batch-execute-func) Comment on function usage.
1721 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
1723         * verilog-mode.el (verilog-label-re): Fix regular expression for
1724         labels.
1726         (verilog-label-re, verilog-calc-1): Support proper indent of named
1727         asserts.
1729         (verilog-backward-token, verilog-basic-complete-re)
1730         (verilog-beg-of-statement, verilog-indent-re): Support proper
1731         indent of the assert statement at the beginning of a block of text.
1733         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1734         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1735         tokens as begins.
1737 2009-11-05  Glenn Morris  <rgm@gnu.org>
1739         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1740         Emacs 19.  (Bug#1531)
1741         (byte-compile-fix-header): Update for the above change.
1742         Drop test for epoch::version.
1744         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1745         * cus-dep.el (custom-make-dependencies):
1746         * finder.el (finder-compile-keywords):
1747         Use autoload-rubric's feature argument.
1749         * calendar/diary-lib.el (top-level): Make load behave more like require.
1751         * vc-git.el (vc-git-stash-map): Move definition before use.
1753 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1755         * custom.el (custom-declare-group): Purecopy standard-value.
1756         (custom-declare-group): Purecopy custom-prefix.
1758         * international/mule.el (load-with-code-conversion):
1759         Call do-after-load-evaluation unconditionally.
1761         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1763 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1767 2009-11-04  Glenn Morris  <rgm@gnu.org>
1769         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1770         (byte-compile-compatibility): Remove option.
1771         (byte-compile-close-variables, byte-compile-fix-header)
1772         (byte-compile-insert-header, byte-compile-output-docform)
1773         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1774         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1775         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1776         (byte-compile-insert, byte-compile-defun):
1777         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
1778         (byte-defop-compiler19): Remove.
1779         Without byte-compile-compatibility, the 'emacs19-opcode property is not
1780         used by anything.  Replace all calls with byte-defop-compiler.
1782 2009-11-04  Juri Linkov  <juri@jurta.org>
1784         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1785         (menu-bar-options-menu): Don't quote the `prop' arg of
1786         `menu-bar-make-mm-toggle'.
1788 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
1790         * calendar/calendar.el (cal-loaddefs):
1791         * calendar/diary-lib.el (diary-loaddefs):
1792         * calendar/holidays.el (hol-loaddefs):
1793         * eshell/esh-module.el (esh-groups): Load rather than require.
1795 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * calendar/todo-mode.el (todo-add-category): Don't hardcode
1798         point-min==1.
1799         (todo-top-priorities): Only display-buffer when called interactively.
1800         (todo-item-start): Don't save excursion point.
1801         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
1802         (todo-insert-item-here, todo-file-item, todo-remove-item):
1803         Adjust uses of todo-item-start and todo-item-end.
1805         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1806         (autoload-rubric): Don't use any more.
1807         * cedet/semantic/fw.el (semantic/loaddefs):
1808         * cedet/srecode.el (srecode/loaddefs):
1809         * cedet/ede.el (ede/loaddefs): Load rather than require.
1810         * cedet/ede/cpp-root.el:
1811         * cedet/ede/emacs.el:
1812         * cedet/ede/files.el:
1813         * cedet/ede/linux.el:
1814         * cedet/ede/locate.el:
1815         * cedet/ede/make.el:
1816         * cedet/ede/shell.el:
1817         * cedet/ede/speedbar.el:
1818         * cedet/ede/system.el:
1819         * cedet/ede/util.el:
1820         * cedet/semantic/analyze.el:
1821         * cedet/semantic/bovine.el:
1822         * cedet/semantic/complete.el:
1823         * cedet/semantic/ctxt.el:
1824         * cedet/semantic/db-file.el:
1825         * cedet/semantic/db-find.el:
1826         * cedet/semantic/db-global.el:
1827         * cedet/semantic/db-mode.el:
1828         * cedet/semantic/db-typecache.el:
1829         * cedet/semantic/db.el:
1830         * cedet/semantic/debug.el:
1831         * cedet/semantic/dep.el:
1832         * cedet/semantic/doc.el:
1833         * cedet/semantic/edit.el:
1834         * cedet/semantic/find.el:
1835         * cedet/semantic/format.el:
1836         * cedet/semantic/html.el:
1837         * cedet/semantic/ia-sb.el:
1838         * cedet/semantic/ia.el:
1839         * cedet/semantic/idle.el:
1840         * cedet/semantic/lex-spp.el:
1841         * cedet/semantic/lex.el:
1842         * cedet/semantic/mru-bookmark.el:
1843         * cedet/semantic/scope.el:
1844         * cedet/semantic/senator.el:
1845         * cedet/semantic/sort.el:
1846         * cedet/semantic/symref.el:
1847         * cedet/semantic/tag-file.el:
1848         * cedet/semantic/tag-ls.el:
1849         * cedet/semantic/tag-write.el:
1850         * cedet/semantic/tag.el:
1851         * cedet/semantic/util-modes.el:
1852         * cedet/semantic/analyze/complete.el:
1853         * cedet/semantic/analyze/refs.el:
1854         * cedet/semantic/bovine/c.el:
1855         * cedet/semantic/bovine/gcc.el:
1856         * cedet/semantic/bovine/make.el:
1857         * cedet/semantic/bovine/scm.el:
1858         * cedet/semantic/decorate/include.el:
1859         * cedet/semantic/decorate/mode.el:
1860         * cedet/semantic/symref/cscope.el:
1861         * cedet/semantic/symref/global.el:
1862         * cedet/semantic/symref/grep.el:
1863         * cedet/semantic/symref/idutils.el:
1864         * cedet/semantic/symref/list.el:
1865         * cedet/semantic/wisent/java-tags.el:
1866         * cedet/semantic/wisent/javascript.el:
1867         * cedet/srecode/compile.el:
1868         * cedet/srecode/cpp.el:
1869         * cedet/srecode/document.el:
1870         * cedet/srecode/el.el:
1871         * cedet/srecode/expandproto.el:
1872         * cedet/srecode/getset.el:
1873         * cedet/srecode/insert.el:
1874         * cedet/srecode/java.el:
1875         * cedet/srecode/map.el:
1876         * cedet/srecode/mode.el:
1877         * cedet/srecode/template.el:
1878         * cedet/srecode/texi.el: Remove the file-local setting of
1879         generated-autoload-feature.
1881         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1882         and only put a prop if it is non-nil.
1884 2009-11-03  Juri Linkov  <juri@jurta.org>
1886         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1887         (menu-bar-options-menu): Fix list quoting (Bug#4429).
1889         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1890         and "Menu" to make top-level menu item visually one unit (like
1891         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1892         multi-word menu items).  Fix :help string for quit-window.
1894 2009-11-03  Glenn Morris  <rgm@gnu.org>
1896         * cedet/mode-local.el (with-mode-local): Doc fix.
1898         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1899         (byte-compile-file-form-define-abbrev-table)
1900         (byte-compile-file-form-custom-declare-variable)
1901         (byte-compile-variable-ref, byte-compile-defvar):
1902         Whether or not a warning is enabled should only affect whether we issue
1903         the warning, not whether or not we collect the relevant data.
1904         Eg warnings can be turned on and off throughout the course of a file.
1906         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1907         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1909 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1911         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1912         * play/mpuz.el (mpuz-create-buffer):
1913         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1914         (lm-print-y,s,noise, lm-print-w0, lm-init):
1915         * play/gomoku.el (gomoku-prompt-for-move):
1916         * play/fortune.el (fortune-in-buffer):
1917         * play/dissociate.el (dissociated-press):
1918         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1919         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1920         * mail/supercite.el (sc-eref-show):
1921         * mail/smtpmail.el (smtpmail-send-it):
1922         * mail/rmailsum.el (rmail-summary-next-labeled-message)
1923         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1924         (rmail-summary-undelete-many, rmail-summary-rmail-update)
1925         (rmail-summary-goto-msg, rmail-summary-expunge)
1926         (rmail-summary-get-new-mail, rmail-summary-search-backward)
1927         (rmail-summary-add-label, rmail-summary-output-menu)
1928         (rmail-summary-output-body):
1929         * mail/rfc822.el (rfc822-addresses):
1930         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1931         * mail/mailpost.el (post-mail-send-it):
1932         * mail/hashcash.el (hashcash-generate-payment):
1933         * mail/feedmail.el (feedmail-run-the-queue)
1934         (feedmail-queue-send-edit-prompt-help-first)
1935         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1936         (feedmail-deduce-address-list):
1937         * eshell/esh-ext.el (eshell-remote-command):
1938         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1939         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1940         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1941         (viper-save-string-in-file, viper-valid-marker):
1942         * emulation/viper-keym.el (viper-toggle-key):
1943         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1944         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1945         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1946         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1947         (viper-exec-form-in-emacs, viper-brac-function):
1948         * emulation/viper.el (viper-delocalize-var):
1949         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1950         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1951         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1952         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1953         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1954         * emulation/edt.el (edt-electric-helpify):
1955         * emulation/cua-rect.el (cua--rectangle-aux-replace):
1956         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1957         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1958         (cua-indent-to-global-mark-column):
1959         * calendar/diary-lib.el (calendar-mark-1):
1960         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1961         Use with-current-buffer.
1962         * emulation/viper.el (viper-delocalize-var): Use dolist.
1964 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
1966         * comint.el (comint-replace-by-expanded-history-before-point):
1967         Replace !! with the previous input string literally (Bug#1795).
1969 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
1971         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1972         to be made up of whitespace.
1974 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1976         * minibuffer.el (read-file-name): Don't use file dialogs for
1977         remote directories (Bug#99).
1979 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
1981         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1983 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
1985         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1986         instead of deleting the window or frame.
1988 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1990         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1991         Support face colors.
1993         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1994         New function.  Support face colors (Bug#1168).
1995         (tex-common-initialization): Use it.
1997         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1998         mode allows it (Bug#1168).
2000 2009-10-31  Juri Linkov  <juri@jurta.org>
2002         * facemenu.el (list-colors-display): Don't mark buffer as
2003         modified (Bug#3948).
2005 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2007         * international/mule-diag.el (list-character-sets-1): Minor
2008         message fix (Bug#3526).
2010         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2011         face property (Bug#4834).
2012         (etags-list-tags, etags-tags-apropos-additional)
2013         (etags-tags-apropos, tags-select-tags-table): Add follow-link
2014         property.
2016         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2017         items.
2019         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2020         items.
2022         * cedet/ede.el (ede-minor-mode):
2023         * cedet/semantic.el (semantic-mode): Toggle menu separators.
2025 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2027         * textmodes/two-column.el (2C-split):
2028         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2029         * textmodes/tex-mode.el (tex-set-buffer-directory):
2030         * textmodes/spell.el (spell-region, spell-string):
2031         * textmodes/reftex.el (reftex-erase-buffer):
2032         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2033         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2034         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2035         (reftex-select-item):
2036         * textmodes/reftex-ref.el (reftex-label-info-update)
2037         (reftex-offer-label-menu):
2038         * textmodes/reftex-index.el (reftex-index-change-entry)
2039         (reftex-index-phrases-info):
2040         * textmodes/reftex-global.el (reftex-create-tags-file)
2041         (reftex-save-all-document-buffers, reftex-ensure-write-access):
2042         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2043         (reftex-view-crossref-from-bibtex):
2044         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2045         (reftex-extract-bib-entries-from-thebibliography)
2046         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2047         * textmodes/refbib.el (r2b-capitalize-title):
2048         (r2b-convert-buffer, r2b-help):
2049         * textmodes/page-ext.el (pages-directory)
2050         (pages-directory-goto-with-mouse):
2051         * textmodes/bibtex.el (bibtex-validate-globally):
2052         * textmodes/bib-mode.el (bib-capitalize-title):
2053         * textmodes/artist.el (artist-clear-buffer, artist-system):
2054         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2055         (local-set-scheme-interaction-buffer, xscheme-process-filter)
2056         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2057         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2058         (xscheme-send-control-g-interrupt, xscheme-start-process)
2059         (xscheme-process-sentinel, xscheme-cd):
2060         * progmodes/verilog-mode.el (verilog-read-always-signals)
2061         (verilog-set-define, verilog-getopt-file)
2062         (verilog-module-inside-filename-p):
2063         * progmodes/sh-script.el:
2064         * progmodes/python.el (python-pdbtrack-get-source-buffer)
2065         (python-pdbtrack-grub-for-buffer, python-execute-file):
2066         * progmodes/octave-inf.el (inferior-octave):
2067         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2068         (idlwave-shell-compile-helper-routines, idlwave-set-local)
2069         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2070         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2071         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2072         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2073         (idlwave-shell-filter, idlwave-shell-examine-highlight)
2074         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2075         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2076         (idlwave-shell-examine-display, idlwave-shell-run-region)
2077         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2078         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2079         * progmodes/idlw-help.el (idlwave-help-get-special-help)
2080         (idlwave-help-get-help-buffer):
2081         * progmodes/gud.el (gud-basic-call, gud-find-class)
2082         (gud-tooltip-activate-mouse-motions-if-enabled):
2083         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2084         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2085         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2086         (ebrowse-tags-next-file):
2087         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2088         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2089         (ebnf-eps-finish-and-write):
2090         * progmodes/cpp.el (cpp-edit-save):
2091         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2092         * progmodes/cc-defs.el (c-emacs-features):
2093         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2094         (antlr-directory-dependencies):
2095         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2096         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2097         (ada-find-any-references, ada-make-filename-from-adaname)
2098         (ada-make-body-gnatstub):
2099         * obsolete/rnews.el (news-list-news-groups):
2100         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2101         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2102         * net/rcirc.el (rcirc-debug):
2103         * net/newst-treeview.el (newsticker--treeview-list-add-item)
2104         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2105         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2106         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2107         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2108         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2109         (newsticker--treeview-list-clear-highlight)
2110         (newsticker--treeview-list-update-highlight)
2111         (newsticker--treeview-list-highlight-start)
2112         (newsticker--treeview-tree-update-highlight)
2113         (newsticker--treeview-get-selected-item)
2114         (newsticker-treeview-mark-list-items-old)
2115         (newsticker--treeview-set-current-node):
2116         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2117         * net/newst-backend.el (newsticker--get-news-by-funcall)
2118         (newsticker--get-news-by-wget, newsticker--image-get)
2119         (newsticker--image-sentinel):
2120         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2121         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2122         (eudc-ph-close-session):
2123         * net/eudc.el (eudc-save-options):
2124         * language/thai-word.el (thai-update-word-table):
2125         * language/japan-util.el (japanese-string-conversion):
2126         * international/titdic-cnv.el (tsang-quick-converter)
2127         (ziranma-converter, ctlau-converter):
2128         * international/mule-cmds.el (describe-language-environment):
2129         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2130         (skkdic-convert-postfix, skkdic-convert-prefix):
2131         (skkdic-convert-okuri-nasi, skkdic-convert):
2132         * emacs-lisp/re-builder.el (reb-update-overlays):
2133         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2134         * emacs-lisp/gulp.el (gulp-send-requests):
2135         * emacs-lisp/find-gc.el (trace-call-tree):
2136         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2137         (eieio-describe-generic):
2138         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2139         * emacs-lisp/edebug.el (edebug-outside-excursion):
2140         * emacs-lisp/debug.el (debugger-make-xrefs):
2141         * emacs-lisp/cust-print.el (custom-prin1-to-string):
2142         * emacs-lisp/chart.el (chart-new-buffer):
2143         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2144         Use with-current-buffer.
2145         * textmodes/artist.el (artist-system): Don't call
2146         copy-sequence on a fresh string.
2147         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2149 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
2151         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2152         is no item to edit.  (Bug#4820)
2153         (todo-top-priorities): Restore point and restore narrowing in Todo
2154         buffer.  (Bug#4820)
2156 2009-10-31  Glenn Morris  <rgm@gnu.org>
2158         * net/ange-ftp.el (top-level): Don't require dired when compiling.
2159         (comint-last-output-start, comint-last-input-start)
2160         (comint-last-input-end): Don't defvar when compiling.
2161         (ange-ftp-process-file): Use bound-and-true-p.
2163         * pcmpl-rpm.el (top-level): Move provide statement to end.
2164         (pcmpl-rpm): Remove unused custom group.
2166         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2168         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2170         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2171         (byte-compile-warnings): Add `constants' as an option.
2172         (byte-compile-callargs-warn, byte-compile-arglist-warn)
2173         (display-call-tree): Update for byte-compile-fdefinition possibly
2174         returning `(macro lambda ...)'.  (Bug#4778)
2175         (byte-compile-variable-ref, byte-compile-setq-default):
2176         Respect `constants' member of byte-compile-warnings.
2178         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2179         Use mapc rather than mapcar because the return value is never used.
2181         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2182         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2183         * cedet/semantic/html.el:
2184         Suppress harmless warnings about setting up semantic-imenu (not
2185         part of Emacs) variables.
2187 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2190         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2191         to "submit:".
2193         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2194         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2195         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2196         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2197         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2198         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2199         (semantic-analyzer-debug-global-symbol)
2200         (semantic-analyzer-debug-missing-innertype)
2201         (semantic-analyzer-debug-insert-include-summary):
2202         * cedet/semantic/util.el (semantic-file-tag-table):
2203         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2204         (semantic-recursive-find-nonterminal-by-name):
2205         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2206         * cedet/semantic/tag-file.el (semantic-prototype-file):
2207         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2208         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2209         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2210         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2211         (semantic-idle-summary-maybe-highlight):
2212         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2213         (semantic-ia-sb-tag-info):
2214         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2215         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2216         * cedet/semantic/ede-grammar.el (project-compile-target):
2217         (ede-proj-makefile-insert-variables):
2218         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2219         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2220         (semantic-debug-mode, semantic-debug):
2221         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2222         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2223         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2224         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2225         (semanticdb-find-translate-path-includes--internal)
2226         (semanticdb-reset-log, semanticdb-find-log-activity):
2227         * cedet/semantic/db-file.el (object-write):
2228         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2229         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2230         (semanticdb-create-ebrowse-database):
2231         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2232         * cedet/semantic/complete.el (semantic-displayor-focus-request)
2233         (semantic-collector-calculate-completions-raw)
2234         (semantic-complete-read-tag-analyzer):
2235         * cedet/semantic/analyze.el (semantic-analyze-pulse):
2236         * cedet/ede/util.el (ede-update-version-in-source):
2237         * cedet/ede/proj.el (project-delete-target):
2238         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2239         (ede-proj-flush-autoconf):
2240         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2241         (ede-proj-configure-synchronize):
2242         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2243         * cedet/ede/linux.el (ede-linux-version):
2244         * cedet/ede/emacs.el (ede-emacs-version):
2245         * cedet/ede/dired.el (ede-dired-add-to-target):
2246         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2247         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2248         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2249         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2250         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2251         (cedet-idutils-version-check):
2252         * cedet/cedet-global.el (cedet-gnu-global-call):
2253         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2254         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2255         * cedet/cedet-cscope.el (cedet-cscope-call)
2256         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2257         Use with-current-buffer.
2258         * cedet/ede.el (ede-make-project-local-variable)
2259         (ede-set-project-variables, ede-set): Use dolist.
2261 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2263         * textmodes/ispell.el (ispell-skip-region-alist):
2264         * international/mule-conf.el (eight-bit):
2265         * international/fontset.el (font-encoding-alist):
2266         * startup.el (pure-space-overflow-message):
2267         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2268         * paths.el (gnus-nntp-service, rmail-spool-directory)
2269         (term-file-prefix):
2270         * files.el (save-some-buffers-action-alist):
2271         * cmuscheme.el (same-window-buffer-names):
2272         * ielm.el (same-window-buffer-names):
2273         * shell.el (same-window-buffer-names):
2274         * mail/sendmail.el (same-window-buffer-names):
2275         * progmodes/inf-lisp.el (same-window-buffer-names):
2276         * bindings.el (mode-line-client)
2277         (mode-line-column-line-number-mode-map):
2278         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2279         (tibetan-precomposed-regexp): Purecopy string arguments.
2281 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2283         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2284         (calcDigit-nondigit):
2285         * calc/calc-yank.el (calc-copy-to-buffer):
2286         * calc/calc-units.el (calc-invalidate-units-table):
2287         * calc/calc-trail.el (calc-trail-yank):
2288         * calc/calc-store.el (calc-insert-variables):
2289         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2290         * calc/calc-prog.el (calc-read-parse-table):
2291         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2292         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2293         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2294         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2295         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2296         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2297         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2298         * calc/calc-ext.el (calc-realign):
2299         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2300         (calc-embedded-finish-edit, calc-embedded-make-info)
2301         (calc-embedded-finish-command, calc-embedded-stack-change):
2302         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2304         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2305         (overload-docstring-extension): Use that info.
2306         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2307         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2308         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2309         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2310         (semantic-nonterminal-full-name): Add the new `when' info.
2311         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2312         `assert'.
2314         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2315         shell-dynamic-complete-filename in preference to
2316         comint-dynamic-complete-filename.
2318         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2319         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2320         Don't consider whether the display supports colors.
2321         (bookmark-import-new-list): Use dolist.
2322         (bookmark-bmenu-mode-map): Move initialization into declaration.
2323         (bookmark-bmenu-list): Use dolist, simplify.
2324         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2325         (menu-bar-final-items): Use push.
2327 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2329         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2330         it works on remote files.
2331         (vc-hg-diff): Don't pass any `--cwd' argument.
2333 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2335         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2336         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2337         (Further to Bug#3921).
2339 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2341         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2342         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2343         calling `tramp-imap-put-file'.  Add file size to the call.
2344         (tramp-imap-get-file-entries): Compute also user name, file size,
2345         and date.
2346         (tramp-imap-handle-insert-directory): Insert uid and gid.
2347         (tramp-imap-handle-file-attributes): Transform uid and gid
2348         according to `id-format'.
2349         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2350         size in header X-Size.
2352 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2354         * simple.el (transpose-subr): Give clearer error when the mark
2355         is not set.  (Bug#4807)
2357 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2359         * net/tramp.el (tramp-perl-file-truename): New defconst.
2360         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2361         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2362         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2363         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2365         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2366         Ignore `dired-call-process'.
2367         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2369 2009-10-26  Julian Scheid  <julians37@gmail.com>
2371         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2372         (tramp-get-remote-readlink): New defun.
2373         (tramp-handle-file-truename): Use it.
2374         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2375         file exists if cache value present.
2376         (tramp-check-cached-permissions) New defun.
2377         (tramp-handle-file-readable-p): Use it.
2378         (tramp-handle-file-writable-p): Likewise.
2379         (tramp-handle-file-executable-p): Likewise.
2380         (tramp-handle-file-name-all-completions): Try using Perl to get
2381         partial completions.  When perl not available, combine `cd' and
2382         `ls' into single remote operation and use shell expansion to get
2383         partial remote directory contents.  Set `file-exists-p' cache for
2384         directory and any files returned by ls.  Change cache handling to
2385         support partial directory contents.  Use error message emitted by
2386         remote `cd' or Perl code for local tramp-error.
2387         (tramp-do-copy-or-rename-file-directly): Avoid separate
2388         tramp-send-command-and-check call.
2389         (tramp-handle-process-file): Merge three remote ops into one.
2390         Do not flush all caches when `process-file-side-effects' is set.
2391         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2392         file-attributes shows uid/gid to be set already.
2394 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2396         * textmodes/tex-mode.el (tex-dvi-view-command)
2397         (tex-show-queue-command, tex-open-quote):
2398         * progmodes/ruby-mode.el (auto-mode-alist)
2399         (interpreter-mode-alist): Purecopy strings.
2401         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2403         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2404         string for the hook, keymap and abbrev table.
2406         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2408         * x-dnd.el (x-dnd-xdnd-to-action):
2409         * startup.el (fancy-startup-text, fancy-about-text): Change to
2410         defconst from defvar.
2412         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2414         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2415         Purecopy initialization strings.
2417         * mail/sendmail.el (mail-header-separator)
2418         (mail-personal-alias-file):
2419         * mail/rmail.el (rmail-default-dont-reply-to-names)
2420         (rmail-ignored-headers, rmail-retry-ignored-headers)
2421         (rmail-highlighted-headers, rmail-secondary-file-directory)
2422         (rmail-secondary-file-regexp):
2423         * files.el (null-device, file-name-invalid-regexp)
2424         (locate-dominating-stop-dir-regexp)
2425         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2426         (interpreter-mode-alist): Use mapcar instead of mapc.
2428         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2430         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2431         (completion-ignored-extensions):
2432         (debug-ignored-errors): Purecopy strings.
2434 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2437         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2438         (pcomplete--here): Use push.
2440         * subr.el (all-completions): Declare the 4th arg obsolete.
2442 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2445         (pcomplete-unquote-argument): New function.
2446         (pcomplete--common-suffix): Always pay attention to case.
2447         (pcomplete--table-subvert): Quote and unquote the text.
2448         (pcomplete--common-quoted-suffix): New function.
2449         (pcomplete-std-complete): Use it and pcomplete-begin.
2451         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2452         we're inside a dedicated or minibuffer window.
2454 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2456         * cedet/semantic/fw.el (semantic-alias-obsolete)
2457         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2458         (define-mode-overload-implementation):
2459         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2460         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2461         * cedet/semantic/util.el (semantic-file-token-stream)
2462         (semantic-something-to-stream):
2463         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2464         (semantic-expand-nonterminal):
2465         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2466         (semantic-find-dependency, semantic-find-nonterminal)
2467         (semantic-find-dependency):
2468         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2469         (semantic-flex-text, semantic-flex-make-keyword-table)
2470         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2471         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2472         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2473         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2474         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2475         (semantic-after-idle-scheduler-reparse-hooks):
2476         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2477         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2478         * cedet/semantic.el (semantic-toplevel-bovine-table)
2479         (semantic-toplevel-bovine-cache)
2480         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2481         (semantic-init-mode-hooks, semantic-init-db-hooks)
2482         (semantic-bovination-working-type): Provide the `when' arg.
2484 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2486         * bookmark.el: Update documentation, especially documentation
2487         of `bookmark-alist' and of the bookmark file format.
2488         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2490 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2492         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2493         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2494         window to buffer.
2496         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2497         (global-whitespace-mode, global-whitespace-newline-mode)
2498         (whitespace-toggle-options, global-whitespace-toggle-options):
2499         Doc fix (Bug#3660).
2501         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2502         of xmltok-start before the end tag was inserted (Bug#2840).
2504         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2505         patterns that are preceded by an open-paren (Bug#1320).
2507 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2509         * files.el (delete-directory): Delete symlinks to directories with
2510         delete-file (Bug#4739).
2512 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2514         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2515         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2516         argument to make-obsolete.
2518         * cedet/semantic/fw.el (semantic-alias-obsolete)
2519         (semantic-varalias-obsolete): Add optional WHEN argument.
2521 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2523         * vc.el (vc-backend-for-registration): Rename from
2524         vc-get-backend-for-registration.  Update callers.
2526         * international/mule-cmds.el (set-language-info-alist):
2527         Purecopy lang-env.
2528         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2529         (charset): Purecopy the name.
2530         (define-char-code-property): Purecopy string arguments.
2532         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2533         Purecopy string arguments.
2535         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2536         * ediff-hook.el (menu-bar-ediff-menu):
2537         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2538         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2540 2009-10-24  Glenn Morris  <rgm@gnu.org>
2542         * comint.el (comint-dynamic-list-completions):
2543         * term.el (term-dynamic-list-completions): Use choose-completion rather
2544         than obsolete alias mouse-choose-completion.
2546         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2547         file-cache-choose-completion.
2548         (file-cache-choose-completion): Handle an optional event argument.
2549         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2551         * progmodes/octave-mod.el (octave-complete-symbol):
2552         Use choose-completion if mouse-choose-completion is ever removed.
2554         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2555         use.
2557         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2558         compiler.
2560         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2562 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2565         Ignore `pred' now that we receive one.
2566         Handle test-completion specially.
2568 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2570         * vc.el (vc-responsible-backend): Throw an error if not backend is
2571         found.  Remove the REGISTER argument.  Move the code dealing with
2572         REGISTER ...
2573         (vc-get-backend-for-registration): ... here.  New function.
2574         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2575         of vc-responsible-backend, pass the file name instead of the
2576         directory name.
2578 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2581         New funs.
2582         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
2583         (pcomplete-comint-setup): Don't modify a global var via
2584         accidental side-effects.
2585         (pcomplete-shell-setup): Adjust call accordingly.
2586         (pcomplete-parse-comint-arguments): Use push.
2588 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2590         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2591         Allow uncapitalized info node names (Bug#3921).
2593         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2594         to the DEBUG file (Bug#3781).
2596 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
2598         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2599         dictionary entry (Bug#4579).
2601 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2603         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2604         from `rfn-eshadow-update-overlay-hook' when unloading.
2605         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2606         "rsyncc".  Adjust doc string.
2607         (tramp-temp-buffer-file-name) New buffer-local defvar.
2608         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2609         Keep temporary file when indicated by method ("rsync" and
2610         "rsyncc").
2611         (tramp-handle-write-region): Handle APPEND.
2612         (tramp-delete-temp-file-function): New defun.  Added to
2613         `kill-buffer-hook'.
2615 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
2617         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2619 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2621         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2622         (color-name-rgb-alist, tty-standard-colors)
2623         (tty-color-mode-alist): Change to defconst.
2625         * simple.el (mark-inactive): Purecopy message.
2627         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2628         (global-map, yank-menu):
2629         * textmodes/ispell.el (ispell-menu-map):
2630         * net/eudc.el (eudc-tools-menu):
2631         * international/mule-cmds.el (describe-language-environment-map)
2632         (setup-language-environment-map, set-coding-system-map)
2633         (mule-menu-keymap):
2634         * vc-hooks.el (vc-menu-entry, vc-menu-map):
2635         * replace.el (occur-mode-map):
2636         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2638 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
2640         * calc/calc.el (math-read-number, math-read-number-simple): Use
2641         `save-match-data'.
2643 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2645         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2646         rather than fiddling with global-map bindings, since it should only
2647         affect per-terminal settings.
2648         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2650         * minibuffer.el (completion-table-with-terminator): Allow to specify
2651         the terminator-regexp.
2653         * simple.el (switch-to-completions): Look for *Completions* in other
2654         frames as well.
2656         * pcomplete.el: Allow the use of completion-tables.
2657         (pcomplete-std-complete): New command.
2658         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2659         (pcomplete--here): Use a function for `form' rather than an expression,
2660         so it can be byte-compiled.
2661         (pcomplete-here, pcomplete-here*): Adjust accordingly.
2662         Add edebug declaration.
2663         (pcomplete-show-completions): Remove unused var `curbuf'.
2664         (pcomplete-do-complete, pcomplete-stub):
2665         Don't assume `completions' is a list of strings any more.
2667 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
2669         * find-dired.el (find-name-arg): Fix typo in docstring.
2671 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2673         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2674         (pcmpl-linux-fs-types): Same, and update to new modules layout.
2676         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2677         pcomplete-entries.
2679         * comint.el (comint-read-input-ring, comint-write-input-ring)
2680         (comint-substitute-in-file-name)
2681         (comint-dynamic-complete-as-filename)
2682         (comint-dynamic-simple-complete)
2683         (comint-dynamic-list-filename-completions)
2684         (comint-dynamic-list-completions)
2685         (comint-redirect-results-list-from-process): Minor simplifications.
2687 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2689         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2690         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2691         the first form.  And insert a blank line after ";;; Code" since
2692         that's usual style.  (My Bug#4612.)
2694         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2696 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * minibuffer.el (completion-table-with-terminator): Properly implement
2699         boundaries, in case `terminator' appears in the suffix.
2700         (completion--embedded-envvar-table): Don't return boundaries if
2701         there's no valid completion.  Simplify.
2702         (completion-file-name-table): New completion table extracted from
2703         completion--file-name-table.
2704         (completion--file-name-table): Use it.
2705         (read-file-name-predicate): Declare obsolete.
2706         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2707         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2708         completion-file-name-table, and use the `pred' argument.
2709         * files.el (locate-file-completion-table): Use the `pred' arg rather
2710         than read-file-name-predicate.
2711         (abbreviate-file-name): Use \` rather than ^ for BOS.
2713 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2715         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2716         vc-responsible-backend to register, it causes problems.
2718 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2722 2009-10-21  Eric Ludlam  <zappo@gnu.org>
2724         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2725         (semantic-c-debug-mode-init-pch): New functions.
2726         (semantic-c-debug-mode-init-last-mode): New var.
2727         (semantic-c-parse-lexical-token): Use them.
2729         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2730         When extracting the argument list, limit only by point-max.
2732 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
2734         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2735         (tramp-smb-handle-file-attributes): Use it.
2736         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2737         (tramp-smb-handle-insert-directory): Use `mapc' rather than
2738         `mapcar'.  Use `tramp-smb-get-stat-capability'.
2739         Add `dired-filename' text properties.
2740         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2741         (tramp-smb-maybe-open-connection): Simplify check for smbclient
2742         version.
2744 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2746         * subr.el (read-key-delay): Reduce to 0.01.
2747         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2748         (bug#4751).
2750 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2754         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2755         (Info-menu): Remove unused vars `last' and `completions'.
2756         (Info-index-nodes): Remove unused var `node'.
2758         * info.el (Info-complete-menu-item): Use complete-with-action.
2760 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2762         Make vc-annotate work through copies and renames.
2763         * vc-annotate.el (vc-annotate-extract-revision-at-line):
2764         Return the file name too.
2765         (vc-annotate-revision-at-line)
2766         (vc-annotate-find-revision-at-line)
2767         (vc-annotate-revision-previous-to-line)
2768         (vc-annotate-show-log-revision-at-line): Update to get the file
2769         name from vc-annotate-extract-revision-at-line.
2770         (vc-annotate-show-diff-revision-at-line-internal): Change the
2771         argument to mean whether to show a file diff or not.  Get the file
2772         name from vc-annotate-extract-revision-at-line.
2773         (vc-annotate-show-diff-revision-at-line):
2774         Update vc-annotate-show-diff-revision-at-line call.
2775         (vc-annotate-warp-revision): Add an optional file argument.
2777         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2778         (vc-git-annotate-extract-revision-at-line): Also return the file
2779         name if found.
2781         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2782         command.  Remove unused code.
2783         (vc-hg-annotate-re): Update to match --follow output.
2784         (vc-hg-annotate-extract-revision-at-line): Also return the file
2785         name if found.
2787         * vc.el: Update annotate-extract-revision-at-line documentation.
2789 2009-10-18  Kevin Ryde  <user42@zip.com.au>
2791         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2792         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2794         * net/browse-url.el (browse-url): Identify alist with "consp and
2795         not functionp" and let all other things go down the `apply' leg,
2796         as suggested by Stefan.  (Further to bug#4531.)
2798 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
2800         * minibuffer.el (read-file-name): Check for repeat before putting
2801         a default argument in file-name-history (Bug#4657).
2803         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2804         read syntax (Bug#4737).
2806         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2808 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2810         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2811         (html-tag-alist, html-tag-help): Add descriptions for undocumented
2812         entries and make note of obsolete tags.
2814 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2816         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2818 2009-10-18  Glenn Morris  <rgm@gnu.org>
2820         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2821         grep, so that binary files (eg international/uni-bidi.el) can match.
2822         Remove test for "UnicodeData" files, since it is hopefully unnecessary
2823         now, and in any case the file header format has changed.
2825 2009-10-17  Glenn Morris  <rgm@gnu.org>
2827         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2828         (flyspell-get-word, flyspell-large-region)
2829         (flyspell-auto-correct-previous-word): Doc/error message fixes.
2831 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2833         * Makefile.in (ELCFILES): Add ede/shell.
2835 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2837         * term/common-win.el (x-colors): Purecopy it.
2839 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2841         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2842         permissive for when the buffer is empty.
2843         (tar-header-block-tokenize): Decode the username and groupname.
2844         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2846 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2848         * cedet/srecode/srt.el:
2849         * cedet/srecode/compile.el:
2850         * cedet/semantic/mru-bookmark.el:
2851         * cedet/semantic/debug.el:
2852         * cedet/semantic/complete.el:
2853         * cedet/semantic/analyze.el: Require CL when compiling.
2855 2009-10-17  Eric Ludlam  <zappo@gnu.org>
2857         * cedet/semantic/scope.el
2858         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2859         tmpscope so that the regular scope will continue to work.
2861         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2862         Use semantic-idle-summary-highlight-face as the highlighting.
2864         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2865         contains multibyte characters, choose first applicable coding
2866         system automatically.
2868         * cedet/ede/project-am.el (project-run-target): New method.
2869         (project-run-target): New method.
2871         * cedet/ede.el (ede-target): Add run target menu item.
2872         (ede-project, ede-minor-keymap): Add ede-run-target binding.
2873         (ede-run-target): New function.
2874         (ede-target::project-run-target): New method.
2876         * cedet/ede/proj.el (project-run-target): New method.
2878         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2879         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2880         Add :rules.
2881         (ede-proj-target-makefile-shared-object): Only libtool compilers
2882         now available.  Add linkers for libtool.
2883         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2884         (ede-proj-makefile-target-name): Always use .la extension.
2886         * cedet/ede/proj-prog.el (project-run-target): New method.
2888         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2889         (ede-g++-linker): Change Change link lines.
2891         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2892         When searching for old variables, go to the end of the buffer and
2893         search backward from there.
2894         (ede-proj-makefile-automake-insert-subdirs)
2895         (ede-proj-makefile-automake-insert-extradist): New methods.
2896         (ede-proj-makefile-create): Use them.
2898         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2899         Force FILE to expand to the current target.  Use file-exists-p to
2900         check that it exists.
2902         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2903         (ede-linux-load): Wrap dir in file-name-as-directory.
2904         Set :version slot.
2906         * cedet/ede/files.el (ede-get-locator-object): When enabling
2907         locate, do so on "top".
2909         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2910         file-name-as-directory during compare.
2911         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2912         Get version number from different places.  Don't call egrep.
2913         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2914         to set the directory.
2916         * cedet/ede/shell.el: New file.
2918         * cedet/inversion.el (inversion-decoders): Allow for stray . in
2919         alpha/beta variants.
2921 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * international/mule-cmds.el (select-safe-coding-system): If the file
2924         has a coding cookie, use it regardless of any other setting (bug#4712).
2926 2009-10-17  Glenn Morris  <rgm@gnu.org>
2928         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2929         All errors should have messages.
2931         * foldout.el (foldout-mouse-swallow-events):
2932         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2934         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2935         (dired-keep-marker-copy, dired-keep-marker-hardlink)
2936         (dired-keep-marker-symlink, dired-dwim-target)
2937         (dired-copy-preserve-time): Do not autoload these defcustoms.
2939         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2940         messages from messing up the file coding.  (Bug#4623)
2942 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
2944         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2945         if no match is found for the current dictionary.  (Bug#4578)
2947         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2948         optional, since that is how it is documented, and this is often called
2949         with a nil argument.  (Bug#4577)
2950         (flyspell-external-point-words, flyspell-auto-correct-word)
2951         (flyspell-correct-word-before-point, flyspell-word-search-forward)
2952         (flyspell-word-search-backward): Remove nil argument in calls to
2953         flyspell-get-word, since it is not needed now.
2955 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
2957         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
2959 2009-10-16  Glenn Morris  <rgm@gnu.org>
2961         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2963 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2965         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2966         (ange-ftp-file-size): New function.
2967         (ange-ftp-file-attributes): Use it.
2969 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
2971         * net/tramp-smb.el (tramp-smb-version): New defvar.
2972         (tramp-smb-maybe-open-connection): Use it, in order to avoid
2973         repeated checks.
2975 2009-10-16  Glenn Morris  <rgm@gnu.org>
2977         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2978         Maybe copy some custom properties from old to new name.  (Bug#4706)
2980 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
2982         * subr.el (error, sit-for, start-process-shell-command)
2983         (start-file-process-shell-command): Set the calling convention
2984         after the function definition.
2986 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2988         * subr.el (error, sit-for, start-process-shell-command)
2989         (start-file-process-shell-command): Use the new
2990         set-advertised-calling-convention feature.
2992 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
2994         * international/ucs-normalize.el (ucs-normalize-version):
2995         Change to 1.2.
2996         (check-range): Adjust for Unicode 5.2.
2998 2009-10-15  Juri Linkov  <juri@jurta.org>
3000         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3001         to the `menu-item' format.
3003 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
3005         * net/tramp.el (tramp-replace-environment-variables): Do not fail
3006         if the environment variable does not exist.
3008         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3009         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3010         parameter.
3011         (tramp-smb-handle-add-name-to-file)
3012         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3013         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3014         (tramp-smb-handle-file-attributes)
3015         (tramp-smb-do-file-attributes-with-stat)
3016         (tramp-smb-handle-file-local-copy)
3017         (tramp-smb-handle-insert-directory)
3018         (tramp-smb-handle-make-directory)
3019         (tramp-smb-handle-make-directory-internal)
3020         (tramp-smb-handle-make-symbolic-link)
3021         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3022         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3023         (tramp-smb-maybe-open-connection): Apply the changed parameters.
3024         (tramp-smb-read-file-entry): Read Disk names in compressed format.
3025         Handle long file names.
3026         (tramp-smb-get-cifs-capabilities): Check, whether the connection
3027         process is running.
3028         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3029         Read share names with "-g" option.
3031 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
3033         * net/rcirc.el (rcirc-view-log-file): New command.
3034         (rcirc-track-minor-mode-map): Remove C-c ` binding.
3035         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3036         specified.
3038 2009-10-15  Glenn Morris  <rgm@gnu.org>
3040         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3041         from the second command-line argument.
3042         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3043         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3044         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3045         w32-batch-update-autoloads.
3046         * emacs-lisp/autoload.el (autoload-make-program): New variable.
3047         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3049         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3050         the headers cannot be located.  Simplify, subtracting superflous
3051         save-excursions.
3053 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3055         Replace completion-base-size by completion-base-position to fix bugs
3056         such as (bug#4699).
3057         * simple.el (completion-base-position): New var.
3058         (completion-base-size): Mark as obsolete.
3059         (choose-completion): Make it work for mouse events as well.
3060         Pass the new base-position to choose-completion-string.
3061         (choose-completion-guess-base-position): New function, extracted from
3062         choose-completion-delete-max-match.
3063         (choose-completion-delete-max-match): Use it.  Make obsolete.
3064         (choose-completion-string): Use the new base-position info.
3065         (completion-root-regexp): Delete.
3066         (completion-setup-function): Preserve completion-base-position.
3067         Eliminate obsolete base-size manipulation.
3068         * minibuffer.el (display-completion-list): Don't mess with base-size.
3069         (minibuffer-completion-help): Set completion-base-position instead.
3070         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3071         choose-completion.
3072         * textmodes/bibtex.el (bibtex-complete):
3073         * emacs-lisp/crm.el (crm--choose-completion-string):
3074         Adjust to new calling convention.
3075         * complete.el (partial-completion-mode): Use minibufferp to avoid
3076         bumping into incompatible change to choose-completion-string-functions.
3077         * ido.el (ido-choose-completion-string): Make its calling convention
3078         more permissive.
3079         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3080         base-size manipulation.
3081         (comint-dynamic-list-input-ring): Use dotimes and push.
3082         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3083         fundamental-mode.  Use `or'.
3085 2009-10-14  Juri Linkov  <juri@jurta.org>
3087         * misearch.el (multi-isearch-next-buffer-from-list)
3088         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
3090 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3092         * Makefile.in (compile-onefile): Load `bytecomp' rather than
3093         `bytecomp.el'.
3095         * minibuffer.el (completion-pcm--merge-completions): Make sure the
3096         string we return is all made up of text from the completions rather
3097         than part from the completions and part from the input (bug#4219).
3099         * ido.el (ido-everywhere): Use define-minor-mode.
3101         * buff-menu.el (list-buffers, ctl-x-map):
3102         Mark the entry points with ;;;###autoload cookies.
3104 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3106         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3107         correctly in the detached head case.
3108         (vc-git-print-log): Remove unused binding.
3110         * vc.el (vc-responsible-backend): When a directory is passed for
3111         for registration create a VC repository if no backend is
3112         responsible for the directory argument.
3113         (vc-deduce-fileset): Tell vc-responsible-backend to register.
3115         * vc.el: Move comments about RCS and SCCS ...
3116         * vc-rcs.el:
3117         * vc-sccs.el: ... here, respectively.
3119 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * minibuffer.el (completion--file-name-table): Return nil if there's
3122         no file completion, even if substitute-in-file-name changed
3123         the string (bug#4708).
3125 2009-10-13  Juri Linkov  <juri@jurta.org>
3127         * files-x.el (read-file-local-variable-value): Don't filter out
3128         minor modes from mode name completion (bug#4664).
3130 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3132         * international/mule-cmds.el (ucs-names): Remove exclusion of
3133         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3135 2009-10-13  Kenichi Handa  <handa@m17n.org>
3137         * international/uni-name.el: Regenerated.
3139 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3141         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
3142         should be automatically buffer-local, but isn't.)
3144 2009-10-12  Sam Steingold  <sds@gnu.org>
3146         * progmodes/compile.el (compilation-next-error-function): Fix the
3147         timestamps if the buffer has been visited before.
3148         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3149         non-anchored patterns, like the perl one (bug#3928).
3151 2009-10-12  Glenn Morris  <rgm@gnu.org>
3153         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3154         Let-bind `size'.
3156 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
3158         * proced.el (proced-unload-function): New function.
3160         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3161         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3162         Doc fix.
3164         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3166 2009-10-11  Juri Linkov  <juri@jurta.org>
3168         * files-x.el (read-file-local-variable-value):
3169         Provide default value only for bound variables (bug#4664).
3171 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
3173         * net/tramp.el (tramp-local-host-p): Function shall return nil for
3174         connection methods like smb.
3176         * net/tramp-cache.el (tramp-flush-connection-property): The hash
3177         can be empty.
3179         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3180         (tramp-smb-file-name-handler-alist): Add handlers for
3181         `add-name-to-file', `make-symbolic-link'.
3182         (tramp-smb-handle-add-name-to-file)
3183         (tramp-smb-do-file-attributes-with-stat)
3184         (tramp-smb-handle-make-symbolic-link)
3185         (tramp-smb-get-cifs-capabilities): New defuns.
3186         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3187         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3188         (tramp-smb-handle-file-local-copy)
3189         (tramp-smb-handle-make-directory-internal)
3190         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3191         The file name syntax depends on cifs capabilities.
3192         (tramp-smb-handle-file-attributes):
3193         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3194         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3195         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3197 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3199         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3200         (eieio-defclass): Apply deftype handler and setf-method properties
3201         directly.
3202         (eieio-add-new-slot): Avoid union function from cl library.
3203         (eieio--typep): New function.
3204         (eieio-perform-slot-validation): Use it.
3206 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3208         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3209         Update documentation to refer to the variables documented in r1.135.
3210         (Bug#4188)
3212 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3214         * bookmark.el (Info-suffix-list): Remove this unused variable.
3215         (bookmark-current-point): Remove this obsolete variable.
3216         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3217         Adjust for removal of bookmark-current-point.
3219         (bookmarks-already-loaded, bookmark-current-buffer)
3220         (bookmark-yank-point): Document.  (Bug#4188)
3222 2009-10-10  Glenn Morris  <rgm@gnu.org>
3224         * frame.el (frame-height): Doc fix.
3226         * calendar/calendar.el (calendar-split-width-threshold): New option.
3227         (calendar-basic-setup): Use calendar-split-width-threshold.
3229 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
3231         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3232         Use .la for Automake.
3234 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
3236         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3237         Use "autoreconf -i".  Suggested by Andreas Schwab.
3239 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3241         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3242         Ideographic Supplement" range (U+1F200..U+1F2FF).
3244 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3246         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3247         since the list will have been rebuilt anyway.  (Bug#4349)
3249 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3251         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3252         (bookmark-bmenu-execute-deletions): Don't save here, as
3253         bookmark-delete will now do so if necessary.
3254         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3255         (Bug#4348)
3257 2009-10-09  Glenn Morris  <rgm@gnu.org>
3259         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3261 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3263         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3264         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3265         argument now, so the two function's behaviors will match.  (Bug#3645)
3267 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3269         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3270         Fix filename test.
3271         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3272         to expand file names.
3274 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3276         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3277         (tramp-file-name-real-host, tramp-file-name-port):
3278         Apply `save-match-data'.
3280         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3281         case both directories are remote.
3282         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3283         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3285 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3287         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3288         (ede-proj-target-makefile-objectcode): Use it.
3290         * cedet/ede/source.el (ede-want-any-source-files-p)
3291         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3292         Return search result.  This error was introduced while merging.
3294 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3296         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3298 2009-10-07  Glenn Morris  <rgm@gnu.org>
3300         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3301         of concat.
3303 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * files-x.el (read-file-local-variable): Include some
3306         non-user-variables in the completion table (bug#4664).
3308 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3310         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3311         message.
3313         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3314         (tramp-smb-file-name-handler-alist): Add handler for
3315         `copy-directory', `expand-file-name', `set-file-modes'.
3316         (tramp-smb-handle-copy-directory)
3317         (tramp-smb-handle-expand-file-name)
3318         (tramp-smb-handle-set-file-modes): New defuns.
3319         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3320         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3321         entry.
3322         (tramp-smb-handle-insert-directory): Don't flush the cache.
3323         (tramp-smb-maybe-open-connection): Check for samba client and
3324         server versions.
3326 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3328         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3329         to not error out of search for "^lisp=" fails.
3331 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3333         * makefile.w32-in (WINS_UPDATES): New macro.
3334         (custom-deps, finder-data, autoloads): Use it.
3336 2009-10-07  Glenn Morris  <rgm@gnu.org>
3338         * Makefile.in (autoloads): Revert previous change.
3339         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3340         the list of preloaded files passed on the command-line, get
3341         it from src/Makefile.
3343         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3344         show the original buffer rather than a random one.
3346 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3348         * help.el (describe-no-warranty): Place point in a slightly better
3349         position in the GPLv3 text.
3351 2009-10-06  Sam Steingold  <sds@gnu.org>
3353         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3354         the comm attribute is present before calling regexp-quote.
3356 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3358         * play/animate.el (animate-string): For good effect, make sure
3359         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3361         * play/animate.el (animate-sequence, animate-birthday-present):
3362         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3364 2009-10-06  Glenn Morris  <rgm@gnu.org>
3366         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3368         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3369         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3370         (batch-update-autoloads): Process a string value of autoload-excludes,
3371         set during the build process.
3372         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3374         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3375         inside with-parsed...  macro so that `v' is defined.
3377         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3378         * progmodes/fortran.el (fortran-end-of-block)
3379         (fortran-beginning-of-block):
3380         Also push mark in the macro case.
3382         * emerge.el (emerge-show-file-name):
3383         * calc/calc.el (calc-quit):
3384         * calc/calc-misc.el (calc-big-or-small):
3385         * calc/calc-graph.el (calc-graph-view):
3386         * calc/calc-ext.el (calc-reset):
3387         * calendar/calendar.el (calendar-basic-setup):
3388         Use window-full-height-p.
3390         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3391         header we don't understand, don't insert another.  (Bug#4624)
3392         If changing mime charset, insert the new one in the right place.
3394 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3396         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3397         (cal-tex-cursor-month): Correctly increment the end date for diary and
3398         holiday listing.  (Bug#4626)
3400 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3402         * help-fns.el (describe-function-1): Don't burp if the function is not
3403         a symbol.
3405 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3407         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3408         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3409         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3410         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3412         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3413         (eieio-default-superclass): Reflow docstrings.
3414         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3415         (eieio-unbind-method-implementations, defmethod)
3416         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3417         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3418         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3419         (eieio-slot-originating-class-p, eieio-slot-name-index)
3420         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3421         (constructor, initialize-instance, no-next-method, object-print)
3422         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3423         Fix typos in docstrings.
3424         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3425         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3426         (next-method-p): Doc fixes.
3427         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3428         Fix typos in error messages.
3429         (eieio-defmethod): Fix typo in description of generic method.
3431         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3432         (eieio-persistent-save-interactive, slot-missing):
3433         Fix typos in docstrings.
3434         (eieio-instance-inheritor-slot-boundp): Doc fix.
3436         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3437         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3439         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3440         (eieio-custom-object-apply-reset):
3441         Fix typos in docstrings and error messages.
3443         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3444         Fix typo in docstring.
3446         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3447         (eieio-browse-tree): Doc fix.
3448         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3449         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3450         Fix typos in docstrings.
3452         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3453         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3454         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3455         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3456         Reflow docstrings.
3458 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3460         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3461         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3462         Set log-view-vc-backend so that diff can work.
3464         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3465         vc-version-diff.
3466         (vc-diff-internal): Autoload this instead of vc-version-diff.
3468 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3470         * simple.el (eval-expression): Doc fix.
3472         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3474 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3476         * files.el (directory-files-no-dot-files-regexp): New defconst.
3477         (delete-directory): Use it.
3478         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3480         * net/tramp.el (tramp-verbose): Fix docstring.
3481         (tramp-methods): Add recursive option to `tramp-copy-args'.
3482         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3483         "scp1_old", "scp2_old", "rsync", "rsyncc".
3484         (tramp-default-method): Check also for `auth-source-user-or-password'.
3485         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3486         Add handler for `copy-directory'.
3487         (tramp-handle-copy-directory): New defun.
3488         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3489         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3490         Optimize sent command.
3492 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3495         window if necessary.
3497         * calendar/calendar.el (calendar-basic-setup): Don't call
3498         switch-to-buffer in a dedicated window.
3500 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3502         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3503           don't do anything related to relocating, just return nil.
3504         (bookmark-error-no-filename): New error.
3505         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3506           bookmark has no file.  Don't even attempt to handle things that
3507           are not files; the whole point of custom handlers is to keep that
3508           knowledge elsewhere anyway.  Tighten some comments.
3509         (bookmark-file-or-variation-thereof): Remove now-unused function.
3510         (bookmark-location): Doc string fix.
3511         (Bug#4250)
3513 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3515         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3516         don't use a file dialog, because they usually don't know how to read
3517         a directory target from the user.  (Bug#4230)
3518         Also, make sure the prompt can display directories as well as files.
3520 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3522         * bookmark.el (bookmark-set, bookmark-buffer-name):
3523         Improve doc strings.  (Bug#1193)
3525 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3527         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3528         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3529         (bookmark-get-annotation, bookmark-set-annotation)
3530         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3531         (bookmark-set-position, bookmark-get-front-context-string)
3532         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3533         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3534         (bookmark-jump-other-window, bookmark-handle-bookmark)
3535         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3536         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3537         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3538            Improve doc strings to say whether bookmark can be a string or
3539            a record or both, and make other consistency and clarity fixes.
3540         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3541         (bookmark-default-annotation-text, bookmark-yank-word)
3542         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3543         (bookmark-import-new-list, bookmark-maybe-rename)
3544         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3545         (bookmark-bmenu-bookmark): Give these doc strings.
3546         (bookmark-bmenu-check-position): Give this a doc string, but also
3547            add a FIXME comment about how the function may be pointless.
3548         (bookmark-default-handler): Rework doc string and change a
3549            parameter name, to clarify that this takes a bookmark record
3550            not a bookmark name.
3551         (bookmark-set): Change a parameter name to indicate its meaning,
3552            and improve the doc string a bit.
3553         (Bug#4188)
3555 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3557         * bookmark.el (bookmark-alist): Document the new `handler' element
3558         in the param alist.
3559         (bookmark-make-record-function): Adjust documentation for above.
3560         (Bug#4193)
3562 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3564         * info.el (Info-bookmark-make-record): Document this function.
3565         (Info-bookmark-jump): Document with a doc string, not just a comment.
3566         (Bug#4203)
3568 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3570         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3571         (semantic-new-buffer-fcn): Call parser setup functions here.
3572         (semantic-mode): Don't call parser setup functions here, it's done
3573         in semantic-new-buffer-fcn now.
3574         (semantic-mode): Parse all existing buffers when enabled.
3576         * cedet/srecode/compile.el (srecode-compile-file):
3577         Call semantic-new-buffer-fcn if the buffer has not been parsed.
3579 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3581         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3583         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3584         (proj-comp-insert-variable-once): New macro, renamed from
3585         ede-pmake-insert-variable-once in ede/pmake.edl.
3586         (ede-proj-makefile-insert-variables): Use it.
3588 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
3590         * files.el (copy-directory): New defun.
3592         * dired-aux.el (dired-copy-file-recursive): Use it.
3594 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3596         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3597         (makefile-end-of-command):
3598         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3599         (semantic-end-of-context): Fix previous change.  Doc fixes.
3601 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3603         * files-x.el (modify-dir-local-variable)
3604         (copy-dir-locals-to-file-locals-prop-line):
3605         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3606         (makefile-end-of-command):
3607         * cedet/semantic/lex.el (semantic-lex-token):
3608         * cedet/semantic/analyze/fcn.el
3609         (semantic-analyze-dereference-metatype-1):
3610         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3611         (semantic-lex-cpp-undef):
3612         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3613         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3614         (semantic-end-of-context): Fix typos in docstrings.
3616         * recentf.el (recentf-unload-function): New function.
3618 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3620         * cedet/ede.el (ede-project-placeholder-cache-file):
3621         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3622         * cedet/srecode/map.el (srecode-map-save-file):
3623         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
3625 2009-10-04  Glenn Morris  <rgm@gnu.org>
3627         * window.el (window-full-height-p): Add doc string.
3629 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
3631         * window.el (window-full-height-p): New function.  (Bug#4543)
3633 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
3635         * cedet/srecode/insert.el: Require srecode/args.
3637         * cedet/srecode/args.el: Require srecode/dictionary instead of
3638         srecode/insert.
3640         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3642         * files.el (auto-mode-alist): Add .srt and Project.ede.
3644         * cedet/semantic.el (semantic-mode):
3645         Handle srecode-template-mode-hook as well.
3646         (semantic-mode): Use js-mode-hook for Javascript hook.
3648         * cedet/srecode/template.el: Remove hook variable.
3650         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3652         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3653         projects exist.
3654         (ede-project-placeholder-cache-file): Default to a file in
3655         user-emacs-directory.
3657         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3658         templates in data-directory.
3659         (srecode-map-save-file): Default to a file in user-emacs-directory.
3661         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3662         directory.
3664 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3666         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3667         Doc fix.
3669         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3670         Only insert each variable once.
3672         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3673         (ede-pmake-insert-variable-shared): Use it.
3675         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3676         for lexical table iff table is nil.
3678 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3680         * vc.el: Remove commented out code.
3681         (vc-derived-from-dir-mode): Remove, unused.
3682         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3684 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
3686         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3687         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
3688         there could be recursive loading when `default-directory' is a
3689         remote file name.  (Bug#4614)
3691 2009-10-03  Glenn Morris  <rgm@gnu.org>
3693         * calendar/calendar.el (calendar-basic-setup): Handle the case where
3694         the frame is wide.
3695         (calendar-generate-window): Test for shrinkability rather than width.
3697         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3698         declaration, currently false.
3700         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3701         reusing existing buffers, in case we happen to visit two files with the
3702         same basename.  (Bug#4593)
3704 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3706         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3707         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3708         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3709         subdirs of cedet as well.
3710         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3712 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3715         Obey advertised-signature-table.
3717         * help-fns.el (help-function-arglist): Don't check
3718         advertised-signature-table.
3719         (describe-function-1): Do it here instead so it also applies to subrs.
3721 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
3723         * simple.el (start-file-process): Say in the doc-string, that file
3724         handlers might not support pty association, if PROGRAM is nil.
3726         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3727         HOST and USER are strings.  They are nil, when there are
3728         incomplete entries in ~/.netrc, for example.
3729         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
3730         root directory ("device busy" error otherwise).
3732         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3733         Flush file properties of created directory.
3735 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3737         * makefile.w32-in (WINS_BASIC): Remove cedet.
3738         (WINS_CEDET): Add cedet.
3739         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3741 2009-10-02  Kevin Ryde  <user42@zip.com.au>
3743         * net/browse-url.el (browse-url): Pass any symbol in
3744         browse-url-browser-function to `apply', since if you've mistakenly put
3745         an unbound symbol then the error is clearer.  (Bug#4531)
3747 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3749         * allout.el (allout-init, allout-back-to-current-heading)
3750         (allout-beginning-of-current-entry, allout-ascend-to-depth)
3751         (allout-ascend, allout-up-current-level, allout-end-of-level)
3752         (allout-previous-visible-heading, allout-forward-current-level)
3753         (allout-backward-current-level, allout-show-children):
3754         * apropos.el (apropos-describe-plist):
3755         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3756         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3757         * completion.el (add-completion, add-permanent-completion):
3758         * descr-text.el (describe-text-category, describe-char):
3759         * desktop.el (desktop-lazy-abort):
3760         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3761         * dired.el (dired-build-subdir-alist):
3762         * ediff.el (ediff-version):
3763         * elide-head.el (elide-head, elide-head-show):
3764         * emerge.el (emerge-version):
3765         * env.el (getenv):
3766         * face-remap.el (variable-pitch-mode):
3767         * faces.el (describe-face):
3768         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3769         (dired-at-point):
3770         * files.el (find-file-existing, auto-save-mode):
3771         * font-lock.el (font-lock-fontify-buffer):
3772         * help-fns.el (describe-function, describe-variable)
3773         (describe-syntax, describe-categories):
3774         * help.el (view-lossage, describe-bindings, describe-key)
3775         (describe-mode):
3776         * hexl.el (hexl-current-address):
3777         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3778         * info.el (Info-goto-emacs-key-command-node):
3779         * log-edit.el (log-edit-insert-cvs-template)
3780         (log-edit-insert-cvs-rcstemplate):
3781         * menu-bar.el (menu-bar-mode):
3782         * mouse.el (mouse-appearance-menu):
3783         * newcomment.el (comment-indent-new-line):
3784         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3785         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3786         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3787         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3788         * recentf.el (recentf-mode):
3789         * savehist.el (savehist-mode, savehist-save):
3790         * shadowfile.el (shadow-copy-files):
3791         * simple.el (kill-ring-save, next-line, previous-line)
3792         (normal-erase-is-backspace-mode):
3793         * strokes.el (strokes-update-window-configuration)
3794         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3795         (strokes-xpm-for-stroke):
3796         * time.el (emacs-uptime, emacs-init-time):
3797         * tutorial.el (tutorial--describe-nonstandard-key)
3798         (tutorial--detailed-help):
3799         * type-break.el (type-break-mode)
3800         (type-break-mode-line-message-mode, type-break-query-mode)
3801         (type-break-guesstimate-keystroke-threshold):
3802         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3803         * version.el (emacs-version):
3804         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3805         * winner.el (winner-mode):
3806         * calendar/timeclock.el (timeclock-in, timeclock-out)
3807         (timeclock-status-string, timeclock-change)
3808         (timeclock-workday-remaining-string)
3809         (timeclock-workday-elapsed-string)
3810         (timeclock-when-to-leave-string):
3811         * calendar/todo-mode.el (todo-add-category):
3812         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3813         * emacs-lisp/autoload.el (update-file-autoloads):
3814         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3815         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3816         (checkdoc-message-text, checkdoc-defun):
3817         * emacs-lisp/debug.el (debugger-list-functions):
3818         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3819         * emacs-lisp/eieio-opt.el (eieio-describe-class)
3820         (eieio-describe-generic):
3821         * emacs-lisp/lisp-mnt.el (lm-synopsis):
3822         * emacs-lisp/shadow.el (list-load-path-shadows):
3823         * emulation/cua-base.el (cua-mode):
3824         * emulation/edt.el (edt-set-scroll-margins):
3825         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3826         (tpu-toggle-regexp, tpu-toggle-search-direction)
3827         (tpu-toggle-rectangle, tpu-toggle-control-keys):
3828         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3829         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3830         (viper-set-parsing-style-toggling-macro)
3831         (viper-set-emacs-state-searchstyle-macros):
3832         * emulation/viper.el (viper-set-hooks):
3833         * eshell/esh-mode.el (eshell-truncate-buffer):
3834         * international/mule-cmds.el (prefer-coding-system)
3835         (describe-input-method, describe-language-environment):
3836         * international/mule-diag.el (list-character-sets)
3837         (describe-character-set, describe-coding-system)
3838         (describe-fontset, list-fontsets, list-input-methods):
3839         * mail/sendmail.el (mail-signature):
3840         * net/ange-ftp.el (ange-ftp-copy-file):
3841         * net/browse-url.el (browse-url):
3842         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3843         * net/quickurl.el (quickurl-add-url):
3844         * net/rcirc.el (names, topic):
3845         * net/xesam.el (xesam-mode):
3846         * play/5x5.el (5x5-new-game):
3847         * play/yow.el (apropos-zippy):
3848         * progmodes/ada-mode.el (ada-mode-version):
3849         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3850         (f90-end-of-block)
3851         (f90-beginning-of-block):
3852         * progmodes/fortran.el (fortran-end-of-block)
3853         (fortran-beginning-of-block):
3854         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3855         * progmodes/python.el (python-describe-symbol, python-shell):
3856         * term/ns-win.el (ns-print-buffer):
3857         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3858         * textmodes/flyspell.el (flyspell-mode-on):
3859         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3860         (pages-directory-for-addresses):
3861         * textmodes/table.el (table-recognize-cell)
3862         (table-query-dimension, table-generate-source)
3863         (table-insert-sequence, table--warn-incompatibility):
3864         * textmodes/tex-mode.el (tex-validate-buffer):
3865         * textmodes/texinfmt.el (texinfmt-version)
3866         (texinfo-format-buffer):
3867         Use `called-interactively-p' instead of `interactive-p'.
3869 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3871         * image-mode.el (image-toggle-display):
3872         * emacs-lisp/elp.el (elp-instrument-function):
3873         * emacs-lisp/advice.el (ad-make-advised-definition):
3874         * emacs-lisp/easy-mmode.el (define-minor-mode):
3875         * net/browse-url.el (browse-url-maybe-new-window):
3876         * progmodes/sh-script.el (sh-learn-buffer-indent):
3877         Pass new argument 'any to `called-interactively-p'.
3879 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3881         * international/uni-bidi.el:
3882         * international/uni-category.el:
3883         * international/uni-combining.el:
3884         * international/uni-comment.el:
3885         * international/uni-decimal.el:
3886         * international/uni-decomposition.el:
3887         * international/uni-digit.el:
3888         * international/uni-lowercase.el:
3889         * international/uni-mirrored.el:
3890         * international/uni-name.el:
3891         * international/uni-numeric.el:
3892         * international/uni-old-name.el:
3893         * international/uni-titlecase.el:
3894         * international/uni-uppercase.el:
3895         Regenerate from Unicode 5.2.0 data.
3897 2009-10-01  Glenn Morris  <rgm@gnu.org>
3899         * Makefile.in (ELCFILES): Regenerate.
3901 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * subr.el (interactive-p): Mark obsolete.
3904         (called-interactively-p): Make the optional-ness of `kind' obsolete.
3905         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3906         advertised-signature-table for subroutines as well.
3908         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3909         (set-advertised-calling-convention): New function.
3910         (make-obsolete, define-obsolete-function-alias)
3911         (make-obsolete-variable, define-obsolete-variable-alias):
3912         Make the optional-ness of `when' obsolete.
3913         (define-obsolete-face-alias): Make `when' non-optional.
3914         * help-fns.el (help-function-arglist):
3915         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3916         Use advertised-signature-table.
3918 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3920         * files.el (delete-directory): New defun.  The original function
3921         in fileio.c has been renamed to `delete-directory-internal'.
3923         * dired.el (dired-delete-file): Call `delete-directory' with
3924         RECURSIVE parameter.
3926         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3927         parameter RECURSIVE.  Implementation is missing.
3929         * net/tramp.el (tramp-handle-make-directory): Flush upper
3930         directory's file properties.
3931         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3932         (tramp-handle-dired-recursive-delete-directory): Flush directory
3933         properties after the remove command only.
3935         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3936         Handle optional parameter RECURSIVE.
3938         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3939         Handle optional parameter RECURSIVE.
3941         * net/tramp-smb.el (tramp-smb-errors): Add error message for
3942         connection timeout.
3943         (tramp-smb-handle-delete-directory): Handle optional parameter
3944         RECURSIVE.
3946 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3949         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3950         (byte-compile-defmacro): Use backquotes.
3952         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3954         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3955         has no associated file.
3956         (vc-resynch-buffer): Use vc-dir-buffers.
3958 2009-10-01  Glenn Morris  <rgm@gnu.org>
3960         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3961         (chart-file-count):
3962         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3963         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3964         * emacs-lisp/eieio-opt.el (eieio-describe-class):
3965         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3966         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3967         (eieio-copy-parents-into-subclass, make-instance, class-children)
3968         (eieio-generic-form):
3969         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3970         * cedet/cedet-idutils.el (cedet-idutils-search)
3971         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3972         (cedet-idutils-version-check):
3973         * cedet/cedet.el (cedet-version):
3974         * cedet/data-debug.el (data-debug-insert-overlay-button)
3975         (data-debug-insert-overlay-list-button)
3976         (data-debug-insert-buffer-button)
3977         (data-debug-insert-buffer-list-button)
3978         (data-debug-insert-process-button, data-debug-insert-ring-button)
3979         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3980         (data-debug-insert-stuff-vector-button)
3981         (data-debug-insert-symbol-button, data-debug-insert-string)
3982         (data-debug-insert-number, data-debug-insert-lambda-expression)
3983         (data-debug-insert-nil, data-debug-insert-simple-thing)
3984         (data-debug-insert-custom, data-debug-edebug-expr):
3985         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3986         (global-ede-mode-map, ede-new, ede-debug-target)
3987         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3988         * cedet/semantic.el (semantic-minimum-working-buffer-size)
3989         (semantic-fetch-tags, semantic-submode-list)
3990         (semantic-default-submodes):
3991         * cedet/ede/source.el (ede-source-match):
3992         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3993         (project-am-package-info):
3994         * cedet/ede/proj.el (ede-proj-target, project-new-target):
3995         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3996         * cedet/ede/proj-comp.el (ede-current-build-list):
3997         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3998         * cedet/ede/files.el (ede-toplevel-project-or-nil):
3999         * cedet/ede/cpp-root.el (initialize-instance):
4000         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4001         (autoconf-parameter-strip, autoconf-insert-new-macro):
4002         * cedet/semantic/wisent.el (wisent-lex-eoi):
4003         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4004         (semantic-show-parser-state-mode):
4005         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4006         * cedet/semantic/tag.el (semantic-tag-new-variable)
4007         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4008         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4009         (semantic--tag-deep-copy-tag-list)
4010         (semantic-tag-components-with-overlays-default):
4011         * cedet/semantic/symref.el (semantic-symref-find-text):
4012         * cedet/semantic/senator.el (senator-yank-tag)
4013         (senator-transpose-tags-up):
4014         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4015         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4016         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4017         * cedet/semantic/lex.el (semantic-lex-comment-regex)
4018         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4019         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4020         * cedet/semantic/lex-spp.el
4021         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4022         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4023         * cedet/semantic/idle.el
4024         (semantic-idle-summary-current-symbol-info-brutish)
4025         (semantic-idle-summary-current-symbol-info-default):
4026         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4027         (semantic--grammar-macro-compl-dict):
4028         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4029         * cedet/semantic/format.el (semantic-format-tag-custom-list)
4030         (semantic-format-tag-canonical-name-default):
4031         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4032         (semantic-find-tags-for-completion)
4033         (semantic-find-tags-by-scope-protection-default)
4034         (semantic-deep-find-tags-for-completion):
4035         * cedet/semantic/edit.el
4036         (semantic-edits-incremental-reparse-failed-hook)
4037         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4038         (semantic-edits-splice-remove, semantic-edits-splice-replace):
4039         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4040         * cedet/semantic/dep.el (semantic-dependency-include-path):
4041         * cedet/semantic/db.el (semanticdb-default-find-index-class)
4042         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4043         (semanticdb-project-roots):
4044         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4045         (semanticdb-find-adebug-insert-scanned-tag-cons)
4046         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4047         (semanticdb-brute-deep-find-tags-for-completion):
4048         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4049         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4050         (semantic-end-of-context-default)
4051         (semantic-ctxt-current-function-default)
4052         (semantic-ctxt-scoped-types-default):
4053         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4054         (semantic-complete-inline-tag-engine)
4055         (semantic-complete-inline-custom-type)
4056         (semantic-complete-read-tag-analyzer):
4057         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4058         (semantic-chart-database-size):
4059         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4060         (semantic-analyze-current-context):
4061         * cedet/semantic/symref/list.el (semantic-symref)
4062         (semantic-symref-hide-buffer, semantic-symref-symbol):
4063         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4064         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4065         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4066         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4067         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4068         (semantic-c-dereference-template):
4069         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4070         (semantic--analyze-refs-full-lookup-with-parents)
4071         (semantic--analyze-refs-full-lookup-simple):
4072         * cedet/semantic/analyze/complete.el
4073         (semantic-analyze-possible-completions):
4074         * cedet/srecode/table.el (srecode-mode-table-new):
4075         * cedet/srecode/srt.el (srecode-read-variable-name):
4076         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4077         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4078         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4079         * cedet/srecode/map.el (srecode-current-map):
4080         * cedet/srecode/insert.el (srecode-insert)
4081         (srecode-insert-variable-secondname-handler, srecode-insert-method)
4082         (srecode-template-inserter-point-override)
4083         (srecode-insert-include-lookup):
4084         * cedet/srecode/getset.el (srecode-auto-choose-class):
4085         * cedet/srecode/extract.el (srecode-inserter-extract):
4086         * cedet/srecode/document.el
4087         (srecode-document-autocomment-return-last-alist)
4088         (srecode-document-autocomment-param-type-alist)
4089         (srecode-document-insert-function-comment)
4090         (srecode-document-insert-variable-one-line-comment)
4091         (srecode-document-function-name-comment):
4092         * cedet/srecode/dictionary.el (srecode-create-dictionary)
4093         (srecode-compound-toString):
4094         * cedet/srecode/compile.el (srecode-flush-active-templates):
4095         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4096         Doc/message fixes.
4098         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4099         match-data.  (Bug#4555).
4101         * cedet/semantic/bovine/gcc.el
4102         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4103         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4105         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4106         rather than parsing it as a regexp.  This relaxes the layout
4107         requirements and makes errors easier to detect.
4108         (check-declare-verify): Check file is regular.
4109         (check-declare-directory): Doc fix.
4110         * subr.el (declare-function): Doc fix.
4112         * ibuffer.el (ibuffer-format-qualifier):
4113         * isearch.el (hi-lock-regexp-okay):
4114         * calc/calc.el (math-zerop):
4115         * mail/uce.el (rmail-msgbeg, rmail-msgend):
4116         * term/w32-win.el (setup-default-fontset, set-fontset-font):
4117         Remove unused declarations.
4119 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4121         * cedet/semantic/wisent/javat-wy.el
4122         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4124 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
4126         * cedet/srecode/expandproto.el: Fix provide statement.
4128 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4130         * emacs-lisp/eieio.el (boolean-p): Delete.
4132 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
4134         * cedet/ede/srecode.el: Fix provide statement.
4136 2009-09-30  Glenn Morris  <rgm@gnu.org>
4138         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4139         * cedet/ede/proj-aux.el (ede-aux-source):
4140         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4141         (ede-misc-source):
4142         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4143         (semantic-mrub-switch-tags): Fix doc typos.
4145         * cedet/semantic/db-global.el (data-debug-new-buffer)
4146         (data-debug-insert-thing): Remove unneeded declarations (one broken).
4147         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4149         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4151         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4152         use of CL function `remove-if-not'.
4154         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4156         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4157         filename is not a string.
4159 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
4161         * files.el (safe-local-eval-forms): Fix typo.
4163 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4165         * vc-hooks.el (vc-dir-buffers): New var.
4166         (vc-state-refresh): New function.
4167         (vc-state): Use it.
4168         (vc-after-save): Always ask the backend to recompute the new state.
4169         Always call vc-dir if necessary, using vc-dir-buffers.
4170         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4171         Use vc-dir-buffers.
4172         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4173         (vc-dir-prepare-status-buffer, vc-dir-update)
4174         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4175         Don't call expand-file-name on default-directory.
4177 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4179         * speedbar.el (speedbar-item-delete):
4180         * calc/calc-prog.el (calc-kbd-if):
4181         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4183         * epa.el (epa-key-list-mode-map):
4184         * hi-lock.el (hi-lock-menu): Fix typos in menus.
4186         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4187         (hs-show-hook): Fix typo in docstring.
4189 2009-09-29  Glenn Morris  <rgm@gnu.org>
4191         * cedet/semantic/symref/idutils.el:
4192         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4194         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4196         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4197         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4198         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4199         Mark declarations not understood by check-declare.
4201         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4202         file-name-nondirectory call preventing location of cedet files.
4203         (check-declare-verify): Use literal search rather than re-search.
4204         Add basic defmethod and defclass, and define-overloadable-function.
4206         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4207         Use tramp-compat-file-attributes rather than nonexistent
4208         tramp-compat-handle-file-attributes.
4210         * Makefile.in (lisptagsfiles4): New.
4211         (AUTOGENEL): Add cedet loaddefs files.
4212         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4213         (update-elclist, compile-always, backup-compiled-files)
4214         (bootstrap-clean): Add yet another directory level.
4215         (update-elclist): Use LC_COLLATE rather than COLLATE.
4216         (ELCFILES): Update, via `make update-elclist'.
4218 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4220         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4221         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4222         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4224 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
4226         * Makefile.in (lisptagsfiles3): Define.
4227         (TAGS, TAGS-LISP): Use it.
4228         (update-elclist): Add third directory level to look for elc files.
4229         (compile-always): Likewise.
4230         (backup-compiled-files): Likewise.
4231         (bootstrap-clean): Likewise.
4232         (ELCFILES): Update.
4234 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
4236         * Makefile.in (ELCFILES): Add CEDET files.
4238 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4240         CEDET (development tools) package merged.
4242         * cedet/*.el:
4243         * cedet/ede/*.el:
4244         * cedet/semantic/*.el:
4245         * cedet/srecode/*.el: New files.
4247 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4249         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4251         * net/tramp.el (top): Require tramp-imap.
4253         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4254         Use `tramp-compat-handle-file-attributes'.
4256 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4258         * net/tramp-imap.el: New package.
4260 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4262         * emacs-lisp/chart.el:
4263         * emacs-lisp/eieio-base.el:
4264         * emacs-lisp/eieio-comp.el:
4265         * emacs-lisp/eieio-custom.el:
4266         * emacs-lisp/eieio-datadebug.el:
4267         * emacs-lisp/eieio-opt.el:
4268         * emacs-lisp/eieio-speedbar.el:
4269         * emacs-lisp/eieio.el: New files.
4271         * cedet/cedet-cscope.el:
4272         * cedet/cedet-files.el:
4273         * cedet/cedet-global.el:
4274         * cedet/cedet-idutils.el:
4275         * cedet/data-debug.el:
4276         * cedet/inversion.el:
4277         * cedet/mode-local.el:
4278         * cedet/pulse.el: New files.
4280 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4282         * whitespace.el (whitespace-trailing-regexp)
4283         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4284         Fix doc string.
4286 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4288         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4289         menu.
4291         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4292         menu-bar-ediff-menu.
4294         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4295         define-overloadable-function.
4297         * progmodes/autoconf.el: Provide autoconf as well, so that this
4298         file can be `require'd.
4300         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4302         * emacs-lisp/autoload.el (generated-autoload-feature)
4303         (generated-autoload-load-name): New vars.
4304         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4305         (make-autoload): Recognize define-overloadable-function and
4306         defclass forms (for EIEIO).
4308         * Makefile.in (update-subdirs): Exclude cedet directory.
4310 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4312         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4314         * faces.el: Default light-background background for region face to
4315         ns_selection_color under NS.
4317 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4319         * net/imap-hash.el: New library, see NEWS.
4321         * Makefile.in (ELCFILES): Add imap-hash.el.
4323 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4326         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4327         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4328         definition where the docstring could be taken for the return value.
4330 2009-09-26  Glenn Morris  <rgm@gnu.org>
4332         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4333         Add option to only show images below a certain size.
4334         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4335         save-excursion calls.
4337 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4339         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4340         subdirectories) and eieio.
4342 2009-09-26  Alan Mackenzie  <acm@muc.de>
4344         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4345         buggy bracketing.  (Bug#4289)
4347         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4348         character constants (as case labels).  (Bug#4289)
4350 2009-09-25  Juri Linkov  <juri@jurta.org>
4352         * files.el (safe-local-eval-forms): Allow time-stamp in
4353         before-save-hook (Bug#4554).
4355 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4357         * menu-bar.el (list-buffers-directory): Doc fix.
4359 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4362         Try and avoid copying twice the same paragraph.
4363         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4364         Remove save-excursion.
4365         (log-edit-changelog-entry): Do it here instead.
4367 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4369         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4370         when available, instead of hardcoding mode names.  Doc fix.
4372         * menu-bar.el (list-buffers-directory): Add docstring.
4373         Make automatically buffer-local.
4375         * dired.el (dired-mode):
4376         * files.el (cd-absolute):
4377         * pcvs.el (cvs-temp-buffer):
4378         * pcvs-util.el (cvs-get-buffer-create):
4379         * shell.el (shell-mode):
4380         * vc-dir.el (vc-dir-mode):
4381         Don't make `list-buffers-directory' buffer local.
4383 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4385         * comint.el (comint-exec, comint-run, make-comint):
4386         Doc fixes (Bug#4542).
4388 2009-09-25  Glenn Morris  <rgm@gnu.org>
4390         * mail/rmailmm.el (rmail-mime): New custom group.
4391         Move all defcustoms in this file into this group.
4392         (rmail-mime-media-type-handlers-alist): Revert previous change.
4393         (rmail-mime-show-images): New option.
4394         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4395         references to it, since it wasn't actually used for anything.
4396         (rmail-mime-insert-image): New function.
4397         (rmail-mime-image): Use rmail-mime-insert-image.
4398         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4399         obey the value of `rmail-mime-show-images' option.  Print the size of
4400         attachments.
4402 2009-09-25  David Engster  <deng@randomsample.de>
4404         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4406 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4408         * whitespace.el: Does not highlight trailing spaces While point is
4409         at end of line.  Does not highligt spaces at beginning of buffer
4410         while point is at beginning of buffer.  Does not highlight spaces
4411         at end of buffer while point is at end of buffer.  (Bug#4177)
4412         New version 12.0.
4413         (whitespace-display-mappings): Adjust initialization.
4414         (whitespace-point, whitespace-font-lock-refontify): New vars.
4415         (whitespace-color-on, whitespace-color-off): Adjust code.
4416         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4417         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4418         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4420 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4422         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4424         * textmodes/sgml-mode.el: Remove xml-mode alias.
4426         * files.el (auto-mode-alist, conf-mode-maybe)
4427         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4429 2009-09-24  Alan Mackenzie  <acm@muc.de>
4431         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4432         c-forward-conditionals, but it doesn't move point and doesn't set
4433         the mark.
4434         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4435         (c-down-conditional-with-else, c-backward-conditional)
4436         (c-forward-conditional): Refactor to use c-scan-conditionals.
4438 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4440         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4441         (help-default-arg-highlight): Remove.
4442         (help-highlight-arg): New function.
4443         (help-do-arg-highlight): Use it.
4444         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4446 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4448         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4449         Undo last change, which didn't fix the problem and introduced others.
4451 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4453         * progmodes/gdb-mi.el: Don't require speedbar.
4454         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4456 2009-09-24  Glenn Morris  <rgm@gnu.org>
4458         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4460         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4462         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4463         there is no newline after the final mime boundary.  (Bug#4539)
4464         Move markers on insertion so that any buttons inserted don't end up in
4465         the next part of a multipart message.
4466         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4467         (rmail-mime-bulk-handler): Optionally handle images.
4468         (rmail-mime-image): New button action.
4469         (rmail-mime-image-handler): New function.
4470         (rmail-mime-mode): New mode.
4471         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4473 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4476         than just dropping elements from it (bug#4504).
4478         * term.el (term-set-scroll-region): Don't move cursor any more.
4479         (term-handle-ansi-escape): Call term-goto here instead.
4480         Suggested by Ivan Kanis <apple@kanis.eu>.
4482         * term.el: Require CL.
4483         (term-ansi-reset): New function.
4484         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4485         (term-handle-colors-array): Simplify.
4487 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4489         * allout.el (allout-overlay-interior-modification-handler)
4490         (allout-obtain-passphrase):
4491         * epa-file.el (epa-file-write-region):
4492         * ps-print.el (ps-begin-job):
4493         * vc-hooks.el (vc-toggle-read-only):
4494         * vc-rcs.el (vc-rcs-rollback):
4495         * vc-sccs.el (vc-sccs-rollback):
4496         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4497         (vc-version-diff, vc-revert, vc-rollback):
4498         * wdired.el (wdired-check-kill-buffer):
4499         * emacs-lisp/authors.el (authors):
4500         * net/socks.el (socks-open-connection):
4501         * net/zeroconf.el (zeroconf-service-add-hook):
4502         * obsolete/vc-mcvs.el (vc-mcvs-register):
4503         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4504         (gdb-select-frame):
4505         * progmodes/grep.el (lgrep, rgrep):
4506         * progmodes/idlw-help.el (idlwave-help-check-locations)
4507         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4508         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4509         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4510         (reftex-toc-rename-label): Fix typos in error messages.
4512         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4513         (dired-copy-how-to-fn): Doc fix.
4514         (dired-files-attributes, dired-read-shell-command):
4515         Fix typos in docstrings.
4517         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4518         (dired-x-find-file-other-window): Reflow docstrings.
4519         (dired-omit-marker-char, dired-read-shell-command)
4520         (dired-x-submit-report): Fix typos in docstrings.
4522         * shell.el (shell-mode-hook):
4523         * view.el (View-scroll-line-forward):
4524         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4525         Fix typos in docstrings.
4527         * net/dig.el (dig-invoke): Fix typo in docstring.
4528         (query-dig): Reflow docstring.
4530         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4531         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4532         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4533         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4534         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4535         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4536         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4537         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4538         (idlwave-completion-map, idlwave-current-indent)
4539         (idlwave-custom-ampersand-surround, idlwave-customize)
4540         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4541         (idlwave-define-abbrev, idlwave-determine-class-special)
4542         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4543         (idlwave-end-block-reg, idlwave-end-of-statement)
4544         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4545         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4546         (idlwave-explicit-class-listed, idlwave-file-header)
4547         (idlwave-fill-paragraph, idlwave-find-class-definition)
4548         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4549         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4550         (idlwave-in-quote, idlwave-indent-action-table)
4551         (idlwave-indent-expand-table, idlwave-indent-line)
4552         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4553         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4554         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4555         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4556         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4557         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4558         (idlwave-outlawed-buffers, idlwave-popup-select)
4559         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4560         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4561         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4562         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4563         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4564         (idlwave-statement-type, idlwave-struct-skip)
4565         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4566         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4567         (idlwave-what-module-find-class): Fix typos in docstrings.
4568         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4569         (idlwave-calculate-cont-indent, idlwave-expand-equal)
4570         (idlwave-find-module, idlwave-find-structure-definition)
4571         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4572         (idlwave-list-load-path-shadows, idlwave-next-statement)
4573         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4574         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4575         (idlwave-template): Reflow docstrings.
4577         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4578         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4579         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4580         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4581         (idlwave-shell-display-line, idlwave-shell-display-wframe)
4582         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4583         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4584         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4585         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4586         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4587         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4588         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4589         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4590         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4591         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4592         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4593         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4594         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4595         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4596         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4597         Fix typos in docstrings.
4598         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4599         (idlwave-shell-hide-output, idlwave-shell-mode)
4600         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4601         Reflow docstrings.
4603         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4605 2009-09-24  Ivan Kanis  <apple@kanis.eu>
4607         * term.el (term-bold-attribute): New var.
4608         (term-handle-colors-array): Use it.
4610 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
4612         * progmodes/gdb-mi.el (gdb-version): New variable.
4613         (gdb-non-stop-handler): Set gdb-version.
4614         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4615         Condition "--thread" option on gdb-version.
4616         (gdb-invalidate-threads): Remove unused argument.
4618 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4621         to looking-back to avoid ridiculous slow down in large files (bug#4511).
4623 2009-09-23  Glenn Morris  <rgm@gnu.org>
4625         * mail/rmail.el (rmail-reply): Don't try to add a References header when
4626         replying to mail without References or Message-Id.  (Bug#4525)
4628 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4630         * term/ns-win.el (ns-reg-to-script): New variable.
4632 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
4634         * epg.el (epg-wait-for-status): Preserve existing 'error results.
4636 2009-09-22  Sam Steingold  <sds@gnu.org>
4638         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4639         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4640         to 1 because hg returns status 1 when nothing is found.
4641         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4643 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * textmodes/fill.el: Convert to utf-8 encoding.
4646         (fill-french-nobreak-p): Remove redundant » and « inherited from our
4647         pre-unicode days.
4649         * add-log.el (change-log-fill-forward-paragraph): New function.
4650         (change-log-mode): Use it so fill-region DTRT.
4651         Set fill-indent-according-to-mode here rather than in
4652         change-log-fill-paragraph.
4653         (change-log-fill-paragraph): Remove.
4655 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
4657         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4658         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
4660 2009-09-22  Glenn Morris  <rgm@gnu.org>
4662         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4663         the scroll-bar scroll the calendar window rather than the buffer.
4665         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4666         commands that move point (as opposed to scrolling).
4668         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4670         * emacs-lisp/elint.el (elint): New custom group.
4671         (elint-log-buffer): Make it a defcustom.
4672         (elint-scan-preloaded, elint-ignored-warnings)
4673         (elint-directory-skip-re): New options.
4674         (elint-builtin-variables): Doc fix.
4675         (elint-preloaded-env): New variable.
4676         (elint-unknown-builtin-args): Add an entry for encode-time.
4677         (elint-extra-errors): Make it a variable rather than a constant.
4678         (elint-preloaded-skip-re): New constant.
4679         (elint-directory): Skip files matching elint-directory-skip-re.
4680         (elint-features): New variable, local to linted buffers.
4681         (elint-update-env): Initialize elint-features.  Possibly add
4682         elint-preloaded-env to the buffer's environment.
4683         (elint-get-top-forms): Bind elint-current-pos, for log messages.
4684         Skip quoted forms.
4685         (elint-init-form): New function, extracted from elint-init-env.
4686         Make non-list forms a warning rather than an error.
4687         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
4688         easy-menu-define, put that adds an error-condition, and provide.
4689         When requiring cl, also require cl-macs.  Really require cl, to handle
4690         some cl macros.  Store required libraries in the list elint-features,
4691         so as not to re-load them.  Treat cc-require like require.
4692         (elint-init-env): Call elint-init-form to do the work.
4693         Handle eval-and-compile and such like.
4694         (elint-add-required-env): Do not clear messages.
4695         (elint-special-forms): Add handlers for function, defalias, if, when,
4696         unless, and, or.
4697         (elint-form): Add optional argument to ignore elint-special-forms,
4698         useful to prevent recursive calls from handlers.  Doc fix.
4699         Respect elint-ignored-warnings.
4700         (elint-form): Respect elint-ignored-warnings.
4701         (elint-bound-variable, elint-bound-function): New variables.
4702         (elint-unbound-variable): Respect elint-bound-variable.
4703         (elint-get-args): Respect elint-bound-function.
4704         (elint-check-cond-form): Add some simple handling for (f)boundp and
4705         featurep tests.
4706         (elint-check-defalias-form): New handler.
4707         (elint-check-let-form): Make an empty let a warning rather than an
4708         error.
4709         (elint-check-setq-form): Make an empty setq a warning rather than an
4710         error.  Respect elint-ignored-warnings.
4711         (elint-check-defvar-form): Accept null doc-strings.
4712         (elint-check-conditional-form): New handler.  Does some simple-minded
4713         checking of featurep and (f)boundp tests.
4714         (elint-put-function-args): New function.
4715         (elint-initialize): Use elint-scan-doc-file rather than
4716         elint-find-builtin-variables.  Use elint-put-function-args.
4717         Possibly scan preloaded-file-list.
4718         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4719         extend to handle functions as well.
4721 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
4723         * linum.el (linum-delete-overlays, linum-update-window):
4724         Do not modify the right margin.  (Bug#3971)
4726 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
4728         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4729         nxml-mode instead of xml-mode.
4731 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4733         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
4735 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4737         * net/dig.el (dig-mode): Use define-derived-mode.
4739 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4741         * vc-dispatcher.el (vc-do-command): Return the process object in
4742         the asynchronous case.  Use when instead of if.  Do not run
4743         vc-exec-after to display a message if not enabled.  (Bug#4463)
4745         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4746         properties to the stash strings.
4747         (vc-git-stash-list): Return a list of strings.
4748         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4749         (vc-git-stash-show-at-point): New functions.
4750         (vc-git-stash-map): New keymap.
4752         * register.el (ctl-x-r-map): Define the keys here instead of
4753         using autoload.
4755 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
4757         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4758         list, to workaround performance problem (bug#4485).
4760 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
4762         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4764 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
4766         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4767         Document that this option is not recommended to use.
4769 2009-09-19  Glenn Morris  <rgm@gnu.org>
4771         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4772         variable `var'.
4774         * calc/calc-alg.el (var):
4775         * calc/calcalg2.el (var): Define for compiler.
4777 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
4779         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4780         Doc fix (Bug#3932).
4782         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4784         * time-stamp.el (time-stamp-month-dd-yyyy)
4785         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4786         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4787         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4788         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4789         Remove functions that have been obsolete since 1995 (Bug#4436).
4791         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4792         indent buffer only if called interactively (Bug#4452).
4794 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
4795             Eli Zaretskii  <eliz@gnu.org>
4797         This fixes bug#4197 (merged to bug#865, though not identical).
4798         * server.el (server-auth-dir): Add docstring note about FAT32.
4799         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4800         but warn against using them.
4802 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
4804         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4805         older GDB where there is no has_more field.
4807 2009-09-19  Glenn Morris  <rgm@gnu.org>
4809         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4811 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4813         * files.el (auto-mode-alist): Change default for XML files to nXML
4814         mode (Bug#4169).
4816 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
4818         * server.el (server-ensure-safe-dir): Pass 'integer
4819         to `file-attributes', as suggested.
4821 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4823         * dired-aux.el (dired-query-alist): Remove spurious backslash.
4824         (dired-query): Use read-key.
4826 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4828         * cus-start.el (ns-use-qd-smoothing): Remove.
4830 2009-09-18  Glenn Morris  <rgm@gnu.org>
4832         * allout.el (top-level): Remove unnecessary progn.
4834         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4836         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4837         definition of abbrev table.
4839         * speedbar.el (speedbar-track-mouse):
4840         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4841         * net/eudc.el (eudc-expand-inline):
4842         * net/newst-backend.el (newsticker--cache-read-feed):
4843         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4844         condition-case handlers.
4846 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
4848         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4849         (gdb-var-list): Add an element for has_more field.
4850         (gdb-non-stop-handler): Enable pretty printing for STL containers.
4851         (gdb-var-create-handler, gdb-var-list-children-handler-1)
4852         (gdb-var-update-handler-1): Parse output of dynamic variable
4853         objects (STL containers).
4854         (gdb-var-delete-1): Pass var1 as an explicit second argument.
4855         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
4857         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4858         gdb-var-list.
4859         (gud-speedbar-buttons): Make node expandable if expression "has more"
4860         children.
4862 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4864         * startup.el (emacs-quick-startup): Remove variable and all uses.
4865         (command-line): Set `inhibit-x-resources' instead.
4866         (command-line-1): Use `inhibit-x-resources' instead.
4868 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
4870         * subr.el: Fix last change to avoid using the `unless' macro,
4871         which breaks bootstrapping.
4873 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4876         extended definitions, in case we reload subr.el after having
4877         loaded CL.
4878         (eval-next-after-load): Mark as obsolete.
4880 2009-09-17  Juri Linkov  <juri@jurta.org>
4882         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4883         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4884         (menu-bar-showhide-menu, menu-bar-tools-menu)
4885         (menu-bar-describe-menu, menu-bar-help-menu)
4886         (minibuffer-local-completion-map, minibuffer-local-map):
4887         Fix list quoting.
4889 2009-09-17  Glenn Morris  <rgm@gnu.org>
4891         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4892         arguments, whether or not it has a handler.
4894         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4896         * simple.el (hard-newline): Give it a doc-string.
4898         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4899         (lisp-mode-syntax-table): Give them doc-strings.
4901 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4903         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4904         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4905         (menu-bar-options-menu, menu-bar-showhide-menu)
4906         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4907         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4908         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4909         (menu-bar-options-menu, menu-bar-tools-menu)
4910         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4911         (menu-bar-help-menu):
4912         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4913         string arguments.
4915         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4916         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4917         calls for the menu names and :help.
4919 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4921         * mouse.el (minor-mode-menu-from-indicator): Pay attention
4922         to :minor-mode-function (bug#4455).
4924 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * startup.el (command-line): Initialize the window-system after
4927         processing the command-line.
4929         * textmodes/page.el (what-page): Make sure we don't inf-loop if
4930         page-delimiter matches the empty string.
4932 2009-09-16  Glenn Morris  <rgm@gnu.org>
4934         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4935         byte-compile-not-obsolete-var.  It's a list now.
4936         (byte-compile-not-obsolete-funcs): New variable.
4937         (byte-compile-warn-obsolete): Don't warn about functions if they are in
4938         byte-compile-not-obsolete-funcs.
4939         (byte-compile-variable-ref, byte-compile-defvar): Update for
4940         byte-compile-not-obsolete-vars name-change and list nature.
4941         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4942         and variables behind (f)boundp tests.
4943         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4945 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4947         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4949 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4951         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4952         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4953         Don't autoload.
4955 2009-09-15  Stephen Eglen  <stephen@gnu.org>
4957         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4958         the virtual-buffers, use the name of the buffer specified by
4959         find-file-noselect, as the match may be a symlink.  (This was a
4960         problem if the target and the symlink had different names.)
4962 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4964         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4966         * desktop.el (desktop-path): Check user-emacs-directory.
4968         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4970         * loadup.el: Use after-load-functions to GC after loading each file.
4971         Remove the explicit GC calls that used to be sprinkled around.
4973         * subr.el (after-load-functions): New hook.
4974         (do-after-load-evaluation): Run it.  Use string-match-p to detect
4975         `obsolete' packages, rather than painfully extracting the relevant
4976         directory name.
4978 2009-09-15  Glenn Morris  <rgm@gnu.org>
4980         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4981         free variable `doc'.
4983         * dired.el (dired-mode-map): Add menu entry for async shell command.
4985         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4986         variables, also consider the .elc files, since the .el files are
4987         normally gzipped (subsequent code locates the .el.gz from the .elc).
4989         * calc/calc-prog.el (arglist): Define for compiler.
4991         * calendar/diary-lib.el (diary-display-function): Change the default to
4992         fancy display.
4993         (body): Define for compiler.
4995         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4996         (byte-compile-file-form, byte-compile-lambda)
4997         (byte-compile-top-level-body, byte-compile-form)
4998         (byte-compile-variable-ref, byte-compile-setq)
4999         (byte-compile-setq-default, byte-compile-body)
5000         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5001         (batch-byte-compile): Give some more local variables with common names
5002         a "bytecomp-" prefix to avoid masking warnings about free variables.
5004         * startup.el (command-line-1): Give local variables with common names a
5005         distinguishing prefix, so as not to hide free variable warnings during
5006         bootstrap.
5008         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5009         clever and add a suffix to make a unique name, just let the user decide
5010         whether or not to overwrite it.  If the input is a directory, write the
5011         default filename to that directory.  (Bug#4388)
5012         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5013         is a filename-as-a-directory.
5015 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * textmodes/page.el (what-page): Don't move to beginning of line.
5018         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5020 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5022         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5024 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5026         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5027         * help.el (help-for-help-internal): Add purecopy calls for text.
5029         * vc.el (top): print-log method now takes an optional SHORTLOG
5030         argument.  Add a new method: root.
5031         (vc-root-diff, vc-print-root-log): New functions.
5032         (vc-log-short-style): New variable.
5033         (vc-print-log-internal): Add support for showing short logs.
5035         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5036         vc-print-root-log and vc-print-root-diff.
5038         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5039         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5040         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5041         short logs.
5043         * vc-cvs.el (vc-cvs-print-log):
5044         * vc-mtn.el (vc-mtn-print-log):
5045         * vc-rcs.el (vc-rcs-print-log):
5046         * vc-sccs.el (vc-sccs-print-log):
5047         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5048         that is ignored for now.
5050         * vc-mtn.el (vc-mtn-annotate-command):
5051         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5053 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5056         to function-key-map, and give them ascii-character property.
5057         * term/x-win.el (x-alternatives-map):
5058         * term/ns-win.el (ns-alternatives-map):
5059         * term/internal.el (msdos-key-remapping-map):
5060         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5062 2009-09-14  Glenn Morris  <rgm@gnu.org>
5064         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5065         temp-buffers (2009-09-12).
5067 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5070         the new read-key function.
5072 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5074         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5075         is defined (Bug#4405).
5077 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
5079         * recentf.el (recentf-cleanup): Use a hash table to find
5080         duplicates (Bug#4407).
5082 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
5084         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5085         kp-0 to ascii equivalents (Bug#4325).
5087 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5089         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5091         * eshell/em-hist.el:
5092         * eshell/em-dirs.el (eshell-complete-user-reference):
5093         Declare pcomplete functions and variables to avoid compiler warnings.
5095 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
5097         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5098         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5099         * eshell/em-alias.el (eshell-aliases-file):
5100         * eshell/em-hist.el (eshell-history-file-name):
5101         Use expand-file-name instead of concat to make file names (Bug#4308).
5103 2009-09-13  Glenn Morris  <rgm@gnu.org>
5105         * ediff-merg.el (ediff-do-merge):
5106         * filesets.el (filesets-run-cmd):
5107         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5108         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5109         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5110         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5111         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5112         Replace empty `let's with `progn'.
5114 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * mail/sendmail.el (send-mail-function):
5117         * tooltip.el (tooltip-mode):
5118         * simple.el (transient-mark-mode):
5119         * rfn-eshadow.el (file-name-shadow-mode):
5120         * frame.el (blink-cursor-mode):
5121         * font-core.el (global-font-lock-mode):
5122         * files.el (temporary-file-directory)
5123         (small-temporary-file-directory, auto-save-file-name-transforms):
5124         * epa-hook.el (auto-encryption-mode):
5125         * composite.el (global-auto-composition-mode):
5126         Use custom-initialize-delay.
5127         * startup.el (command-line): Don't explicitly call
5128         custom-reevaluate-setting for all the above vars.
5129         * custom.el (custom-initialize-safe-set)
5130         (custom-initialize-safe-default): Delete.
5132 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5134         * term/x-win.el (x-initialize-window-system):
5135         * term/w32-win.el (w32-initialize-window-system):
5136         * term/ns-win.el (ns-initialize-window-system): Don't call
5137         mouse-wheel-mode since it's enabled globally by default already.
5139         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5140         actually define the variable, but only silences the byte-compiler.
5141         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5142         before looking it up.
5143         (mouse-wheel-scroll-amount): Also reset the bindings if this value
5144         is changed.
5146 2009-09-12  Glenn Morris  <rgm@gnu.org>
5148         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5149         1000.
5150         (elint-add-required-env): Don't beep on error.
5151         (elint-forms): In case of error, return ENV unchanged.
5152         (elint-init-env): Skip non-list forms.
5153         (elint-log): Handle unknown file positions.
5155 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
5157         * epg.el (epg-make-context): Add autoload cookie.
5158         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5159         (epg-decrypt-string, epg-start-verify, epg-verify-file)
5160         (epg-verify-string, epg-start-sign, epg-sign-file)
5161         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5162         (epg-encrypt-string, epg-start-export-keys)
5163         (epg-export-keys-to-file, epg-export-keys-to-string)
5164         (epg-start-import-keys, epg-import-keys-from-file)
5165         (epg-import-keys-from-string, epg-start-receive-keys)
5166         (epg-receive-keys, epg-import-keys-from-server)
5167         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5168         (epg-sign-keys, epg-start-generate-key)
5169         (epg-generate-key-from-file, epg-generate-key-from-string):
5170         Remove autoload cookie.
5172 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
5174         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5175         reevaluation of trash-directory.
5177         * mwheel.el: Fix last change.
5178         (mouse-wheel-mode): New defvar.
5179         (mouse-wheel-mode): Remove autoload cookie.
5181 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * mwheel.el (mwheel-installed-bindings): New var.
5184         (mouse-wheel-mode): Use it, so as to make sure we really remove all
5185         the bindings we set last time.  Use custom-initialize-delay.
5186         * loadup.el: Load mwheel after term/*-win.el.
5187         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5188         and mouse-wheel-up-event now that their first evaluation is done
5189         sufficiently late to be correct.
5191         * startup.el (tutorial-directory): Make it a defcustom.
5192         Use custom-initialize-delay rather than eval-at-startup to set it.
5193         * image.el (image-load-path): Make it a defcustom.
5194         Use custom-initialize-delay rather than eval-at-startup to set it.
5195         * subr.el (eval-at-startup): Remove.
5196         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5198         * subr.el (do-after-load-evaluation): Warn the user after loading an
5199         obsolete package.
5201 2009-09-12  Glenn Morris  <rgm@gnu.org>
5203         * proced.el (proced-mark-alt): Remove alias.
5204         (proced-mode-map): Remove proced-mark-alt.
5206         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5207         Elint file and directory.  Remove initialization entry.
5209         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5210         commands.
5211         (elint-current-buffer): Set mode-line-process.
5212         (elint-init-env): Handle define-derived-mode.
5213         Fix declare-function with unspecified arglist.  Guard against odd
5214         defalias statements (eg iso-insert's 8859-1-map).
5215         (elint-add-required-env): Use a temp buffer.
5216         (elint-form): Just print the function/macro name, not the whole form.
5217         Return env unchanged if we fail to parse a macro.
5218         (elint-forms): Guard against parse errors.
5219         (elint-output): New function, to handle batch mode.
5220         (elint-log-message): Add optional argument.  Use elint-output.
5221         (elint-set-mode-line): New function.
5223 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5225         * emacs-lisp/elp.el (elp-not-profilable): Add more
5226         functions (Bug#4233).
5228 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
5230         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5231         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5233 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5235         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5236         (gdb-var-list-children): Use json parsing.
5238 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
5240         * progmodes/js.el (js--proper-indentation): Handle the case where
5241         char-before is null.  Reported by Deniz Dogan.
5243 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5245         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5247 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5249         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5250         (epg-digest-algorithm-alist): Add SHA224.
5251         (epg-context-set-passphrase-callback)
5252         (epg-context-set-progress-callback): Add description about
5253         callback function.
5255 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5257         * custom.el (custom-delayed-init-variables): New var.
5258         (custom-initialize-delay): New function.
5259         * startup.el (command-line): "Re"evaluate all vars in
5260         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5261         explicitly any more.
5262         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5263         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5265         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5267 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5269         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5270         (gdb-var-update-handler): Use json parsing.
5272 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5274         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5275         decode annotated text, regardless of language environment.  (Bug#2741)
5277 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * Makefile.in (autoloads): Make rmail.el writable as well.
5281 2009-09-11  Glenn Morris  <rgm@gnu.org>
5283         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5284         loaddefs.el.
5285         * dired.el: Regenerate with extracted autoloads.
5286         * Makefile.in (autoloads): Make dired.el writable.
5288         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5289         * ibuffer.el: Regenerate with extracted autoloads.
5290         * Makefile.in (autoloads): Make ibuffer.el writable.
5292         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5293         * version.el (emacs-copyright, emacs-major-version)
5294         (emacs-minor-version): Reformat doc-strings for make-docfile.
5296         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5297         functions and variables, since they must be stuff specific to some other
5298         platform.
5299         (apropos-print): Make mouse-click message less specific about button.
5301         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5302         that records where a macro was defined.
5303         * help-fns.el (describe-function-1): Mention if a function has a
5304         compiler-macro.
5305         * help-mode.el (help-function-cmacro): New button.
5307         * locate.el (top-level): Always require dired.
5308         (locate-mode-map): Initialize inside the defvar.
5310         * net/ange-ftp.el (dired-compress-file): Declare.
5311         (ange-ftp-dired-compress-file): Add doc string.
5313         * term/ns-win.el (x-display-name, x-setup-function-keys):
5314         Unify doc-strings with X versions.
5316 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5318         * emulation/crisp.el (crisp-mode-map): Move initialization
5319         into declaration.
5320         (crisp-mode): Use define-minor-mode.
5322         * progmodes/xscheme.el (xscheme-evaluation-commands):
5323         Put a :advertised-binding property rather than using
5324         advertised-xscheme-send-previous-expression.
5325         (advertised-xscheme-send-previous-expression): Declare obsolete.
5326         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5327         `advertised-undo'.
5328         (crisp-mode): Add corresponding bindings to
5329         undo's :advertised-binding instead.
5330         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5331         than using dired-advertised-find-file.
5332         (dired-advertised-find-file):
5333         * simple.el (advertised-undo):
5334         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5335         (widget-keymap): Put a :advertised-binding property rather
5336         than using advertised-widget-backward.
5337         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5338         than using advertised-undo.
5339         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5341 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5343         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5344         Mark mode is enabled and region is active; otherwise indent or
5345         insert TAB as usual.
5346         (delphi-mode): Update description of TAB-key binding.
5348 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5350         * subr.el (define-key-rebound-commands): Mark obsolete.
5351         * startup.el (precompute-menubar-bindings): Remove.
5352         (normal-top-level): Remove obsolete code that tried to precompute
5353         menubar bindings.
5354         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5355         define-key-rebound-commands and precompute-menubar-bindings.
5357 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5359         * net/imap.el (imap-interactive-login): Better messages.
5360         (imap-open): Fix bug with renamed buffer on reconnect.
5361         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5362         for easier debugging and cleaner code.  On successful (guessed based on
5363         server capabilities) secondary authentication, set imap-state
5364         correctly.
5365         (imap-last-authenticator): Define imap-last-authenticator as a variable
5366         to avoid warnings.
5368 2009-09-10  Glenn Morris  <rgm@gnu.org>
5370         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5372         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5373         (byte-compile-file-form-autoload): Don't warn about unknown functions
5374         where the autoload statement comes after the use.
5375         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5376         that any handlers inside the body (eg require) are in turn respected.
5378         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5379         effects.
5381         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5382         and syntax and abbrev tables basic docs, if they don't have any.
5384         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5386         * international/mule-cmds.el (top-level): Require cl when compiling.
5387         (view-hello-file): Use default-value rather than
5388         default-enable-multibyte-characters.
5390         * progmodes/fortran.el: Move all safe and risky properties into the
5391         defcustoms.
5393         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5394         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5395         * mail/undigest.el:
5396         Put autoloads in rmail.el rather than loaddefs.el.
5397         * mail/rmail.el: Regenerate with extracted autoloads.
5399         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5400         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5402 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5404         Reported in thread for Bug#4375.
5405         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5406         "-data-evaluate-expression" instead of print.
5407         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5408         (gdb-tooltip-print): Parse output from above MI command.
5409         (gdb): Revert 2009-08-11 change.  User should detach inferior
5410         manually.
5412         Remove the word "separate" from IO functions as inferior
5413         output is now never displayed in the GUD buffer.
5415 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5417         * startup.el (command-line-normalize-file-name): On Windows and
5418         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5420 2009-09-10  Juri Linkov  <juri@jurta.org>
5422         * isearch.el (isearch-text-char-description): Propertize escape
5423         character sequences with the `escape-glyph' face.  (Bug#4344)
5425         * simple.el (shell-command): Set asynchronous process filter to
5426         `comint-output-filter'.  (Bug#4343)
5428         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5429         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5430         the list.  Move "asm" to the bottom.
5431         (grep-find-ignored-directories): Add `choice' with nil value
5432         to empty the list easily.
5433         (grep-find-ignored-files): New option.
5434         (grep-files-history): Set to nil by default instead of '("ch" "el").
5435         (grep-compute-defaults): Add "<X>" to `grep-template'.
5436         (grep-read-files): Bind new local variables `default-alias' and
5437         `default-extension'.  Use a list of default values for the file prompt.
5438         (lgrep): Add `--exclude=' command line options composed from
5439         `grep-find-ignored-files'.
5440         (rgrep): Add `-name' command line options composed from
5441         `grep-find-ignored-files'.  (Bug#4301)
5443 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5446         (bug#4368).
5448 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5450         * calendar/time-date.el (autoload):
5451         Expand define-obsolete-function-alias into defalias and make-obsolete
5452         for old Emacsen that Gnus supports.
5453         (with-no-warnings): Define it for old Emacsen.
5454         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5455         is available.
5456         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5457         float-time is available; suppress compile warning for time-to-seconds.
5459 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5461         * net/imap.el (imap-message-map): Docstring fix.
5463 2009-09-09  Glenn Morris  <rgm@gnu.org>
5465         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5466         line numbers too.  (Bug#4374)
5468 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5470         * smerge-mode.el (smerge-remove-props, smerge-refine):
5471         Use with-silent-modifications (bug#4342).
5473         * subr.el (with-silent-modifications): New macro.
5475 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5477         * files.el (top-level): Require `cl' when compiling.
5479 2009-09-07  Glenn Morris  <rgm@gnu.org>
5481         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5483         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5484         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5486 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5488         * vc-git.el (vc-git-annotate-command): Use separator to parse
5489         arguments correctly.
5491 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5493         * proced.el (proced-mode): Doc fix.
5495 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5497         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5498         lstat fails.
5499         (tramp-do-file-attributes-with-ls): Check for file existence at
5500         remote end.
5501         (tramp-do-file-attributes-with-stat): Likewise.
5502         (tramp-convert-file-attributes): Return nil when attr is nil.
5504 2009-09-05  Glenn Morris  <rgm@gnu.org>
5506         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5507         properties to this button.
5508         (diary-fancy-display): Don't extend the button to the final newline.
5509         (diary-fancy-display-mode): Continue to define "q" as a local key.
5511         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5512         efficient.
5514         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5516         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5517         (byte-compile-dest-file-function): New option.
5518         (byte-compile-dest-file): Doc fix.
5519         Obey byte-compile-dest-file-function.
5520         (byte-compile-cl-file-p): New function.
5521         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5522         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5523         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5524         than for file being previously loaded.
5525         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5526         (byte-compile-file-form-require): Handle the case where requiring a file
5527         indirectly causes CL to be loaded.
5529 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5531         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5532         before killing the old buffer, since by the time `kill-buffer' is
5533         run so many buffer variables have been set to nil that it may not
5534         behave as expected.  (Bug#4061)
5536 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5538         * files.el (find-alternate-file): If the old buffer is modified
5539         and visiting a file, behave similarly to `kill-buffer' when
5540         killing it, thus reverting to the pre-1.878 behavior; see
5541         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5542         for discussion.  Also, consult `buffer-file-name' as a variable
5543         not as a function, for consistency with the rest of the code.
5545 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5547         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5548         also when adding a new directory.
5550         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5551         defun.
5553 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5555         * files.el (locate-file-completion-table): Make it provide boundary
5556         information, so partial-completion works better.
5558 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5560         * mail/footnote.el (Footnote-text-under-cursor):
5561         Check footnote-text-marker-alist before using it (bug#4324).
5563 2009-09-04  Glenn Morris  <rgm@gnu.org>
5565         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5566         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5567         * play/solitaire.el, play/tetris.el:
5568         Remove leading * from defcustom and defface docs.
5570         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5571         necessary.
5572         (diary-fancy-overriding-map): New variable.
5573         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5574         Use view-mode.
5576         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5577         goto-line.
5579 2009-09-03  Glenn Morris  <rgm@gnu.org>
5581         * arc-mode.el (archive-mode):
5582         * dos-fns.el (set-default-process-coding-system):
5583         * man.el (Man-getpage-in-background):
5584         * menu-bar.el (menu-bar-describe-menu):
5585         * server.el (server-process-filter):
5586         * startup.el (command-line):
5587         * tar-mode.el (tar-header-block-tokenize, tar-extract):
5588         * w32-fns.el (set-default-process-coding-system):
5589         * x-dnd.el (x-dnd-handle-file-name):
5590         * international/mule-cmds.el (mule-menu-keymap)
5591         (set-default-coding-systems, language-info-alist, set-language-info)
5592         (set-language-environment, standard-display-european-internal)
5593         (set-locale-environment):
5594         * international/mule-diag.el (mule-diag):
5595         * mail/emacsbug.el (report-emacs-bug):
5596         * mail/rmail.el (rmail-mode):
5597         * mail/sendmail.el (mail-setup):
5598         Use default-value rather than default-enable-multibyte-characters.
5600         * progmodes/f90.el: Move all safe properties into the defcustoms.
5601         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5603         * calendar/appt.el (appt-check):
5604         * calendar/diary-lib.el (diary-set-header, diary-live-p)
5605         (diary-check-diary-file, diary-list-entries)
5606         (diary-include-other-diary-files, diary-simple-display)
5607         (diary-fancy-display, diary-print-entries)
5608         (diary-mark-included-diary-files, diary-make-entry):
5609         Don't call substitute-in-file-name on diary-file.
5611 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
5612             Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * mail/footnote.el (footnote-prefix): Make it a defcustom.
5615         (footnote-mode-map): Move initialization into the declaration.
5616         (footnote-minor-mode-map): Define it rather than changing global-map.
5617         (footnote-mode): Use define-minor-mode.
5619 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
5621         * net/tramp.el (tramp-handle-file-attributes-with-ls)
5622         (tramp-do-file-attributes-with-perl)
5623         (tramp-do-file-attributes-with-stat): Rename from
5624         `tramp-handle-file-attributes-with-*'.
5625         (tramp-handle-file-attributes): Use them.
5626         (tramp-do-directory-files-and-attributes-with-perl)
5627         (tramp-do-directory-files-and-attributes-with-stat): Rename from
5628         `tramp-handle-directory-files-and-attributes-with-*'.
5629         (tramp-handle-directory-files-and-attributes): Use them.
5630         (tramp-method-out-of-band-p): Additional parameter SIZE.
5631         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5632         (tramp-handle-write-region): Use it.
5633         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5634         (tramp-handle-vc-registered): Check, whether the first run did
5635         return files to be tested.
5636         (tramp-advice-make-auto-save-file-name): Do not call directly
5637         `tramp-handle-make-auto-save-file-name', because this would bypass
5638         the locking mechanism.
5640         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5641         (file-remote-p, process-file, start-file-process, set-file-times)
5642         (tramp-compat-file-attributes): Compatibility functions shall not
5643         call directly `tramp-handle-*', because this would bypass the
5644         locking mechanism.
5645         (tramp-compat-number-sequence): New defun.
5647 2009-09-02  Glenn Morris  <rgm@gnu.org>
5649         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5650         alias for float-time.
5651         (time-to-number-of-days): In Emacs, use float-time.
5652         * net/newst-backend.el (time-add): Suppress warnings from compat
5653         function.
5654         * time.el (emacs-uptime, emacs-init-time):
5655         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5656         Use float-time rather than time-to-seconds.
5658         * minibuffer.el (completion-initials-expand): Fix typo.
5660         * faces.el (modeline, modeline-inactive, modeline-highlight)
5661         (modeline-buffer-id):
5662         * info.el (info-menu-5): Mark these face aliases as obsolete.
5664 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5666         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5667         space ...
5668         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5669         no "--thread" option.
5670         (gdb-stopped): Don't print "Switched to thread" message when it is
5671         unchanged.
5673 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5675         * minibuffer.el (completion-try-completion)
5676         (completion-all-completions): Remove ill-defined (and
5677         mistakenly installed and luckily never used nor documented)
5678         `completion-styles' property.
5679         (completion-initials-expand, completion-initials-all-completions)
5680         (completion-initials-try-completion): New functions.
5681         (completion-styles-alist): Add doc to each entry.
5682         Add new `initials' entry.
5684 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5686         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5687         MI command -var-evaluate-expression.
5688         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5689         and tweak for case of string child.
5690         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5692 2009-09-01  Glenn Morris  <rgm@gnu.org>
5694         * add-log.el (change-log-date-face, change-log-name-face)
5695         (change-log-email-face, change-log-file-face, change-log-list-face)
5696         (change-log-conditionals-face, change-log-function-face)
5697         (change-log-acknowledgement-face):
5698         * cus-edit.el (custom-invalid-face, custom-rogue-face)
5699         (custom-modified-face, custom-set-face, custom-changed-face)
5700         (custom-saved-face, custom-button-face, custom-button-pressed-face)
5701         (custom-documentation-face, custom-state-face, custom-comment-face)
5702         (custom-comment-tag-face, custom-variable-tag-face)
5703         (custom-variable-button-face, custom-face-tag-face)
5704         (custom-group-tag-face-1, custom-group-tag-face):
5705         * diff-mode.el (diff-header-face, diff-file-header-face)
5706         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5707         (diff-added-face, diff-changed-face, diff-function-face)
5708         (diff-context-face, diff-nonexistent-face):
5709         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5710         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5711         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5712         (Info-title-4-face):
5713         * isearch.el (isearch-lazy-highlight-face):
5714         * log-view.el (log-view-file-face, log-view-message-face):
5715         * paren.el (show-paren-match-face, show-paren-mismatch-face):
5716         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5717         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5718         (cvs-msg-face):
5719         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5720         (smerge-base-face, smerge-markers-face):
5721         * wid-edit.el (widget-documentation-face, widget-button-face)
5722         (widget-field-face, widget-single-line-field-face)
5723         (widget-inactive-face, widget-button-pressed-face):
5724         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5725         (woman-addition-face):
5726         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5727         (eshell-ls-executable-face, eshell-ls-readonly-face)
5728         (eshell-ls-unreadable-face, eshell-ls-special-face)
5729         (eshell-ls-missing-face, eshell-ls-archive-face)
5730         (eshell-ls-backup-face, eshell-ls-product-face)
5731         (eshell-ls-clutter-face):
5732         * eshell/em-prompt.el (eshell-prompt-face):
5733         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5734         * obsolete/old-whitespace.el (whitespace-highlight-face):
5735         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5736         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5737         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5738         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5739         (antlr-font-lock-literal-face):
5740         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5741         (ebrowse-root-class-face, ebrowse-file-name-face)
5742         (ebrowse-default-face, ebrowse-member-attribute-face)
5743         (ebrowse-member-class-face, ebrowse-progress-face):
5744         * progmodes/make-mode.el (makefile-space-face):
5745         * progmodes/sh-script.el (sh-heredoc-face):
5746         * textmodes/flyspell.el (flyspell-incorrect-face)
5747         (flyspell-duplicate-face):
5748         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5749         * textmodes/texinfo.el (texinfo-heading-face):
5750         Mark face aliases with "-face" suffix as obsolete.
5752         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5753         compiler.
5755         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5756         (eudc-bob-sound-menu): Use defvar rather than defconst, since
5757         easy-menu-define wants to modify these.
5759         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5761         * net/browse-url.el (browse-url-file-url):
5762         * term/internal.el (dos-codepage-setup):
5763         Use default-value rather than default-enable-multibyte-characters.
5765         * progmodes/etags.el (etags-goto-tag-location):
5766         * progmodes/flymake.el (flymake-highlight-line)
5767         (flymake-goto-file-and-line, flymake-goto-line):
5768         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5769         (gdb-goto-breakpoint):
5770         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5771         * progmodes/python.el (python-find-function)
5772         (python-pdbtrack-track-stack-file):
5773         * progmodes/verilog-mode.el (verilog-surelint-off):
5774         * term/ns-win.el (ns-open-file-select-line):
5775         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5776         Use forward-line rather than goto-line.
5778         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5779         * textmodes/reftex-index.el (reftex-display-index):
5780         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5781         * textmodes/reftex-toc.el (reftex-toc):
5782         Remove unnecessary bindings of default-major-mode (all are followed by
5783         major-mode check and possible mode switch).
5785 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5787         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5788         Handle watchpoints (bug#4282).
5789         (def-gdb-thread-buffer-command): Enable thread to be selected by
5790         clicking without selecting threads buffer first.
5791         (gdb-current-context-command): Use selected frame so that "up",
5792         "down" etc work in the GUD buffer.
5793         (gdb-update): Find selected frame before rendering stack buffer.
5794         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5796 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * progmodes/sym-comp.el (displayed-completions): Remove.
5799         (symbol-complete): Use minibuffer-complete.
5801 2009-08-31  Glenn Morris  <rgm@gnu.org>
5803         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5805         * apropos.el (apropos-symbols-internal):
5806         Handle (obsolete) face aliases.
5808         * faces.el (describe-face): Adjust the output format to be more like
5809         describe-variable, and to mention (obsolete) face aliases.
5810         Adjust the whitespace so that help-setup-xref works.
5812         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5813         * calendar/diary-lib.el (diary-button-face):
5814         Mark these face aliases as obsolete.
5816         * calendar/calendar.el (calendar-today): Doc fix.
5818 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5820         * progmodes/gdb-mi.el (gdb-control-all-threads)
5821         (gdb-control-current-thread): Force tool bar update.
5822         (gdb-non-stop-handler): New function.
5823         (gdb-init-1): Use it to test if non-stop mode is supported.
5824         Remove unused gdbmi buffer type.
5826 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5828         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5829         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
5831 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
5833         * comint.el (comint-exec-1): Check command is non-null first.
5834         Part of gdb-mi.el change (2009-08-28).
5836 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5840 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
5842         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5843         instead of `dolist' to avoid a recursive require when bootstrapping.
5845 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5849         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5851         * net/imap.el (imap-send-command): Simplify.
5852         (imap-wait-for-tag): point-max -> buffer-size.
5854         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5856         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5857         with constant argument.
5859         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5861         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5863         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5864         Change default, since most of our files don't have a history.
5865         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5866         the user.
5868         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5869         Add comint-run.
5871         * calc/calc.el: Improve commenting convention.
5872         (calc-digit-map, toplevel): Simplify.
5874         * comint.el (comint-insert-input): Be careful to only set point if we
5875         don't delegate to some other command.
5877         * proced.el (proced-signal-list): Make it an alist.
5878         (proced-grammar-alist): Capitalize names.
5879         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5880         Disable undo manually and make it read-only.
5881         Use completion-annotate-function.
5883         * minibuffer.el (minibuffer-message): If the current buffer is not
5884         a minibuffer, insert the message in the echo area rather than at the
5885         end of the buffer.
5886         (completion-annotate-function): New variable.
5887         (minibuffer-completion-help): Use it.
5888         (completion--embedded-envvar-table): Environment vars are
5889         always case-sensitive.
5891 2009-08-30  Glenn Morris  <rgm@gnu.org>
5893         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5894         from fortran-current-defun.
5895         (fortran-beginning-of-subprogram): Be more precise about finding the
5896         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
5897         (fortran-end-of-subprogram): Simplify.
5898         (fortran-current-defun): Use fortran-start-prog-re.
5900 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
5902         * subr.el (do-after-load-evaluation): Simplify.
5904 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5906         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5908         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
5909         (vc-rcs-print-log): Use it.
5911         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5913 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * paths.el (abbrev-file-name): Move to abbrev.el.
5916         * abbrev.el (abbrev-file-name): Move from paths.el.
5917         Obey user-emacs-directory.
5918         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5919         user-emacs-directory.
5920         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5921         abbrev-file-name and calc-settings-file any more.
5922         * startup.el (command-line): Recompute abbrev-file-name and
5923         abbreviated-home-dir.
5924         (normal-no-mouse-startup-screen): Improve the generic code and get rid
5925         of the special code for when C-h bindings haven't been changed.
5926         (display-startup-echo-area-message): Use with-current-buffer.
5927         (command-line-1): Use a list of strings, rather than a list of lists
5928         of strings for longopts.
5930         * files.el (get-free-disk-space): Use / for default-directory.
5932         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5933         Use with-current-buffer.
5935         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5936         Recognize immutable variables like most-positive-fixnum.
5937         (byte-compile-setq-default): Check and warn if trying to assign
5938         to an immutable variable, or a non-variable.
5940         * progmodes/cc-vars.el (c-comment-continuation-stars):
5941         * progmodes/cc-engine.el (c-looking-at-bos):
5942         * progmodes/cc-cmds.el (c-toggle-auto-state)
5943         (c-forward-into-nomenclature, c-backward-into-nomenclature)
5944         (c-comment-line-break-function): Add version of obsolescence.
5946 2009-08-28  Juri Linkov  <juri@jurta.org>
5948         * files.el (magic-fallback-mode-alist): Add ZIP magic number
5949         associated with `archive-mode'.
5951         * image.el (image-type-header-regexps): Use only JPEG magic number
5952         to determine JPEG images, and don't use `image-jpeg-p' because
5953         Emacs can display non-JFIF non-Exif JPEG images.
5955 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5957         * arc-mode.el (archive-mode):
5958         * emacs-lisp/re-builder.el (re-builder-unload-function):
5959         Protect against the default value of `major-mode' being nil.
5961 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5963         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5964         Fix typos in docstrings.
5966         * progmodes/js.el (js--macro-decl-re): Doc fix.
5967         (js--plain-method-re, js--split-name): Refloc docstring.
5968         (js--class-styles, js--make-merged-item, js--splice-into-items):
5969         Fix typos in docstrings; reflow docstrings.
5970         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5971         (js--variable-decl-matcher, js--inside-pitem-p)
5972         (js--parse-state-at-point, js--get-all-known-symbols)
5973         (js--symbol-history, js-find-symbol, js--js-references)
5974         (js--moz-interactor, js--js-encode-value, js--read-tab):
5975         Fix typos in docstrings.
5977 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5979         * textmodes/reftex.el (reftex-get-file-buffer-force):
5980         * progmodes/verilog-mode.el (verilog-batch-execute-func):
5981         * emulation/viper.el (viper-go-away, viper-set-hooks):
5982         * emacs-lisp/re-builder.el (re-builder-unload-function):
5983         * emacs-lisp/bytecomp.el (byte-compile-file):
5984         * ses.el (ses-unload-function):
5985         * hexl.el (hexl-find-file):
5986         * files.el (normal-mode):
5987         * ehelp.el (with-electric-help):
5988         * autoinsert.el (auto-insert-alist):
5989         * arc-mode.el (archive-mode):
5990         Use (default-value 'major-mode) instead of default-major-mode.
5992         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5993         * international/mule.el (load-with-code-conversion):
5994         * emacs-lisp/debug.el (debug):
5995         * ediff-vers.el (ediff-rcs-get-output-buffer):
5996         * dired.el (dired-internal-noselect): Don't let-bind
5997         default-major-mode around code that doesn't use it.
5998         E.g. buffer creation via get-buffer-create doesn't use it.
6000 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
6002         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6003         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6004         when writing the temp file.  Otherwise, epa-file gets confused.
6005         (tramp-register-file-name-handlers): Make it a defun.  Move also
6006         `epa-file-handler' to the front of `file-name-handler-alist'.
6008 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6011         start right after a ^M.
6012         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6013         (tramp-completion-file-name-regexp-separate)
6014         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6015         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6016         Don't modify last-coding-system-used by accident.
6017         (tramp-completion-file-name-handler): Apply the checks here,
6018         instead during registration.
6019         (tramp-register-file-name-handlers) Renamed from
6020         `tramp-register-file-name-handler'.  Register both
6021         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6022         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
6024 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
6026         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6027         Remove variable ...
6028         (gdb-init-1, gdb-display-separate-io-buffer)
6029         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6030         references to it.
6031         (gdb-inferior-io-mode): Use make-comint-in-buffer.
6032         (gdb-inferior-filter): Use comint-output-filter to stop
6033         echoing and remove ^M characters.
6035 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6037         * emulation/viper-init.el (viper-restore-cursor-type):
6038         * emulation/cua-base.el (cua--update-indications):
6039         Replace default-cursor-type with (default-value 'cursor-type).
6041         * mail/sendmail.el (mail-recover-1):
6042         * international/mule-diag.el (describe-current-coding-system-briefly)
6043         (describe-current-coding-system):
6044         * international/mule-cmds.el (select-safe-coding-system)
6045         (select-message-coding-system)
6046         (set-language-environment-coding-systems, set-locale-environment):
6047         * hexl.el (hexl-insert-multibyte-char):
6048         * dos-w32.el (find-buffer-file-type-coding-system):
6049         * simple.el (what-cursor-position):
6050         Replace uses of default-buffer-file-coding-system
6051         with (default-value 'buffer-file-coding-system).
6053         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6054         Replace uses of default-cursor-in-non-selected-windows
6055         with (default-value 'cursor-in-non-selected-windows).
6056         Use with-current-buffer.
6058         * mail/feedmail.el: Use CL macros.
6059         (feedmail-run-the-queue, feedmail-send-it-immediately):
6060         * dos-w32.el (find-buffer-file-type): Replace uses of
6061         default-buffer-file-type with (default-value 'buffer-file-type).
6063 2009-08-28  Glenn Morris  <rgm@gnu.org>
6065         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6066         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6067         Use default-value of major-mode rather than default-major-mode.
6069 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6071         * Makefile.in (update-elcfiles): Report left over elc files.
6073         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6074         expand-file-name and with-current-buffer.
6075         (mail-get-names, mail-directory): Use with-current-buffer.
6077         * vc.el (vc-read-revision): New function.
6078         (vc-version-diff, vc-merge): Use it.
6080 2009-08-27  Sam Steingold  <sds@gnu.org>
6082         * simple.el (kill-do-not-save-duplicates): New user option.
6083         (kill-new): When it is non-nil, and the new string is the same as
6084         the latest kill, set replace to t to avoid duplicates in kill-ring.
6086 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
6088         * net/tramp.el (tramp-handle-process-file): Do not flush all
6089         caches when `process-file-side-effects' is set.
6090         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6091         instead of `tramp-find-file-exists-command'.
6092         Unset `process-file-side-effects'.
6094 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
6096         * net/tramp.el (tramp-methods): New method "rsyncc".
6097         (top): Add completion function for "rsyncc".
6098         (tramp-message-show-message): New defvar.
6099         (tramp-message, tramp-error): Use it.
6100         (tramp-do-copy-or-rename-file-directly): Extend check for direct
6101         remote copying.
6102         (tramp-do-copy-or-rename-file-out-of-band): Handle new
6103         `tramp-methods' entry `copy-env' of "rsyncc".
6104         (tramp-vc-registered-read-file-names): New defconst.
6105         (tramp-vc-registered-file-names): New defvar.
6106         (tramp-handle-vc-registered): Implement optimization strategy.
6107         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6108         (tramp-vc-file-name-handler): New defun.
6109         (tramp-get-ls-command, tramp-get-test-command)
6110         (tramp-get-file-exists-command, tramp-get-remote-ln)
6111         (tramp-get-remote-perl, tramp-get-remote-stat)
6112         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6114         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6115         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
6116         timestamps.
6117         (tramp-get-file-property): Check for timestamps in
6118         `tramp-cache-inhibit-cache'.
6119         (tramp-set-file-property): Write timestamp.
6121 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6123         * language/japan-util.el (japanese-symbol-table): Add entries for
6124         cp932-2-byte.
6126         * international/characters.el: Add category `j' to cp932-2-byte.
6128 2009-08-27  Kenichi Handa  <handa@m17n.org>
6130         * international/fontset.el (build-default-fontset-data): New macro.
6131         (setup-default-fontset): Use build-default-fontset-data for CJK,
6132         tibetan, ethiopic, and ipa.
6134 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6136         * cus-start.el (default-major-mode): Customize `major-mode' instead.
6137         (enable-multibyte-characters): Not customizable any more.
6139         * subr.el (default-mode-line-format, default-header-line-format)
6140         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6141         (default-direction-reversed, default-truncate-lines)
6142         (default-left-margin, default-tab-width, default-case-fold-search)
6143         (default-left-margin-width, default-right-margin-width)
6144         (default-left-fringe-width, default-right-fringe-width)
6145         (default-fringes-outside-margins, default-scroll-bar-width)
6146         (default-vertical-scroll-bar, default-indicate-empty-lines)
6147         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6148         (default-fringe-cursor-alist, default-scroll-up-aggressively)
6149         (default-scroll-down-aggressively, default-fill-column)
6150         (default-cursor-type, default-buffer-file-type)
6151         (default-cursor-in-non-selected-windows)
6152         (default-buffer-file-coding-system, default-major-mode)
6153         (default-enable-multibyte-characters): Mark as obsolete.
6155 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
6157         * vc-dir.el (vc-dir-update): Remove debug helper.
6159         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6161 2009-08-26  Sam Steingold  <sds@gnu.org>
6163         * simple.el (save-interprogram-paste-before-kill): New user option.
6164         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6165         save the interprogram-paste into kill-ring before overriding it
6166         with the Emacs kill.
6168 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6170         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6171         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6172         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6173         and move to vc-rcs.el.
6174         (vc-default-next-revision): Rename to vc-rcs-next-revision and
6175         move to vc-rcs.el.
6176         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6177         (vc-rcs-update-changelog): Remove.
6178         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6179         and move to vc-rcs.el.
6181         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6182         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6183         renaming.
6184         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6185         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6186         vc.el, renamed to be RCS specific.
6188         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6189         New functions.
6190         (vc-cvs-update-changelog): Move here from vc.el.
6192         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6193         New functions.
6195 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6199 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6201         * vc-git.el (vc-git-register): Use "git add" for directories.
6202         (vc-git-stash, vc-git-stash-show): New functions.
6203         (vc-git-extra-menu-map): Bind them.
6205         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6206         directory correctly in case the item is a directory itself.
6208         * vc.el: Document the desired behavior for reverted files in the
6209         `added' state.
6210         (vc-default-prettify-state-info): Remove function, unused.
6212         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6214 2009-08-26  Glenn Morris  <rgm@gnu.org>
6216         * bindings.el (standard-mode-line-format): Reposition dashes in
6217         which-func entry.  (Bug#4217)
6219         * files.el (enable-local-variables, enable-local-eval)
6220         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6221         the defcustoms.
6222         (auto-mode-alist, ignored-local-variables)
6223         (save-some-buffers-action-alist): Move risky declarations to the
6224         definitions.
6225         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6226         (font-lock-defaults, format-alist, imenu--index-alist)
6227         (imenu-generic-expression, input-method-alist, minor-mode-alist)
6228         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6229         (mode-line-modified, mode-line-mule-info, mode-line-position)
6230         (mode-line-process, mode-line-remote, outline-level)
6231         (parse-time-rules, rmail-output-file-alist)
6232         (special-display-buffer-names, vc-mode):
6233         Move risky declarations to the relevant files.
6234         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6235         (mode-line-modified, mode-line-process, mode-line-position)
6236         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6237         * font-core.el (font-lock-defaults):
6238         * format.el (format-alist):
6239         * vc-hooks.el (vc-mode):
6240         * window.el (special-display-buffer-names):
6241         * international/mule-cmds.el (input-method-alist):
6242         Define riskiness here (dumped file) rather than in files.el.
6243         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6244         * imenu.el (imenu-generic-expression, imenu--index-alist):
6245         * outline.el (outline-level):
6246         * time.el (display-time-string):
6247         * calendar/parse-time.el (parse-time-rules):
6248         * mail/rmailout.el (rmail-output-file-alist):
6249         Autoload riskiness here, rather than placing in files.el.
6251 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6253         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6255 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6257         * simple.el (process-file-side-effects): New defvar.
6259         * dired-aux.el (dired-show-file-type):
6260         * vc.el (vc-diff-internal):
6261         * vc-arch.el (vc-arch-diff):
6262         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6263         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6264         * vc-git.el (vc-git-registered, vc-git-working-revision)
6265         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6266         (vc-git--empty-db-p):
6267         * vc-hooks.el (vc-user-login-name):
6268         * vc-svn.el (vc-svn-registered, vc-svn-state)
6269         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6270         * progmodes/grep.el (grep-probe): Let-bind
6271         `process-file-side-effects' with nil.
6273         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6275         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6276         daemon.  Replace ping by checking for running service for bluez
6277         and zeroconf.  (Bug#4239)
6279 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6281         * net/dig.el (dig): Add autoload cookie.
6283 2009-08-25  Glenn Morris  <rgm@gnu.org>
6285         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6286         load-history for absolute file-names.
6287         (byte-compile-file-form-require): Warn about use of the cl package.
6289         * format.el (format-alist): Doc fix.
6291         * play/bubbles.el (top-level): Don't require cl at run-time.
6293         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6294         run-time cl).
6296 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6298         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6299         from cl package.
6300         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6302 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6304         * calc/calc-alg.el (math-trig-rewrite)
6305         (math-hyperbolic-trig-rewrite): New functions.
6306         (calc-simplify): Simplify trig functions when asked.
6308 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6312 2009-08-24  Kenichi Handa  <handa@m17n.org>
6314         * language/ind-util.el (mapthread): Delete it.
6315         (combinatorial): New function.
6316         (indian--puthash-cv): Use combinatorial instead of mapthread.
6318 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6320         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6321         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6322         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6323         Clarify docstring that the value is strings not symbols.
6324         (checkdoc-list-of-strings-p): New function.
6326 2009-08-22  Glenn Morris  <rgm@gnu.org>
6328         * files.el (auto-mode-alist):
6329         * hippie-exp.el (he-concat-directory-file-name):
6330         * lpr.el (lpr-windows-system, printer-name):
6331         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6332         * ps-print.el (ps-windows-system):
6333         * startup.el (command-line):
6334         * emulation/viper-ex.el (viper-glob-function):
6335         * international/mule-cmds.el (set-language-environment-coding-systems):
6336         * net/ange-ftp.el (ange-ftp-write-region):
6337         * obsolete/fast-lock.el (fast-lock-cache-name):
6338         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6339         unisoft-unix, vax-vms, win32, w32.
6341         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6342         given name if the pattern is not more specific.
6344         * calendar/lunar.el (lunar-phase-names): New option.
6345         (lunar-phase): Doc fix.
6346         (lunar-cycles-per-year): New constant.
6347         (lunar-index): New function.
6348         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6349         (lunar-phase-name): Use lunar-phase-names.
6350         (calendar-lunar-phases): Use format.
6351         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6353         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6354         Copy imenu-example--name-and-position function here for own use.
6355         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6357         * bs.el (bs--redisplay):
6358         * cus-edit.el (custom-redraw):
6359         * ibuffer.el (ibuffer-bury-buffer):
6360         * server.el (server-goto-line-column):
6361         * startup.el (command-line-1):
6362         * strokes.el (strokes-xpm-for-stroke):
6363         * term.el (term-display-buffer-line):
6364         * view.el (View-goto-line):
6365         * calc/calc.el (calc-do, calc-trail-buffer):
6366         * play/gamegrid.el (gamegrid-add-score-insecure):
6367         * progmodes/ada-mode.el (ada-compile-goto-error):
6368         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6369         (ebrowse-select-1st-to-9nth):
6370         * progmodes/cperl-mode.el (cperl-time-fontification):
6371         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6372         * progmodes/gud.el (gud-display-line):
6373         (idlwave-shell-display-line):
6374         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6375         * progmodes/make-mode.el (makefile-browser-toggle):
6376         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6377         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6378         * textmodes/picture.el (picture-draw-rectangle):
6379         * textmodes/reftex-index.el (reftex-index-goto-letter):
6380         (reftex-select-jump-to-previous):
6381         * textmodes/reftex-sel.el (reftex-find-start-point)
6382         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6383         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6384         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6385         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6386         * textmodes/two-column.el (2C-associated-buffer):
6387         Use forward-line rather than goto-line.
6389         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6390         goto-line.
6392         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6393         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6394         (quick-check-list-to-regexp): Declare.
6396         * progmodes/make-mode.el (makefile-browser-insert-selection):
6397         Use goto-char rather than goto-line.
6399         * progmodes/prolog.el (compilation-error-regexp-alist)
6400         (compilation-forget-errors): Declare.
6402 2009-08-22  Juri Linkov  <juri@jurta.org>
6404         * progmodes/grep.el (lgrep, rgrep): At the beginning
6405         set `dir' to `default-directory' unless `dir' is a non-nil
6406         readable directory.  (Bug#4052)
6407         (lgrep, rgrep): Change a weird way to report an error
6408         from using `read-string' to using `error'.
6409         Instead of using interactive arguments in the function body,
6410         add new argument `confirm'.
6412 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * textmodes/remember.el (remember-buffer):
6415         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6416         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6417         (icalendar-extract-ical-from-buffer):
6418         * net/newst-treeview.el (newsticker-groups-filename):
6419         * net/newst-backend.el (newsticker-cache-filename):
6420         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6421         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6422         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6423         (speedbar-buffers-line-path, speedbar-path-line)
6424         (speedbar-buffers-line-path):
6425         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6426         (epg-sign-keys):
6427         * epa.el (epa-display-verify-result):
6428         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6430 2009-08-21  Glenn Morris  <rgm@gnu.org>
6432         * progmodes/js.el (inferior-moz-process): Fix declaration.
6434         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6436         * obsolete/rnewspost.el (news-mail-reply):
6437         Use goto-char rather than goto-line.
6439         * term/ns-win.el (ns-open-file-select-line):
6440         Use line-beginning-position rather than goto-line.
6442         * apropos.el (apropos-command):
6443         * ehelp.el (electric-helpify):
6444         * printing.el (pr-show-setup):
6445         * strokes.el (strokes-help):
6446         * tutorial.el (tutorial--describe-nonstandard-key)
6447         (tutorial--detailed-help):
6448         * woman.el (woman-mini-help, woman-display-extended-fonts):
6449         * calc/calc-help.el (calc-describe-key):
6450         * emulation/edt.el (edt-electric-helpify):
6451         * international/mule-diag.el (mule-diag):
6452         * play/yow.el (apropos-zippy):
6453         * progmodes/python.el (python-describe-symbol):
6454         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6455         * textmodes/table.el (*table--cell-describe-mode)
6456         (*table--cell-describe-bindings):
6457         Use help-print-return-message rather than the now obsolete alias.
6459         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6460         (calendar-cursor-to-visible-date):
6461         * play/5x5.el (5x5-position-cursor):
6462         * play/decipher.el (decipher):
6463         * play/gomoku.el (gomoku-goto-xy):
6464         * play/landmark.el (lm-goto-xy):
6465         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6466         (mpuz-paint-digit):
6467         Use forward-line, not goto-line.
6469         * mail/rmail.el (rmail-obsolete): Delete custom group.
6470         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6471         (rmail-remote-password, rmail-remote-password-required):
6472         Remove unneeded :set-after and :set properties.
6474 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6476         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6478 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6480         * loadup.el: Remove leftover macos code.
6482         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6483         Explicitly pass the date format to git blame so that user local
6484         so that the output format can be parsed.
6486 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6488         * net/dbus.el (top): Don't check for (getenv
6489         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6491 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6493         * log-edit.el (log-edit-strip-single-file-name): New var.
6494         (log-edit-insert-changelog): Use it.  Bug#3571
6496 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6498         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6499         Bug#3287
6501         * help.el (help-print-return-message): Rename from
6502         print-help-return-message.
6504         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6505         cvs-mode-map parent hack.
6506         (log-view-mode): Derive from special-mode.
6508         * linum.el (linum-mode): window-size-change-functions is redundant.
6509         Adapt to new window-configuration-change-hook behavior.
6510         (linum-after-size, linum-after-config): Remove.
6512         * imenu.el (imenu-example--name-and-position)
6513         (imenu-example--lisp-extract-index-name)
6514         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6515         Mark as obsolete.
6517         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6518         (inferior-prolog-mode): Use it.
6519         (inferior-prolog-load-file): Reset list of errors.
6521 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6523         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6525         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6527 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6529         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6530         is running already.
6532 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         * subr.el (listify-key-sequence-1): Use normal syntax since those
6535         integers are nowadays always represented by the same (positive) number
6536         on all platforms.
6537         (read-key-empty-map): New const.
6538         (read-key-delay): New var.
6539         (read-key): New function.
6540         (force-mode-line-update): Use with-current-buffer.
6541         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6542         (start-process-shell-command, start-file-process-shell-command):
6543         Discourage the use of command-args.
6545 2009-08-19  Glenn Morris  <rgm@gnu.org>
6547         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6549 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6551         * simple.el (choose-completion-string): Don't rely on
6552         minibuffer-completing-file-name and ad-hoc checks to decide whether
6553         to continue completion or not.
6555         * minibuffer.el (minibuffer-hide-completions): New function.
6556         (completion--do-completion): Use it.
6557         (completions-annotations): New face.
6558         (completion--insert-strings): Use it.
6559         (completion-pcm--delim-wild-regex): Add docstring.
6560         (completion-pcm--string->pattern): Add support for 0-width delimiters
6561         in completion-pcm--delim-wild-regex.
6563 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6566         Remove unused var `buffer-modified-p'.
6568         * minibuffer.el (completion--do-completion): Move point for the #b001
6569         case as well (bug#4176).
6570         (minibuffer-complete, minibuffer-complete-word): Don't move point.
6572 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
6574         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
6575         and :session buses.
6577 2009-08-18  Kenichi Handa  <handa@m17n.org>
6579         * international/ucs-normalize.el (ucs-normalize-version):
6580         Change to 1.1.
6581         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6582         (utf-8-hfs): Make it perform normalization on encoding too.
6584         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
6585         (sentence-end-without-space): Delete duplicated chars.
6586         (sentence-end-base): Likewise.
6588         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
6589         (html-mode): Delete duplicated chars from sentence-end-base.
6591         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
6592         (texinfo-mode): Delete duplicated chars from sentence-end-base.
6594 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
6596         * files.el (hack-one-local-variable): If the mode function is for
6597         a minor mode, pass it an argument (Bug#4148).
6599 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
6601         * net/tramp.el (tramp-register-completion-file-name-handler):
6602         Check also for (member 'partial-completion completion-styles).
6604 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6606         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6607         abbrev (Bug#3943).
6609 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
6611         * progmodes/cperl-mode.el: Merge upstream 6.2.
6612         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6613         (cperl-forward-re): Check cperl-brace-recursing.
6614         (cperl-highlight-charclass): New function.
6615         (cperl-find-pods-heres): Use it.
6616         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6617         (cperl-beautify-regexp-piece): Fix column calculation.
6618         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6619         (cperl-beautify-level): Don't process entire regexp.
6620         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6621         calling man.
6622         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6623         (cperl-init-faces): Build a list in the normal way.
6625 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6627         * calendar/parse-time.el (parse-time-string-chars): Save match
6628         data.
6630 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6633         (sql-product): Use it.
6634         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6635         (sql-set-product): Add completion.
6636         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6637         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6638         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6639         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6640         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6641         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6642         (sql-highlight-db2-keywords): Remove.
6643         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6644         (sql-highlight-product): Use derived-mode-p.
6645         (sql-set-sqli-buffer): Use with-current-buffer.
6646         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6647         Simplify.
6649         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6651         * term.el: Fix commenting convention, turn comments into docstrings.
6653 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6655         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6657 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6659         * calendar/parse-time.el (parse-time-string-chars): Compute using
6660         character classes, to handle non-ascii characters (Bug#3190).
6662 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6664         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6665         another heredoc if the user adds another < (Bug#3226).
6667         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6668         Don't initialize based on window-system (Bug#4124).
6670         * facemenu.el (facemenu-read-color): Use a completion function
6671         that accepts any defined color, such as RGB triplets (Bug#3677).
6673         * files.el (get-free-disk-space): Change fallback default
6674         directory to /.  Expand DIR argument before switching to fallback.
6675         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6677 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6679         * files.el (load-library): Doc fix.
6681 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6683         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6684         (viper-if-string): Redefine C-s in the minibuffer to insert the last
6685         incremental search string.
6687         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6688         XEmacs.
6690         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6691         (ediff-merge-region-is-non-clash)
6692         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6693         Also check if the job is really a merge job.
6695         * ediff.el (ediff-current-file): New function.
6697 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6699         * progmodes/js.el: Edit docstrings throughout to follow Emacs
6700         conventions.
6701         (js-insert-and-indent): Delete function.
6702         (js-mode-map): Don't bind keys to js-insert-and-indent.
6703         (js-beginning-of-defun): Rename from js--beginning-of-defun.
6704         (js-end-of-defun): Rename from js--end-of-defun.
6705         (js-auto-indent-flag): Delete variable.
6707 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
6709         * progmodes/js.el: Remove proclaim statement.
6710         Defvar which-func-imenu-joiner-function to silence compiler.
6712         * files.el (auto-mode-alist): Use js-mode for .js files.
6714         * progmodes/js2-mode.el: Remove file.
6716         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6718         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6720         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6722 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
6723             Karl Landstrom  <karl.landstrom@brgeight.se>
6725         * progmodes/js.el: New file.
6727 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
6729         * timezone.el (timezone-parse-date): Add ability to understand ISO
6730         basic format (minimal separators) dates in addition to the
6731         already-supported extended format dates.
6733 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
6735         * international/ucs-normalize.el: Add a `coding' file variable.
6737         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6739 2009-08-14  Sam Steingold  <sds@gnu.org>
6741         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6743 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
6745         * faces.el (help-argument-name): Define it here instead of
6746         help-fns.el, because in daemon mode help-fns.el may be loaded when
6747         faces are still uninitialized (Bug#1078).
6749         * help-fns.el (help-argument-name): Move defface to faces.el.
6751 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
6753         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6754         create buffer with a pty but no process so that GDB can make the
6755         inferior the controlling process.
6757 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
6759         * international/ucs-normalize.el: New file.
6761 2009-08-13  Richard Stallman  <rms@gnu.org>
6763         * mail/rmail.el (rmail-get-attr-names):
6764         Accept an attribute header that is too short.
6766         * mail/rmail.el (rmail-forget-messages):
6767         Ignore nil elt in rmail-message-vector.  Use dotimes.
6769         * progmodes/compile.el (compilation-goto-locus):
6770         Use next-error-move-function.
6772         * simple.el (next-error-move-function): New variable.
6774 2009-08-12  Juri Linkov  <juri@jurta.org>
6776         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6777         always non-nil.  (Bug#4052)
6779         * replace.el (read-regexp): Return empty string when
6780         `default-value' is nil.
6781         (keep-lines-read-args): Don't use empty string as the
6782         default value for `read-regexp'.  (Bug#2495)
6784 2009-08-12  Juri Linkov  <juri@jurta.org>
6786         * international/mule-cmds.el (ucs-insert): Change arguments
6787         from `arg' to `character', `count', `inherit' to be the same
6788         as in `insert-char'.  Doc fix.  (Bug#4039)
6790         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6792 2009-08-12  Juri Linkov  <juri@jurta.org>
6794         * files-x.el: New file.
6796         * files.el: Move code that deals with adding/deleting
6797         file/directory-local variables to files-x.el.
6799         * Makefile.in (ELCFILES): Add files-x.elc.
6801 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
6803         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6804         to use `goto-line'.
6805         (gdb-place-breakpoints, gdb-get-location): Rewritten without
6806         `goto-line'.
6807         (gdb-invalidate-disassembly): Do not refresh upon receiving
6808         'update signal.  Instead, update all disassembly buffers only after
6809         threads list.
6810         (gdb): Send -target-detach when buffer is killed (Bug#3794).
6811         (gdb-starting): Moved -data-list-register-names...
6812         (gdb-stopped): ...here so it's sent when first thread stops.
6813         (gdb-registers-handler-custom): Do nothing if register names are
6814         unknown yet.
6816         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6817         from `gdb-mi.el' to avoid extra tangling.
6819         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6820         change which breaks `gud-def' definitions used in `gdb'.
6821         (gdb-update-gud-running): No extra fuss for updating frame number.
6823 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6825         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6826         (describe-language-environment-map, setup-language-environment-map)
6827         (set-coding-system-map): Move initialization into declaration.
6828         (set-language-info-alist): Last arg to define-key-after can be skipped.
6830         * international/quail.el (quail-completion-1): Simplify.
6831         (quail-define-rules): Use slightly more compact code.
6832         (quail-insert-decode-map): Propertize keys, compact columns.
6834         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6835         Add goto-line.
6837 2009-08-10  Miles Bader  <miles@gnu.org>
6839         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6840         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6841         (js2-instance-member, js2-private-member, js2-private-function-call)
6842         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6843         (js2-magic-paren, js2-external-variable):
6844         Remove "-face" suffix from face names.
6845         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6846         (js2-highlight-undeclared-vars, js2-peek-token)
6847         (js2-parse-function-params, js2-mode-show-errors)
6848         (js2-mode-show-warnings, js2-make-magic-delimiter)
6849         (js2-mode-highlight-magic-parens): Update to use new face names.
6851 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
6853         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6854         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
6856 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
6858         * subr.el: Provide hashtable-print-readable.
6860         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6861         hs-c-like-adjust-block-beginning.
6862         (hs-hide-block-at-point): Stop hiding at the beginning of
6863         hs-block-end-regexp (Bug#700).
6865 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
6867         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6868         a macro.
6869         (gdb-registers-handler-custom): Do not fail when register names
6870         are unavailable.
6872 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6874         * progmodes/gdb-mi.el (gdb-control-all-threads)
6875         (gdb-control-current-thread): Interactive setters for
6876         `gdb-gud-control-all-threads' to use in menu.
6877         (gdb-show-run-p): Show «Go» when process is not active.
6878         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
6879         gud/thread.xpm and gud/all.xpm.
6881 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
6883         * net/net-utils.el (net-utils-font-lock-keywords): New var.
6884         (nslookup-font-lock-keywords): Make it a variable.
6885         (net-utils-mode): New mode for viewing diagnostic network output.
6886         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6887         (net-utils-run-simple): New function.
6888         (ifconfig, iwconfig, netstat, arp, route): Use it.
6890 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6892         * progmodes/gdb-mi.el (gdb-read-memory-custom)
6893         (gdb-memory-set-address, def-gdb-set-positive-number)
6894         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6895         after changing settings.
6896         (gdb-invalidate-disassembly): Update when first shown.
6897         (gdb-edit-locals-value): Fixed.
6898         (gdb-registers-handler-custom): Print registers in right order and
6899         allow changing register values (only for current thread yet).
6900         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6901         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6902         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6903         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6904         info in mode name.
6905         (gdb-registers-mode-map): TAB to switch to locals.
6907 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
6909         * mail/rmail.el (rmail-add-mbox-headers)
6910         (rmail-set-message-counters-counter): Search for
6911         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
6913 2009-08-08  Glenn Morris  <rgm@gnu.org>
6915         * Makefile.in (ELCFILES): Update.
6917 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6919         * mail/sendmail.el (mail-yank-original): Set
6920         buffer-file-coding-system from the one used by the message whose
6921         text is yanked.
6923         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6924         to "windows" when "pgnuplot" is used.
6925         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6926         call accept-process-output if "pgnuplot" is used.
6927         (calc-graph-init): Don't send -display and -geometry to
6928         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
6929         running "pgnuplot -V" with shell-command-to-string.
6931         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6932         the default.
6934 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6936         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6937         org/org-latex.elc.
6939 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6941         * vc-dispatcher.el (vc-resynch-window): Update comment.
6943         * term.el (term-handle-ansi-escape): Add comments with the
6944         terminfo capabilities implemented.
6946 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
6948         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6949         (gdb-var-create-handler): Rewritten using JSON parser.
6950         (gdb-propertize-header): Moved earlier.
6951         (gdb-set-header): Removed to avoid duplication.
6952         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6953         Refresh disassembly buffers only after threads list have been
6954         update.
6955         (gdb-threads-header, gdb-registers-header): Per-buffer header line
6956         variables.
6958 2009-08-04  Juri Linkov  <juri@jurta.org>
6960         * files.el: Commands to add/delete file/directory-local variables.
6961         (read-file-local-variable, read-file-local-variable-value)
6962         (read-file-local-variable-mode, modify-file-local-variable)
6963         (modify-file-local-variable-prop-line)
6964         (modify-dir-local-variable): New functions.
6965         (add-file-local-variable, delete-file-local-variable)
6966         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6967         (add-dir-local-variable, delete-dir-local-variable)
6968         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6969         (copy-dir-locals-to-file-locals-prop-line): New commands.
6971 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
6973         * abbrev.el (insert-abbrev-table-description): Prettify output.
6974         Suggested by Karl Chen.
6976 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
6978         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6979         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6980         (gdb-overlay-arrow-position, gdb-thread-position)
6981         (gdb-disassembly-position): Declare variables.
6982         (gdb-wait-for-pending): Function now.
6983         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6984         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6985         compilation goes smoothly.
6986         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6987         (gdb-non-stop-setting): New customization setting which replaces
6988         `gdb-non-stop' so changing it doesn't break active GDB session.
6989         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6990         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6991         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6992         (gdb-show-threads-by-default): New customization options.
6993         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6994         routines.
6995         (gdb-get-buffer-create): Send buffers update signal when they are
6996         created.
6997         (gdb-invalidate-locals, gdb-invalidate-registers)
6998         (gdb-invalidate-breakpoints)
6999         (gdb-invalidate-threads, gdb-invalidate-disassembly)
7000         (gdb-invalidate-memory): Accept update signal.
7001         (gdb-current-context-command): Use --frame option.
7002         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7003         Implement `gdb-frame-number' selection logic.
7004         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7005         whether to show GUD toolbar buttons.
7006         (gdb-thread-exited): Unselect current thread when it exits.
7007         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7008         (gdb-mark-line): Routine which sets overlay arrow or inverses
7009         video on fringeless displays.
7010         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7011         to build aligned columns of data in GDB buffers and set text
7012         properties line-by-line.
7013         (gdb-invalidate-breakpoints)
7014         (gdb-breakpoints-list-handler-custom)
7015         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7016         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7017         (gdb-registers-handler-custom): Align data columns.
7018         (gdb-locals-handler-custom): Now prints data like in variable
7019         declarations.
7020         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7021         Removed confusing buttons.
7022         (gdb-invalidate-threads): Append --frame.
7023         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7024         between breakpoints/threads buffers.
7025         (gdb-set-window-buffer): Now can ignore dedicated windows.
7026         (gdb-propertize-header): Use `gdb-set-window-buffer'.
7027         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7028         (def-gdb-thread-buffer-gud-command): Replaces
7029         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7030         for fine thread control.
7031         (gdb-preempt-existing-or-display-buffer): New function used to
7032         display bound buffers without breaking window layout.
7033         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7034         (gdb-select-frame): New version of `gdb-frames-select' which now
7035         sets `gdb-frame-number' so commands may use --frame option instead
7036         of inner debugger state.
7037         (gdb-frame-handler): Do not set `gdb-frame-number'.
7038         (gdb-threads-mode-map): Select threads with mouse.
7040         * progmodes/gud.el (gdb-gud-context-call): Declare function to
7041         avoid compilation warning.
7042         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7043         `gdb-show-stop-p`.
7045         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7046         Argument `key' renamed to `buffer-type'.
7047         (gdb-current-context-buffer-name): Do not add thread info to
7048         buffer name when no thread is selected.
7049         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7050         command (bug 3794).
7051         (gdb-thread-selected): Handle `=thread-selected' notification.
7052         (gdb-wait-for-pending): New macro to deal with congestion problems.
7053         (gdb-breakpoints-list-handler-custom): Don't fail on pending
7054         breakpoints.
7055         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7056         This fixes problem similar to one described in bug 3947.
7057         (gud-menu-map): More menu items.
7058         (gdb-init-1): Reset `gdb-thread-number' to nil.
7060         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7061         non-stop settings.
7063         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7064         (gdb-current-context-command): Do not append --thread if
7065         `gdb-thread-number' is nil.
7066         (gdb-running-threads-count, gdb-stopped-threads-count): New
7067         variables.
7068         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7069         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7070         customization options.
7071         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7072         GUD commands.
7073         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7074         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7075         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7076         set `gdb-thread-number' and update `gud-running' properly.
7077         (gdb-running): Update threads list when new threads appear.
7078         (gdb-stopped): Support non-stop operation and new thread switching
7079         logic.
7080         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7081         (gdb-json-partial-output): New set of JSON routines.
7082         (def-gdb-auto-update-trigger): New `signal-list' optional
7083         argument.
7084         (gdb-thread-list-handler-custom): Update `gud-running',
7085         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7086         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7087         (gdb-continue-thread, gdb-step-thread): New commands for fine
7088         thread execution control.
7089         (gud-menu-map): New menu items to switch non-stop options.
7090         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7091         (gdb-send): Mimic RET properly (bug 3794).
7093         * progmodes/gdb-mi.el (gdb-rules-name-maker)
7094         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7095         gdb-buffer-rules.
7096         (def-gdb-auto-update-handler): New nopreserve optional argument.
7097         (gdb-stack-list-frames-custom): Print stack from top to bottom.
7099         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7100         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7101         (gdb-parent-mode): New mode to derive other GDB modes from.
7102         (gdb-display-disassembly-for-thread)
7103         (gdb-frame-disassembly-for-thread): New commands for threads
7104         buffer.
7106         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7107         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7108         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7109         (gdb-update): We now store all GDB buffers in a list so that they
7110         can be updated by traversing a list instead of calling invalidate
7111         triggers explicitly.
7112         (def-gdb-trigger-and-handler): New macro to define trigger-handler
7113         pair for GDB buffer.
7114         (gdb-stack-buffer-name): Add thread information.
7115         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7116         handle pending triggers.
7117         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7118         (def-gdb-thread-buffer-simple-command)
7119         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7120         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7121         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7122         New commands which show buffers bound to thread.
7123         (gdb-stack-list-locals-regexp): Removed unused regexp.
7125         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7126         (gdb-locals-buffer-name, gdb-registers-buffer-name)
7127         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7128         to (gud-comint-buffer) in *-buffer-name functions
7129         because (gdb-get-target-string) already does that.
7130         (gdb-locals-handler-custom, gdb-registers-handler-custom)
7131         (gdb-changed-registers-handler): Rewritten without regexps.
7133         * progmodes/gdb-mi.el: Basic thread selection support.
7134         (gdb-thread-number): New variable.
7135         (gdb-current-context-command): New macro which adds --thread
7136         option to command.
7137         (gdb-threads-mode-map): Select thread with SPC.
7138         (gdb-thread-list-handler-custom): Mark current thread with overlay
7139         arrow.  Synchronize GDB thread and Emacs thread.
7140         (gdb-select-thread): New command which selects current thread.
7141         (gdb-invalidate-frames, gdb-invalidate-locals)
7142         (gdb-invalidate-registers): Use --thread option.
7144 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
7146         * net/tramp.el (top): Make check for tramp-gvfs loading more
7147         robust.  (Bug#3977)
7148         (tramp-handle-insert-file-contents): `unwind-protect' must be
7149         inside `with-parsed-tramp-file-name'.
7151         * net/tramp-gvfs.el (top): Remove superfluous message when loading
7152         fails.
7154 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
7156         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7157         directory if CLASSPATH is not set.
7159 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
7161         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7162         New defconst.
7163         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
7165 2009-08-02  Kevin Ryde  <user42@zip.com.au>
7167         * net/newst-backend.el (newsticker--raw-url-list-defaults):
7168         Update freshmeat link.  Delete newsforge.com as it seems gone.
7170 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7172         * select.el (x-set-selection): Doc fix (Bug#4021).
7174         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7176         * help-fns.el (describe-variable): Treat list return values from
7177         dir-locals-find-file properly (Bug#4005).
7179 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
7181         * net/tramp.el (tramp-debug-message): Print also microseconds.
7183 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
7185         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7186         or END is non-nil.
7187         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7188         (tramp-get-debug-buffer): Change `outline-regexp' according to new
7189         format.
7191         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7192         (tramp-get-file-property): Use it.
7194         * autorevert.el (auto-revert-handler): Allow
7195         `auto-revert-tail-mode' for remote files.
7197 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7199         * minibuffer.el (read-file-name): Treat confirm options to
7200         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7202 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7204         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7205         (font-lock-variable-name-face, font-lock-constant-face): Darken
7206         the colors for light backgrounds.
7208 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7210         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7211         month names.  (Bug#3987)
7213 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7215         * simple.el (line-move-finish): Pass whole number to
7216         line-move-to-column.
7217         (line-move-visual): Perform hscroll to the recorded position.
7219 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7221         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7223 2009-07-29  Alan Mackenzie  <acm@muc.de>
7225         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7227 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
7229         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7230         (gdb-place-breakpoints): Use full path when setting breakpoints.
7232 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7234         * calc/calc.el (calc-mode-map): Add keybinding for
7235         `calc-transpose-lines'.
7237 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
7239         * calc/calc-misc.el (calc-transpose-lines): New function.
7241 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
7243         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7244         Simplify check for out-of-band methods.
7245         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7246         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7248 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7250         * vc-git.el (vc-git-checkin): Fix typo.
7252 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7254         * progmodes/js2-mode.el: New file.
7256 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7258         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7259         (gud-menu-map): Adjust tooltip accordingly.
7261 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7263         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7264         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7266         * add-log.el (change-log-mode-map): Add a menu.
7268 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7270         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7271         function returns nil.
7272         (dbus-handle-event): Handle special return value :ignore.
7273         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7275 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7277         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7278         it's not needed.
7280 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7282         Fix Bug#3888:
7284         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7286         * term/pc-win.el (x-display-name, x-colors)
7287         (x-select-enable-clipboard, x-select-text): Doc fix.
7289         * term/common-win.el (x-display-name, x-colors): Doc fix.
7291         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7292         (xw-defined-colors): Doc fix.
7294         * w32-fns.el (x-select-text, x-setup-function-keys)
7295         (x-get-selection, x-set-selection): Doc fix.
7297         * term/x-win.el (x-select-text, x-setup-function-keys)
7298         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7300         * select.el (x-set-selection): Doc fix.
7302 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7304         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7305         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7306         "IsNSSSupportAvailable" method is not available.  Reported by
7307         Steve Youngs <steve@sxemacs.org>.
7309 2009-07-24  Kenichi Handa  <handa@m17n.org>
7311         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7312         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7313         (build-unicode-category-table): Fix range checks.
7315 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7317         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7318         the buffer we try to sync is current when calling
7319         vc-resynch-buffer.
7321         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7322         not show up to date files.
7324 2009-07-24  Glenn Morris  <rgm@gnu.org>
7326         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7327         Add autoload cookies.  If necessary, initialize.
7328         (elint-log): Handle non-file buffers.
7329         (elint-initialize): Add optional argument to reinitialize.
7330         (elint-find-builtin-variables): Save excursion.
7332 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7334         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7335         for Lint.
7337 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7339         * vc.el (vc-print-log-internal): New function, split out from ...
7340         (vc-print-log): ... here.
7341         (vc-dir-move-to-goal-column): Declare.
7343         * vc-git.el (vc-git-add-signoff): New variable.
7344         (vc-git-checkin): Use it.
7345         (vc-git-toggle-signoff): New function.
7346         (vc-git-extra-menu-map): Bind it to menu.
7347         (vc-git--run-command-string): Accept a nil FILE argument.
7348         (vc-git-stash-list): New function.
7349         (vc-git-dir-extra-headers): Use it.
7351 2009-07-23  Glenn Morris  <rgm@gnu.org>
7353         * help-fns.el (describe-variable): Describe ignored and risky local
7354         variables in a similar way to that in which we describe safe ones.
7356         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7357         (byte-compile-output-file-form, byte-compile-output-docform)
7358         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7359         Give some more local variables with common names a "bytecomp-" prefix,
7360         so as not to shadow things during compilation.
7361         * emacs-lisp/cl-macs.el (load-time-value)
7362         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7363         `outbuffer' to `bytecomp-outbuffer'.
7365         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7366         since the next two variables cover them automatically now.
7367         (elint-builtin-variables, elint-autoloaded-variables): New.
7368         (elint-unknown-builtin-args): Remove all members, since they can be
7369         parsed automatically now.
7370         (elint-extra-errors): New.
7371         (elint-env-add-env, elint-env-add-macro): Use cadr.
7372         (elint-current-buffer): Use or.  Change final message.
7373         (elint-get-top-forms): Use line-end-position.
7374         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7375         and defalias.
7376         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7377         (regexp-assoc): Remove unused function.
7378         (elint-top-form): Set elint-current-pos, to record the start of the
7379         top-level form, for compilation-mode.
7380         (elint-form): Trap errors in macro expansion.  Use dolist.
7381         (elint-unbound-variable): Use elint-builtin-variables and
7382         elint-autoloaded-variables.
7383         (elint-get-args): Use cadr, or.
7384         (elint-check-cond-form): Use dolist, cadr.
7385         (elint-check-condition-case-form): Doc fix.  Use cadr.
7386         Use elint-extra-errors.
7387         (elint-log): New function.
7388         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7389         Distinguish errors and warnings.
7390         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7391         Use a bytecomp-style format.
7392         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7393         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7394         Don't truncate lines.
7395         (elint-initialize): Set builtin and autoloaded variable lists.
7396         Only process elint-unknown-builtin-args if non-nil.
7397         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7398         New functions.
7399         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7401 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7403         * net/newst-backend.el (newsticker--parse-atom-1.0)
7404         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7405         (newsticker--parse-rss-1.0):
7406         * progmodes/idlwave.el (idlwave-mode):
7407         * progmodes/idlw-shell.el (idlwave-shell-mode):
7408         * progmodes/vera-mode.el (vera-mode):
7409         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7410         * progmodes/vhdl-mode.el (vhdl-mode):
7411         * textmodes/table.el (table-generate-source)
7412         (table--warn-incompatibility):
7413         Hyperlink urls in docstrings with URL `...'.
7415 2009-07-22  Glenn Morris  <rgm@gnu.org>
7417         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7418         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7419         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7420         Remove leading * from defcustom docs.
7422         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7424         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7425         defcustom doc.
7426         (list-load-path-shadows): Optionally, just return shadows as a string.
7428         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7430 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7432         * mail/rmailedit.el (rmail-edit-mode): Use
7433         auto-save-include-big-deletions.
7435         * mail/rmail.el (rmail-variables): Use
7436         auto-save-include-big-deletions.
7438         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7439         changes.
7441 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7443         * calc/calc.el (calc-undo-length): New variable.
7444         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7446 2009-07-21  Richard Stallman  <rms@gnu.org>
7448         * files.el (auto-save-mode): Handle buffer-save-size = -2
7449         for toggling mode.
7451 2009-07-21  Glenn Morris  <rgm@gnu.org>
7453         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7455         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7457         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7458         silence compiler.  Instead...
7459         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7460         (ps-print-ensure-fontified): Update for above function name changes.
7462         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7463         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7464         silence compiler.  Instead...
7465         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7466         (mh-show-buffer): Only define for compiler.
7467         (pr-mh-current-message): Update for above function name changes.
7469         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7470         as an argument.
7471         (find-file-noselect, insert-file-1): Update for above change.
7473         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7475         * mail/mailclient.el (mailclient-send-it): Fix message.
7477         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7478         (edebug-eval): Check cl-debug-env is bound.
7479         (print-level, print-circle): Don't redefine built-in variables.
7481         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7482         (custom-print-vectors): Remove old comments from doc.
7484         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7485         (emerge-version): Make the variable an obsolete alias for the
7486         emacs-version variable.  Make the function obsolete.
7487         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7488         Emerge options, rather than merging in into the main Options menu.
7489         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7490         and auto advance modes.  Disable edit/fast items when not relevant.
7492 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7494         * term/vt420.el (terminal-init-vt420): Fix typo.
7496 2009-07-20  Sam Steingold  <sds@gnu.org>
7498         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7499         variable (removed from compile.el on 2004-03-11).
7501 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7503         * files.el (hack-local-variables-filter): Fix last change.
7505 2009-07-19  Juri Linkov  <juri@jurta.org>
7507         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7508         (dir-local-variables-alist): New buffer-local variable.
7509         (hack-local-variables-filter): If variable is not dir-local,
7510         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7511         because file-local overrides dir-local.
7512         (c-postprocess-file-styles)<declare-function>:
7513         Remove obsolete declaration.
7514         (hack-dir-local-variables): Add dir-local variable/value pair to
7515         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7517         * help-fns.el (describe-variable): Add information about
7518         file-local and dir-local variables.
7520 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7522         * files.el (hack-local-variables-filter): Rewrite.
7524 2009-07-19  Glenn Morris  <rgm@gnu.org>
7526         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7527         Silence compiler by only defining on XEmacs.
7529         * international/mule.el (auto-coding-regexp-alist): Only match
7530         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7532         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7533         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7534         (cal-menu-context-mouse-menu): Doc fix.
7536         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7538         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7540 2009-07-18  Juri Linkov  <juri@jurta.org>
7542         * info.el: Virtual Info keyword finder.
7543         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7544         (Info-finder-file): New variable.
7545         (Info-finder-find-file): New function.
7546         (finder-known-keywords, finder-package-info)
7547         (find-library-name, lm-commentary): Use defvar and
7548         declare-function to silence compiler warnings.
7549         (Info-finder-find-node): New function.
7550         (info-finder): New command.
7552         * subr.el (process-kill-buffer-query-function): New function.
7553         (add-hook)<kill-buffer-query-functions>: Add hook
7554         `process-kill-buffer-query-function'.
7556 2009-07-18  Alan Mackenzie  <acm@muc.de>
7558         * progmodes/cc-mode.el (c-before-hack-hook)
7559         (c-postprocess-file-styles): Give invocation of `c-set-style'
7560         DONT-OVERRIDE parameter of t.  Already set style variables will
7561         thus not be overridden by style settings given by `c-file-syle'.
7563         * files.el (hack-local-variables-filter): Remove entries with
7564         duplicate keys from `file-local-variables-alist'.
7566 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7568         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7569         x-set-selection if display-selections-p returns nil for the
7570         current frame.
7572 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
7574         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7576 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7578         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7579         Accept nil in addition to a regexp.
7580         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7581         Accept nil in addition to a regexp.
7582         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7583         buffers that have an associated file.  Handle nil values of
7584         desktop-buffers-not-to-save and desktop-files-not-to-save.
7585         (Bug#3833)
7587         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7588         (x-disown-selection-internal): New functions.
7590 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
7592         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7593         warning.
7594         (gdb-breakpoints-header): Move forward to avoid compiler warning.
7595         (gdb-make-header-line-mouse-map): Remove duplicate definition.
7597 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
7599         * simple.el (set-mark): Revert last change.
7601 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
7603         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7604         rendering of pngs is not possible instead of messaging a long
7605         description.
7607 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
7609         * w32-fns.el (x-selection-owner-p): New function.
7611         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7612         (mouse-yank-at-click, mouse-yank-primary): If
7613         select-active-regions is non-nil, deactivate the mark before
7614         insertion.
7616         * simple.el (deactivate-mark, set-mark): Only save selection if we
7617         own it.
7619 2009-07-17  Kenichi Handa  <handa@m17n.org>
7621         * case-table.el (describe-buffer-case-table): Fix for the case
7622         that KEY is a cons.
7624 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7626         * vc-rcs.el (vc-rcs-find-file-hook):
7627         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7629 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
7631         * net/tramp.el (tramp-wait-for-output): Handle the case when
7632         commands do not return a newline but a null byte before the shell
7633         prompt.  (Bug#3858)
7635 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7637         * term/ns-win.el (ns-set-alpha): Don't declare.
7638         (ns-set-background-alpha): Remove function.
7640 2009-07-16  Kevin Ryde  <user42@zip.com.au>
7642         * emacs-lisp/copyright.el (copyright-update): Save match-data across
7643         y-or-n-p, for safety.
7645 2009-07-16  Richard Stallman  <rms@gnu.org>
7647         * files.el (auto-save-mode): If buffer-saved-size is -2,
7648         don't clobber it.
7650         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7651         (rmail-retry-ignored-headers): Add more uninteresting fields.
7653 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
7655         * net/rcirc.el (rcirc): Use history variables.
7656         (rcirc-server-name-history, rcirc-nick-name-history)
7657         (rcirc-server-port-history): New variables.
7659 2009-07-15  Kenichi Handa  <handa@m17n.org>
7661         * international/mule-cmds.el (set-language-environment-charset):
7662         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7663         ignore them.
7665         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7666         Delete unibyte-display.
7668 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7670         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7672 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7674         * simple.el (deactivate-mark): Optional argument FORCE.
7675         (set-mark): Use deactivate-mark.
7677         * info.el (Info-search): No need to check transient-mark-mode
7678         before calling deactivate-mark.
7680         * select.el (x-set-selection): Doc fix.
7681         (x-valid-simple-selection-p): Allow buffer values.
7682         (xselect--selection-bounds): Handle buffer values.  Suggested by
7683         David De La Harpe Golden.
7685         * mouse.el (mouse-set-region, mouse-drag-track): Call
7686         copy-region-as-kill before setting the mark, to let
7687         select-active-regions work.
7689 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
7691         * simple.el (deactivate-mark): If select-active-regions is
7692         non-nil, copy the selection data into a string.
7693         (activate-mark): If select-active-regions is non-nil, set the
7694         selection to the current buffer.
7695         (set-mark): Update selection if select-active-regions is non-nil.
7697         * select.el (x-valid-simple-selection-p): Allow buffer values.
7699 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7701         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7702         and more featureful message-mode.
7704 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
7706         * select.el (x-set-selection): Doc fix.
7707         (x-valid-simple-selection-p): Disallow selection data consisting
7708         of a list or cons of integers, since that is not used.
7709         (xselect--selection-bounds, xselect--int-to-cons): New functions.
7710         (xselect-convert-to-string, xselect-convert-to-length)
7711         (xselect-convert-to-filename, xselect-convert-to-charpos)
7712         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7714 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
7716         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7717         output in -break-info command (Emacs bug #3794).
7719 2009-07-14  Glenn Morris  <rgm@gnu.org>
7721         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7722         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7723         (edebug-print-length, edebug-print-level, edebug-print-circle)
7724         (edebug-sit-for-seconds, edebug-view-outside)
7725         (edebug-bounce-point, edebug-set-global-break-condition)
7726         (edebug-Go-nonstop-mode, edebug-trace-mode)
7727         (edebug-Trace-fast-mode, edebug-continue-mode)
7728         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7729         (edebug-visit-eval-list): Doc fixes.
7731         * subr.el (def-edebug-spec): Doc fix.
7733 2009-07-14  Kenichi Handa  <handa@m17n.org>
7735         * international/characters.el: Fix setting of category ?C.
7737 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
7739         * term/ns-win.el (x-select-font): defalias x-select-font to
7740         ns-popup-font-panel instead of generate-fontset-menu.
7742 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
7744         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
7746 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
7748         * arc-mode.el (archive-find-type): Allow for a PK00 string before
7749         the PK\003\004 header (Bug#3770).
7751 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
7753         * pcomplete.el (pcomplete-comint-setup): Check for
7754         shell-dynamic-complete-filename too.
7756 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
7758         * simple.el (temporary-goal-column): Change the value for
7759         line-move-visual to a cons cell.
7760         (line-move-visual): Record or set the window hscroll, if
7761         necessary (Bug#3494).
7762         (line-move-1): Handle cons value of temporary-goal-column.
7764 2009-07-11  Kenichi Handa  <handa@m17n.org>
7766         * international/mule-diag.el (describe-character-set): Don't show
7767         width.
7769 2009-07-10  Sam Steingold  <sds@gnu.org>
7771         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7772         Omake sometimes indents the errors it prints, so allow all
7773         regexps to start with spaces.
7775 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
7777         * cus-edit.el (customize-changed-options-previous-release):
7778         Bump value to 22.1.  (Bug#3804)
7780 2009-07-08  Sam Steingold  <sds@gnu.org>
7782         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7783         to be a cons cell (test . ignored-directory) to selectively ignore
7784         some directories depending on the location of the search.
7786 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
7788         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7789         remote user is root, on the local host.
7790         (tramp-local-host-p): Either the local user or the remote user
7791         must be root.  (Bug#3771)
7793 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7795         * progmodes/gdb-mi.el (gdb): Remove description of
7796         gdb-use-separate-io-buffer.
7797         (menu): Don't allow toggling of or enable
7798         gdb-use-separate-io-buffer from menubar.
7800 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7802         * mail/unrmail.el (unrmail): Make sure the message ends with two
7803         newlines (Bug#3769).
7805 2009-07-08  Glenn Morris  <rgm@gnu.org>
7807         * calendar/calendar.el (calendar-current-date): Rework previous change.
7809 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
7811         * calendar/calendar.el (calendar-current-date):
7812         Add an optional argument giving an offset from today.
7814 2009-07-08  Glenn Morris  <rgm@gnu.org>
7816         * tutorial.el (tutorial--describe-nonstandard-key):
7817         Adjust the message for when a key has been unbound.
7818         (help-with-tutorial): Hide the arch-tag.
7820 2009-07-08  Kenichi Handa  <handa@m17n.org>
7822         * international/fontset.el (setup-default-fontset): For each
7823         script, append (not set) font-specs.
7825         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7826         docstring.
7828 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7830         * progmodes/gdb-mi.el (gdb-init-1): Move sending
7831         -data-list-register-names to ...
7832         (gdb-starting): ... here because GDB 7.0 requires execution to
7833         have started when using this MI command.
7834         (gdb-set-header): New function to distinguish select and
7835         unselected tabs in gdb buffers.
7836         (gdb-propertize-header): New macro that uses gdb-set-header.
7837         (gdb-breakpoints-header, gdb-locals-header): Use it.
7838         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7840 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
7842         * Makefile.in (ELCFILES): Remove fadr.elc.
7844 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
7846         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7847         may contain frame information, so `string-match' should be used.
7848         (gdb-update): Disassembly is invalidated through
7849         `gdb-get-selected-frame'.
7850         (gdb-pad-string): New function to pad string with spaces.
7851         (gdb-invalidate-disassembly): Invalidate only if the buffer
7852         exists.
7853         (gdb-disassembly-handler-custom): Column alignment.
7854         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7855         placing new ones.
7856         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7857         end of line, too.
7858         (gdb-frame-handler): Match convention to for disassembly buffer
7859         mode name.
7860         (gdb-stack-list-frames-handler): Rewritten without regexps.
7861         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7862         not highlight breakpoints without line information.
7863         (gdb-input): Add trailing newline to command.
7865         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7866         buffer properly.
7867         (gdb-breakpoints-list-handler-custom): Replacement for
7868         `gdb-break-list-handler'.  Using real parser instead of regexps
7869         now.
7870         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7871         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7872         to place breakpoints.
7873         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7874         functions.
7875         (gdb-disassembly-handler-custom): Show overlay arrow.
7876         (gdb-disassembly-place-breakpoints): Show breakpoints in
7877         disassembly buffer.
7878         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7879         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7880         instead of parsing breakpoints buffer.  Fixed old menu references
7881         in `gud-menu-map'.
7883         * fadr.el: Remove.
7885         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7886         (gdb-memory-address): New variable which holds top address of
7887         memory page shown in memory buffer.
7888         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7889         customization variables.
7890         New functions:
7891         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7892         display the memory buffer.
7893         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7894         buffer display parameters.
7895         (def-gdb-memory-format, gdb-memory-format-binary)
7896         (gdb-memory-format-octal, gdb-memory-format-unsigned)
7897         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7898         Functions for setting memory buffer format.
7899         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7900         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7901         unit size used in memory buffer.
7902         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7903         to next/previous page of memory buffer.
7904         Now using (bindat-get-field) instead of fadr functions.
7906 2009-07-07  Sam Steingold  <sds@gnu.org>
7908         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7909         non-top-level files.
7911 2009-07-07  Kenichi Handa  <handa@m17n.org>
7913         * international/mule-cmds.el (reset-language-environment): Put
7914         the highset priority to the charset iso-8859-1.
7916 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7918         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7919         to the end of the line when locating the block (Bug#700).
7921 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
7923         * net/tramp.el (tramp-handle-write-region): Flush file properties
7924         in case of short track.
7926 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
7928         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7929         representation of verilog error regular expressions to work with
7930         Emacs-22's new format.
7931         (verilog-error-regexp-xemacs-alist): Coded custom representation
7932         of verilog error regular expressions to work with XEmacs format.
7933         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7934         error recognition into XEmacs.
7935         (verilog-error-regexp-add-emacs): Hook routine to install verilog
7936         error recognition into Emacs-22.
7938 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7940         * woman.el: Remove stand-alone closing parentheses.
7941         (woman-file-name, woman2-format-paragraphs)
7942         (woman-leave-blank-lines): Code cleanup.
7943         (woman-use-own-frame): Change default to nil.
7944         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7945         defaults to inherit from default faces.
7946         (woman2-process-escapes): Consume the newline after a stand-alone
7947         filler character (Bug#3651).
7949 2009-07-06  Glenn Morris  <rgm@gnu.org>
7951         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7952         (top-level): Move provide to the end.
7953         (ffap): Remove defunct URL from custom group.
7955         * subr.el (eval-after-load): Doc fix.
7957 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
7959         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7960         `calc-embedded-word' is called twice.
7962 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * files.el (find-alternate-file-other-window, find-alternate-file):
7965         Obey confirm-nonexistent-file-or-buffer.
7967 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
7969         * dired-aux.el (dired-show-file-type): Handle remote files.
7971 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
7973         * desktop.el (desktop-globals-to-save):
7974         Add file-name-history (Bug#2750).
7976 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
7978         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7980 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
7982         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7983         property on entire argument since this is what eshell-lisp-command
7984         expects.
7986 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
7988         * net/tramp-gvfs.el (tramp-gvfs-methods)
7989         (tramp-gvfs-zeroconf-domain)
7990         (tramp-bluez-discover-devices-timeout): Add version flag.
7991         (tramp-gvfs-handler-mounted-unmounted)
7992         (tramp-gvfs-connection-mounted-p): Polish handling of
7993         incompatibilities between GVFS 0.2 and 1.0.
7995 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
7997         * cus-start.el (all): Add make-pointer-invisible.
7999 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
8001         * calc-math.el (math-use-emacs-fn): Make sure that the number is
8002         formatted correctly.
8004 2009-07-02  Juri Linkov  <juri@jurta.org>
8006         * info.el: Virtual Info files and nodes.
8007         (Info-virtual-files, Info-virtual-nodes): New variables.
8008         (Info-current-node-virtual): New variable.
8009         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8010         New functions.
8011         (Info-file-supports-index-cookies): Use Info-virtual-file-p
8012         to check for a virtual file instead of checking a fixed list
8013         of node names.
8014         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8015         instead of ad-hoc processing of "dir" and (apropos history toc).
8016         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8017         instead of ad-hoc processing of "dir" and (apropos history toc).
8018         Reread a file when moving from a virtual node.
8019         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8020         (Info-directory-toc-nodes, Info-directory-find-file)
8021         (Info-directory-find-node): New functions.
8022         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8023         (Info-history): Move part of code to
8024         `Info-history-find-node'.
8025         (Info-history-toc-nodes, Info-history-find-file)
8026         (Info-history-find-node): New functions.
8027         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8028         (Info-toc): Move part of code to `Info-toc-find-node'.
8029         (Info-toc-find-node): New function.
8030         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
8031         the current Info file name to references because now the node
8032         "*TOC*" belongs to the same Info manual.
8033         (Info-toc-build): Rename from `Info-build-toc'.
8034         (Info-toc-nodes): Rename input argument `file' to `filename'.
8035         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8036         instead of ad-hoc processing of ("dir" apropos history toc).
8037         (Info-index-nodes): Use Info-virtual-file-p
8038         to check for a virtual file instead of checking a fixed list
8039         of node names.
8040         (Info-index-node): Add check for `Info-current-node-virtual'.
8041         Raise `save-match-data' higher up the tree to contain
8042         `search-forward' too (bug fix).
8043         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8044         (Info-virtual-index-nodes): New variable.
8045         (Info-virtual-index-find-node, Info-virtual-index): New functions.
8046         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8047         (Info-apropos-file, Info-apropos-nodes): New variables.
8048         (Info-apropos-toc-nodes, Info-apropos-find-file)
8049         (Info-apropos-find-node, Info-apropos-matches): New functions.
8050         (info-apropos): Move part of code to `Info-apropos-find-node' and
8051         `Info-apropos-matches'.
8052         (Info-mode-map): Bind "I" to `Info-virtual-index'.
8053         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8054         for a virtual file instead of checking a fixed list of node names.
8056         * simple.el (async-shell-command): New command.
8058         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8060         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8061         instead of `mount-info'.
8063 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
8065         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8066         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8068 2009-07-02  Kenichi Handa  <handa@m17n.org>
8070         * international/mule.el (set-keyboard-coding-system): Force *-unix
8071         coding-system to avoid eol conversion.
8073 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
8075         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8076         Add handler for `process-file', `shell-command' and
8077         `start-file-process'.
8078         (tramp-gvfs-handle-shell-command)
8079         (tramp-gvfs-handle-start-file-process)
8080         (tramp-gvfs-handle-process-file): New defuns.
8081         (tramp-synce-list-devices): Simplify check for existence of property.
8083 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8085         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8087 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8089         * language/korean.el (set-language-info-alist): Add korean-cp949,
8090         cp949 to spec.
8092 2009-07-01  Kenichi Handa  <handa@m17n.org>
8094         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8096         * international/encoded-kb.el: Deleted.
8098         * international/mule.el (set-keyboard-coding-system): Perform the
8099         necessary setup here instead of calling encoded-kbd-setup-display.
8101 2009-07-01  Glenn Morris  <rgm@gnu.org>
8103         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8105 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
8107         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
8109 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
8111         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8112         Handle also the 'rename case, when setting file modes.  (Bug#3712)
8113         (tramp-default-file-modes) Remove execute permissions.
8115         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8116         (top): Add a default for "synce" in `tramp-default-user-alist'.
8117         Add completion function for "synce" method.
8118         (tramp-hal-service, tramp-hal-path-manager)
8119         (tramp-hal-interface-manager, tramp-hal-interface-device):
8120         New defconst.
8121         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8122         (tramp-synce-list-devices, tramp-synce-parse-device-names):
8123         New defuns.
8125         * net/trampver.el: Update release number.
8127 2009-06-30  Kenichi Handa  <handa@m17n.org>
8129         * international/fontset.el (setup-default-fontset): Add CJK fonts
8130         for symbols and the other miscellaneous characters.
8132         * language/korea-util.el (setup-korean-environment-internal):
8133         Make char-width-table suitable for Korean environments.
8134         (exit-korean-environment): Cancel above.
8136         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8137         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8138         setup-funcion to make char-widht-table suitable for respective
8139         environments, and an exit-function to cancel that.
8141         * language/japan-util.el (setup-japanese-environment-internal):
8142         Call use-cjk-char-width-table with arg `ja_JP'.
8144         * international/characters.el (cjk-char-width-table): Delete it.
8145         (cjk-char-width-table-list): New variable.
8146         (use-cjk-char-width-table): New arg local-name.
8147         (use-default-char-width-table): Fix for the case that Emacs is
8148         already using the default char-width-table.
8150 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
8152         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8153         modes mandatory.  (Bug#3712)
8155 2009-06-29  Alan Mackenzie  <acm@muc.de>
8157         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8158         correction between the visible width of TABs and their number of bytes.
8160 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
8162         * server.el (server-buffer-done): Prevent kill-buffer from
8163         prompting by clearing the buffer modification flag (Bug#3696).
8165 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
8167         * verilog-mode.el (verilog-beg-of-statement)
8168         (verilog-endcomment-reason-re): Support unique case and priority case.
8169         (verilog-basic-complete-re): Support localparam lineup.
8170         (verilog-beg-of-statement-1): Fix for robustness, unique case.
8171         (verilog-set-auto-endcomments): Fix for unique case, always_comb
8172         commenting.
8173         (verilog-leap-to-case-head): Now support *nested* unique &
8174         priority case statements.
8175         (verilog-auto-lineup): Make just declarations the default (as it
8176         had been).
8177         (verilog-leap-to-case-head): Support priority/unique case statements.
8178         (verilog-auto-lineup): Rework to give users radio buttons to
8179         select the various styles of automatic lineup.
8180         (verilog-error-regexp-alist): Rework to support the XEmacs style
8181         of error regular expressions from compilers, lint tools &
8182         simulators.  Note that GNU Emacs has made it impossible for a mode
8183         to load such things.
8184         (electric-verilog-terminate-line, verilog-indent-declaration)
8185         (verilog-auto-wiure): Rework for radio button selection of
8186         auto-lineup selection of specification of auto lineup.
8187         (verilog-beg-of-statement-1): Redesign to support proper operation
8188         in additional code, based on testing with auto-lineup.
8189         (verilog-calculate-indent, assignments & declarations)
8190         (verilog-backward-token): Enhance to support auto-lineup of
8191         assignments & declarations.
8192         (verilog-in-directive-p, verilog-at-struct-p): New function for
8193         easy test of whether we are.
8194         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8195         to support safe execution at almost anyline.
8196         (verilog-calc-1): Properly support indenting deep inside generate
8197         blocks.
8198         (verilog-init-font) Remove definition & use of verilog-init-font,
8199         as it is redundant with font-lock-defaults.
8200         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8201         to avoid circular calls if syntax-ppss is a function (as is the
8202         case now in 22.x GNU Emacs) as that function would sometimes call
8203         itself, leading to (nearly) infinite recursion.
8204         (verilog-ovm-begin-re, verilog-ovm-end-re)
8205         (verilog-ovm-statement-re, verilog-leap-to-head)
8206         (verilog-backward-token): Add support for OVM macros.  Some are
8207         complete statements, and others open and close scopes like begin
8208         and end.
8209         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8210         (verilog-defun-level-generate-only-re): Really fix the defun-list
8211         compilation issue.
8212         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8213         coverpoint, constraint and cross statements.
8214         (verilog-defun-level-list, verilog-generate-defun-level-list)
8215         (verilog-all-defun-level-list): Redo these specifications - it is
8216         too hard to support eval-when compile aggregation of lists also
8217         built at when-compile time.
8218         (verilog-defun-level-list): Place defconsts of variables used in
8219         building regular expressions which are built in eval-when-compile
8220         bodies in the same eval-when-compile body to facilitate compile
8221         without load.
8222         (verilog-beg-block-re-ordered): Support indenting
8223         virtual/protected tasks and functions.
8224         (verilog-defun-level-list, verilog-in-generate-region-p)
8225         (verilog-backward-ws&directives, verilog-calc-1): Speed up
8226         indentation of some module items (generate items).
8227         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8228         across virtual/protected tasks and functions.
8230 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
8232         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8233         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
8234         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8235         in concatenations.  Reported by Yishay Belkind.
8236         (verilog-auto-ascii-enum): Support one-hot state machines in
8237         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
8238         (verilog-auto-inst, verilog-auto-inst-port): Include interface
8239         modport in AUTOINST and add vl-modport for users.  Reported by
8240         David Rogoff.
8241         (verilog-auto-inout-module, verilog-auto-inst)
8242         (verilog-decls-get-interfaces, verilog-insert-definition)
8243         (verilog-insert-one-definition, verilog-read-decls)
8244         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8245         (verilog-sig-modport, verilog-signals-combine-bus)
8246         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8247         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8248         Suggested by David Rogoff.
8249         (verilog-repair-open-comma): Fix non-insertion of comma when
8250         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8251         (verilog-make-width-expression): Simplify [A-1:0] expression
8252         widths to just {A{1'b0}}.
8253         (verilog-mode): Cleanup checkdoc warnings.
8254         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8255         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8256         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8257         (next-error-last-buffer): Fix byte-compiler warning.
8258         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8259         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8260         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8261         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8262         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8263         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8264         in AUTOINOUT.  Reported by Matthew Lovell.
8265         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8266         causing use of <= assignments.  Reported by Alex Reed.
8267         (verilog-read-decls): Fix triand, trior, wand, wor to be
8268         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8269         (verilog-extended-complete-re): Support import "DPI-C" functions.
8270         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8271         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8272         (verilog-insert-date, verilog-insert-year)
8273         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8274         Windows systems.  Reported by Michael Potts.
8275         (verilog-read-module-name): Fix AUTOINST when the child module
8276         declaration's name is a tick define.  Reported by Elliot Mednick.
8277         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8278         passed to next parameter's definition.  Reported by Bruce T.
8279         (verilog-read-decls): Fix detecting "parameter int" when using
8280         AUTOINSTPARAM.  Reported by Bruce T.
8281         (verilog-goto-defun): Fix goto not finding modules unless first
8282         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8283         (verilog-mode): Expand -f flag arguments on entry to mode so
8284         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8285         (verilog-getopt): Expand environment variables in -f file
8286         arguments.  Suggested by Lawrence Butcher.
8287         (verilog-set-define): Fix "Symbol's value as variable is void"
8288         when reading enumerations.
8289         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8290         Suggested by Stephen Peltan.
8291         (verilog-read-defines): Fix reading of enumerations in include
8292         files.  Reported by Steve Peltan.
8294 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8296         * files.el (trash-directory): Fix defcustom type.
8298 2009-06-28  Juri Linkov  <juri@jurta.org>
8300         * help-fns.el (describe-function-1): Correctly locate adviced
8301         functions in hyperlink (Bug#2438).
8303 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8305         * files.el (trash-directory): Change default to nil.
8306         (move-file-to-trash): If trash-directory is nil and
8307         system-move-file-to-trash is unbound, perform freedesktop-style
8308         trashing.
8310 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8312         * files.el (move-file-to-trash): Add freedesktop trash
8313         support (Bug#973).
8315 2009-06-28  Glenn Morris  <rgm@gnu.org>
8317         * autorevert.el (global-auto-revert-non-file-buffers)
8318         (global-auto-revert-mode): Doc fixes.
8320 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8322         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8324 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8326         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8327         opened an X connection before calling x-get-resource (Bug#3194).
8329         * play/doctor.el: Remove reference to obsolete website.
8330         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8332 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8334         Remove find-file-not-found-hook VC method.  (Bug#2757)
8335         * vc-hooks.el (vc-file-not-found-hook)
8336         (vc-default-find-file-not-found-hook): Remove functions.
8337         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8338         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8339         * vc.el:
8340         * vc-hg.el:
8341         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8343 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8345         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8346           compatibility function for `looking-back'.
8348         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8349         Use `ispell-looking-back'.
8351 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8353         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8354         rather than `filename'.
8356 2009-06-23  Miles Bader  <miles@gnu.org>
8358         * face-remap.el (text-scale-set): New function.
8360 2009-06-23  Glenn Morris  <rgm@gnu.org>
8362         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8364         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8366         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8368         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8370         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8371         Simplify Persian conditionals.
8373         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8374         variable `filename'.
8376         * comint.el (comint-insert-input): Doc fix.
8378         * Makefile.in (ELCFILES): Fix typo in previous change.
8380 2009-06-23  Miles Bader  <miles@gnu.org>
8382         * cus-start.el: Add entry for `recenter-redisplay'.
8384 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8386         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8387         Add an optional argument for the backend, use it instead of
8388         calling vc-backend.
8389         (vc-mode-line): Add an optional argument for the backend.
8390         Pass the backend to vc-state and vc-working-revision.  Move code for
8391         special handling for vc-state being a buffer to ...
8393         * vc-rcs.el (vc-rcs-find-file-hook):
8394         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8396         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8397         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8398         vc-stay-local-p and vc-mode-line calls.
8400         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8401         (vc-cvs-diff, vc-cvs-annotate-command)
8402         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8403         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8404         vc-mode-line calls.
8406         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8407         direct comparison.
8408         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8409         backend when calling vc-mode-line.
8410         (vc-register): Do not create a closure for calling the vc register
8411         function, call it directly.
8413 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8415         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8416         to make it obvious item can be clicked.
8418         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8420 2009-06-23  Kenichi Handa  <handa@m17n.org>
8422         * language/korea-util.el (korean-key-bindings): Change the binding
8423         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8424         same command.
8426 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8428         Sync with Tramp 2.1.16.
8430         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8432         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8433         when a loading of a package fails.  Completion function for rsync
8434         is `tramp-completion-function-alist-ssh'.
8435         (all): Replace all calls of `split-string' and
8436         `tramp-split-string' by `tramp-compat-split-string'.
8437         (tramp-default-method): Use `tramp-compat-process-running-p'.
8438         (tramp-default-proxies-alist): Allow also Lisp forms.
8439         (tramp-remote-path): Add choice "Private Directories".
8440         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8441         (tramp-domain-regexp): Allow also "-", "_" and ".".
8442         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8443         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8444         (tramp-debug-message): Insert header line in debug buffer.
8445         (tramp-handle-directory-files-and-attributes-with-stat):
8446         Care about filenames with spaces, or starting with "-".
8447         (tramp-handle-dired-uncache): New defun.
8448         (tramp-handle-insert-directory): Don't flush the directory from
8449         cache, this is handled by `dired-uncache' now.
8450         (tramp-handle-insert-file-contents): Improve error handling.
8451         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8452         Quote `tramp-end-of-output'.
8453         (tramp-action-password): Improve trace message.
8454         (tramp-check-for-regexp): Both echoes must be present, before removing.
8455         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8456         (tramp-compute-multi-hops): Eval cons cells of
8457         `tramp-default-proxies-alist'.
8458         (tramp-maybe-open-connection): Use the same command pattern for
8459         first hop and further hops.
8460         (tramp-wait-for-output): Remove handling of newlines.
8461         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8462         (tramp-split-string): Remove function.  It is handled in
8463         tramp-compat now.
8465         * net/tramp-cmds.el (tramp-bug):
8466         Recommend `tramp-cleanup-all-connections' in the bug mail.
8468         * net/tramp-compat.el (tramp-compat-split-string)
8469         (tramp-compat-process-running-p): New defuns.
8471         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8472         for `dired-uncache'.
8474         * net/tramp-gvfs.el: New package.
8476         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8477         Add handler for `dired-uncache'.
8478         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8480         * net/trampver.el: Update release number.  Make version check fit
8481         for SXEmacs 22.
8483 2009-06-22  Jim Meyering  <meyering@redhat.com>
8485         Automatically handle .xz suffix (XZ-compressed files), too.
8486         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8487         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8489 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8490             Nick Roberts  <nickrob@snap.net.nz>
8492         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8493         repository (http://sphinx.net.ru/hg/gdb-mi/).
8495 2009-06-22  Glenn Morris  <rgm@gnu.org>
8497         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8498         `mode' and `eval' entries.  (Bug#3430)
8500         * Makefile.in (ELCFILES): Add fadr.elc.
8502         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8503         differing behavior of \n and ^ in strings.  (Bug#3385)
8505         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8507         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8508         property.
8509         (lisp-indent-function): Make it a defcustom.
8511 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8513         * progmodes/gdb-ui.el: Replace with ...
8514         * progmodes/gdb-mi.el: ... this file.
8515         * progmodes/gud.el: Modify for gdb-mi.el.
8517 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8519         * fadr.el: New file.
8521 See ChangeLog.14 for earlier changes.
8523 ;; Local Variables:
8524 ;; coding: utf-8
8525 ;; End:
8527     Copyright (C) 2009  Free Software Foundation, Inc.
8529   This file is part of GNU Emacs.
8531   GNU Emacs is free software: you can redistribute it and/or modify
8532   it under the terms of the GNU General Public License as published by
8533   the Free Software Foundation, either version 3 of the License, or
8534   (at your option) any later version.
8536   GNU Emacs is distributed in the hope that it will be useful,
8537   but WITHOUT ANY WARRANTY; without even the implied warranty of
8538   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8539   GNU General Public License for more details.
8541   You should have received a copy of the GNU General Public License
8542   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8544 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1