Use completion-in-buffer and remove uses of dynamic scoping.
[emacs.git] / lisp / ChangeLog
blob6452e2b8fce890dfcfa97beb57918b918a58e532
1 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3         Use completion-in-buffer and remove uses of dynamic scoping.
4         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5         (pascal-buffer-to-use, pascal-flag): Don't declare.
6         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7         (pascal-get-completion-decl, pascal-keyword-completion):
8         Add `pascal-str' argument, save-excursion,
9         return the found completions, and don't filter with pascal-pred.
10         (pascal-completion-cache): New var.
11         (pascal-completion): Don't switch buffer any more (it was never
12         necessary).  Don't save-excursion any more (it's done by the called
13         subroutines).  Use a cache to avoid redundant computations.
14         Use complete-with-action rather than pascal-completion-response and
15         let it apply the predicate as well.
16         (pascal-complete-word): Use completion-in-buffer when
17         pascal-toggle-completions is nil.
18         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
19         not used any more.
20         (pascal-comp-defun): Don't change buffer any more.
21         Use complete-with-action rather than pascal-completion-response and
22         let it apply the predicate as well.
23         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
24         when neded.
26 2009-12-02  Kenichi Handa  <handa@m17n.org>
28         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
29         shape for all Indic scripts.
31 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33         Use completion-in-buffer.
34         * wid-edit.el (widget-field-text-end): New function.
35         (widget-field-value-get): Use it.
36         (widget-string-complete, widget-file-complete)
37         (widget-color-complete): Use it and completion-in-region.
38         (widget-complete): Don't narrow the buffer.
40 2009-12-02  Glenn Morris  <rgm@gnu.org>
42         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
43         (rmail-select-summary): Use rmail-pop-to-buffer.
44         * mail/rmailsum.el: Replace all pop-to-buffer calls with
45         rmail-pop-to-buffer, to prevent horizontal splits.
47         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
48         save-excursion with save-current-buffer.
49         Widen before searching.  (Bug#5093)
50         (diary-list-sexp-entries): Remove superfluous save-excursion.
52 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
54         * woman.el (woman-make-bufname): Handle man-pages with "." in the
55         name.  (Bug#5038)
57 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
59         * ido.el (ido-file-internal): Handle filenames at point that do
60         not have a directory part.  (Bug#5049)
62 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
64         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
65         (mpc-songs-jump-to, mpc-resume): Doc fixes.
67 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
69         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
70         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
71         any more.
73 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * comint.el (comint-insert-input): Ignore clicks to the right of
76         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
78         * vc.el (vc-print-log-internal): Don't wait for the prcess to
79         terminate before setting up the major mode.
81         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
82         in case.
84         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
85         the last element.
87         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
89 2009-12-01  Glenn Morris  <rgm@gnu.org>
91         * window.el (window--display-buffer-2): Fix previous changes.
93 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
95         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
97 2009-12-01  Glenn Morris  <rgm@gnu.org>
99         * Makefile.in (ELCFILES): Add mpc.elc.
101 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * mpc.el: New file.
105 2009-12-01  Glenn Morris  <rgm@gnu.org>
107         * window.el (window-to-use): Define for compiler.
109         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
110         consistent with others (no final period).
112         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
113         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
115 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
117         Make vc-print-log buttons work.
118         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
120 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
122         * savehist.el (savehist-autosave-interval): Allow setting to nil
123         through customize.  (Bug#5056)
125 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
127         Fix references to jit-lock properties.
128         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
129         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
130         (perl-font-lock-special-syntactic-constructs):
131         Quote jit-lock-defer-multiline property.
133 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
135         * vc-git.el (vc-git-registered): Call vc-git-root only once.
137 2009-11-30  Juri Linkov  <juri@jurta.org>
139         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
140         value `buffer' of `multi-isearch-next-buffer-current-function'.
141         Use `(current-buffer)' when `buffer' is nil.
142         (multi-isearch-next-buffer-from-list): Don't fallback to
143         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
145 2009-11-30  Juri Linkov  <juri@jurta.org>
147         * misearch.el (multi-isearch-read-buffers): Move canonicalization
148         of buffers with `get-buffer' to `multi-isearch-buffers'.
149         (multi-isearch-buffers, multi-isearch-buffers-regexp):
150         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
151         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
152         FILES with `expand-file-name' converting relative file names
153         to absolute.  Doc fix.  (Bug#4727)
155 2009-11-30  Juri Linkov  <juri@jurta.org>
157         * misearch.el (multi-isearch-read-buffers)
158         (multi-isearch-read-matching-buffers): New functions.
159         (multi-isearch-buffers, multi-isearch-buffers-regexp):
160         Use them in the `interactive' spec.  Doc fix.
161         (multi-isearch-read-files, multi-isearch-read-matching-files):
162         New functions.
163         (multi-isearch-files, multi-isearch-files-regexp):
164         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
166 2009-11-30  Juri Linkov  <juri@jurta.org>
168         * doc-view.el (doc-view-continuous):
169         Rename from `doc-view-continuous-mode'.
170         (doc-view-menu): Move "Toggle display" to the top.
171         Add submenu "Continuous" with radio buttons "Off"/"On"
172         and "Save as Default".
173         (doc-view-scroll-up-or-next-page)
174         (doc-view-scroll-down-or-previous-page)
175         (doc-view-next-line-or-next-page)
176         (doc-view-previous-line-or-previous-page): Rename
177         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
179 2009-11-30  Juri Linkov  <juri@jurta.org>
181         * comint.el (comint-mode-map): Rebind `M-r' from
182         `comint-previous-matching-input' to
183         `comint-history-isearch-backward-regexp'.
184         Unbind `M-s' to allow global key binding `M-s'.
185         Add menu items for `comint-history-isearch-backward' and
186         `comint-history-isearch-backward-regexp'.  (Bug#3746)
188 2009-11-30  Juri Linkov  <juri@jurta.org>
190         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
191         For def=recenter, replace `recenter' with `recenter-top-bottom'
192         that is called with `this-command' and `last-command' let-bound
193         to `recenter-top-bottom'.  When the last `def' was not `recenter',
194         set `recenter-last-op' to nil.  (Bug#4981)
196 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
198         Minor cleanup and simplification.
199         * filecache.el (file-cache-add-directory)
200         (file-cache-add-directory-recursively)
201         (file-cache-add-from-file-cache-buffer)
202         (file-cache-delete-file-regexp, file-cache-delete-directory)
203         (file-cache-files-matching-internal, file-cache-display): Use dolist.
204         (file-cache-temp-minibuffer-message): Delete function.
205         (file-cache-minibuffer-complete): Use minibuffer-message instead.
207         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
208         Don't signal an error when bumping into EOB in tr, s, or y.
210 2009-11-29  Juri Linkov  <juri@jurta.org>
212         * startup.el (fancy-about-text): Fix wording of Guided Tour.
213         (Bug#4960)
215         * descr-text.el (describe-char-unidata-list): Use lowercase name
216         for "Unicode name" like in other tags.
218 2009-11-29  Juri Linkov  <juri@jurta.org>
220         * ediff-util.el (ediff-minibuffer-with-setup-hook):
221         New compatibility macro.
222         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
224 2009-11-29  Juri Linkov  <juri@jurta.org>
226         Add defcustom to define the cycling order of `recenter-top-bottom'.
227         (Bug#4981)
229         * window.el (recenter-last-op): Doc fix.
230         (recenter-positions): New defcustom.
231         (recenter-top-bottom): Rewrite to use `recenter-positions'.
232         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
234 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
236         Improve integration of Tramp and ange-ftp in eshell.
238         * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
239         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
240         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
242         * eshell/esh-util.el (top): Require also Tramp when compiling.
243         (eshell-directory-files-and-attributes): Check for FTP remote
244         connection.
245         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
246         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
247         (eshell-file-attributes): Handle ".".  Return `entry'.
249         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
250         (ange-ftp-directory-files-and-attributes)
251         (ange-ftp-real-directory-files-and-attributes): New defuns.
253         * net/tramp.el (tramp-maybe-open-connection): Open the remote
254         shell with "exec" when possible.  This prevents trailing prompts
255         in `start-file-process'.
257 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
259         Try and remove assumptions about point-min==1.
260         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
261         (rng-compute-mode-line-string): Show the validation percentage in
262         terms of the narrowed text, not the widened text.
263         (rng-do-some-validation): Don't catch internal errors when debugging.
264         (rng-first-error): Simplify.
265         (rng-after-change-function): Remove work around.  AFAIK the bug has
266         been fixed a while ago.
268         * image-mode.el (image-minor-mode): Exit more gracefully when the image
269         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
271         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
273         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
274         `cd' doesn't always do it for us (bug#5067).
276         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
277         on 2009-10-25 as part of some other change (bug#5067).
279 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
281         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
282         `suspicious'.
283         (byte-compile-warnings): Use byte-compile-warning-types.
284         (byte-compile-save-excursion): Warn about use of set-buffer right
285         after save-excursion.
287         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
288         the excursion as well.
290 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
292         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
293         providing a Tramp related implementation of "su" and "sudo".
294         (eshell-unix-initialize): Add "su" and "sudo".
296 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
298         * net/socks.el (socks-send-command): Convert binary request to
299         unibyte before sending.  This fixes mishandling of some port
300         numbers such as 129.
302 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
304         * help.el (describe-bindings-internal): Remove `interactive'.
306         * man.el (Man-completion-table): Trim a terminating "(".
307         Remove the space between name page a section.
308         Add the command's description on the `help-echo' property.
309         Remove `process-connection-type' binding since it's unused by
310         call-process.
311         Provide completion for the "<section> <name>" format as well.
312         (Man-default-man-entry): Remove spurious var shadowing the argument.
314 2009-11-26  Kevin Ryde  <user42@zip.com.au>
316         * log-view.el: Add "Keywords: tools", since its other keywords
317         aren't in finder-known-keywords, and following vc.el.
319         * sha1.el (sha1-string-external): default-directory "/" in case
320         otherwise non-existent.  process-connection-type pipe for touch of
321         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
323 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
325         Misc coding convention cleanups.
326         * htmlfontify.el (hfy-init-kludge-hook): Rename from
327         hfy-init-kludge-hooks.
328         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
329         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
330         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
331         and push.
332         (hfy-slant, hfy-weight): Use tables rather than code.
333         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
334         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
335         (hfy-face-attr-for-class): Initialize `face-spec' directly.
336         (hfy-face-to-css): Remove `nconc' with single arg.
337         (hfy-p-to-face-lennart): Use `or'.
338         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
339         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
340         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
341         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
342         (hfy-force-fontification): Use run-hooks.
344 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
346         Various minor fixes.
347         * htmlfontify.el (hfy-default-header): Add toggle_invis since
348         Javascript belongs in the header, not the body.
349         (hfy-javascript): Remove.
350         (hfy-fontify-buffer): Don't insert it any more.
351         (hfy-face-at): Handle (face0 face1 face2) style face properties.
352         Fix bug in invis handling when there were no invis props in a chunk.
354 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
358 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
360         * finder.el (finder-mode-map): Add a menu.
362 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
364         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
365         "unsigned" structs.
367         (verilog-leap-to-head, verilog-backward-token): Handle "disable
368         fork" statement better.
370 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
372         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
373         (verilog-delete-empty-auto-pair, verilog-library-filenames):
374         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
376         (verilog-auto-inst, verilog-auto-star-safe)
377         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
378         Fix removing "// Interfaces" when saving .* expansions.  Reported by
379         Pierre-David Pfister.
381 2009-11-26  Glenn Morris  <rgm@gnu.org>
383         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
384         the scope.
386 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
388         * vc-annotate.el (vc-annotate-revision-previous-to-line):
389         Really use previous revision.
391 2009-11-25  Kevin Ryde  <user42@zip.com.au>
393         * man.el (Man-completion-table): default-directory "/" in case
394         doesn't otherwise exist.  process-environment COLUMNS=999 so as
395         not to truncate long names.  process-connection-type pipe to avoid
396         any chance of hitting the pseudo-tty TIOCGWINSZ.
397         (man): completion-ignore-case t for friendliness and since man
398         itself is case-insensitive on the command line.
399         Further to Bug#3717.
401         * arc-mode.el: Add "Keywords: files", so the details in its
402         commentary can be reached from finder-by-keyword.
403         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
404         editing mode, but it's comms related and sgml-mode.el has "comm"
405         on that basis too.
406         * textmodes/bibtex-style.el: Add "Keywords: tex".
407         * international/isearch-x.el, international/ja-dic-cnv.el:
408         * international/ja-dic-utl.el, international/kkc.el:
409         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
411 2009-11-25  Juri Linkov  <juri@jurta.org>
413         * man.el (Man-completion-table): Modify regexp to include
414         section names to completion strings.  (Bug#3717)
416 2009-11-25  Juri Linkov  <juri@jurta.org>
418         Search recursively in gzipped files.  (Bug#4982)
420         * progmodes/grep.el (grep-highlight-matches): Add new options
421         `always' and `auto'.  Doc fix.
422         (grep-process-setup): Check `grep-highlight-matches' for
423         `auto-detect' to determine the need to compute grep defaults.
424         Move Windows/DOS specific --colors settings handling
425         to `grep-compute-defaults'.  Check `grep-highlight-matches'
426         to get the value of "--color=".
427         (grep-compute-defaults): Compute `grep-highlight-matches' when it
428         has the value `auto-detect'.  Move Windows/DOS specific settings
429         from `grep-process-setup'.
430         (zrgrep): New command with alias `rzgrep'.
432 2009-11-25  Juri Linkov  <juri@jurta.org>
434         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
435         to nil instead of switching off view-mode.  (Bug#4896)
437 2009-11-25  Juri Linkov  <juri@jurta.org>
439         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
441         * mwheel.el (mwheel-scroll-up-function)
442         (mwheel-scroll-down-function): New defvars.
443         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
444         `scroll-up', and `mwheel-scroll-down-function' instead of
445         `scroll-down'.
447         * doc-view.el (doc-view-scroll-up-or-next-page)
448         (doc-view-scroll-down-or-previous-page): Add optional ARG.
449         Use this ARG in the call to image-scroll-up/image-scroll-down.
450         Change `interactive' spec to "P".  Goto next/previous page only
451         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
452         SPC/DEL case).  Doc fix.
453         (doc-view-next-line-or-next-page)
454         (doc-view-previous-line-or-previous-page): Rename arg to ARG
455         for consistency.
456         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
457         `doc-view-scroll-up-or-next-page', and buffer-local
458         `mwheel-scroll-down-function' to
459         `doc-view-scroll-down-or-previous-page'.
461 2009-11-25  Juri Linkov  <juri@jurta.org>
463         Provide additional default values (directories at other Dired
464         windows) via M-n in the minibuffer of some Dired commands.
466         * dired-aux.el (dired-diff, dired-compare-directories)
467         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
468         `minibuffer-default' in `minibuffer-with-setup-hook'.
469         (dired-dwim-target-directory): Find a window that displays Dired
470         buffer instead of failing when the next window is not Dired.
471         Use `get-window-with-predicate' to find for the next Dired window.
472         (dired-dwim-target-defaults): New function.
474         * ediff-util.el (ediff-read-file-name):
475         Use `dired-dwim-target-defaults' to set `minibuffer-default'
476         in `minibuffer-with-setup-hook'.
478 2009-11-25  Juri Linkov  <juri@jurta.org>
480         Provide additional default values (file name at point or at the
481         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
483         * minibuffer.el (read-file-name-defaults): New function.
484         (read-file-name): Reset `minibuffer-default' to nil when
485         it duplicates initial input `insdef'.
486         Bind `minibuffer-default-add-function' to lambda that
487         calls `read-file-name-defaults' in `minibuffer-selected-window'.
488         (minibuffer-insert-file-name-at-point): New command.
490         * files.el (file-name-at-point-functions): New defcustom.
491         (find-file-default): Remove defvar.
492         (find-file-read-args): Don't use `find-file-default'.
493         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
494         to `read-file-name'.
495         (find-file-literally): Use `read-file-name' with
496         `confirm-nonexistent-file-or-buffer'.
498         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
500         * dired.el (dired-read-dir-and-switches):
501         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
502         to `read-file-name'.
503         (dired-file-name-at-point): New function.
504         (dired-mode): Add hook `dired-file-name-at-point' to
505         `file-name-at-point-functions'.
507 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
509         Really make the *Completions* window soft-dedicated (bug#5030).
510         * window.el (window--display-buffer-2): Add `dedicated' argument.
511         (display-buffer): Pass it when needed so the dedicated flag is set
512         after calling set-window-buffer, which would otherwise reset it.
514 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * progmodes/meta-mode.el (meta-complete-symbol):
517         * progmodes/etags.el (complete-tag):
518         * mail/mailabbrev.el (mail-abbrev-complete-alias):
519         Use completion-in-region.
521         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
522         (dabbrev-completion): Use completion-in-region.
523         (dabbrev--abbrev-at-point): Simplify regexp.
525         * abbrev.el (abbrev--before-point): Use word-motion functions
526         if :regexp is not specified (bug#5031).
528         * subr.el (string-prefix-p): New function.
530         * man.el (Man-completion-cache): New var.
531         (Man-completion-table): Use it.
533         * vc.el (vc-print-log-internal): Make `limit' optional for better
534         compatibility (e.g. with vc-annotate.el).
536 2009-11-24  Kevin Ryde  <user42@zip.com.au>
538         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
539         Build value with regexp-opt instead of explicit joining loop.  (My
540         Bug#4927.)
542         * emacs-lisp/elint.el (elint-add-required-env): Better error message
543         when .el source file not found or other error.
545 2009-11-24  Markus Triska  <markus.triska@gmx.at>
547         * linum.el (linum-update-window): Ignore intangible (bug#4996).
549 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
551         Handle the [back] button properly (bug#4979).
552         * descr-text.el (describe-text-properties): Add a `buffer' argument.
553         Use help-setup-xref, help-buffer, and with-help-window.
554         (describe-char): Add `buffer' argument.
555         Pass proper command to help-setup-xref.  Don't meddle with
556         help-xref-stack-item directly.
557         (describe-text-category): Use with-help-window and help-buffer.
559         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
560         for the displayed buffer (bug#4887).
562         * man.el (Man-completion-table): New function.
563         (man): Use it.
565 2009-11-24  David Reitter  <david.reitter@gmail.com>
567         * vc-git.el (vc-git-registered): Use checkout directory (where
568         .git is) rather than the file's directory and a relative path spec
569         to work around a bug in git.
571 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
573         Improve handling of processes on remote hosts.
575         * eshell/esh-util.el (eshell-path-env): New defvar.
576         (eshell-parse-colon-path): New defun.
577         (eshell-file-attributes): Use `eshell-parse-colon-path'.
579         * eshell/esh-ext.el (eshell-search-path):
580         Use `eshell-parse-colon-path'.
581         (eshell-remote-command): Remove argument HANDLER.
582         (eshell-external-command): Check for FTP remote connection.
584         * eshell/esh-proc.el (eshell-gather-process-output):
585         Use `file-truename', in order to start also symlinked files.
586         Apply `start-file-process' instead of `start-process'.
587         Shorten `command' to the local file name part.
589         * eshell/em-cmpl.el (eshell-complete-commands-list):
590         Use `eshell-parse-colon-path'.
592         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
594         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
595         to `eshell-directory-change-hook'.
597 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
599         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
600         because it could be enabled automatically if view-read-only is non-nil.
602 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
604         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
605         made on 2009-11-22.
607 2009-11-24  Glenn Morris  <rgm@gnu.org>
609         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
610         deleted variable bookmark-bmenu-bookmark-column.
612         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
613         Move after definition of global-semantic-idle-tag-highlight-mode.
615 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
619 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
621         * net/browse-url.el (browse-url-filename-alist): On Windows, add
622         two slashes to the "file:" prefix.
623         (browse-url-file-url): De-munge Cygwin filenames before passing
624         them to Windows browser.
625         (browse-url-default-windows-browser): Use call-process.
627 2009-11-23  Juri Linkov  <juri@jurta.org>
629         Implement DocView Continuous mode.  (Bug#4896)
630         * doc-view.el (doc-view-continuous-mode): New defcustom.
631         (doc-view-mode-map): Bind C-n/<down> to
632         `doc-view-next-line-or-next-page', C-p/<up> to
633         `doc-view-previous-line-or-previous-page'.
634         (doc-view-next-line-or-next-page)
635         (doc-view-previous-line-or-previous-page): New commands.
637 2009-11-23  Juri Linkov  <juri@jurta.org>
639         Implement Isearch in comint input history.  (Bug#3746)
640         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
641         `isearch-mode-hook'.
642         (comint-history-isearch): New defcustom.
643         (comint-history-isearch-backward)
644         (comint-history-isearch-backward-regexp): New commands.
645         (comint-history-isearch-message-overlay): New buffer-local variable.
646         (comint-history-isearch-setup, comint-history-isearch-end)
647         (comint-goto-input, comint-history-isearch-search)
648         (comint-history-isearch-message, comint-history-isearch-wrap)
649         (comint-history-isearch-push-state)
650         (comint-history-isearch-pop-state): New functions.
652 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
654         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
655         return.
656         (tramp-handle-make-symbolic-link)
657         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
658         Quote file names.
659         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
660         (tramp-handle-process-file): Use it.
662 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * window.el (move-to-window-line-last-op): Remove.
665         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
667 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
669         Make M-r mirror the new cycling behavior of C-l.
670         * window.el (move-to-window-line-last-op): New var.
671         (move-to-window-line-top-bottom): New command.
672         (global-map): Bind M-r move-to-window-line-top-bottom.
674 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
676         * dired-x.el (dired-guess-shell-alist-default):
677         Support xz format.  (Bug#4953)
679 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
681         * cedet/srecode/map.el (srecode-get-maps):
682         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
683         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
684         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
685         (semantic-toggle-decoration-style):
686         * cedet/semantic/decorate/include.el
687         (semantic-decoration-include-describe)
688         (semantic-decoration-unknown-include-describe)
689         (semantic-decoration-unparsed-include-describe)
690         (semantic-decoration-all-include-summary):
691         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
692         * cedet/semantic/analyze/complete.el
693         (semantic-analyze-possible-completions):
694         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
695         (semantic-show-unmatched-syntax-mode)
696         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
697         (semantic-highlight-func-mode):
698         * cedet/semantic/util.el (semantic-describe-buffer):
699         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
700         (semantic-symref-find-tags-by-name)
701         (semantic-symref-find-tags-by-regexp)
702         (semantic-symref-find-tags-by-completion)
703         (semantic-symref-find-file-references-by-name)
704         (semantic-symref-find-text):
705         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
706         (senator-yank-tag):
707         * cedet/semantic/scope.el (semantic-calculate-scope):
708         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
709         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
710         (define-semantic-idle-service):
711         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
712         (semantic-complete-analyze-inline-idle):
713         * cedet/semantic/analyze.el (semantic-analyze-current-context):
714         * cedet/mode-local.el (describe-mode-local-bindings)
715         (describe-mode-local-bindings-in-mode):
716         * cedet/ede/make.el (ede-make-check-version):
717         * cedet/ede/locate.el (ede-enable-locate-on-project):
718         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
719         (cedet-idutils-version-check):
720         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
721         (cedet-gnu-global-version-check):
722         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
723         (cedet-cscope-version-check): Use called-interactively-p instead
724         of interactive-p.
726         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
727         Use semantic-format-tag-prototype.
729 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
731         * emulation/viper-cmd.el: Use viper-last-command-char instead of
732         last-command-char/last-command-event.
733         (viper-prefix-arg-value): Do correct conversion of event-char for
734         XEmacs.
736         * emulation/viper-util.el, emulation/viper.el:
737         Use viper-last-command-char instead of
738         last-command-char/last-command-event.
740         * ediff-init.el, ediff-mult.el, ediff-util.el:
741         Replace last-command-char and last-command-event
742         with (ediff-last-command-char) everywhere.
744         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
745         created in fundamental mode.
747         * ediff.el (ediff-version): Revert the change of interactive-p to
748         called-interactively-p.
750 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
752         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
753         generation from word-movement command names.
755 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
757         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
758         (semantic-complete-jump-local, semantic-complete-jump):
759         Improve prompt string.
761 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
763         * cus-start.el (all): Add native condition for font-use-system-font.
765 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
767         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
768         Correct the patch from 2009-11-18.  (Bug#3910)
770 2009-11-21  Alan Mackenzie  <acm@muc.de>
772         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
773         Update to deal with modern Java constructs.
775 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
777         * progmodes/subword.el: Rename from lisp/subword.el.
779         * subword.el: Rename to progmodes/subword.el.
781         * Makefile.in (ELCFILES): Adapt to subword.el move.
783 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
784             Stefan Monnier  <monnier@iro.umontreal.ca>
786         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
787         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
788         (bookmark-bmenu-show-filenames): Use push.
789         (bookmark-bmenu-hide-filenames): Use local var instead of
790         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
791         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
792         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
793         filenames now that the bookmark names are always available.
795 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
797         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
798         (bookmark-search-pattern): Move and leave unbound.
799         (bookmark-bmenu-mode-map): Change binding.
800         (bookmark-read-search-input): Simplify.
801         Don't use text-char-description.  Don't error on non-char events.
802         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
803         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
804         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
805         Use a local var for the timer.
806         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
807         (i.e. bookmark-bmenu-search).
809 2009-11-21  Glenn Morris  <rgm@gnu.org>
811         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
813 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
815         * net/browse-url.el (browse-url-default-windows-browser):
816         Use cygstart for cygwin.
818 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
820         * bookmark.el Formatting and doc fixes only:
821         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
822         (bookmark-bmenu-search): Wrap to fit within 80 columns.
823           Minor grammar and punctuation fixes in doc string.
824         (bookmark-read-search-input): Adjust to fit within 80 columns.
826 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
828         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
829         (c-backward-into-nomenclature): Adapt to subword renaming.
831         * subword.el (subword-forward, subword-backward, subword-mark)
832         (subword-kill, subword-backward-kill, subword-transpose)
833         (subword-downcase, subword-upcase, subword-capitalize)
834         (subword-forward-internal, subword-backward-internal):
835         Rename from forward-subword, backward-subword, mark-subword,
836         kill-subword, backward-kill-subword, transpose-subwords,
837         downcase-subword, upcase-subword, capitalize-subword,
838         forward-subword-internal, backward-subword-internal.
840 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
842         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
843         New options.
844         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
845         New vars.
846         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
847         (bookmark-bmenu-filter-alist-by-regexp)
848         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
849         (bookmark-bmenu-search): New command.
850         (bookmark-bmenu-mode-map): Bind it.
852 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
854         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
856         * cedet/semantic/idle.el (define-semantic-idle-service)
857         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
859 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
861         * progmodes/cc-cmds.el: declare-functioned forward-subword and
862         backward-subword to quit the byte-compiler.
864         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
866         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
868         * progmodes/cc-cmds.el (c-update-modeline)
869         (c-forward-into-nomenclature, c-backward-into-nomenclature):
870         Refer to subword.el functions instead of cc-subword.el.
872         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
873         subword.el functions instead of cc-subword.el.
875         * progmodes/cc-subword.el: Rename to subword.el.
876         * subword.el: Rename from progmodes/cc-subword.el.
877         (subword-mode-map): Rename from c-subword-mode-map.
878         (subword-mode): Rename from c-subword-mode.
879         (global-subword-mode): New global minor mode.
880         (forward-subword): Rename from c-forward-subword.
881         (backward-subword): Rename from c-backward-subword.
882         (mark-subword): Rename from c-mark-subword.
883         (kill-subword): Rename from c-kill-subword.
884         (backward-kill-subword): Rename from c-backward-kill-subword.
885         (transpose-subwords): Rename from c-tranpose-subword.
886         (downcase-subword): Rename from c-downcase-subword.
887         (capitalize-subword): Rename from c-capitalize-subword.
888         (forward-subword-internal): Rename from c-forward-subword-internal.
889         (backward-subword-internal): Rename from c-backward-subword-internal.
891 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
893         * vc.el (vc-deduce-fileset): Allow non-state changing operations
894         from a dired buffer.
895         (vc-dired-deduce-fileset): New function.
896         (vc-root-diff, vc-print-root-log): Use it.
898         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
899         nil LIMIT argument to vc-print-log-internal.
901 2009-11-20  Glenn Morris  <rgm@gnu.org>
903         * Makefile.in (ELCFILES): Regenerate.
905 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
907         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
909         * cedet/semantic.el: Enable idle-mode menu items only if
910         global-semantic-idle-scheduler-mode is enabled.
911         (semantic-default-submodes): Doc fix.
913         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
914         When turning off, disable other idle modes.
916 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
918         * calc/calc.el (calc-set-mode-line):
919         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
920         (math-format-number): Rename `math-format-complement-signed' to
921         `math-format-twos-complement'.
923         * calc/calc-bin.el (math-format-twos-complement): Rename from
924         math-format-complement-signed.
925         (calc-radix): Rename `calc-complement-signed-mode' to
926         `calc-twos-complement-mode'.
927         (calc-octal-radix, calc-hex-radix): Add an argument for
928         two's complement.
930         * calc/calc-embed.el (calc-embedded-mode-vars):
931         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
933         * calc/calc-ext.el (calc-init-extensions):
934         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
935         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
937         * calc/calc-units.el (math-build-units-table-buffer):
938         Let `calc-twos-complement-mode' be nil.
940         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
941         entries.
943         * calc/calc-vec.el (calcFunc-vunpack):
944         * calc/calc-aent.el (calc-do-calc-eval):
945         * calc/calc-forms.el (math-format-date):
946         * calc/calc-graph.el (calc-graph-plot):
947         * calc/calc-math.el (math-use-emacs-fn):
948         * calc/calccomp.el (math-compose-expr):
949         Let `calc-twos-complement-mode' be nil.
951 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
953         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
954         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
955         * minibuffer.el (completion-in-region-functions): New hook.
956         (completion-in-region): New function.
957         * emacs-lisp/lisp.el (lisp-complete-symbol):
958         * pcomplete.el (pcomplete-std-complete): Use it.
960 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
963         (latex-complete-alist): New vars.
964         (latex-string-prefix-p, latex-complete-bibtex-keys)
965         (latex-complete-envnames, latex-complete-refkeys)
966         (latex-complete-data): New functions.
967         (latex-complete, latex-indent-or-complete): New commands.
969         * window.el (display-buffer-mark-dedicated): New var.
970         (display-buffer): Obey it.
971         * minibuffer.el (minibuffer-completion-help): Use it.
973         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
975         * filecache.el (file-cache-add-file): Use push and cons.
976         (file-cache-delete-file-regexp): Use push.
977         (file-cache-complete): Use completion-in-region.
979         * simple.el (with-wrapper-hook): Fix thinko.
981         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
982         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
983         Use with-current-buffer and string-to-number.
984         (hfy-fallback-colour-values): Use assoc-string.
985         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
986         (hfy-face-at): Remove unused var `found-face'.
987         (hfy-compile-stylesheet): Remove unused var `css'.
988         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
989         and `orig-buffer'.
990         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
991         Use with-current-buffer.
992         (hfy-text-p): Use expand-file-name and fewer setq.
994 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
996         * htmlfontify.el, hfy-cmap.el: New files.
998 2009-11-19  Juri Linkov  <juri@jurta.org>
1000         * minibuffer.el (completions-format): New defcustom.
1001         (completion--insert-strings): Implement vertical format.
1003         * simple.el (switch-to-completions): Move point to the first
1004         completion when point was at the beginning of the buffer.
1006 2009-11-19  Juri Linkov  <juri@jurta.org>
1008         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
1010         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1012 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1014         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1015         (mail-signature): Change default to t.
1016         (mail-from-style): Deprecate `system-default' value.
1017         (mail-insert-from-field): For default value of mail-from-style,
1018         default to `angles' unless `angles' needs quoting and `parens'
1019         does not.
1020         (mail-citation-prefix-regexp): Use citation regexp from
1021         message-mode.
1023 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
1025         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1026         Set variables for computing the prompt for reading password.
1028 2009-11-19  Glenn Morris  <rgm@gnu.org>
1030         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
1032         * textmodes/flyspell.el (sgml-lexical-context): Declare.
1034         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1035         (newsticker-treeview-listwindow-height): Fix custom type.
1037 2009-11-19  Kenichi Handa  <handa@m17n.org>
1039         * descr-text.el (describe-char-padded-string): Compose with TAB
1040         only if there's a font for CH.
1041         (describe-char): Fix the condition for detecting a trivial composition.
1043 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
1045         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1046         more accurate version of the regexp.  (Bug#3910)
1048 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1050         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1052 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
1054         * font-setting.el (font-use-system-font): Declare for byte-compiler.
1055         (font-setting-change-default-font): Fix typo in docstring.
1057 2009-11-18  Alan Mackenzie  <acm@muc.de>
1059         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1061 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1063         * font-setting.el (font-use-system-font): Move ...
1065         * cus-start.el (all): ... to here.
1067 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
1069         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1070         Don't set `ad-return-value' if `ad-do-it' doesn't.
1072         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1073         modification time.
1075 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1077         * menu-bar.el: Put "Use system font" in Option-menu.
1078         (menu-bar-options-save): Add font-use-system-font.
1080         * loadup.el: If feature system-font-setting or font-render-setting is
1081         there, load font-setting.
1083         * Makefile.in (ELCFILES): Add font-settings.el.
1084         * font-setting.el: New file.
1086 2009-11-17  Glenn Morris  <rgm@gnu.org>
1088         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1090         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1091         Preserve point in the list buffer.  (Bug#4939)
1092         Use point-at-eol.
1093         (newsticker--treeview-list-update-highlight)
1094         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1096 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1098         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1099         Remove.
1101         * calc/calc-ext.el (calc-init-extensions): Remove references to
1102         symclip.
1104         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1106         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1107         * calc/calc-help.el (calc-b-prefix-help): Remove references to
1108         `calc-symclip'.
1110 2009-11-16  Kevin Ryde  <user42@zip.com.au>
1112         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1113         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1115         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1116         (lm-keywords-list): Allow comma-only separator like "foo,bar".
1117         Ignore trailing spaces by omit-nulls to split-string (fixing
1118         regression from Emacs 21 due to the incompatible split-string
1119         change).  (Bug #4928.)
1121 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1123         * vc.el (vc-log-show-limit): Default to 2000.
1124         (vc-print-log-internal): Insert buttons to request more entries
1125         when limiting the output.
1127         * vc-sccs.el (vc-sccs-print-log):
1128         * vc-rcs.el (vc-rcs-print-log):
1129         * vc-cvs.el (vc-cvs-print-log):
1130         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1131         LIMIT is non-nil.
1133 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1135         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1136         error when `tramp-gvfs-dbus-event-vector' is set.
1137         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1139 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1143 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1145         * net/dbus.el (dbus-unregister-service): New defun.
1146         (dbus-register-property): Register the handlers of
1147         "org.freedesktop.DBus.Properties" for SERVICE.
1148         (dbus-property-handler): Fix docstring.
1150 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1152         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1153         Quote doc string reference in defvaralias as it is not in special form.
1154         (byte-compile-output-docform): Doc fix.
1156 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1158         * calc/calc.el (math-2-word-size, math-half-2-word-size)
1159         (calc-complement-signed-mode): New variables.
1160         (calc-set-mode-line): Add indicator for twos-complements.
1161         (math-format-number): Format twos-complement notation.
1163         * calc/calc-bin.el (calc-word-size): Reset the variables
1164         `math-2-word-size' and `math-half-2-word-size'.
1165         (math-format-complement-signed, math-symclip, calcFunc-symclip)
1166         (calc-symclip): New functions.
1168         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1170         * calc/calc-embed.el (calc-embedded-mode-vars):
1171         Add `calc-complement-signed-mode' to the list of modes.
1173         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1174         (calc-b-oper-keys): Add `calc-symclip' to list.
1176         * calc/calc-ext.el (math-read-number-fancy): Read complement
1177         signed numbers.
1178         (calc-init-extensions): Add binding for `calc-symclip'.
1179         Add autoload for `calcFunc-symclip' and `calc-symclip'.
1181         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1182         `calc-symclip'.
1183         (calc-modes-menu): Add item for twos complement mode.
1185         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1187 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1189         * register.el (jump-to-register, insert-register): Handle Semantic
1190         tags.  From commented-out advice in semantic/senator.el.
1192 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1194         * vc.el (vc-log-show-limit): New variable.
1195         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
1196         when using a prefix argument.
1197         (vc-print-log-internal): Add new argument LIMIT.
1199         * vc-svn.el (vc-svn-print-log):
1200         * vc-mtn.el (vc-mtn-print-log):
1201         * vc-hg.el (vc-hg-print-log):
1202         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1203         pass it to the log command when set.  Make the BUFFER argument
1204         non-optional.
1206         * vc-sccs.el (vc-sccs-print-log):
1207         * vc-rcs.el (vc-rcs-print-log):
1208         * vc-git.el (vc-git-print-log):
1209         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1210         ignore it.  Make the BUFFER argument non-optional
1212         * bindings.el (mode-line-buffer-identification): Do not purecopy.
1214 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1216         * dired.el (dired-mode-map): Move encryption items to "Operate"
1217         menu (Bug#4703).
1219         * strokes.el (strokes-update-window-configuration): Make strokes
1220         buffer current before erasing (Bug#4906).
1222         * cedet/semantic/idle.el (semantic-idle-summary-mode)
1223         (semantic-idle-summary-mode): Define using define-minor-mode
1224         instead of define-semantic-idle-service.
1225         (semantic-idle-summary-mode): New function.
1226         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1227         that mouse motion does not reset the echo area.
1229 2009-11-15  Juri Linkov  <juri@jurta.org>
1231         * simple.el (set-mark-default-inactive): Add :type, :group
1232         and :version.  (Bug#4876)
1234 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
1236         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1237         (archive-unique-fname): ... here.  (Bug#4929)
1239 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1241         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1242         with a real fix.
1244         * novice.el (disabled-command-function): Add useful args.
1245         Setup the help buffer so that [back] works.
1246         Remove redundant call to help-mode.
1247         (disabled-command-function): Use `case'.
1248         (en/disable-command): New function extracted from enable-command.
1249         (enable-command, disable-command): Use it.
1251 2009-11-14  Glenn Morris  <rgm@gnu.org>
1253         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1254         constants.  (Bug#4913)
1256         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1258 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1260         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1261         defined in C that have no doc-strings.  (Bug#1063)
1263 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1265         * cus-edit.el (data, files):
1266         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1268 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1270         * simple.el (shell-command): Doc fix (Bug#4891).
1272         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1274 2009-11-14  Glenn Morris  <rgm@gnu.org>
1276         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1277         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1278         If they are already loaded, eval-after-load will do the right thing.
1280         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1281         compiling.
1283         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1285         * simple.el (x-selection-owner-p): Declare.
1286         (read-mail-command): Use custom radio type rather than choice.
1287         (completion-no-auto-exit): Doc fix.
1289         * custom.el (defgroup):
1290         * epg-config.el (epg): Doc fixes.
1292 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1294         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1295         * international/ccl.el (define-ccl-program): Do not purecopy the
1296         docstring, defconst does it anyway.
1298 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * add-log.el (add-change-log-entry): Avoid displaying the changelog
1301         a second time.
1303         * x-dnd.el (x-dnd-maybe-call-test-function):
1304         * window.el (split-window-vertically):
1305         * whitespace.el (whitespace-help-on):
1306         * vc-rcs.el (vc-rcs-consult-headers):
1307         * userlock.el (ask-user-about-lock-help)
1308         (ask-user-about-supersession-help):
1309         * type-break.el (type-break-force-mode-line-update):
1310         * time-stamp.el (time-stamp-conv-warn):
1311         * terminal.el (te-set-output-log, te-more-break, te-filter)
1312         (te-sentinel,terminal-emulator):
1313         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1314         (term-write-input-ring, term-check-source, term-start-output-log):
1315         (term-display-buffer-line, term-dynamic-list-completions):
1316         (term-ansi-make-term, serial-term):
1317         * subr.el (selective-display):
1318         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1319         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1320         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1321         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1322         (speedbar-remove-localized-speedbar-support)
1323         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1324         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1325         (speedbar-buffers-line-directory):
1326         * simple.el (shell-command-on-region, append-to-buffer)
1327         (prepend-to-buffer):
1328         * shadowfile.el (shadow-save-todo-file):
1329         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1330         (scroll-bar-maybe-set-window-start):
1331         * sb-image.el (speedbar-image-dump):
1332         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1333         (load-save-place-alist-from-file):
1334         * ps-samp.el (ps-print-message-from-summary):
1335         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1336         (ps-background-image, ps-begin-job, ps-do-despool):
1337         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1338         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1339         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1340         (pr-call-process, pr-file-list, pr-interface-save):
1341         * novice.el (disabled-command-function)
1342         (enable-command, disable-command):
1343         * mouse.el (mouse-buffer-menu-alist):
1344         * mouse-copy.el (mouse-kill-preserving-secondary):
1345         * macros.el (kbd-macro-query):
1346         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1347         * informat.el (batch-info-validate):
1348         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1349         * hippie-exp.el (try-expand-dabbrev-visible):
1350         * help-mode.el (help-make-xrefs):
1351         * help-fns.el (describe-variable):
1352         * generic-x.el (bat-generic-mode-run-as-comint):
1353         * finder.el (finder-mouse-select):
1354         * find-dired.el (find-dired-sentinel):
1355         * filesets.el (filesets-file-close):
1356         * files.el (list-directory):
1357         * faces.el (list-faces-display, describe-face):
1358         * facemenu.el (list-colors-display):
1359         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1360         * epg.el (epg--process-filter, epg-cancel):
1361         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1362         (epa--read-signature-type):
1363         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1364         (emerge-file-names):
1365         * ehelp.el (electric-helpify):
1366         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1367         * ediff-vers.el (rcs-ediff-view-revision):
1368         * ediff-util.el (ediff-setup):
1369         * ediff-mult.el (ediff-append-custom-diff):
1370         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1371         (ediff-wordify):
1372         * echistory.el (Electric-command-history-redo-expression):
1373         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1374         * disp-table.el (describe-display-table):
1375         * dired.el (dired-find-buffer-nocreate):
1376         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1377         * dabbrev.el (dabbrev--same-major-mode-p):
1378         * chistory.el (list-command-history):
1379         * apropos.el (apropos-documentation):
1380         * allout.el (allout-obtain-passphrase):
1381         (allout-copy-exposed-to-buffer):
1382         (allout-verify-passphrase): Use with-current-buffer.
1384 2009-11-13  Glenn Morris  <rgm@gnu.org>
1386         * Makefile.in (ELCFILES): Regenerate.
1388 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1390         * net/dbus.el (dbus-registered-objects-table): Rename from
1391         `dbus-registered-functions-table', because it contains also properties.
1392         (dbus-unregister-object): Unregister also properties.
1393         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1394         Use a timeout of 500 msec, in order to not block.
1395         (dbus-register-property, dbus-property-handler): New defuns.
1397 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * simple.el (minibuffer-default-add-completions): Drop deprecated
1400         4th arg.
1402 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1404         * textmodes/artist.el (artist-mouse-choose-operation):
1405         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1406         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1407         (artist-compute-up-event-key): New function.
1408         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1410 2009-11-13  Kenichi Handa  <handa@m17n.org>
1412         * language/japan-util.el: Make sure that the value of jisx0208
1413         property is jisx0208 character.
1415 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1417         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1418         car or each item, not the whole list.
1420 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * minibuffer.el (minibuffer-completion-help):
1423         Use minibuffer-hide-completions.
1425 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1427         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1428         (dired-revert): Use them (bug#4880).
1430 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1432         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1434 2009-11-12  Juri Linkov  <juri@jurta.org>
1436         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1437         New functions.
1438         (find-file-literally-at-point): Alias of `ffap-literally'.
1440 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1442         * textmodes/ispell.el (ispell-skip-region-alist):
1443         * textmodes/css-mode.el (auto-mode-alist):
1444         * progmodes/compile.el (auto-mode-alist):
1445         * international/mule.el (ctext-non-standard-encodings-alist)
1446         (ctext-non-standard-encodings-regexp):
1447         * simple.el (shell-command-switch, text-read-only):
1448         * replace.el (occur-mode-map):
1449         * paths.el (rmail-file-name):
1450         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1451         * find-file.el (ff-special-constructs):
1452         * files.el (file-name-handler-alist):
1453         * composite.el: Purecopy strings.
1455         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1457 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1459         * widget.el (define-widget): Purecopy the docstring.
1460         * international/mule-cmds.el (charset): Do not purecopy the
1461         docstring here, define-widget does it.
1463         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1464         * textmodes/bibtex-style.el (auto-mode-alist):
1465         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1466         * progmodes/compile.el (compile-command):
1467         * language/korea-util.el (default-korean-keyboard):
1468         * international/mule-conf.el (file-coding-system-alist):
1469         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1470         * tooltip.el (tooltip-frame-parameters):
1471         * newcomment.el (comment-end, comment-padding):
1472         * dired.el (dired-trivial-filenames):
1473         * comint.el (comint-file-name-prefix): Purecopy initial values.
1475 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1477         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1478         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1479         `tramp-unload'.
1480         (tramp-advice-make-auto-save-file-name)
1481         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1482         after removing the advice.
1484 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1486         * progmodes/grep.el (grep-regexp-alist):
1487         * international/mule-cmds.el (iso-2022-control-alist):
1488         * emacs-lisp/timer.el (timer-duration-words):
1489         * subr.el (version-separator, version-regexp-alist):
1490         * minibuffer.el (completion-styles-alist):
1491         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1492         Change defvars to defconsts.
1494         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1495         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1496         * international/mule-conf.el: Allow to be byte compiled.
1498         * international/mule.el (define-charset): Purecopy props.
1499         (load-with-code-conversion): Purecopy doc string and file name.
1500         (put-charset-property): Purecopy strings.
1501         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1503         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1504         (define-char-code-property): Correctly purecopy the table.
1506         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1508         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1510         * subr.el (add-hook): Purecopy strings.
1511         (eval-after-load): Purecopy load-history-regexp and the form.
1513         * custom.el (custom-declare-group): Purecopy load-file-name.
1515         * subr.el (menu-bar-separator): New defconst.
1516         * net/eudc.el (eudc-tools-menu):
1517         * international/mule-cmds.el (set-coding-system-map)
1518         (mule-menu-keymap):
1519         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1520         * vc-hooks.el (vc-menu-map):
1521         * replace.el (occur-mode-map):
1522         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1523         (menu-bar-edit-menu, menu-bar-goto-menu)
1524         (menu-bar-custom-menu, menu-bar-showhide-menu)
1525         (menu-bar-options-menu, menu-bar-tools-menu)
1526         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1527         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1528         (menu-bar-help-menu):
1529         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1530         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1532         * term/x-win.el (x-gtk-stock-map):
1533         * progmodes/vera-mode.el (auto-mode-alist):
1534         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1535         (inferior-lisp-program, inferior-lisp-load-command):
1536         * progmodes/hideshow.el (hs-special-modes-alist):
1537         * progmodes/gud.el (same-window-regexps):
1538         * progmodes/grep.el (grep-program, find-program, xargs-program):
1539         * net/telnet.el (same-window-regexps):
1540         * net/rlogin.el (same-window-regexps):
1541         * language/ethiopic.el (font-ccl-encoder-alist):
1542         * vc-sccs.el (vc-sccs-master-templates):
1543         * vc-rcs.el (vc-rcs-master-templates):
1544         * subr.el (cl-assertion-failed):
1545         * simple.el (next-error-overlay-arrow-position):
1546         * lpr.el (lpr-command):
1547         * locate.el (locate-ls-subdir-switches):
1548         * info.el (same-window-regexps, info)
1549         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1550         * image-mode.el (image-mode, auto-mode-alist):
1551         * hippie-exp.el (hippie-expand-ignore-buffers):
1552         * format.el (format-alist):
1553         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1554         (find-name-arg):
1555         * facemenu.el (facemenu-keybindings):
1556         * dired.el (dired-listing-switches, dired-chown-program):
1557         * diff.el (diff-switches, diff-command):
1558         * cus-edit.el (same-window-regexps):
1559         * bindings.el (mode-line-mule-info)
1560         (mode-line-buffer-identification): Purecopy strings.
1562 2009-11-11  Juri Linkov  <juri@jurta.org>
1564         * simple.el (dired-get-filename)<declare-function>:
1565         Tell the byte-compiler about dired-get-filename.
1566         (shell-command): In Dired mode, get filename from the current line
1567         as the default value.
1569 2009-11-10  Glenn Morris  <rgm@gnu.org>
1571         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1572         * calendar/holidays.el, progmodes/cperl-mode.el:
1573         Update x-popup-menu declarations.
1575         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1576         (list-load-path-shadows): Use dolist.
1577         (list-load-path-shadows): Use with-current-buffer.
1579 2009-11-10  Juri Linkov  <juri@jurta.org>
1581         * minibuffer.el (read-file-name): Support a list of default values
1582         in `default-filename'.  Use the first file name where only one
1583         element is required.  Doc fix.
1585 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1587         * net/dbus.el (dbus-unregister-object): Release service, if no
1588         other method is registered for it.
1590 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1592         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1593         bookmark-sort-flag is non-nil (Bug#4653).
1595 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1597         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1598         the progress reporter entirely.
1600         * emulation/cua-base.el: Add CUA property to some CC mode commands
1601         (Bug#4100).
1603 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1605         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1606         at end of sentence (Bug#4818).
1608 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1610         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1611         Handle "see declaration of" MSFT statements (Bug#4100).
1613 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1615         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1616         (tramp-advice-file-expand-wildcards): Unload via
1617         `ad-remove-advice'.
1619         * net/trampver.el: Update release number.
1621 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1623         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1624         `ad-do-it'.
1626 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1628         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1629         in order to keep context in SELinux.
1631 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1633         * dired-aux.el (dired-query): Place cursor in echo area and allow
1634         C-g.
1636         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1637         menu item if not on a directory (Bug#4701).
1639 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
1641         Sync with Tramp 2.1.17.
1643         * net/tramp.el (tramp-handle-copy-directory): Don't use
1644         `file-remote-p' (due to compatibility).
1646         * net/tramp-compat.el (tramp-compat-copy-directory)
1647         (tramp-compat-delete-directory): New defuns.
1649         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1650         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1651         `tramp-compat-delete-directory'.
1653         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1654         (tramp-smb-handle-delete-directory ): Use
1655         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1657         * net/trampver.el: Update release number.
1659 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
1661         * tar-mode.el (tar-copy): Call write-region on the right buffer
1662         (Bug#4857).
1664         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1665         by hand, if necessary (Bug#4878).
1667 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
1669         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1670         align size column (Bug#4839).
1672         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1673         statement.
1675 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1677         * progmodes/ld-script.el (auto-mode-alist):
1678         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1680         * cus-face.el (custom-declare-face): Purecopy face spec.
1682 2009-11-06  Kenichi Handa  <handa@m17n.org>
1684         * international/uni-bidi.el: Re-generated.
1685         * international/uni-category.el: Re-generated.
1686         * international/uni-combining.el: Re-generated.
1687         * international/uni-mirrored.el: Re-generated.
1689 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1691         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1692         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1693         (tex-start-options, slitex-run-command, latex-run-command)
1694         (tex-run-command, tex-directory):
1695         * textmodes/ispell.el (ispell-html-skip-alists)
1696         (ispell-tex-skip-alists, ispell-tex-skip-alists):
1697         * textmodes/fill.el (adaptive-fill-first-line-regexp):
1698         (adaptive-fill-regexp):
1699         * textmodes/dns-mode.el (auto-mode-alist):
1700         * progmodes/python.el (interpreter-mode-alist):
1701         * progmodes/etags.el (tags-compression-info-list):
1702         * progmodes/etags.el (tags-file-name):
1703         * net/browse-url.el (browse-url-galeon-program)
1704         (browse-url-firefox-program):
1705         * mail/sendmail.el (mail-signature-file)
1706         (mail-citation-prefix-regexp):
1707         * international/mule-conf.el (eight-bit):
1708         * international/latexenc.el (latex-inputenc-coding-alist):
1709         * international/fontset.el (x-pixel-size-width-font-regexp):
1710         * emacs-lisp/warnings.el (warning-type-format):
1711         * emacs-lisp/trace.el (trace-buffer):
1712         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1713         (emacs-lisp-mode-map):
1714         * calendar/holidays.el (holiday-solar-holidays)
1715         (holiday-bahai-holidays, holiday-islamic-holidays)
1716         (holiday-christian-holidays, holiday-hebrew-holidays)
1717         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1718         (hebrew-holidays-1, holiday-oriental-holidays)
1719         (holiday-general-holidays):
1720         * x-dnd.el (x-dnd-known-types):
1721         * tool-bar.el (tool-bar):
1722         * startup.el (site-run-file):
1723         * shell.el (shell-dumb-shell-regexp):
1724         * rfn-eshadow.el (file-name-shadow-tty-properties)
1725         (file-name-shadow-properties):
1726         * paths.el (remote-shell-program, news-directory):
1727         * mouse.el ([C-down-mouse-3]):
1728         * menu-bar.el (menu-bar-tools-menu):
1729         * jka-cmpr-hook.el (jka-compr-load-suffixes)
1730         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1731         (jka-compr-compression-info-list):
1732         * isearch.el (search-whitespace-regexp):
1733         * image-file.el (image-file-name-extensions):
1734         * find-dired.el (find-ls-option):
1735         * files.el (directory-listing-before-filename-regexp)
1736         (directory-free-space-args, insert-directory-program)
1737         (list-directory-brief-switches, magic-fallback-mode-alist)
1738         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1739         (automount-dir-prefix):
1740         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1741         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1742         (face-font-registry-alternatives, face-font-registry-alternatives)
1743         (face-font-family-alternatives):
1744         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1745         (facemenu-foreground-menu, facemenu-face-menu):
1746         * epa-hook.el (epa-file-name-regexp):
1747         * dnd.el (dnd-protocol-alist):
1748         * textmodes/rst.el (auto-mode-alist):
1749         * button.el (default-button): Purecopy strings.
1751 2009-11-06  Glenn Morris  <rgm@gnu.org>
1753         * Makefile.in (ELCFILES): Update.
1755 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1757         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1758         * emacs-lisp/levents.el: Move to obsolete/levents.el.
1760         * nxml/xsd-regexp.el (xsdre-gen-categories):
1761         * nxml/xmltok.el (xmltok-parse-entity):
1762         * nxml/rng-parse.el (rng-parse-validate-file):
1763         * nxml/rng-maint.el (rng-format-manual)
1764         (rng-manual-output-force-new-line):
1765         * nxml/rng-loc.el (rng-save-schema-location-1):
1766         * nxml/rng-cmpct.el (rng-c-parse-file):
1767         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1768         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1770 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
1772         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1773         Remove extra save-excursions and make-variable-buffer-local's.
1774         Suggested by Stefan Monnier.
1776         (verilog-getopt-file, verilog-module-inside-filename-p)
1777         (verilog-set-define): Merge GNU 1.35 and repair changes from
1778         switching to using with-current-buffer.
1780         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1781         being treated as a number and confusing AUTORESET.
1782         Reported by Dan Dever.
1784         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1785         Add verilog-auto-ignore-concat to fix backward compatibility with
1786         older verilog-modes.  Reported by Dan Katz.
1788         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1789         containing closing anchors "...$".
1791         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1792         Reported by Wade Smith.
1794         (verilog-batch-execute-func) Comment on function usage.
1796 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
1798         * verilog-mode.el (verilog-label-re): Fix regular expression for
1799         labels.
1801         (verilog-label-re, verilog-calc-1): Support proper indent of named
1802         asserts.
1804         (verilog-backward-token, verilog-basic-complete-re)
1805         (verilog-beg-of-statement, verilog-indent-re): Support proper
1806         indent of the assert statement at the beginning of a block of text.
1808         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1809         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1810         tokens as begins.
1812 2009-11-05  Glenn Morris  <rgm@gnu.org>
1814         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1815         Emacs 19.  (Bug#1531)
1816         (byte-compile-fix-header): Update for the above change.
1817         Drop test for epoch::version.
1819         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1820         * cus-dep.el (custom-make-dependencies):
1821         * finder.el (finder-compile-keywords):
1822         Use autoload-rubric's feature argument.
1824         * calendar/diary-lib.el (top-level): Make load behave more like require.
1826         * vc-git.el (vc-git-stash-map): Move definition before use.
1828 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1830         * custom.el (custom-declare-group): Purecopy standard-value.
1831         (custom-declare-group): Purecopy custom-prefix.
1833         * international/mule.el (load-with-code-conversion):
1834         Call do-after-load-evaluation unconditionally.
1836         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1838 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1842 2009-11-04  Glenn Morris  <rgm@gnu.org>
1844         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1845         (byte-compile-compatibility): Remove option.
1846         (byte-compile-close-variables, byte-compile-fix-header)
1847         (byte-compile-insert-header, byte-compile-output-docform)
1848         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1849         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1850         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1851         (byte-compile-insert, byte-compile-defun):
1852         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
1853         (byte-defop-compiler19): Remove.
1854         Without byte-compile-compatibility, the 'emacs19-opcode property is not
1855         used by anything.  Replace all calls with byte-defop-compiler.
1857 2009-11-04  Juri Linkov  <juri@jurta.org>
1859         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1860         (menu-bar-options-menu): Don't quote the `prop' arg of
1861         `menu-bar-make-mm-toggle'.
1863 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
1865         * calendar/calendar.el (cal-loaddefs):
1866         * calendar/diary-lib.el (diary-loaddefs):
1867         * calendar/holidays.el (hol-loaddefs):
1868         * eshell/esh-module.el (esh-groups): Load rather than require.
1870 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * calendar/todo-mode.el (todo-add-category): Don't hardcode
1873         point-min==1.
1874         (todo-top-priorities): Only display-buffer when called interactively.
1875         (todo-item-start): Don't save excursion point.
1876         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
1877         (todo-insert-item-here, todo-file-item, todo-remove-item):
1878         Adjust uses of todo-item-start and todo-item-end.
1880         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1881         (autoload-rubric): Don't use any more.
1882         * cedet/semantic/fw.el (semantic/loaddefs):
1883         * cedet/srecode.el (srecode/loaddefs):
1884         * cedet/ede.el (ede/loaddefs): Load rather than require.
1885         * cedet/ede/cpp-root.el:
1886         * cedet/ede/emacs.el:
1887         * cedet/ede/files.el:
1888         * cedet/ede/linux.el:
1889         * cedet/ede/locate.el:
1890         * cedet/ede/make.el:
1891         * cedet/ede/shell.el:
1892         * cedet/ede/speedbar.el:
1893         * cedet/ede/system.el:
1894         * cedet/ede/util.el:
1895         * cedet/semantic/analyze.el:
1896         * cedet/semantic/bovine.el:
1897         * cedet/semantic/complete.el:
1898         * cedet/semantic/ctxt.el:
1899         * cedet/semantic/db-file.el:
1900         * cedet/semantic/db-find.el:
1901         * cedet/semantic/db-global.el:
1902         * cedet/semantic/db-mode.el:
1903         * cedet/semantic/db-typecache.el:
1904         * cedet/semantic/db.el:
1905         * cedet/semantic/debug.el:
1906         * cedet/semantic/dep.el:
1907         * cedet/semantic/doc.el:
1908         * cedet/semantic/edit.el:
1909         * cedet/semantic/find.el:
1910         * cedet/semantic/format.el:
1911         * cedet/semantic/html.el:
1912         * cedet/semantic/ia-sb.el:
1913         * cedet/semantic/ia.el:
1914         * cedet/semantic/idle.el:
1915         * cedet/semantic/lex-spp.el:
1916         * cedet/semantic/lex.el:
1917         * cedet/semantic/mru-bookmark.el:
1918         * cedet/semantic/scope.el:
1919         * cedet/semantic/senator.el:
1920         * cedet/semantic/sort.el:
1921         * cedet/semantic/symref.el:
1922         * cedet/semantic/tag-file.el:
1923         * cedet/semantic/tag-ls.el:
1924         * cedet/semantic/tag-write.el:
1925         * cedet/semantic/tag.el:
1926         * cedet/semantic/util-modes.el:
1927         * cedet/semantic/analyze/complete.el:
1928         * cedet/semantic/analyze/refs.el:
1929         * cedet/semantic/bovine/c.el:
1930         * cedet/semantic/bovine/gcc.el:
1931         * cedet/semantic/bovine/make.el:
1932         * cedet/semantic/bovine/scm.el:
1933         * cedet/semantic/decorate/include.el:
1934         * cedet/semantic/decorate/mode.el:
1935         * cedet/semantic/symref/cscope.el:
1936         * cedet/semantic/symref/global.el:
1937         * cedet/semantic/symref/grep.el:
1938         * cedet/semantic/symref/idutils.el:
1939         * cedet/semantic/symref/list.el:
1940         * cedet/semantic/wisent/java-tags.el:
1941         * cedet/semantic/wisent/javascript.el:
1942         * cedet/srecode/compile.el:
1943         * cedet/srecode/cpp.el:
1944         * cedet/srecode/document.el:
1945         * cedet/srecode/el.el:
1946         * cedet/srecode/expandproto.el:
1947         * cedet/srecode/getset.el:
1948         * cedet/srecode/insert.el:
1949         * cedet/srecode/java.el:
1950         * cedet/srecode/map.el:
1951         * cedet/srecode/mode.el:
1952         * cedet/srecode/template.el:
1953         * cedet/srecode/texi.el: Remove the file-local setting of
1954         generated-autoload-feature.
1956         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1957         and only put a prop if it is non-nil.
1959 2009-11-03  Juri Linkov  <juri@jurta.org>
1961         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1962         (menu-bar-options-menu): Fix list quoting (Bug#4429).
1964         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1965         and "Menu" to make top-level menu item visually one unit (like
1966         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1967         multi-word menu items).  Fix :help string for quit-window.
1969 2009-11-03  Glenn Morris  <rgm@gnu.org>
1971         * cedet/mode-local.el (with-mode-local): Doc fix.
1973         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1974         (byte-compile-file-form-define-abbrev-table)
1975         (byte-compile-file-form-custom-declare-variable)
1976         (byte-compile-variable-ref, byte-compile-defvar):
1977         Whether or not a warning is enabled should only affect whether we issue
1978         the warning, not whether or not we collect the relevant data.
1979         Eg warnings can be turned on and off throughout the course of a file.
1981         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1982         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1984 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1986         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1987         * play/mpuz.el (mpuz-create-buffer):
1988         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1989         (lm-print-y,s,noise, lm-print-w0, lm-init):
1990         * play/gomoku.el (gomoku-prompt-for-move):
1991         * play/fortune.el (fortune-in-buffer):
1992         * play/dissociate.el (dissociated-press):
1993         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1994         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1995         * mail/supercite.el (sc-eref-show):
1996         * mail/smtpmail.el (smtpmail-send-it):
1997         * mail/rmailsum.el (rmail-summary-next-labeled-message)
1998         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1999         (rmail-summary-undelete-many, rmail-summary-rmail-update)
2000         (rmail-summary-goto-msg, rmail-summary-expunge)
2001         (rmail-summary-get-new-mail, rmail-summary-search-backward)
2002         (rmail-summary-add-label, rmail-summary-output-menu)
2003         (rmail-summary-output-body):
2004         * mail/rfc822.el (rfc822-addresses):
2005         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2006         * mail/mailpost.el (post-mail-send-it):
2007         * mail/hashcash.el (hashcash-generate-payment):
2008         * mail/feedmail.el (feedmail-run-the-queue)
2009         (feedmail-queue-send-edit-prompt-help-first)
2010         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2011         (feedmail-deduce-address-list):
2012         * eshell/esh-ext.el (eshell-remote-command):
2013         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2014         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2015         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2016         (viper-save-string-in-file, viper-valid-marker):
2017         * emulation/viper-keym.el (viper-toggle-key):
2018         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2019         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2020         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2021         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2022         (viper-exec-form-in-emacs, viper-brac-function):
2023         * emulation/viper.el (viper-delocalize-var):
2024         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2025         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2026         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2027         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2028         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2029         * emulation/edt.el (edt-electric-helpify):
2030         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2031         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2032         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2033         (cua-indent-to-global-mark-column):
2034         * calendar/diary-lib.el (calendar-mark-1):
2035         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2036         Use with-current-buffer.
2037         * emulation/viper.el (viper-delocalize-var): Use dolist.
2039 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
2041         * comint.el (comint-replace-by-expanded-history-before-point):
2042         Replace !! with the previous input string literally (Bug#1795).
2044 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
2046         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2047         to be made up of whitespace.
2049 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2051         * minibuffer.el (read-file-name): Don't use file dialogs for
2052         remote directories (Bug#99).
2054 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
2056         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2058 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
2060         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2061         instead of deleting the window or frame.
2063 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2065         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2066         Support face colors.
2068         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2069         New function.  Support face colors (Bug#1168).
2070         (tex-common-initialization): Use it.
2072         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2073         mode allows it (Bug#1168).
2075 2009-10-31  Juri Linkov  <juri@jurta.org>
2077         * facemenu.el (list-colors-display): Don't mark buffer as
2078         modified (Bug#3948).
2080 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2082         * international/mule-diag.el (list-character-sets-1): Minor
2083         message fix (Bug#3526).
2085         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2086         face property (Bug#4834).
2087         (etags-list-tags, etags-tags-apropos-additional)
2088         (etags-tags-apropos, tags-select-tags-table): Add follow-link
2089         property.
2091         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2092         items.
2094         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2095         items.
2097         * cedet/ede.el (ede-minor-mode):
2098         * cedet/semantic.el (semantic-mode): Toggle menu separators.
2100 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2102         * textmodes/two-column.el (2C-split):
2103         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2104         * textmodes/tex-mode.el (tex-set-buffer-directory):
2105         * textmodes/spell.el (spell-region, spell-string):
2106         * textmodes/reftex.el (reftex-erase-buffer):
2107         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2108         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2109         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2110         (reftex-select-item):
2111         * textmodes/reftex-ref.el (reftex-label-info-update)
2112         (reftex-offer-label-menu):
2113         * textmodes/reftex-index.el (reftex-index-change-entry)
2114         (reftex-index-phrases-info):
2115         * textmodes/reftex-global.el (reftex-create-tags-file)
2116         (reftex-save-all-document-buffers, reftex-ensure-write-access):
2117         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2118         (reftex-view-crossref-from-bibtex):
2119         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2120         (reftex-extract-bib-entries-from-thebibliography)
2121         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2122         * textmodes/refbib.el (r2b-capitalize-title):
2123         (r2b-convert-buffer, r2b-help):
2124         * textmodes/page-ext.el (pages-directory)
2125         (pages-directory-goto-with-mouse):
2126         * textmodes/bibtex.el (bibtex-validate-globally):
2127         * textmodes/bib-mode.el (bib-capitalize-title):
2128         * textmodes/artist.el (artist-clear-buffer, artist-system):
2129         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2130         (local-set-scheme-interaction-buffer, xscheme-process-filter)
2131         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2132         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2133         (xscheme-send-control-g-interrupt, xscheme-start-process)
2134         (xscheme-process-sentinel, xscheme-cd):
2135         * progmodes/verilog-mode.el (verilog-read-always-signals)
2136         (verilog-set-define, verilog-getopt-file)
2137         (verilog-module-inside-filename-p):
2138         * progmodes/sh-script.el:
2139         * progmodes/python.el (python-pdbtrack-get-source-buffer)
2140         (python-pdbtrack-grub-for-buffer, python-execute-file):
2141         * progmodes/octave-inf.el (inferior-octave):
2142         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2143         (idlwave-shell-compile-helper-routines, idlwave-set-local)
2144         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2145         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2146         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2147         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2148         (idlwave-shell-filter, idlwave-shell-examine-highlight)
2149         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2150         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2151         (idlwave-shell-examine-display, idlwave-shell-run-region)
2152         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2153         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2154         * progmodes/idlw-help.el (idlwave-help-get-special-help)
2155         (idlwave-help-get-help-buffer):
2156         * progmodes/gud.el (gud-basic-call, gud-find-class)
2157         (gud-tooltip-activate-mouse-motions-if-enabled):
2158         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2159         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2160         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2161         (ebrowse-tags-next-file):
2162         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2163         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2164         (ebnf-eps-finish-and-write):
2165         * progmodes/cpp.el (cpp-edit-save):
2166         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2167         * progmodes/cc-defs.el (c-emacs-features):
2168         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2169         (antlr-directory-dependencies):
2170         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2171         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2172         (ada-find-any-references, ada-make-filename-from-adaname)
2173         (ada-make-body-gnatstub):
2174         * obsolete/rnews.el (news-list-news-groups):
2175         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2176         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2177         * net/rcirc.el (rcirc-debug):
2178         * net/newst-treeview.el (newsticker--treeview-list-add-item)
2179         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2180         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2181         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2182         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2183         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2184         (newsticker--treeview-list-clear-highlight)
2185         (newsticker--treeview-list-update-highlight)
2186         (newsticker--treeview-list-highlight-start)
2187         (newsticker--treeview-tree-update-highlight)
2188         (newsticker--treeview-get-selected-item)
2189         (newsticker-treeview-mark-list-items-old)
2190         (newsticker--treeview-set-current-node):
2191         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2192         * net/newst-backend.el (newsticker--get-news-by-funcall)
2193         (newsticker--get-news-by-wget, newsticker--image-get)
2194         (newsticker--image-sentinel):
2195         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2196         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2197         (eudc-ph-close-session):
2198         * net/eudc.el (eudc-save-options):
2199         * language/thai-word.el (thai-update-word-table):
2200         * language/japan-util.el (japanese-string-conversion):
2201         * international/titdic-cnv.el (tsang-quick-converter)
2202         (ziranma-converter, ctlau-converter):
2203         * international/mule-cmds.el (describe-language-environment):
2204         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2205         (skkdic-convert-postfix, skkdic-convert-prefix):
2206         (skkdic-convert-okuri-nasi, skkdic-convert):
2207         * emacs-lisp/re-builder.el (reb-update-overlays):
2208         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2209         * emacs-lisp/gulp.el (gulp-send-requests):
2210         * emacs-lisp/find-gc.el (trace-call-tree):
2211         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2212         (eieio-describe-generic):
2213         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2214         * emacs-lisp/edebug.el (edebug-outside-excursion):
2215         * emacs-lisp/debug.el (debugger-make-xrefs):
2216         * emacs-lisp/cust-print.el (custom-prin1-to-string):
2217         * emacs-lisp/chart.el (chart-new-buffer):
2218         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2219         Use with-current-buffer.
2220         * textmodes/artist.el (artist-system): Don't call
2221         copy-sequence on a fresh string.
2222         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2224 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
2226         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2227         is no item to edit.  (Bug#4820)
2228         (todo-top-priorities): Restore point and restore narrowing in Todo
2229         buffer.  (Bug#4820)
2231 2009-10-31  Glenn Morris  <rgm@gnu.org>
2233         * net/ange-ftp.el (top-level): Don't require dired when compiling.
2234         (comint-last-output-start, comint-last-input-start)
2235         (comint-last-input-end): Don't defvar when compiling.
2236         (ange-ftp-process-file): Use bound-and-true-p.
2238         * pcmpl-rpm.el (top-level): Move provide statement to end.
2239         (pcmpl-rpm): Remove unused custom group.
2241         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2243         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2245         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2246         (byte-compile-warnings): Add `constants' as an option.
2247         (byte-compile-callargs-warn, byte-compile-arglist-warn)
2248         (display-call-tree): Update for byte-compile-fdefinition possibly
2249         returning `(macro lambda ...)'.  (Bug#4778)
2250         (byte-compile-variable-ref, byte-compile-setq-default):
2251         Respect `constants' member of byte-compile-warnings.
2253         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2254         Use mapc rather than mapcar because the return value is never used.
2256         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2257         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2258         * cedet/semantic/html.el:
2259         Suppress harmless warnings about setting up semantic-imenu (not
2260         part of Emacs) variables.
2262 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2265         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2266         to "submit:".
2268         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2269         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2270         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2271         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2272         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2273         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2274         (semantic-analyzer-debug-global-symbol)
2275         (semantic-analyzer-debug-missing-innertype)
2276         (semantic-analyzer-debug-insert-include-summary):
2277         * cedet/semantic/util.el (semantic-file-tag-table):
2278         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2279         (semantic-recursive-find-nonterminal-by-name):
2280         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2281         * cedet/semantic/tag-file.el (semantic-prototype-file):
2282         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2283         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2284         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2285         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2286         (semantic-idle-summary-maybe-highlight):
2287         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2288         (semantic-ia-sb-tag-info):
2289         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2290         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2291         * cedet/semantic/ede-grammar.el (project-compile-target):
2292         (ede-proj-makefile-insert-variables):
2293         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2294         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2295         (semantic-debug-mode, semantic-debug):
2296         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2297         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2298         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2299         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2300         (semanticdb-find-translate-path-includes--internal)
2301         (semanticdb-reset-log, semanticdb-find-log-activity):
2302         * cedet/semantic/db-file.el (object-write):
2303         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2304         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2305         (semanticdb-create-ebrowse-database):
2306         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2307         * cedet/semantic/complete.el (semantic-displayor-focus-request)
2308         (semantic-collector-calculate-completions-raw)
2309         (semantic-complete-read-tag-analyzer):
2310         * cedet/semantic/analyze.el (semantic-analyze-pulse):
2311         * cedet/ede/util.el (ede-update-version-in-source):
2312         * cedet/ede/proj.el (project-delete-target):
2313         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2314         (ede-proj-flush-autoconf):
2315         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2316         (ede-proj-configure-synchronize):
2317         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2318         * cedet/ede/linux.el (ede-linux-version):
2319         * cedet/ede/emacs.el (ede-emacs-version):
2320         * cedet/ede/dired.el (ede-dired-add-to-target):
2321         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2322         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2323         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2324         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2325         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2326         (cedet-idutils-version-check):
2327         * cedet/cedet-global.el (cedet-gnu-global-call):
2328         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2329         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2330         * cedet/cedet-cscope.el (cedet-cscope-call)
2331         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2332         Use with-current-buffer.
2333         * cedet/ede.el (ede-make-project-local-variable)
2334         (ede-set-project-variables, ede-set): Use dolist.
2336 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2338         * textmodes/ispell.el (ispell-skip-region-alist):
2339         * international/mule-conf.el (eight-bit):
2340         * international/fontset.el (font-encoding-alist):
2341         * startup.el (pure-space-overflow-message):
2342         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2343         * paths.el (gnus-nntp-service, rmail-spool-directory)
2344         (term-file-prefix):
2345         * files.el (save-some-buffers-action-alist):
2346         * cmuscheme.el (same-window-buffer-names):
2347         * ielm.el (same-window-buffer-names):
2348         * shell.el (same-window-buffer-names):
2349         * mail/sendmail.el (same-window-buffer-names):
2350         * progmodes/inf-lisp.el (same-window-buffer-names):
2351         * bindings.el (mode-line-client)
2352         (mode-line-column-line-number-mode-map):
2353         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2354         (tibetan-precomposed-regexp): Purecopy string arguments.
2356 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2359         (calcDigit-nondigit):
2360         * calc/calc-yank.el (calc-copy-to-buffer):
2361         * calc/calc-units.el (calc-invalidate-units-table):
2362         * calc/calc-trail.el (calc-trail-yank):
2363         * calc/calc-store.el (calc-insert-variables):
2364         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2365         * calc/calc-prog.el (calc-read-parse-table):
2366         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2367         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2368         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2369         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2370         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2371         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2372         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2373         * calc/calc-ext.el (calc-realign):
2374         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2375         (calc-embedded-finish-edit, calc-embedded-make-info)
2376         (calc-embedded-finish-command, calc-embedded-stack-change):
2377         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2379         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2380         (overload-docstring-extension): Use that info.
2381         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2382         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2383         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2384         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2385         (semantic-nonterminal-full-name): Add the new `when' info.
2386         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2387         `assert'.
2389         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2390         shell-dynamic-complete-filename in preference to
2391         comint-dynamic-complete-filename.
2393         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2394         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2395         Don't consider whether the display supports colors.
2396         (bookmark-import-new-list): Use dolist.
2397         (bookmark-bmenu-mode-map): Move initialization into declaration.
2398         (bookmark-bmenu-list): Use dolist, simplify.
2399         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2400         (menu-bar-final-items): Use push.
2402 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2404         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2405         it works on remote files.
2406         (vc-hg-diff): Don't pass any `--cwd' argument.
2408 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2410         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2411         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2412         (Further to Bug#3921).
2414 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2416         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2417         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2418         calling `tramp-imap-put-file'.  Add file size to the call.
2419         (tramp-imap-get-file-entries): Compute also user name, file size,
2420         and date.
2421         (tramp-imap-handle-insert-directory): Insert uid and gid.
2422         (tramp-imap-handle-file-attributes): Transform uid and gid
2423         according to `id-format'.
2424         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2425         size in header X-Size.
2427 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2429         * simple.el (transpose-subr): Give clearer error when the mark
2430         is not set.  (Bug#4807)
2432 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2434         * net/tramp.el (tramp-perl-file-truename): New defconst.
2435         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2436         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2437         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2438         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2440         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2441         Ignore `dired-call-process'.
2442         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2444 2009-10-26  Julian Scheid  <julians37@gmail.com>
2446         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2447         (tramp-get-remote-readlink): New defun.
2448         (tramp-handle-file-truename): Use it.
2449         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2450         file exists if cache value present.
2451         (tramp-check-cached-permissions) New defun.
2452         (tramp-handle-file-readable-p): Use it.
2453         (tramp-handle-file-writable-p): Likewise.
2454         (tramp-handle-file-executable-p): Likewise.
2455         (tramp-handle-file-name-all-completions): Try using Perl to get
2456         partial completions.  When perl not available, combine `cd' and
2457         `ls' into single remote operation and use shell expansion to get
2458         partial remote directory contents.  Set `file-exists-p' cache for
2459         directory and any files returned by ls.  Change cache handling to
2460         support partial directory contents.  Use error message emitted by
2461         remote `cd' or Perl code for local tramp-error.
2462         (tramp-do-copy-or-rename-file-directly): Avoid separate
2463         tramp-send-command-and-check call.
2464         (tramp-handle-process-file): Merge three remote ops into one.
2465         Do not flush all caches when `process-file-side-effects' is set.
2466         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2467         file-attributes shows uid/gid to be set already.
2469 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2471         * textmodes/tex-mode.el (tex-dvi-view-command)
2472         (tex-show-queue-command, tex-open-quote):
2473         * progmodes/ruby-mode.el (auto-mode-alist)
2474         (interpreter-mode-alist): Purecopy strings.
2476         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2478         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2479         string for the hook, keymap and abbrev table.
2481         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2483         * x-dnd.el (x-dnd-xdnd-to-action):
2484         * startup.el (fancy-startup-text, fancy-about-text): Change to
2485         defconst from defvar.
2487         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2489         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2490         Purecopy initialization strings.
2492         * mail/sendmail.el (mail-header-separator)
2493         (mail-personal-alias-file):
2494         * mail/rmail.el (rmail-default-dont-reply-to-names)
2495         (rmail-ignored-headers, rmail-retry-ignored-headers)
2496         (rmail-highlighted-headers, rmail-secondary-file-directory)
2497         (rmail-secondary-file-regexp):
2498         * files.el (null-device, file-name-invalid-regexp)
2499         (locate-dominating-stop-dir-regexp)
2500         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2501         (interpreter-mode-alist): Use mapcar instead of mapc.
2503         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2505         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2506         (completion-ignored-extensions):
2507         (debug-ignored-errors): Purecopy strings.
2509 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2511         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2512         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2513         (pcomplete--here): Use push.
2515         * subr.el (all-completions): Declare the 4th arg obsolete.
2517 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2520         (pcomplete-unquote-argument): New function.
2521         (pcomplete--common-suffix): Always pay attention to case.
2522         (pcomplete--table-subvert): Quote and unquote the text.
2523         (pcomplete--common-quoted-suffix): New function.
2524         (pcomplete-std-complete): Use it and pcomplete-begin.
2526         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2527         we're inside a dedicated or minibuffer window.
2529 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2531         * cedet/semantic/fw.el (semantic-alias-obsolete)
2532         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2533         (define-mode-overload-implementation):
2534         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2535         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2536         * cedet/semantic/util.el (semantic-file-token-stream)
2537         (semantic-something-to-stream):
2538         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2539         (semantic-expand-nonterminal):
2540         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2541         (semantic-find-dependency, semantic-find-nonterminal)
2542         (semantic-find-dependency):
2543         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2544         (semantic-flex-text, semantic-flex-make-keyword-table)
2545         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2546         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2547         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2548         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2549         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2550         (semantic-after-idle-scheduler-reparse-hooks):
2551         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2552         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2553         * cedet/semantic.el (semantic-toplevel-bovine-table)
2554         (semantic-toplevel-bovine-cache)
2555         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2556         (semantic-init-mode-hooks, semantic-init-db-hooks)
2557         (semantic-bovination-working-type): Provide the `when' arg.
2559 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2561         * bookmark.el: Update documentation, especially documentation
2562         of `bookmark-alist' and of the bookmark file format.
2563         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2565 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2567         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2568         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2569         window to buffer.
2571         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2572         (global-whitespace-mode, global-whitespace-newline-mode)
2573         (whitespace-toggle-options, global-whitespace-toggle-options):
2574         Doc fix (Bug#3660).
2576         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2577         of xmltok-start before the end tag was inserted (Bug#2840).
2579         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2580         patterns that are preceded by an open-paren (Bug#1320).
2582 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2584         * files.el (delete-directory): Delete symlinks to directories with
2585         delete-file (Bug#4739).
2587 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2589         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2590         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2591         argument to make-obsolete.
2593         * cedet/semantic/fw.el (semantic-alias-obsolete)
2594         (semantic-varalias-obsolete): Add optional WHEN argument.
2596 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2598         * vc.el (vc-backend-for-registration): Rename from
2599         vc-get-backend-for-registration.  Update callers.
2601         * international/mule-cmds.el (set-language-info-alist):
2602         Purecopy lang-env.
2603         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2604         (charset): Purecopy the name.
2605         (define-char-code-property): Purecopy string arguments.
2607         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2608         Purecopy string arguments.
2610         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2611         * ediff-hook.el (menu-bar-ediff-menu):
2612         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2613         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2615 2009-10-24  Glenn Morris  <rgm@gnu.org>
2617         * comint.el (comint-dynamic-list-completions):
2618         * term.el (term-dynamic-list-completions): Use choose-completion rather
2619         than obsolete alias mouse-choose-completion.
2621         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2622         file-cache-choose-completion.
2623         (file-cache-choose-completion): Handle an optional event argument.
2624         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2626         * progmodes/octave-mod.el (octave-complete-symbol):
2627         Use choose-completion if mouse-choose-completion is ever removed.
2629         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2630         use.
2632         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2633         compiler.
2635         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2637 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2639         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2640         Ignore `pred' now that we receive one.
2641         Handle test-completion specially.
2643 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2645         * vc.el (vc-responsible-backend): Throw an error if not backend is
2646         found.  Remove the REGISTER argument.  Move the code dealing with
2647         REGISTER ...
2648         (vc-get-backend-for-registration): ... here.  New function.
2649         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2650         of vc-responsible-backend, pass the file name instead of the
2651         directory name.
2653 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2655         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2656         New funs.
2657         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
2658         (pcomplete-comint-setup): Don't modify a global var via
2659         accidental side-effects.
2660         (pcomplete-shell-setup): Adjust call accordingly.
2661         (pcomplete-parse-comint-arguments): Use push.
2663 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2665         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2666         Allow uncapitalized info node names (Bug#3921).
2668         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2669         to the DEBUG file (Bug#3781).
2671 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
2673         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2674         dictionary entry (Bug#4579).
2676 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2678         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2679         from `rfn-eshadow-update-overlay-hook' when unloading.
2680         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2681         "rsyncc".  Adjust doc string.
2682         (tramp-temp-buffer-file-name) New buffer-local defvar.
2683         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2684         Keep temporary file when indicated by method ("rsync" and
2685         "rsyncc").
2686         (tramp-handle-write-region): Handle APPEND.
2687         (tramp-delete-temp-file-function): New defun.  Added to
2688         `kill-buffer-hook'.
2690 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
2692         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2694 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2696         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2697         (color-name-rgb-alist, tty-standard-colors)
2698         (tty-color-mode-alist): Change to defconst.
2700         * simple.el (mark-inactive): Purecopy message.
2702         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2703         (global-map, yank-menu):
2704         * textmodes/ispell.el (ispell-menu-map):
2705         * net/eudc.el (eudc-tools-menu):
2706         * international/mule-cmds.el (describe-language-environment-map)
2707         (setup-language-environment-map, set-coding-system-map)
2708         (mule-menu-keymap):
2709         * vc-hooks.el (vc-menu-entry, vc-menu-map):
2710         * replace.el (occur-mode-map):
2711         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2713 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
2715         * calc/calc.el (math-read-number, math-read-number-simple): Use
2716         `save-match-data'.
2718 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2721         rather than fiddling with global-map bindings, since it should only
2722         affect per-terminal settings.
2723         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2725         * minibuffer.el (completion-table-with-terminator): Allow to specify
2726         the terminator-regexp.
2728         * simple.el (switch-to-completions): Look for *Completions* in other
2729         frames as well.
2731         * pcomplete.el: Allow the use of completion-tables.
2732         (pcomplete-std-complete): New command.
2733         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2734         (pcomplete--here): Use a function for `form' rather than an expression,
2735         so it can be byte-compiled.
2736         (pcomplete-here, pcomplete-here*): Adjust accordingly.
2737         Add edebug declaration.
2738         (pcomplete-show-completions): Remove unused var `curbuf'.
2739         (pcomplete-do-complete, pcomplete-stub):
2740         Don't assume `completions' is a list of strings any more.
2742 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
2744         * find-dired.el (find-name-arg): Fix typo in docstring.
2746 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2749         (pcmpl-linux-fs-types): Same, and update to new modules layout.
2751         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2752         pcomplete-entries.
2754         * comint.el (comint-read-input-ring, comint-write-input-ring)
2755         (comint-substitute-in-file-name)
2756         (comint-dynamic-complete-as-filename)
2757         (comint-dynamic-simple-complete)
2758         (comint-dynamic-list-filename-completions)
2759         (comint-dynamic-list-completions)
2760         (comint-redirect-results-list-from-process): Minor simplifications.
2762 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2764         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2765         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2766         the first form.  And insert a blank line after ";;; Code" since
2767         that's usual style.  (My Bug#4612.)
2769         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2771 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * minibuffer.el (completion-table-with-terminator): Properly implement
2774         boundaries, in case `terminator' appears in the suffix.
2775         (completion--embedded-envvar-table): Don't return boundaries if
2776         there's no valid completion.  Simplify.
2777         (completion-file-name-table): New completion table extracted from
2778         completion--file-name-table.
2779         (completion--file-name-table): Use it.
2780         (read-file-name-predicate): Declare obsolete.
2781         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2782         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2783         completion-file-name-table, and use the `pred' argument.
2784         * files.el (locate-file-completion-table): Use the `pred' arg rather
2785         than read-file-name-predicate.
2786         (abbreviate-file-name): Use \` rather than ^ for BOS.
2788 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2790         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2791         vc-responsible-backend to register, it causes problems.
2793 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2797 2009-10-21  Eric Ludlam  <zappo@gnu.org>
2799         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2800         (semantic-c-debug-mode-init-pch): New functions.
2801         (semantic-c-debug-mode-init-last-mode): New var.
2802         (semantic-c-parse-lexical-token): Use them.
2804         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2805         When extracting the argument list, limit only by point-max.
2807 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
2809         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2810         (tramp-smb-handle-file-attributes): Use it.
2811         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2812         (tramp-smb-handle-insert-directory): Use `mapc' rather than
2813         `mapcar'.  Use `tramp-smb-get-stat-capability'.
2814         Add `dired-filename' text properties.
2815         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2816         (tramp-smb-maybe-open-connection): Simplify check for smbclient
2817         version.
2819 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * subr.el (read-key-delay): Reduce to 0.01.
2822         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2823         (bug#4751).
2825 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2827         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2829         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2830         (Info-menu): Remove unused vars `last' and `completions'.
2831         (Info-index-nodes): Remove unused var `node'.
2833         * info.el (Info-complete-menu-item): Use complete-with-action.
2835 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2837         Make vc-annotate work through copies and renames.
2838         * vc-annotate.el (vc-annotate-extract-revision-at-line):
2839         Return the file name too.
2840         (vc-annotate-revision-at-line)
2841         (vc-annotate-find-revision-at-line)
2842         (vc-annotate-revision-previous-to-line)
2843         (vc-annotate-show-log-revision-at-line): Update to get the file
2844         name from vc-annotate-extract-revision-at-line.
2845         (vc-annotate-show-diff-revision-at-line-internal): Change the
2846         argument to mean whether to show a file diff or not.  Get the file
2847         name from vc-annotate-extract-revision-at-line.
2848         (vc-annotate-show-diff-revision-at-line):
2849         Update vc-annotate-show-diff-revision-at-line call.
2850         (vc-annotate-warp-revision): Add an optional file argument.
2852         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2853         (vc-git-annotate-extract-revision-at-line): Also return the file
2854         name if found.
2856         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2857         command.  Remove unused code.
2858         (vc-hg-annotate-re): Update to match --follow output.
2859         (vc-hg-annotate-extract-revision-at-line): Also return the file
2860         name if found.
2862         * vc.el: Update annotate-extract-revision-at-line documentation.
2864 2009-10-18  Kevin Ryde  <user42@zip.com.au>
2866         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2867         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2869         * net/browse-url.el (browse-url): Identify alist with "consp and
2870         not functionp" and let all other things go down the `apply' leg,
2871         as suggested by Stefan.  (Further to bug#4531.)
2873 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
2875         * minibuffer.el (read-file-name): Check for repeat before putting
2876         a default argument in file-name-history (Bug#4657).
2878         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2879         read syntax (Bug#4737).
2881         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2883 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2885         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2886         (html-tag-alist, html-tag-help): Add descriptions for undocumented
2887         entries and make note of obsolete tags.
2889 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2893 2009-10-18  Glenn Morris  <rgm@gnu.org>
2895         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2896         grep, so that binary files (eg international/uni-bidi.el) can match.
2897         Remove test for "UnicodeData" files, since it is hopefully unnecessary
2898         now, and in any case the file header format has changed.
2900 2009-10-17  Glenn Morris  <rgm@gnu.org>
2902         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2903         (flyspell-get-word, flyspell-large-region)
2904         (flyspell-auto-correct-previous-word): Doc/error message fixes.
2906 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2908         * Makefile.in (ELCFILES): Add ede/shell.
2910 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2912         * term/common-win.el (x-colors): Purecopy it.
2914 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2917         permissive for when the buffer is empty.
2918         (tar-header-block-tokenize): Decode the username and groupname.
2919         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2921 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2923         * cedet/srecode/srt.el:
2924         * cedet/srecode/compile.el:
2925         * cedet/semantic/mru-bookmark.el:
2926         * cedet/semantic/debug.el:
2927         * cedet/semantic/complete.el:
2928         * cedet/semantic/analyze.el: Require CL when compiling.
2930 2009-10-17  Eric Ludlam  <zappo@gnu.org>
2932         * cedet/semantic/scope.el
2933         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2934         tmpscope so that the regular scope will continue to work.
2936         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2937         Use semantic-idle-summary-highlight-face as the highlighting.
2939         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2940         contains multibyte characters, choose first applicable coding
2941         system automatically.
2943         * cedet/ede/project-am.el (project-run-target): New method.
2944         (project-run-target): New method.
2946         * cedet/ede.el (ede-target): Add run target menu item.
2947         (ede-project, ede-minor-keymap): Add ede-run-target binding.
2948         (ede-run-target): New function.
2949         (ede-target::project-run-target): New method.
2951         * cedet/ede/proj.el (project-run-target): New method.
2953         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2954         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2955         Add :rules.
2956         (ede-proj-target-makefile-shared-object): Only libtool compilers
2957         now available.  Add linkers for libtool.
2958         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2959         (ede-proj-makefile-target-name): Always use .la extension.
2961         * cedet/ede/proj-prog.el (project-run-target): New method.
2963         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2964         (ede-g++-linker): Change Change link lines.
2966         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2967         When searching for old variables, go to the end of the buffer and
2968         search backward from there.
2969         (ede-proj-makefile-automake-insert-subdirs)
2970         (ede-proj-makefile-automake-insert-extradist): New methods.
2971         (ede-proj-makefile-create): Use them.
2973         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2974         Force FILE to expand to the current target.  Use file-exists-p to
2975         check that it exists.
2977         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2978         (ede-linux-load): Wrap dir in file-name-as-directory.
2979         Set :version slot.
2981         * cedet/ede/files.el (ede-get-locator-object): When enabling
2982         locate, do so on "top".
2984         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2985         file-name-as-directory during compare.
2986         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2987         Get version number from different places.  Don't call egrep.
2988         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2989         to set the directory.
2991         * cedet/ede/shell.el: New file.
2993         * cedet/inversion.el (inversion-decoders): Allow for stray . in
2994         alpha/beta variants.
2996 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2998         * international/mule-cmds.el (select-safe-coding-system): If the file
2999         has a coding cookie, use it regardless of any other setting (bug#4712).
3001 2009-10-17  Glenn Morris  <rgm@gnu.org>
3003         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3004         All errors should have messages.
3006         * foldout.el (foldout-mouse-swallow-events):
3007         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3009         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3010         (dired-keep-marker-copy, dired-keep-marker-hardlink)
3011         (dired-keep-marker-symlink, dired-dwim-target)
3012         (dired-copy-preserve-time): Do not autoload these defcustoms.
3014         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3015         messages from messing up the file coding.  (Bug#4623)
3017 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
3019         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3020         if no match is found for the current dictionary.  (Bug#4578)
3022         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3023         optional, since that is how it is documented, and this is often called
3024         with a nil argument.  (Bug#4577)
3025         (flyspell-external-point-words, flyspell-auto-correct-word)
3026         (flyspell-correct-word-before-point, flyspell-word-search-forward)
3027         (flyspell-word-search-backward): Remove nil argument in calls to
3028         flyspell-get-word, since it is not needed now.
3030 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
3032         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
3034 2009-10-16  Glenn Morris  <rgm@gnu.org>
3036         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3038 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3040         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3041         (ange-ftp-file-size): New function.
3042         (ange-ftp-file-attributes): Use it.
3044 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
3046         * net/tramp-smb.el (tramp-smb-version): New defvar.
3047         (tramp-smb-maybe-open-connection): Use it, in order to avoid
3048         repeated checks.
3050 2009-10-16  Glenn Morris  <rgm@gnu.org>
3052         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3053         Maybe copy some custom properties from old to new name.  (Bug#4706)
3055 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3057         * subr.el (error, sit-for, start-process-shell-command)
3058         (start-file-process-shell-command): Set the calling convention
3059         after the function definition.
3061 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3063         * subr.el (error, sit-for, start-process-shell-command)
3064         (start-file-process-shell-command): Use the new
3065         set-advertised-calling-convention feature.
3067 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
3069         * international/ucs-normalize.el (ucs-normalize-version):
3070         Change to 1.2.
3071         (check-range): Adjust for Unicode 5.2.
3073 2009-10-15  Juri Linkov  <juri@jurta.org>
3075         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3076         to the `menu-item' format.
3078 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
3080         * net/tramp.el (tramp-replace-environment-variables): Do not fail
3081         if the environment variable does not exist.
3083         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3084         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3085         parameter.
3086         (tramp-smb-handle-add-name-to-file)
3087         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3088         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3089         (tramp-smb-handle-file-attributes)
3090         (tramp-smb-do-file-attributes-with-stat)
3091         (tramp-smb-handle-file-local-copy)
3092         (tramp-smb-handle-insert-directory)
3093         (tramp-smb-handle-make-directory)
3094         (tramp-smb-handle-make-directory-internal)
3095         (tramp-smb-handle-make-symbolic-link)
3096         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3097         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3098         (tramp-smb-maybe-open-connection): Apply the changed parameters.
3099         (tramp-smb-read-file-entry): Read Disk names in compressed format.
3100         Handle long file names.
3101         (tramp-smb-get-cifs-capabilities): Check, whether the connection
3102         process is running.
3103         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3104         Read share names with "-g" option.
3106 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
3108         * net/rcirc.el (rcirc-view-log-file): New command.
3109         (rcirc-track-minor-mode-map): Remove C-c ` binding.
3110         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3111         specified.
3113 2009-10-15  Glenn Morris  <rgm@gnu.org>
3115         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3116         from the second command-line argument.
3117         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3118         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3119         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3120         w32-batch-update-autoloads.
3121         * emacs-lisp/autoload.el (autoload-make-program): New variable.
3122         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3124         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3125         the headers cannot be located.  Simplify, subtracting superflous
3126         save-excursions.
3128 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3130         Replace completion-base-size by completion-base-position to fix bugs
3131         such as (bug#4699).
3132         * simple.el (completion-base-position): New var.
3133         (completion-base-size): Mark as obsolete.
3134         (choose-completion): Make it work for mouse events as well.
3135         Pass the new base-position to choose-completion-string.
3136         (choose-completion-guess-base-position): New function, extracted from
3137         choose-completion-delete-max-match.
3138         (choose-completion-delete-max-match): Use it.  Make obsolete.
3139         (choose-completion-string): Use the new base-position info.
3140         (completion-root-regexp): Delete.
3141         (completion-setup-function): Preserve completion-base-position.
3142         Eliminate obsolete base-size manipulation.
3143         * minibuffer.el (display-completion-list): Don't mess with base-size.
3144         (minibuffer-completion-help): Set completion-base-position instead.
3145         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3146         choose-completion.
3147         * textmodes/bibtex.el (bibtex-complete):
3148         * emacs-lisp/crm.el (crm--choose-completion-string):
3149         Adjust to new calling convention.
3150         * complete.el (partial-completion-mode): Use minibufferp to avoid
3151         bumping into incompatible change to choose-completion-string-functions.
3152         * ido.el (ido-choose-completion-string): Make its calling convention
3153         more permissive.
3154         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3155         base-size manipulation.
3156         (comint-dynamic-list-input-ring): Use dotimes and push.
3157         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3158         fundamental-mode.  Use `or'.
3160 2009-10-14  Juri Linkov  <juri@jurta.org>
3162         * misearch.el (multi-isearch-next-buffer-from-list)
3163         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
3165 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * Makefile.in (compile-onefile): Load `bytecomp' rather than
3168         `bytecomp.el'.
3170         * minibuffer.el (completion-pcm--merge-completions): Make sure the
3171         string we return is all made up of text from the completions rather
3172         than part from the completions and part from the input (bug#4219).
3174         * ido.el (ido-everywhere): Use define-minor-mode.
3176         * buff-menu.el (list-buffers, ctl-x-map):
3177         Mark the entry points with ;;;###autoload cookies.
3179 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3181         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3182         correctly in the detached head case.
3183         (vc-git-print-log): Remove unused binding.
3185         * vc.el (vc-responsible-backend): When a directory is passed for
3186         for registration create a VC repository if no backend is
3187         responsible for the directory argument.
3188         (vc-deduce-fileset): Tell vc-responsible-backend to register.
3190         * vc.el: Move comments about RCS and SCCS ...
3191         * vc-rcs.el:
3192         * vc-sccs.el: ... here, respectively.
3194 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3196         * minibuffer.el (completion--file-name-table): Return nil if there's
3197         no file completion, even if substitute-in-file-name changed
3198         the string (bug#4708).
3200 2009-10-13  Juri Linkov  <juri@jurta.org>
3202         * files-x.el (read-file-local-variable-value): Don't filter out
3203         minor modes from mode name completion (bug#4664).
3205 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3207         * international/mule-cmds.el (ucs-names): Remove exclusion of
3208         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3210 2009-10-13  Kenichi Handa  <handa@m17n.org>
3212         * international/uni-name.el: Regenerated.
3214 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3216         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
3217         should be automatically buffer-local, but isn't.)
3219 2009-10-12  Sam Steingold  <sds@gnu.org>
3221         * progmodes/compile.el (compilation-next-error-function): Fix the
3222         timestamps if the buffer has been visited before.
3223         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3224         non-anchored patterns, like the perl one (bug#3928).
3226 2009-10-12  Glenn Morris  <rgm@gnu.org>
3228         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3229         Let-bind `size'.
3231 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
3233         * proced.el (proced-unload-function): New function.
3235         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3236         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3237         Doc fix.
3239         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3241 2009-10-11  Juri Linkov  <juri@jurta.org>
3243         * files-x.el (read-file-local-variable-value):
3244         Provide default value only for bound variables (bug#4664).
3246 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
3248         * net/tramp.el (tramp-local-host-p): Function shall return nil for
3249         connection methods like smb.
3251         * net/tramp-cache.el (tramp-flush-connection-property): The hash
3252         can be empty.
3254         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3255         (tramp-smb-file-name-handler-alist): Add handlers for
3256         `add-name-to-file', `make-symbolic-link'.
3257         (tramp-smb-handle-add-name-to-file)
3258         (tramp-smb-do-file-attributes-with-stat)
3259         (tramp-smb-handle-make-symbolic-link)
3260         (tramp-smb-get-cifs-capabilities): New defuns.
3261         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3262         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3263         (tramp-smb-handle-file-local-copy)
3264         (tramp-smb-handle-make-directory-internal)
3265         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3266         The file name syntax depends on cifs capabilities.
3267         (tramp-smb-handle-file-attributes):
3268         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3269         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3270         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3272 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3274         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3275         (eieio-defclass): Apply deftype handler and setf-method properties
3276         directly.
3277         (eieio-add-new-slot): Avoid union function from cl library.
3278         (eieio--typep): New function.
3279         (eieio-perform-slot-validation): Use it.
3281 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3283         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3284         Update documentation to refer to the variables documented in r1.135.
3285         (Bug#4188)
3287 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3289         * bookmark.el (Info-suffix-list): Remove this unused variable.
3290         (bookmark-current-point): Remove this obsolete variable.
3291         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3292         Adjust for removal of bookmark-current-point.
3294         (bookmarks-already-loaded, bookmark-current-buffer)
3295         (bookmark-yank-point): Document.  (Bug#4188)
3297 2009-10-10  Glenn Morris  <rgm@gnu.org>
3299         * frame.el (frame-height): Doc fix.
3301         * calendar/calendar.el (calendar-split-width-threshold): New option.
3302         (calendar-basic-setup): Use calendar-split-width-threshold.
3304 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
3306         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3307         Use .la for Automake.
3309 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
3311         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3312         Use "autoreconf -i".  Suggested by Andreas Schwab.
3314 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3316         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3317         Ideographic Supplement" range (U+1F200..U+1F2FF).
3319 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3321         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3322         since the list will have been rebuilt anyway.  (Bug#4349)
3324 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3326         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3327         (bookmark-bmenu-execute-deletions): Don't save here, as
3328         bookmark-delete will now do so if necessary.
3329         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3330         (Bug#4348)
3332 2009-10-09  Glenn Morris  <rgm@gnu.org>
3334         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3336 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3338         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3339         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3340         argument now, so the two function's behaviors will match.  (Bug#3645)
3342 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3344         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3345         Fix filename test.
3346         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3347         to expand file names.
3349 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3351         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3352         (tramp-file-name-real-host, tramp-file-name-port):
3353         Apply `save-match-data'.
3355         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3356         case both directories are remote.
3357         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3358         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3360 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3362         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3363         (ede-proj-target-makefile-objectcode): Use it.
3365         * cedet/ede/source.el (ede-want-any-source-files-p)
3366         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3367         Return search result.  This error was introduced while merging.
3369 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3371         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3373 2009-10-07  Glenn Morris  <rgm@gnu.org>
3375         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3376         of concat.
3378 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * files-x.el (read-file-local-variable): Include some
3381         non-user-variables in the completion table (bug#4664).
3383 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3385         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3386         message.
3388         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3389         (tramp-smb-file-name-handler-alist): Add handler for
3390         `copy-directory', `expand-file-name', `set-file-modes'.
3391         (tramp-smb-handle-copy-directory)
3392         (tramp-smb-handle-expand-file-name)
3393         (tramp-smb-handle-set-file-modes): New defuns.
3394         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3395         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3396         entry.
3397         (tramp-smb-handle-insert-directory): Don't flush the cache.
3398         (tramp-smb-maybe-open-connection): Check for samba client and
3399         server versions.
3401 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3403         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3404         to not error out of search for "^lisp=" fails.
3406 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3408         * makefile.w32-in (WINS_UPDATES): New macro.
3409         (custom-deps, finder-data, autoloads): Use it.
3411 2009-10-07  Glenn Morris  <rgm@gnu.org>
3413         * Makefile.in (autoloads): Revert previous change.
3414         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3415         the list of preloaded files passed on the command-line, get
3416         it from src/Makefile.
3418         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3419         show the original buffer rather than a random one.
3421 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3423         * help.el (describe-no-warranty): Place point in a slightly better
3424         position in the GPLv3 text.
3426 2009-10-06  Sam Steingold  <sds@gnu.org>
3428         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3429         the comm attribute is present before calling regexp-quote.
3431 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3433         * play/animate.el (animate-string): For good effect, make sure
3434         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3436         * play/animate.el (animate-sequence, animate-birthday-present):
3437         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3439 2009-10-06  Glenn Morris  <rgm@gnu.org>
3441         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3443         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3444         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3445         (batch-update-autoloads): Process a string value of autoload-excludes,
3446         set during the build process.
3447         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3449         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3450         inside with-parsed...  macro so that `v' is defined.
3452         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3453         * progmodes/fortran.el (fortran-end-of-block)
3454         (fortran-beginning-of-block):
3455         Also push mark in the macro case.
3457         * emerge.el (emerge-show-file-name):
3458         * calc/calc.el (calc-quit):
3459         * calc/calc-misc.el (calc-big-or-small):
3460         * calc/calc-graph.el (calc-graph-view):
3461         * calc/calc-ext.el (calc-reset):
3462         * calendar/calendar.el (calendar-basic-setup):
3463         Use window-full-height-p.
3465         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3466         header we don't understand, don't insert another.  (Bug#4624)
3467         If changing mime charset, insert the new one in the right place.
3469 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3471         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3472         (cal-tex-cursor-month): Correctly increment the end date for diary and
3473         holiday listing.  (Bug#4626)
3475 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * help-fns.el (describe-function-1): Don't burp if the function is not
3478         a symbol.
3480 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3482         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3483         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3484         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3485         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3487         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3488         (eieio-default-superclass): Reflow docstrings.
3489         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3490         (eieio-unbind-method-implementations, defmethod)
3491         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3492         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3493         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3494         (eieio-slot-originating-class-p, eieio-slot-name-index)
3495         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3496         (constructor, initialize-instance, no-next-method, object-print)
3497         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3498         Fix typos in docstrings.
3499         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3500         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3501         (next-method-p): Doc fixes.
3502         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3503         Fix typos in error messages.
3504         (eieio-defmethod): Fix typo in description of generic method.
3506         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3507         (eieio-persistent-save-interactive, slot-missing):
3508         Fix typos in docstrings.
3509         (eieio-instance-inheritor-slot-boundp): Doc fix.
3511         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3512         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3514         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3515         (eieio-custom-object-apply-reset):
3516         Fix typos in docstrings and error messages.
3518         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3519         Fix typo in docstring.
3521         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3522         (eieio-browse-tree): Doc fix.
3523         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3524         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3525         Fix typos in docstrings.
3527         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3528         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3529         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3530         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3531         Reflow docstrings.
3533 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3535         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3536         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3537         Set log-view-vc-backend so that diff can work.
3539         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3540         vc-version-diff.
3541         (vc-diff-internal): Autoload this instead of vc-version-diff.
3543 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3545         * simple.el (eval-expression): Doc fix.
3547         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3549 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3551         * files.el (directory-files-no-dot-files-regexp): New defconst.
3552         (delete-directory): Use it.
3553         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3555         * net/tramp.el (tramp-verbose): Fix docstring.
3556         (tramp-methods): Add recursive option to `tramp-copy-args'.
3557         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3558         "scp1_old", "scp2_old", "rsync", "rsyncc".
3559         (tramp-default-method): Check also for `auth-source-user-or-password'.
3560         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3561         Add handler for `copy-directory'.
3562         (tramp-handle-copy-directory): New defun.
3563         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3564         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3565         Optimize sent command.
3567 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3569         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3570         window if necessary.
3572         * calendar/calendar.el (calendar-basic-setup): Don't call
3573         switch-to-buffer in a dedicated window.
3575 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3577         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3578           don't do anything related to relocating, just return nil.
3579         (bookmark-error-no-filename): New error.
3580         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3581           bookmark has no file.  Don't even attempt to handle things that
3582           are not files; the whole point of custom handlers is to keep that
3583           knowledge elsewhere anyway.  Tighten some comments.
3584         (bookmark-file-or-variation-thereof): Remove now-unused function.
3585         (bookmark-location): Doc string fix.
3586         (Bug#4250)
3588 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3590         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3591         don't use a file dialog, because they usually don't know how to read
3592         a directory target from the user.  (Bug#4230)
3593         Also, make sure the prompt can display directories as well as files.
3595 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3597         * bookmark.el (bookmark-set, bookmark-buffer-name):
3598         Improve doc strings.  (Bug#1193)
3600 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3602         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3603         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3604         (bookmark-get-annotation, bookmark-set-annotation)
3605         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3606         (bookmark-set-position, bookmark-get-front-context-string)
3607         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3608         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3609         (bookmark-jump-other-window, bookmark-handle-bookmark)
3610         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3611         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3612         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3613            Improve doc strings to say whether bookmark can be a string or
3614            a record or both, and make other consistency and clarity fixes.
3615         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3616         (bookmark-default-annotation-text, bookmark-yank-word)
3617         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3618         (bookmark-import-new-list, bookmark-maybe-rename)
3619         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3620         (bookmark-bmenu-bookmark): Give these doc strings.
3621         (bookmark-bmenu-check-position): Give this a doc string, but also
3622            add a FIXME comment about how the function may be pointless.
3623         (bookmark-default-handler): Rework doc string and change a
3624            parameter name, to clarify that this takes a bookmark record
3625            not a bookmark name.
3626         (bookmark-set): Change a parameter name to indicate its meaning,
3627            and improve the doc string a bit.
3628         (Bug#4188)
3630 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3632         * bookmark.el (bookmark-alist): Document the new `handler' element
3633         in the param alist.
3634         (bookmark-make-record-function): Adjust documentation for above.
3635         (Bug#4193)
3637 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3639         * info.el (Info-bookmark-make-record): Document this function.
3640         (Info-bookmark-jump): Document with a doc string, not just a comment.
3641         (Bug#4203)
3643 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3645         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3646         (semantic-new-buffer-fcn): Call parser setup functions here.
3647         (semantic-mode): Don't call parser setup functions here, it's done
3648         in semantic-new-buffer-fcn now.
3649         (semantic-mode): Parse all existing buffers when enabled.
3651         * cedet/srecode/compile.el (srecode-compile-file):
3652         Call semantic-new-buffer-fcn if the buffer has not been parsed.
3654 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3656         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3658         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3659         (proj-comp-insert-variable-once): New macro, renamed from
3660         ede-pmake-insert-variable-once in ede/pmake.edl.
3661         (ede-proj-makefile-insert-variables): Use it.
3663 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
3665         * files.el (copy-directory): New defun.
3667         * dired-aux.el (dired-copy-file-recursive): Use it.
3669 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3671         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3672         (makefile-end-of-command):
3673         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3674         (semantic-end-of-context): Fix previous change.  Doc fixes.
3676 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3678         * files-x.el (modify-dir-local-variable)
3679         (copy-dir-locals-to-file-locals-prop-line):
3680         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3681         (makefile-end-of-command):
3682         * cedet/semantic/lex.el (semantic-lex-token):
3683         * cedet/semantic/analyze/fcn.el
3684         (semantic-analyze-dereference-metatype-1):
3685         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3686         (semantic-lex-cpp-undef):
3687         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3688         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3689         (semantic-end-of-context): Fix typos in docstrings.
3691         * recentf.el (recentf-unload-function): New function.
3693 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3695         * cedet/ede.el (ede-project-placeholder-cache-file):
3696         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3697         * cedet/srecode/map.el (srecode-map-save-file):
3698         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
3700 2009-10-04  Glenn Morris  <rgm@gnu.org>
3702         * window.el (window-full-height-p): Add doc string.
3704 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
3706         * window.el (window-full-height-p): New function.  (Bug#4543)
3708 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
3710         * cedet/srecode/insert.el: Require srecode/args.
3712         * cedet/srecode/args.el: Require srecode/dictionary instead of
3713         srecode/insert.
3715         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3717         * files.el (auto-mode-alist): Add .srt and Project.ede.
3719         * cedet/semantic.el (semantic-mode):
3720         Handle srecode-template-mode-hook as well.
3721         (semantic-mode): Use js-mode-hook for Javascript hook.
3723         * cedet/srecode/template.el: Remove hook variable.
3725         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3727         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3728         projects exist.
3729         (ede-project-placeholder-cache-file): Default to a file in
3730         user-emacs-directory.
3732         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3733         templates in data-directory.
3734         (srecode-map-save-file): Default to a file in user-emacs-directory.
3736         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3737         directory.
3739 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3741         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3742         Doc fix.
3744         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3745         Only insert each variable once.
3747         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3748         (ede-pmake-insert-variable-shared): Use it.
3750         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3751         for lexical table iff table is nil.
3753 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3755         * vc.el: Remove commented out code.
3756         (vc-derived-from-dir-mode): Remove, unused.
3757         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3759 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
3761         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3762         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
3763         there could be recursive loading when `default-directory' is a
3764         remote file name.  (Bug#4614)
3766 2009-10-03  Glenn Morris  <rgm@gnu.org>
3768         * calendar/calendar.el (calendar-basic-setup): Handle the case where
3769         the frame is wide.
3770         (calendar-generate-window): Test for shrinkability rather than width.
3772         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3773         declaration, currently false.
3775         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3776         reusing existing buffers, in case we happen to visit two files with the
3777         same basename.  (Bug#4593)
3779 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3781         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3782         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3783         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3784         subdirs of cedet as well.
3785         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3787 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3789         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3790         Obey advertised-signature-table.
3792         * help-fns.el (help-function-arglist): Don't check
3793         advertised-signature-table.
3794         (describe-function-1): Do it here instead so it also applies to subrs.
3796 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
3798         * simple.el (start-file-process): Say in the doc-string, that file
3799         handlers might not support pty association, if PROGRAM is nil.
3801         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3802         HOST and USER are strings.  They are nil, when there are
3803         incomplete entries in ~/.netrc, for example.
3804         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
3805         root directory ("device busy" error otherwise).
3807         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3808         Flush file properties of created directory.
3810 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3812         * makefile.w32-in (WINS_BASIC): Remove cedet.
3813         (WINS_CEDET): Add cedet.
3814         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3816 2009-10-02  Kevin Ryde  <user42@zip.com.au>
3818         * net/browse-url.el (browse-url): Pass any symbol in
3819         browse-url-browser-function to `apply', since if you've mistakenly put
3820         an unbound symbol then the error is clearer.  (Bug#4531)
3822 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3824         * allout.el (allout-init, allout-back-to-current-heading)
3825         (allout-beginning-of-current-entry, allout-ascend-to-depth)
3826         (allout-ascend, allout-up-current-level, allout-end-of-level)
3827         (allout-previous-visible-heading, allout-forward-current-level)
3828         (allout-backward-current-level, allout-show-children):
3829         * apropos.el (apropos-describe-plist):
3830         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3831         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3832         * completion.el (add-completion, add-permanent-completion):
3833         * descr-text.el (describe-text-category, describe-char):
3834         * desktop.el (desktop-lazy-abort):
3835         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3836         * dired.el (dired-build-subdir-alist):
3837         * ediff.el (ediff-version):
3838         * elide-head.el (elide-head, elide-head-show):
3839         * emerge.el (emerge-version):
3840         * env.el (getenv):
3841         * face-remap.el (variable-pitch-mode):
3842         * faces.el (describe-face):
3843         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3844         (dired-at-point):
3845         * files.el (find-file-existing, auto-save-mode):
3846         * font-lock.el (font-lock-fontify-buffer):
3847         * help-fns.el (describe-function, describe-variable)
3848         (describe-syntax, describe-categories):
3849         * help.el (view-lossage, describe-bindings, describe-key)
3850         (describe-mode):
3851         * hexl.el (hexl-current-address):
3852         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3853         * info.el (Info-goto-emacs-key-command-node):
3854         * log-edit.el (log-edit-insert-cvs-template)
3855         (log-edit-insert-cvs-rcstemplate):
3856         * menu-bar.el (menu-bar-mode):
3857         * mouse.el (mouse-appearance-menu):
3858         * newcomment.el (comment-indent-new-line):
3859         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3860         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3861         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3862         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3863         * recentf.el (recentf-mode):
3864         * savehist.el (savehist-mode, savehist-save):
3865         * shadowfile.el (shadow-copy-files):
3866         * simple.el (kill-ring-save, next-line, previous-line)
3867         (normal-erase-is-backspace-mode):
3868         * strokes.el (strokes-update-window-configuration)
3869         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3870         (strokes-xpm-for-stroke):
3871         * time.el (emacs-uptime, emacs-init-time):
3872         * tutorial.el (tutorial--describe-nonstandard-key)
3873         (tutorial--detailed-help):
3874         * type-break.el (type-break-mode)
3875         (type-break-mode-line-message-mode, type-break-query-mode)
3876         (type-break-guesstimate-keystroke-threshold):
3877         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3878         * version.el (emacs-version):
3879         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3880         * winner.el (winner-mode):
3881         * calendar/timeclock.el (timeclock-in, timeclock-out)
3882         (timeclock-status-string, timeclock-change)
3883         (timeclock-workday-remaining-string)
3884         (timeclock-workday-elapsed-string)
3885         (timeclock-when-to-leave-string):
3886         * calendar/todo-mode.el (todo-add-category):
3887         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3888         * emacs-lisp/autoload.el (update-file-autoloads):
3889         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3890         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3891         (checkdoc-message-text, checkdoc-defun):
3892         * emacs-lisp/debug.el (debugger-list-functions):
3893         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3894         * emacs-lisp/eieio-opt.el (eieio-describe-class)
3895         (eieio-describe-generic):
3896         * emacs-lisp/lisp-mnt.el (lm-synopsis):
3897         * emacs-lisp/shadow.el (list-load-path-shadows):
3898         * emulation/cua-base.el (cua-mode):
3899         * emulation/edt.el (edt-set-scroll-margins):
3900         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3901         (tpu-toggle-regexp, tpu-toggle-search-direction)
3902         (tpu-toggle-rectangle, tpu-toggle-control-keys):
3903         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3904         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3905         (viper-set-parsing-style-toggling-macro)
3906         (viper-set-emacs-state-searchstyle-macros):
3907         * emulation/viper.el (viper-set-hooks):
3908         * eshell/esh-mode.el (eshell-truncate-buffer):
3909         * international/mule-cmds.el (prefer-coding-system)
3910         (describe-input-method, describe-language-environment):
3911         * international/mule-diag.el (list-character-sets)
3912         (describe-character-set, describe-coding-system)
3913         (describe-fontset, list-fontsets, list-input-methods):
3914         * mail/sendmail.el (mail-signature):
3915         * net/ange-ftp.el (ange-ftp-copy-file):
3916         * net/browse-url.el (browse-url):
3917         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3918         * net/quickurl.el (quickurl-add-url):
3919         * net/rcirc.el (names, topic):
3920         * net/xesam.el (xesam-mode):
3921         * play/5x5.el (5x5-new-game):
3922         * play/yow.el (apropos-zippy):
3923         * progmodes/ada-mode.el (ada-mode-version):
3924         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3925         (f90-end-of-block)
3926         (f90-beginning-of-block):
3927         * progmodes/fortran.el (fortran-end-of-block)
3928         (fortran-beginning-of-block):
3929         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3930         * progmodes/python.el (python-describe-symbol, python-shell):
3931         * term/ns-win.el (ns-print-buffer):
3932         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3933         * textmodes/flyspell.el (flyspell-mode-on):
3934         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3935         (pages-directory-for-addresses):
3936         * textmodes/table.el (table-recognize-cell)
3937         (table-query-dimension, table-generate-source)
3938         (table-insert-sequence, table--warn-incompatibility):
3939         * textmodes/tex-mode.el (tex-validate-buffer):
3940         * textmodes/texinfmt.el (texinfmt-version)
3941         (texinfo-format-buffer):
3942         Use `called-interactively-p' instead of `interactive-p'.
3944 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3946         * image-mode.el (image-toggle-display):
3947         * emacs-lisp/elp.el (elp-instrument-function):
3948         * emacs-lisp/advice.el (ad-make-advised-definition):
3949         * emacs-lisp/easy-mmode.el (define-minor-mode):
3950         * net/browse-url.el (browse-url-maybe-new-window):
3951         * progmodes/sh-script.el (sh-learn-buffer-indent):
3952         Pass new argument 'any to `called-interactively-p'.
3954 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3956         * international/uni-bidi.el:
3957         * international/uni-category.el:
3958         * international/uni-combining.el:
3959         * international/uni-comment.el:
3960         * international/uni-decimal.el:
3961         * international/uni-decomposition.el:
3962         * international/uni-digit.el:
3963         * international/uni-lowercase.el:
3964         * international/uni-mirrored.el:
3965         * international/uni-name.el:
3966         * international/uni-numeric.el:
3967         * international/uni-old-name.el:
3968         * international/uni-titlecase.el:
3969         * international/uni-uppercase.el:
3970         Regenerate from Unicode 5.2.0 data.
3972 2009-10-01  Glenn Morris  <rgm@gnu.org>
3974         * Makefile.in (ELCFILES): Regenerate.
3976 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3978         * subr.el (interactive-p): Mark obsolete.
3979         (called-interactively-p): Make the optional-ness of `kind' obsolete.
3980         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3981         advertised-signature-table for subroutines as well.
3983         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3984         (set-advertised-calling-convention): New function.
3985         (make-obsolete, define-obsolete-function-alias)
3986         (make-obsolete-variable, define-obsolete-variable-alias):
3987         Make the optional-ness of `when' obsolete.
3988         (define-obsolete-face-alias): Make `when' non-optional.
3989         * help-fns.el (help-function-arglist):
3990         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3991         Use advertised-signature-table.
3993 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3995         * files.el (delete-directory): New defun.  The original function
3996         in fileio.c has been renamed to `delete-directory-internal'.
3998         * dired.el (dired-delete-file): Call `delete-directory' with
3999         RECURSIVE parameter.
4001         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4002         parameter RECURSIVE.  Implementation is missing.
4004         * net/tramp.el (tramp-handle-make-directory): Flush upper
4005         directory's file properties.
4006         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4007         (tramp-handle-dired-recursive-delete-directory): Flush directory
4008         properties after the remove command only.
4010         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4011         Handle optional parameter RECURSIVE.
4013         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4014         Handle optional parameter RECURSIVE.
4016         * net/tramp-smb.el (tramp-smb-errors): Add error message for
4017         connection timeout.
4018         (tramp-smb-handle-delete-directory): Handle optional parameter
4019         RECURSIVE.
4021 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4024         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4025         (byte-compile-defmacro): Use backquotes.
4027         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4029         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4030         has no associated file.
4031         (vc-resynch-buffer): Use vc-dir-buffers.
4033 2009-10-01  Glenn Morris  <rgm@gnu.org>
4035         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4036         (chart-file-count):
4037         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4038         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4039         * emacs-lisp/eieio-opt.el (eieio-describe-class):
4040         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4041         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4042         (eieio-copy-parents-into-subclass, make-instance, class-children)
4043         (eieio-generic-form):
4044         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4045         * cedet/cedet-idutils.el (cedet-idutils-search)
4046         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4047         (cedet-idutils-version-check):
4048         * cedet/cedet.el (cedet-version):
4049         * cedet/data-debug.el (data-debug-insert-overlay-button)
4050         (data-debug-insert-overlay-list-button)
4051         (data-debug-insert-buffer-button)
4052         (data-debug-insert-buffer-list-button)
4053         (data-debug-insert-process-button, data-debug-insert-ring-button)
4054         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4055         (data-debug-insert-stuff-vector-button)
4056         (data-debug-insert-symbol-button, data-debug-insert-string)
4057         (data-debug-insert-number, data-debug-insert-lambda-expression)
4058         (data-debug-insert-nil, data-debug-insert-simple-thing)
4059         (data-debug-insert-custom, data-debug-edebug-expr):
4060         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4061         (global-ede-mode-map, ede-new, ede-debug-target)
4062         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4063         * cedet/semantic.el (semantic-minimum-working-buffer-size)
4064         (semantic-fetch-tags, semantic-submode-list)
4065         (semantic-default-submodes):
4066         * cedet/ede/source.el (ede-source-match):
4067         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4068         (project-am-package-info):
4069         * cedet/ede/proj.el (ede-proj-target, project-new-target):
4070         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4071         * cedet/ede/proj-comp.el (ede-current-build-list):
4072         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4073         * cedet/ede/files.el (ede-toplevel-project-or-nil):
4074         * cedet/ede/cpp-root.el (initialize-instance):
4075         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4076         (autoconf-parameter-strip, autoconf-insert-new-macro):
4077         * cedet/semantic/wisent.el (wisent-lex-eoi):
4078         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4079         (semantic-show-parser-state-mode):
4080         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4081         * cedet/semantic/tag.el (semantic-tag-new-variable)
4082         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4083         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4084         (semantic--tag-deep-copy-tag-list)
4085         (semantic-tag-components-with-overlays-default):
4086         * cedet/semantic/symref.el (semantic-symref-find-text):
4087         * cedet/semantic/senator.el (senator-yank-tag)
4088         (senator-transpose-tags-up):
4089         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4090         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4091         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4092         * cedet/semantic/lex.el (semantic-lex-comment-regex)
4093         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4094         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4095         * cedet/semantic/lex-spp.el
4096         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4097         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4098         * cedet/semantic/idle.el
4099         (semantic-idle-summary-current-symbol-info-brutish)
4100         (semantic-idle-summary-current-symbol-info-default):
4101         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4102         (semantic--grammar-macro-compl-dict):
4103         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4104         * cedet/semantic/format.el (semantic-format-tag-custom-list)
4105         (semantic-format-tag-canonical-name-default):
4106         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4107         (semantic-find-tags-for-completion)
4108         (semantic-find-tags-by-scope-protection-default)
4109         (semantic-deep-find-tags-for-completion):
4110         * cedet/semantic/edit.el
4111         (semantic-edits-incremental-reparse-failed-hook)
4112         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4113         (semantic-edits-splice-remove, semantic-edits-splice-replace):
4114         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4115         * cedet/semantic/dep.el (semantic-dependency-include-path):
4116         * cedet/semantic/db.el (semanticdb-default-find-index-class)
4117         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4118         (semanticdb-project-roots):
4119         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4120         (semanticdb-find-adebug-insert-scanned-tag-cons)
4121         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4122         (semanticdb-brute-deep-find-tags-for-completion):
4123         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4124         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4125         (semantic-end-of-context-default)
4126         (semantic-ctxt-current-function-default)
4127         (semantic-ctxt-scoped-types-default):
4128         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4129         (semantic-complete-inline-tag-engine)
4130         (semantic-complete-inline-custom-type)
4131         (semantic-complete-read-tag-analyzer):
4132         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4133         (semantic-chart-database-size):
4134         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4135         (semantic-analyze-current-context):
4136         * cedet/semantic/symref/list.el (semantic-symref)
4137         (semantic-symref-hide-buffer, semantic-symref-symbol):
4138         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4139         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4140         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4141         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4142         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4143         (semantic-c-dereference-template):
4144         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4145         (semantic--analyze-refs-full-lookup-with-parents)
4146         (semantic--analyze-refs-full-lookup-simple):
4147         * cedet/semantic/analyze/complete.el
4148         (semantic-analyze-possible-completions):
4149         * cedet/srecode/table.el (srecode-mode-table-new):
4150         * cedet/srecode/srt.el (srecode-read-variable-name):
4151         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4152         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4153         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4154         * cedet/srecode/map.el (srecode-current-map):
4155         * cedet/srecode/insert.el (srecode-insert)
4156         (srecode-insert-variable-secondname-handler, srecode-insert-method)
4157         (srecode-template-inserter-point-override)
4158         (srecode-insert-include-lookup):
4159         * cedet/srecode/getset.el (srecode-auto-choose-class):
4160         * cedet/srecode/extract.el (srecode-inserter-extract):
4161         * cedet/srecode/document.el
4162         (srecode-document-autocomment-return-last-alist)
4163         (srecode-document-autocomment-param-type-alist)
4164         (srecode-document-insert-function-comment)
4165         (srecode-document-insert-variable-one-line-comment)
4166         (srecode-document-function-name-comment):
4167         * cedet/srecode/dictionary.el (srecode-create-dictionary)
4168         (srecode-compound-toString):
4169         * cedet/srecode/compile.el (srecode-flush-active-templates):
4170         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4171         Doc/message fixes.
4173         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4174         match-data.  (Bug#4555).
4176         * cedet/semantic/bovine/gcc.el
4177         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4178         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4180         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4181         rather than parsing it as a regexp.  This relaxes the layout
4182         requirements and makes errors easier to detect.
4183         (check-declare-verify): Check file is regular.
4184         (check-declare-directory): Doc fix.
4185         * subr.el (declare-function): Doc fix.
4187         * ibuffer.el (ibuffer-format-qualifier):
4188         * isearch.el (hi-lock-regexp-okay):
4189         * calc/calc.el (math-zerop):
4190         * mail/uce.el (rmail-msgbeg, rmail-msgend):
4191         * term/w32-win.el (setup-default-fontset, set-fontset-font):
4192         Remove unused declarations.
4194 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4196         * cedet/semantic/wisent/javat-wy.el
4197         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4199 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
4201         * cedet/srecode/expandproto.el: Fix provide statement.
4203 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4205         * emacs-lisp/eieio.el (boolean-p): Delete.
4207 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
4209         * cedet/ede/srecode.el: Fix provide statement.
4211 2009-09-30  Glenn Morris  <rgm@gnu.org>
4213         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4214         * cedet/ede/proj-aux.el (ede-aux-source):
4215         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4216         (ede-misc-source):
4217         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4218         (semantic-mrub-switch-tags): Fix doc typos.
4220         * cedet/semantic/db-global.el (data-debug-new-buffer)
4221         (data-debug-insert-thing): Remove unneeded declarations (one broken).
4222         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4224         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4226         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4227         use of CL function `remove-if-not'.
4229         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4231         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4232         filename is not a string.
4234 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
4236         * files.el (safe-local-eval-forms): Fix typo.
4238 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * vc-hooks.el (vc-dir-buffers): New var.
4241         (vc-state-refresh): New function.
4242         (vc-state): Use it.
4243         (vc-after-save): Always ask the backend to recompute the new state.
4244         Always call vc-dir if necessary, using vc-dir-buffers.
4245         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4246         Use vc-dir-buffers.
4247         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4248         (vc-dir-prepare-status-buffer, vc-dir-update)
4249         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4250         Don't call expand-file-name on default-directory.
4252 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4254         * speedbar.el (speedbar-item-delete):
4255         * calc/calc-prog.el (calc-kbd-if):
4256         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4258         * epa.el (epa-key-list-mode-map):
4259         * hi-lock.el (hi-lock-menu): Fix typos in menus.
4261         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4262         (hs-show-hook): Fix typo in docstring.
4264 2009-09-29  Glenn Morris  <rgm@gnu.org>
4266         * cedet/semantic/symref/idutils.el:
4267         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4269         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4271         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4272         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4273         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4274         Mark declarations not understood by check-declare.
4276         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4277         file-name-nondirectory call preventing location of cedet files.
4278         (check-declare-verify): Use literal search rather than re-search.
4279         Add basic defmethod and defclass, and define-overloadable-function.
4281         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4282         Use tramp-compat-file-attributes rather than nonexistent
4283         tramp-compat-handle-file-attributes.
4285         * Makefile.in (lisptagsfiles4): New.
4286         (AUTOGENEL): Add cedet loaddefs files.
4287         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4288         (update-elclist, compile-always, backup-compiled-files)
4289         (bootstrap-clean): Add yet another directory level.
4290         (update-elclist): Use LC_COLLATE rather than COLLATE.
4291         (ELCFILES): Update, via `make update-elclist'.
4293 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4295         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4296         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4297         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4299 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
4301         * Makefile.in (lisptagsfiles3): Define.
4302         (TAGS, TAGS-LISP): Use it.
4303         (update-elclist): Add third directory level to look for elc files.
4304         (compile-always): Likewise.
4305         (backup-compiled-files): Likewise.
4306         (bootstrap-clean): Likewise.
4307         (ELCFILES): Update.
4309 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
4311         * Makefile.in (ELCFILES): Add CEDET files.
4313 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4315         CEDET (development tools) package merged.
4317         * cedet/*.el:
4318         * cedet/ede/*.el:
4319         * cedet/semantic/*.el:
4320         * cedet/srecode/*.el: New files.
4322 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4324         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4326         * net/tramp.el (top): Require tramp-imap.
4328         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4329         Use `tramp-compat-handle-file-attributes'.
4331 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4333         * net/tramp-imap.el: New package.
4335 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4337         * emacs-lisp/chart.el:
4338         * emacs-lisp/eieio-base.el:
4339         * emacs-lisp/eieio-comp.el:
4340         * emacs-lisp/eieio-custom.el:
4341         * emacs-lisp/eieio-datadebug.el:
4342         * emacs-lisp/eieio-opt.el:
4343         * emacs-lisp/eieio-speedbar.el:
4344         * emacs-lisp/eieio.el: New files.
4346         * cedet/cedet-cscope.el:
4347         * cedet/cedet-files.el:
4348         * cedet/cedet-global.el:
4349         * cedet/cedet-idutils.el:
4350         * cedet/data-debug.el:
4351         * cedet/inversion.el:
4352         * cedet/mode-local.el:
4353         * cedet/pulse.el: New files.
4355 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4357         * whitespace.el (whitespace-trailing-regexp)
4358         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4359         Fix doc string.
4361 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4363         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4364         menu.
4366         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4367         menu-bar-ediff-menu.
4369         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4370         define-overloadable-function.
4372         * progmodes/autoconf.el: Provide autoconf as well, so that this
4373         file can be `require'd.
4375         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4377         * emacs-lisp/autoload.el (generated-autoload-feature)
4378         (generated-autoload-load-name): New vars.
4379         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4380         (make-autoload): Recognize define-overloadable-function and
4381         defclass forms (for EIEIO).
4383         * Makefile.in (update-subdirs): Exclude cedet directory.
4385 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4387         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4389         * faces.el: Default light-background background for region face to
4390         ns_selection_color under NS.
4392 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4394         * net/imap-hash.el: New library, see NEWS.
4396         * Makefile.in (ELCFILES): Add imap-hash.el.
4398 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4400         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4401         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4402         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4403         definition where the docstring could be taken for the return value.
4405 2009-09-26  Glenn Morris  <rgm@gnu.org>
4407         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4408         Add option to only show images below a certain size.
4409         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4410         save-excursion calls.
4412 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4414         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4415         subdirectories) and eieio.
4417 2009-09-26  Alan Mackenzie  <acm@muc.de>
4419         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4420         buggy bracketing.  (Bug#4289)
4422         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4423         character constants (as case labels).  (Bug#4289)
4425 2009-09-25  Juri Linkov  <juri@jurta.org>
4427         * files.el (safe-local-eval-forms): Allow time-stamp in
4428         before-save-hook (Bug#4554).
4430 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4432         * menu-bar.el (list-buffers-directory): Doc fix.
4434 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4436         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4437         Try and avoid copying twice the same paragraph.
4438         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4439         Remove save-excursion.
4440         (log-edit-changelog-entry): Do it here instead.
4442 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4444         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4445         when available, instead of hardcoding mode names.  Doc fix.
4447         * menu-bar.el (list-buffers-directory): Add docstring.
4448         Make automatically buffer-local.
4450         * dired.el (dired-mode):
4451         * files.el (cd-absolute):
4452         * pcvs.el (cvs-temp-buffer):
4453         * pcvs-util.el (cvs-get-buffer-create):
4454         * shell.el (shell-mode):
4455         * vc-dir.el (vc-dir-mode):
4456         Don't make `list-buffers-directory' buffer local.
4458 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4460         * comint.el (comint-exec, comint-run, make-comint):
4461         Doc fixes (Bug#4542).
4463 2009-09-25  Glenn Morris  <rgm@gnu.org>
4465         * mail/rmailmm.el (rmail-mime): New custom group.
4466         Move all defcustoms in this file into this group.
4467         (rmail-mime-media-type-handlers-alist): Revert previous change.
4468         (rmail-mime-show-images): New option.
4469         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4470         references to it, since it wasn't actually used for anything.
4471         (rmail-mime-insert-image): New function.
4472         (rmail-mime-image): Use rmail-mime-insert-image.
4473         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4474         obey the value of `rmail-mime-show-images' option.  Print the size of
4475         attachments.
4477 2009-09-25  David Engster  <deng@randomsample.de>
4479         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4481 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4483         * whitespace.el: Does not highlight trailing spaces While point is
4484         at end of line.  Does not highligt spaces at beginning of buffer
4485         while point is at beginning of buffer.  Does not highlight spaces
4486         at end of buffer while point is at end of buffer.  (Bug#4177)
4487         New version 12.0.
4488         (whitespace-display-mappings): Adjust initialization.
4489         (whitespace-point, whitespace-font-lock-refontify): New vars.
4490         (whitespace-color-on, whitespace-color-off): Adjust code.
4491         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4492         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4493         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4495 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4497         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4499         * textmodes/sgml-mode.el: Remove xml-mode alias.
4501         * files.el (auto-mode-alist, conf-mode-maybe)
4502         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4504 2009-09-24  Alan Mackenzie  <acm@muc.de>
4506         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4507         c-forward-conditionals, but it doesn't move point and doesn't set
4508         the mark.
4509         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4510         (c-down-conditional-with-else, c-backward-conditional)
4511         (c-forward-conditional): Refactor to use c-scan-conditionals.
4513 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4515         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4516         (help-default-arg-highlight): Remove.
4517         (help-highlight-arg): New function.
4518         (help-do-arg-highlight): Use it.
4519         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4521 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4523         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4524         Undo last change, which didn't fix the problem and introduced others.
4526 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4528         * progmodes/gdb-mi.el: Don't require speedbar.
4529         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4531 2009-09-24  Glenn Morris  <rgm@gnu.org>
4533         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4535         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4537         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4538         there is no newline after the final mime boundary.  (Bug#4539)
4539         Move markers on insertion so that any buttons inserted don't end up in
4540         the next part of a multipart message.
4541         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4542         (rmail-mime-bulk-handler): Optionally handle images.
4543         (rmail-mime-image): New button action.
4544         (rmail-mime-image-handler): New function.
4545         (rmail-mime-mode): New mode.
4546         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4548 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4551         than just dropping elements from it (bug#4504).
4553         * term.el (term-set-scroll-region): Don't move cursor any more.
4554         (term-handle-ansi-escape): Call term-goto here instead.
4555         Suggested by Ivan Kanis <apple@kanis.eu>.
4557         * term.el: Require CL.
4558         (term-ansi-reset): New function.
4559         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4560         (term-handle-colors-array): Simplify.
4562 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4564         * allout.el (allout-overlay-interior-modification-handler)
4565         (allout-obtain-passphrase):
4566         * epa-file.el (epa-file-write-region):
4567         * ps-print.el (ps-begin-job):
4568         * vc-hooks.el (vc-toggle-read-only):
4569         * vc-rcs.el (vc-rcs-rollback):
4570         * vc-sccs.el (vc-sccs-rollback):
4571         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4572         (vc-version-diff, vc-revert, vc-rollback):
4573         * wdired.el (wdired-check-kill-buffer):
4574         * emacs-lisp/authors.el (authors):
4575         * net/socks.el (socks-open-connection):
4576         * net/zeroconf.el (zeroconf-service-add-hook):
4577         * obsolete/vc-mcvs.el (vc-mcvs-register):
4578         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4579         (gdb-select-frame):
4580         * progmodes/grep.el (lgrep, rgrep):
4581         * progmodes/idlw-help.el (idlwave-help-check-locations)
4582         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4583         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4584         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4585         (reftex-toc-rename-label): Fix typos in error messages.
4587         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4588         (dired-copy-how-to-fn): Doc fix.
4589         (dired-files-attributes, dired-read-shell-command):
4590         Fix typos in docstrings.
4592         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4593         (dired-x-find-file-other-window): Reflow docstrings.
4594         (dired-omit-marker-char, dired-read-shell-command)
4595         (dired-x-submit-report): Fix typos in docstrings.
4597         * shell.el (shell-mode-hook):
4598         * view.el (View-scroll-line-forward):
4599         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4600         Fix typos in docstrings.
4602         * net/dig.el (dig-invoke): Fix typo in docstring.
4603         (query-dig): Reflow docstring.
4605         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4606         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4607         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4608         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4609         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4610         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4611         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4612         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4613         (idlwave-completion-map, idlwave-current-indent)
4614         (idlwave-custom-ampersand-surround, idlwave-customize)
4615         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4616         (idlwave-define-abbrev, idlwave-determine-class-special)
4617         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4618         (idlwave-end-block-reg, idlwave-end-of-statement)
4619         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4620         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4621         (idlwave-explicit-class-listed, idlwave-file-header)
4622         (idlwave-fill-paragraph, idlwave-find-class-definition)
4623         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4624         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4625         (idlwave-in-quote, idlwave-indent-action-table)
4626         (idlwave-indent-expand-table, idlwave-indent-line)
4627         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4628         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4629         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4630         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4631         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4632         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4633         (idlwave-outlawed-buffers, idlwave-popup-select)
4634         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4635         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4636         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4637         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4638         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4639         (idlwave-statement-type, idlwave-struct-skip)
4640         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4641         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4642         (idlwave-what-module-find-class): Fix typos in docstrings.
4643         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4644         (idlwave-calculate-cont-indent, idlwave-expand-equal)
4645         (idlwave-find-module, idlwave-find-structure-definition)
4646         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4647         (idlwave-list-load-path-shadows, idlwave-next-statement)
4648         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4649         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4650         (idlwave-template): Reflow docstrings.
4652         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4653         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4654         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4655         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4656         (idlwave-shell-display-line, idlwave-shell-display-wframe)
4657         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4658         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4659         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4660         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4661         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4662         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4663         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4664         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4665         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4666         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4667         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4668         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4669         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4670         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4671         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4672         Fix typos in docstrings.
4673         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4674         (idlwave-shell-hide-output, idlwave-shell-mode)
4675         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4676         Reflow docstrings.
4678         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4680 2009-09-24  Ivan Kanis  <apple@kanis.eu>
4682         * term.el (term-bold-attribute): New var.
4683         (term-handle-colors-array): Use it.
4685 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
4687         * progmodes/gdb-mi.el (gdb-version): New variable.
4688         (gdb-non-stop-handler): Set gdb-version.
4689         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4690         Condition "--thread" option on gdb-version.
4691         (gdb-invalidate-threads): Remove unused argument.
4693 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4695         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4696         to looking-back to avoid ridiculous slow down in large files (bug#4511).
4698 2009-09-23  Glenn Morris  <rgm@gnu.org>
4700         * mail/rmail.el (rmail-reply): Don't try to add a References header when
4701         replying to mail without References or Message-Id.  (Bug#4525)
4703 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4705         * term/ns-win.el (ns-reg-to-script): New variable.
4707 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
4709         * epg.el (epg-wait-for-status): Preserve existing 'error results.
4711 2009-09-22  Sam Steingold  <sds@gnu.org>
4713         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4714         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4715         to 1 because hg returns status 1 when nothing is found.
4716         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4718 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * textmodes/fill.el: Convert to utf-8 encoding.
4721         (fill-french-nobreak-p): Remove redundant » and « inherited from our
4722         pre-unicode days.
4724         * add-log.el (change-log-fill-forward-paragraph): New function.
4725         (change-log-mode): Use it so fill-region DTRT.
4726         Set fill-indent-according-to-mode here rather than in
4727         change-log-fill-paragraph.
4728         (change-log-fill-paragraph): Remove.
4730 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
4732         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4733         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
4735 2009-09-22  Glenn Morris  <rgm@gnu.org>
4737         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4738         the scroll-bar scroll the calendar window rather than the buffer.
4740         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4741         commands that move point (as opposed to scrolling).
4743         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4745         * emacs-lisp/elint.el (elint): New custom group.
4746         (elint-log-buffer): Make it a defcustom.
4747         (elint-scan-preloaded, elint-ignored-warnings)
4748         (elint-directory-skip-re): New options.
4749         (elint-builtin-variables): Doc fix.
4750         (elint-preloaded-env): New variable.
4751         (elint-unknown-builtin-args): Add an entry for encode-time.
4752         (elint-extra-errors): Make it a variable rather than a constant.
4753         (elint-preloaded-skip-re): New constant.
4754         (elint-directory): Skip files matching elint-directory-skip-re.
4755         (elint-features): New variable, local to linted buffers.
4756         (elint-update-env): Initialize elint-features.  Possibly add
4757         elint-preloaded-env to the buffer's environment.
4758         (elint-get-top-forms): Bind elint-current-pos, for log messages.
4759         Skip quoted forms.
4760         (elint-init-form): New function, extracted from elint-init-env.
4761         Make non-list forms a warning rather than an error.
4762         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
4763         easy-menu-define, put that adds an error-condition, and provide.
4764         When requiring cl, also require cl-macs.  Really require cl, to handle
4765         some cl macros.  Store required libraries in the list elint-features,
4766         so as not to re-load them.  Treat cc-require like require.
4767         (elint-init-env): Call elint-init-form to do the work.
4768         Handle eval-and-compile and such like.
4769         (elint-add-required-env): Do not clear messages.
4770         (elint-special-forms): Add handlers for function, defalias, if, when,
4771         unless, and, or.
4772         (elint-form): Add optional argument to ignore elint-special-forms,
4773         useful to prevent recursive calls from handlers.  Doc fix.
4774         Respect elint-ignored-warnings.
4775         (elint-form): Respect elint-ignored-warnings.
4776         (elint-bound-variable, elint-bound-function): New variables.
4777         (elint-unbound-variable): Respect elint-bound-variable.
4778         (elint-get-args): Respect elint-bound-function.
4779         (elint-check-cond-form): Add some simple handling for (f)boundp and
4780         featurep tests.
4781         (elint-check-defalias-form): New handler.
4782         (elint-check-let-form): Make an empty let a warning rather than an
4783         error.
4784         (elint-check-setq-form): Make an empty setq a warning rather than an
4785         error.  Respect elint-ignored-warnings.
4786         (elint-check-defvar-form): Accept null doc-strings.
4787         (elint-check-conditional-form): New handler.  Does some simple-minded
4788         checking of featurep and (f)boundp tests.
4789         (elint-put-function-args): New function.
4790         (elint-initialize): Use elint-scan-doc-file rather than
4791         elint-find-builtin-variables.  Use elint-put-function-args.
4792         Possibly scan preloaded-file-list.
4793         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4794         extend to handle functions as well.
4796 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
4798         * linum.el (linum-delete-overlays, linum-update-window):
4799         Do not modify the right margin.  (Bug#3971)
4801 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
4803         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4804         nxml-mode instead of xml-mode.
4806 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4808         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
4810 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * net/dig.el (dig-mode): Use define-derived-mode.
4814 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4816         * vc-dispatcher.el (vc-do-command): Return the process object in
4817         the asynchronous case.  Use when instead of if.  Do not run
4818         vc-exec-after to display a message if not enabled.  (Bug#4463)
4820         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4821         properties to the stash strings.
4822         (vc-git-stash-list): Return a list of strings.
4823         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4824         (vc-git-stash-show-at-point): New functions.
4825         (vc-git-stash-map): New keymap.
4827         * register.el (ctl-x-r-map): Define the keys here instead of
4828         using autoload.
4830 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
4832         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4833         list, to workaround performance problem (bug#4485).
4835 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
4837         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4839 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
4841         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4842         Document that this option is not recommended to use.
4844 2009-09-19  Glenn Morris  <rgm@gnu.org>
4846         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4847         variable `var'.
4849         * calc/calc-alg.el (var):
4850         * calc/calcalg2.el (var): Define for compiler.
4852 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
4854         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4855         Doc fix (Bug#3932).
4857         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4859         * time-stamp.el (time-stamp-month-dd-yyyy)
4860         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4861         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4862         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4863         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4864         Remove functions that have been obsolete since 1995 (Bug#4436).
4866         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4867         indent buffer only if called interactively (Bug#4452).
4869 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
4870             Eli Zaretskii  <eliz@gnu.org>
4872         This fixes bug#4197 (merged to bug#865, though not identical).
4873         * server.el (server-auth-dir): Add docstring note about FAT32.
4874         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4875         but warn against using them.
4877 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
4879         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4880         older GDB where there is no has_more field.
4882 2009-09-19  Glenn Morris  <rgm@gnu.org>
4884         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4886 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4888         * files.el (auto-mode-alist): Change default for XML files to nXML
4889         mode (Bug#4169).
4891 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
4893         * server.el (server-ensure-safe-dir): Pass 'integer
4894         to `file-attributes', as suggested.
4896 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * dired-aux.el (dired-query-alist): Remove spurious backslash.
4899         (dired-query): Use read-key.
4901 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4903         * cus-start.el (ns-use-qd-smoothing): Remove.
4905 2009-09-18  Glenn Morris  <rgm@gnu.org>
4907         * allout.el (top-level): Remove unnecessary progn.
4909         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4911         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4912         definition of abbrev table.
4914         * speedbar.el (speedbar-track-mouse):
4915         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4916         * net/eudc.el (eudc-expand-inline):
4917         * net/newst-backend.el (newsticker--cache-read-feed):
4918         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4919         condition-case handlers.
4921 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
4923         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4924         (gdb-var-list): Add an element for has_more field.
4925         (gdb-non-stop-handler): Enable pretty printing for STL containers.
4926         (gdb-var-create-handler, gdb-var-list-children-handler-1)
4927         (gdb-var-update-handler-1): Parse output of dynamic variable
4928         objects (STL containers).
4929         (gdb-var-delete-1): Pass var1 as an explicit second argument.
4930         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
4932         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4933         gdb-var-list.
4934         (gud-speedbar-buttons): Make node expandable if expression "has more"
4935         children.
4937 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4939         * startup.el (emacs-quick-startup): Remove variable and all uses.
4940         (command-line): Set `inhibit-x-resources' instead.
4941         (command-line-1): Use `inhibit-x-resources' instead.
4943 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
4945         * subr.el: Fix last change to avoid using the `unless' macro,
4946         which breaks bootstrapping.
4948 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4950         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4951         extended definitions, in case we reload subr.el after having
4952         loaded CL.
4953         (eval-next-after-load): Mark as obsolete.
4955 2009-09-17  Juri Linkov  <juri@jurta.org>
4957         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4958         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4959         (menu-bar-showhide-menu, menu-bar-tools-menu)
4960         (menu-bar-describe-menu, menu-bar-help-menu)
4961         (minibuffer-local-completion-map, minibuffer-local-map):
4962         Fix list quoting.
4964 2009-09-17  Glenn Morris  <rgm@gnu.org>
4966         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4967         arguments, whether or not it has a handler.
4969         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4971         * simple.el (hard-newline): Give it a doc-string.
4973         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4974         (lisp-mode-syntax-table): Give them doc-strings.
4976 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4978         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4979         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4980         (menu-bar-options-menu, menu-bar-showhide-menu)
4981         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4982         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4983         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4984         (menu-bar-options-menu, menu-bar-tools-menu)
4985         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4986         (menu-bar-help-menu):
4987         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4988         string arguments.
4990         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4991         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4992         calls for the menu names and :help.
4994 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4996         * mouse.el (minor-mode-menu-from-indicator): Pay attention
4997         to :minor-mode-function (bug#4455).
4999 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5001         * startup.el (command-line): Initialize the window-system after
5002         processing the command-line.
5004         * textmodes/page.el (what-page): Make sure we don't inf-loop if
5005         page-delimiter matches the empty string.
5007 2009-09-16  Glenn Morris  <rgm@gnu.org>
5009         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5010         byte-compile-not-obsolete-var.  It's a list now.
5011         (byte-compile-not-obsolete-funcs): New variable.
5012         (byte-compile-warn-obsolete): Don't warn about functions if they are in
5013         byte-compile-not-obsolete-funcs.
5014         (byte-compile-variable-ref, byte-compile-defvar): Update for
5015         byte-compile-not-obsolete-vars name-change and list nature.
5016         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5017         and variables behind (f)boundp tests.
5018         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5020 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5022         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5024 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5027         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5028         Don't autoload.
5030 2009-09-15  Stephen Eglen  <stephen@gnu.org>
5032         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5033         the virtual-buffers, use the name of the buffer specified by
5034         find-file-noselect, as the match may be a symlink.  (This was a
5035         problem if the target and the symlink had different names.)
5037 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5041         * desktop.el (desktop-path): Check user-emacs-directory.
5043         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5045         * loadup.el: Use after-load-functions to GC after loading each file.
5046         Remove the explicit GC calls that used to be sprinkled around.
5048         * subr.el (after-load-functions): New hook.
5049         (do-after-load-evaluation): Run it.  Use string-match-p to detect
5050         `obsolete' packages, rather than painfully extracting the relevant
5051         directory name.
5053 2009-09-15  Glenn Morris  <rgm@gnu.org>
5055         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5056         free variable `doc'.
5058         * dired.el (dired-mode-map): Add menu entry for async shell command.
5060         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5061         variables, also consider the .elc files, since the .el files are
5062         normally gzipped (subsequent code locates the .el.gz from the .elc).
5064         * calc/calc-prog.el (arglist): Define for compiler.
5066         * calendar/diary-lib.el (diary-display-function): Change the default to
5067         fancy display.
5068         (body): Define for compiler.
5070         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5071         (byte-compile-file-form, byte-compile-lambda)
5072         (byte-compile-top-level-body, byte-compile-form)
5073         (byte-compile-variable-ref, byte-compile-setq)
5074         (byte-compile-setq-default, byte-compile-body)
5075         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5076         (batch-byte-compile): Give some more local variables with common names
5077         a "bytecomp-" prefix to avoid masking warnings about free variables.
5079         * startup.el (command-line-1): Give local variables with common names a
5080         distinguishing prefix, so as not to hide free variable warnings during
5081         bootstrap.
5083         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5084         clever and add a suffix to make a unique name, just let the user decide
5085         whether or not to overwrite it.  If the input is a directory, write the
5086         default filename to that directory.  (Bug#4388)
5087         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5088         is a filename-as-a-directory.
5090 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * textmodes/page.el (what-page): Don't move to beginning of line.
5093         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5095 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5097         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5099 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5101         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5102         * help.el (help-for-help-internal): Add purecopy calls for text.
5104         * vc.el (top): print-log method now takes an optional SHORTLOG
5105         argument.  Add a new method: root.
5106         (vc-root-diff, vc-print-root-log): New functions.
5107         (vc-log-short-style): New variable.
5108         (vc-print-log-internal): Add support for showing short logs.
5110         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5111         vc-print-root-log and vc-print-root-diff.
5113         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5114         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5115         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5116         short logs.
5118         * vc-cvs.el (vc-cvs-print-log):
5119         * vc-mtn.el (vc-mtn-print-log):
5120         * vc-rcs.el (vc-rcs-print-log):
5121         * vc-sccs.el (vc-sccs-print-log):
5122         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5123         that is ignored for now.
5125         * vc-mtn.el (vc-mtn-annotate-command):
5126         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5128 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5131         to function-key-map, and give them ascii-character property.
5132         * term/x-win.el (x-alternatives-map):
5133         * term/ns-win.el (ns-alternatives-map):
5134         * term/internal.el (msdos-key-remapping-map):
5135         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5137 2009-09-14  Glenn Morris  <rgm@gnu.org>
5139         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5140         temp-buffers (2009-09-12).
5142 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5145         the new read-key function.
5147 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5149         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5150         is defined (Bug#4405).
5152 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
5154         * recentf.el (recentf-cleanup): Use a hash table to find
5155         duplicates (Bug#4407).
5157 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
5159         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5160         kp-0 to ascii equivalents (Bug#4325).
5162 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5164         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5166         * eshell/em-hist.el:
5167         * eshell/em-dirs.el (eshell-complete-user-reference):
5168         Declare pcomplete functions and variables to avoid compiler warnings.
5170 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
5172         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5173         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5174         * eshell/em-alias.el (eshell-aliases-file):
5175         * eshell/em-hist.el (eshell-history-file-name):
5176         Use expand-file-name instead of concat to make file names (Bug#4308).
5178 2009-09-13  Glenn Morris  <rgm@gnu.org>
5180         * ediff-merg.el (ediff-do-merge):
5181         * filesets.el (filesets-run-cmd):
5182         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5183         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5184         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5185         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5186         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5187         Replace empty `let's with `progn'.
5189 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5191         * mail/sendmail.el (send-mail-function):
5192         * tooltip.el (tooltip-mode):
5193         * simple.el (transient-mark-mode):
5194         * rfn-eshadow.el (file-name-shadow-mode):
5195         * frame.el (blink-cursor-mode):
5196         * font-core.el (global-font-lock-mode):
5197         * files.el (temporary-file-directory)
5198         (small-temporary-file-directory, auto-save-file-name-transforms):
5199         * epa-hook.el (auto-encryption-mode):
5200         * composite.el (global-auto-composition-mode):
5201         Use custom-initialize-delay.
5202         * startup.el (command-line): Don't explicitly call
5203         custom-reevaluate-setting for all the above vars.
5204         * custom.el (custom-initialize-safe-set)
5205         (custom-initialize-safe-default): Delete.
5207 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5209         * term/x-win.el (x-initialize-window-system):
5210         * term/w32-win.el (w32-initialize-window-system):
5211         * term/ns-win.el (ns-initialize-window-system): Don't call
5212         mouse-wheel-mode since it's enabled globally by default already.
5214         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5215         actually define the variable, but only silences the byte-compiler.
5216         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5217         before looking it up.
5218         (mouse-wheel-scroll-amount): Also reset the bindings if this value
5219         is changed.
5221 2009-09-12  Glenn Morris  <rgm@gnu.org>
5223         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5224         1000.
5225         (elint-add-required-env): Don't beep on error.
5226         (elint-forms): In case of error, return ENV unchanged.
5227         (elint-init-env): Skip non-list forms.
5228         (elint-log): Handle unknown file positions.
5230 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
5232         * epg.el (epg-make-context): Add autoload cookie.
5233         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5234         (epg-decrypt-string, epg-start-verify, epg-verify-file)
5235         (epg-verify-string, epg-start-sign, epg-sign-file)
5236         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5237         (epg-encrypt-string, epg-start-export-keys)
5238         (epg-export-keys-to-file, epg-export-keys-to-string)
5239         (epg-start-import-keys, epg-import-keys-from-file)
5240         (epg-import-keys-from-string, epg-start-receive-keys)
5241         (epg-receive-keys, epg-import-keys-from-server)
5242         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5243         (epg-sign-keys, epg-start-generate-key)
5244         (epg-generate-key-from-file, epg-generate-key-from-string):
5245         Remove autoload cookie.
5247 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
5249         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5250         reevaluation of trash-directory.
5252         * mwheel.el: Fix last change.
5253         (mouse-wheel-mode): New defvar.
5254         (mouse-wheel-mode): Remove autoload cookie.
5256 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * mwheel.el (mwheel-installed-bindings): New var.
5259         (mouse-wheel-mode): Use it, so as to make sure we really remove all
5260         the bindings we set last time.  Use custom-initialize-delay.
5261         * loadup.el: Load mwheel after term/*-win.el.
5262         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5263         and mouse-wheel-up-event now that their first evaluation is done
5264         sufficiently late to be correct.
5266         * startup.el (tutorial-directory): Make it a defcustom.
5267         Use custom-initialize-delay rather than eval-at-startup to set it.
5268         * image.el (image-load-path): Make it a defcustom.
5269         Use custom-initialize-delay rather than eval-at-startup to set it.
5270         * subr.el (eval-at-startup): Remove.
5271         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5273         * subr.el (do-after-load-evaluation): Warn the user after loading an
5274         obsolete package.
5276 2009-09-12  Glenn Morris  <rgm@gnu.org>
5278         * proced.el (proced-mark-alt): Remove alias.
5279         (proced-mode-map): Remove proced-mark-alt.
5281         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5282         Elint file and directory.  Remove initialization entry.
5284         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5285         commands.
5286         (elint-current-buffer): Set mode-line-process.
5287         (elint-init-env): Handle define-derived-mode.
5288         Fix declare-function with unspecified arglist.  Guard against odd
5289         defalias statements (eg iso-insert's 8859-1-map).
5290         (elint-add-required-env): Use a temp buffer.
5291         (elint-form): Just print the function/macro name, not the whole form.
5292         Return env unchanged if we fail to parse a macro.
5293         (elint-forms): Guard against parse errors.
5294         (elint-output): New function, to handle batch mode.
5295         (elint-log-message): Add optional argument.  Use elint-output.
5296         (elint-set-mode-line): New function.
5298 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5300         * emacs-lisp/elp.el (elp-not-profilable): Add more
5301         functions (Bug#4233).
5303 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
5305         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5306         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5308 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5310         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5311         (gdb-var-list-children): Use json parsing.
5313 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
5315         * progmodes/js.el (js--proper-indentation): Handle the case where
5316         char-before is null.  Reported by Deniz Dogan.
5318 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5320         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5322 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5324         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5325         (epg-digest-algorithm-alist): Add SHA224.
5326         (epg-context-set-passphrase-callback)
5327         (epg-context-set-progress-callback): Add description about
5328         callback function.
5330 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * custom.el (custom-delayed-init-variables): New var.
5333         (custom-initialize-delay): New function.
5334         * startup.el (command-line): "Re"evaluate all vars in
5335         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5336         explicitly any more.
5337         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5338         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5340         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5342 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5344         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5345         (gdb-var-update-handler): Use json parsing.
5347 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5349         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5350         decode annotated text, regardless of language environment.  (Bug#2741)
5352 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5354         * Makefile.in (autoloads): Make rmail.el writable as well.
5356 2009-09-11  Glenn Morris  <rgm@gnu.org>
5358         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5359         loaddefs.el.
5360         * dired.el: Regenerate with extracted autoloads.
5361         * Makefile.in (autoloads): Make dired.el writable.
5363         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5364         * ibuffer.el: Regenerate with extracted autoloads.
5365         * Makefile.in (autoloads): Make ibuffer.el writable.
5367         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5368         * version.el (emacs-copyright, emacs-major-version)
5369         (emacs-minor-version): Reformat doc-strings for make-docfile.
5371         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5372         functions and variables, since they must be stuff specific to some other
5373         platform.
5374         (apropos-print): Make mouse-click message less specific about button.
5376         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5377         that records where a macro was defined.
5378         * help-fns.el (describe-function-1): Mention if a function has a
5379         compiler-macro.
5380         * help-mode.el (help-function-cmacro): New button.
5382         * locate.el (top-level): Always require dired.
5383         (locate-mode-map): Initialize inside the defvar.
5385         * net/ange-ftp.el (dired-compress-file): Declare.
5386         (ange-ftp-dired-compress-file): Add doc string.
5388         * term/ns-win.el (x-display-name, x-setup-function-keys):
5389         Unify doc-strings with X versions.
5391 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5393         * emulation/crisp.el (crisp-mode-map): Move initialization
5394         into declaration.
5395         (crisp-mode): Use define-minor-mode.
5397         * progmodes/xscheme.el (xscheme-evaluation-commands):
5398         Put a :advertised-binding property rather than using
5399         advertised-xscheme-send-previous-expression.
5400         (advertised-xscheme-send-previous-expression): Declare obsolete.
5401         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5402         `advertised-undo'.
5403         (crisp-mode): Add corresponding bindings to
5404         undo's :advertised-binding instead.
5405         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5406         than using dired-advertised-find-file.
5407         (dired-advertised-find-file):
5408         * simple.el (advertised-undo):
5409         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5410         (widget-keymap): Put a :advertised-binding property rather
5411         than using advertised-widget-backward.
5412         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5413         than using advertised-undo.
5414         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5416 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5418         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5419         Mark mode is enabled and region is active; otherwise indent or
5420         insert TAB as usual.
5421         (delphi-mode): Update description of TAB-key binding.
5423 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * subr.el (define-key-rebound-commands): Mark obsolete.
5426         * startup.el (precompute-menubar-bindings): Remove.
5427         (normal-top-level): Remove obsolete code that tried to precompute
5428         menubar bindings.
5429         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5430         define-key-rebound-commands and precompute-menubar-bindings.
5432 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5434         * net/imap.el (imap-interactive-login): Better messages.
5435         (imap-open): Fix bug with renamed buffer on reconnect.
5436         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5437         for easier debugging and cleaner code.  On successful (guessed based on
5438         server capabilities) secondary authentication, set imap-state
5439         correctly.
5440         (imap-last-authenticator): Define imap-last-authenticator as a variable
5441         to avoid warnings.
5443 2009-09-10  Glenn Morris  <rgm@gnu.org>
5445         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5447         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5448         (byte-compile-file-form-autoload): Don't warn about unknown functions
5449         where the autoload statement comes after the use.
5450         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5451         that any handlers inside the body (eg require) are in turn respected.
5453         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5454         effects.
5456         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5457         and syntax and abbrev tables basic docs, if they don't have any.
5459         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5461         * international/mule-cmds.el (top-level): Require cl when compiling.
5462         (view-hello-file): Use default-value rather than
5463         default-enable-multibyte-characters.
5465         * progmodes/fortran.el: Move all safe and risky properties into the
5466         defcustoms.
5468         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5469         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5470         * mail/undigest.el:
5471         Put autoloads in rmail.el rather than loaddefs.el.
5472         * mail/rmail.el: Regenerate with extracted autoloads.
5474         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5475         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5477 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5479         Reported in thread for Bug#4375.
5480         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5481         "-data-evaluate-expression" instead of print.
5482         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5483         (gdb-tooltip-print): Parse output from above MI command.
5484         (gdb): Revert 2009-08-11 change.  User should detach inferior
5485         manually.
5487         Remove the word "separate" from IO functions as inferior
5488         output is now never displayed in the GUD buffer.
5490 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5492         * startup.el (command-line-normalize-file-name): On Windows and
5493         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5495 2009-09-10  Juri Linkov  <juri@jurta.org>
5497         * isearch.el (isearch-text-char-description): Propertize escape
5498         character sequences with the `escape-glyph' face.  (Bug#4344)
5500         * simple.el (shell-command): Set asynchronous process filter to
5501         `comint-output-filter'.  (Bug#4343)
5503         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5504         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5505         the list.  Move "asm" to the bottom.
5506         (grep-find-ignored-directories): Add `choice' with nil value
5507         to empty the list easily.
5508         (grep-find-ignored-files): New option.
5509         (grep-files-history): Set to nil by default instead of '("ch" "el").
5510         (grep-compute-defaults): Add "<X>" to `grep-template'.
5511         (grep-read-files): Bind new local variables `default-alias' and
5512         `default-extension'.  Use a list of default values for the file prompt.
5513         (lgrep): Add `--exclude=' command line options composed from
5514         `grep-find-ignored-files'.
5515         (rgrep): Add `-name' command line options composed from
5516         `grep-find-ignored-files'.  (Bug#4301)
5518 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5520         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5521         (bug#4368).
5523 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * calendar/time-date.el (autoload):
5526         Expand define-obsolete-function-alias into defalias and make-obsolete
5527         for old Emacsen that Gnus supports.
5528         (with-no-warnings): Define it for old Emacsen.
5529         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5530         is available.
5531         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5532         float-time is available; suppress compile warning for time-to-seconds.
5534 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5536         * net/imap.el (imap-message-map): Docstring fix.
5538 2009-09-09  Glenn Morris  <rgm@gnu.org>
5540         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5541         line numbers too.  (Bug#4374)
5543 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * smerge-mode.el (smerge-remove-props, smerge-refine):
5546         Use with-silent-modifications (bug#4342).
5548         * subr.el (with-silent-modifications): New macro.
5550 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5552         * files.el (top-level): Require `cl' when compiling.
5554 2009-09-07  Glenn Morris  <rgm@gnu.org>
5556         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5558         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5559         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5561 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5563         * vc-git.el (vc-git-annotate-command): Use separator to parse
5564         arguments correctly.
5566 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5568         * proced.el (proced-mode): Doc fix.
5570 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5572         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5573         lstat fails.
5574         (tramp-do-file-attributes-with-ls): Check for file existence at
5575         remote end.
5576         (tramp-do-file-attributes-with-stat): Likewise.
5577         (tramp-convert-file-attributes): Return nil when attr is nil.
5579 2009-09-05  Glenn Morris  <rgm@gnu.org>
5581         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5582         properties to this button.
5583         (diary-fancy-display): Don't extend the button to the final newline.
5584         (diary-fancy-display-mode): Continue to define "q" as a local key.
5586         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5587         efficient.
5589         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5591         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5592         (byte-compile-dest-file-function): New option.
5593         (byte-compile-dest-file): Doc fix.
5594         Obey byte-compile-dest-file-function.
5595         (byte-compile-cl-file-p): New function.
5596         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5597         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5598         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5599         than for file being previously loaded.
5600         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5601         (byte-compile-file-form-require): Handle the case where requiring a file
5602         indirectly causes CL to be loaded.
5604 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5606         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5607         before killing the old buffer, since by the time `kill-buffer' is
5608         run so many buffer variables have been set to nil that it may not
5609         behave as expected.  (Bug#4061)
5611 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5613         * files.el (find-alternate-file): If the old buffer is modified
5614         and visiting a file, behave similarly to `kill-buffer' when
5615         killing it, thus reverting to the pre-1.878 behavior; see
5616         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5617         for discussion.  Also, consult `buffer-file-name' as a variable
5618         not as a function, for consistency with the rest of the code.
5620 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5622         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5623         also when adding a new directory.
5625         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5626         defun.
5628 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5630         * files.el (locate-file-completion-table): Make it provide boundary
5631         information, so partial-completion works better.
5633 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5635         * mail/footnote.el (Footnote-text-under-cursor):
5636         Check footnote-text-marker-alist before using it (bug#4324).
5638 2009-09-04  Glenn Morris  <rgm@gnu.org>
5640         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5641         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5642         * play/solitaire.el, play/tetris.el:
5643         Remove leading * from defcustom and defface docs.
5645         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5646         necessary.
5647         (diary-fancy-overriding-map): New variable.
5648         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5649         Use view-mode.
5651         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5652         goto-line.
5654 2009-09-03  Glenn Morris  <rgm@gnu.org>
5656         * arc-mode.el (archive-mode):
5657         * dos-fns.el (set-default-process-coding-system):
5658         * man.el (Man-getpage-in-background):
5659         * menu-bar.el (menu-bar-describe-menu):
5660         * server.el (server-process-filter):
5661         * startup.el (command-line):
5662         * tar-mode.el (tar-header-block-tokenize, tar-extract):
5663         * w32-fns.el (set-default-process-coding-system):
5664         * x-dnd.el (x-dnd-handle-file-name):
5665         * international/mule-cmds.el (mule-menu-keymap)
5666         (set-default-coding-systems, language-info-alist, set-language-info)
5667         (set-language-environment, standard-display-european-internal)
5668         (set-locale-environment):
5669         * international/mule-diag.el (mule-diag):
5670         * mail/emacsbug.el (report-emacs-bug):
5671         * mail/rmail.el (rmail-mode):
5672         * mail/sendmail.el (mail-setup):
5673         Use default-value rather than default-enable-multibyte-characters.
5675         * progmodes/f90.el: Move all safe properties into the defcustoms.
5676         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5678         * calendar/appt.el (appt-check):
5679         * calendar/diary-lib.el (diary-set-header, diary-live-p)
5680         (diary-check-diary-file, diary-list-entries)
5681         (diary-include-other-diary-files, diary-simple-display)
5682         (diary-fancy-display, diary-print-entries)
5683         (diary-mark-included-diary-files, diary-make-entry):
5684         Don't call substitute-in-file-name on diary-file.
5686 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
5687             Stefan Monnier  <monnier@iro.umontreal.ca>
5689         * mail/footnote.el (footnote-prefix): Make it a defcustom.
5690         (footnote-mode-map): Move initialization into the declaration.
5691         (footnote-minor-mode-map): Define it rather than changing global-map.
5692         (footnote-mode): Use define-minor-mode.
5694 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
5696         * net/tramp.el (tramp-handle-file-attributes-with-ls)
5697         (tramp-do-file-attributes-with-perl)
5698         (tramp-do-file-attributes-with-stat): Rename from
5699         `tramp-handle-file-attributes-with-*'.
5700         (tramp-handle-file-attributes): Use them.
5701         (tramp-do-directory-files-and-attributes-with-perl)
5702         (tramp-do-directory-files-and-attributes-with-stat): Rename from
5703         `tramp-handle-directory-files-and-attributes-with-*'.
5704         (tramp-handle-directory-files-and-attributes): Use them.
5705         (tramp-method-out-of-band-p): Additional parameter SIZE.
5706         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5707         (tramp-handle-write-region): Use it.
5708         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5709         (tramp-handle-vc-registered): Check, whether the first run did
5710         return files to be tested.
5711         (tramp-advice-make-auto-save-file-name): Do not call directly
5712         `tramp-handle-make-auto-save-file-name', because this would bypass
5713         the locking mechanism.
5715         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5716         (file-remote-p, process-file, start-file-process, set-file-times)
5717         (tramp-compat-file-attributes): Compatibility functions shall not
5718         call directly `tramp-handle-*', because this would bypass the
5719         locking mechanism.
5720         (tramp-compat-number-sequence): New defun.
5722 2009-09-02  Glenn Morris  <rgm@gnu.org>
5724         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5725         alias for float-time.
5726         (time-to-number-of-days): In Emacs, use float-time.
5727         * net/newst-backend.el (time-add): Suppress warnings from compat
5728         function.
5729         * time.el (emacs-uptime, emacs-init-time):
5730         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5731         Use float-time rather than time-to-seconds.
5733         * minibuffer.el (completion-initials-expand): Fix typo.
5735         * faces.el (modeline, modeline-inactive, modeline-highlight)
5736         (modeline-buffer-id):
5737         * info.el (info-menu-5): Mark these face aliases as obsolete.
5739 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5741         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5742         space ...
5743         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5744         no "--thread" option.
5745         (gdb-stopped): Don't print "Switched to thread" message when it is
5746         unchanged.
5748 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * minibuffer.el (completion-try-completion)
5751         (completion-all-completions): Remove ill-defined (and
5752         mistakenly installed and luckily never used nor documented)
5753         `completion-styles' property.
5754         (completion-initials-expand, completion-initials-all-completions)
5755         (completion-initials-try-completion): New functions.
5756         (completion-styles-alist): Add doc to each entry.
5757         Add new `initials' entry.
5759 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5761         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5762         MI command -var-evaluate-expression.
5763         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5764         and tweak for case of string child.
5765         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5767 2009-09-01  Glenn Morris  <rgm@gnu.org>
5769         * add-log.el (change-log-date-face, change-log-name-face)
5770         (change-log-email-face, change-log-file-face, change-log-list-face)
5771         (change-log-conditionals-face, change-log-function-face)
5772         (change-log-acknowledgement-face):
5773         * cus-edit.el (custom-invalid-face, custom-rogue-face)
5774         (custom-modified-face, custom-set-face, custom-changed-face)
5775         (custom-saved-face, custom-button-face, custom-button-pressed-face)
5776         (custom-documentation-face, custom-state-face, custom-comment-face)
5777         (custom-comment-tag-face, custom-variable-tag-face)
5778         (custom-variable-button-face, custom-face-tag-face)
5779         (custom-group-tag-face-1, custom-group-tag-face):
5780         * diff-mode.el (diff-header-face, diff-file-header-face)
5781         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5782         (diff-added-face, diff-changed-face, diff-function-face)
5783         (diff-context-face, diff-nonexistent-face):
5784         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5785         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5786         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5787         (Info-title-4-face):
5788         * isearch.el (isearch-lazy-highlight-face):
5789         * log-view.el (log-view-file-face, log-view-message-face):
5790         * paren.el (show-paren-match-face, show-paren-mismatch-face):
5791         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5792         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5793         (cvs-msg-face):
5794         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5795         (smerge-base-face, smerge-markers-face):
5796         * wid-edit.el (widget-documentation-face, widget-button-face)
5797         (widget-field-face, widget-single-line-field-face)
5798         (widget-inactive-face, widget-button-pressed-face):
5799         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5800         (woman-addition-face):
5801         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5802         (eshell-ls-executable-face, eshell-ls-readonly-face)
5803         (eshell-ls-unreadable-face, eshell-ls-special-face)
5804         (eshell-ls-missing-face, eshell-ls-archive-face)
5805         (eshell-ls-backup-face, eshell-ls-product-face)
5806         (eshell-ls-clutter-face):
5807         * eshell/em-prompt.el (eshell-prompt-face):
5808         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5809         * obsolete/old-whitespace.el (whitespace-highlight-face):
5810         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5811         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5812         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5813         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5814         (antlr-font-lock-literal-face):
5815         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5816         (ebrowse-root-class-face, ebrowse-file-name-face)
5817         (ebrowse-default-face, ebrowse-member-attribute-face)
5818         (ebrowse-member-class-face, ebrowse-progress-face):
5819         * progmodes/make-mode.el (makefile-space-face):
5820         * progmodes/sh-script.el (sh-heredoc-face):
5821         * textmodes/flyspell.el (flyspell-incorrect-face)
5822         (flyspell-duplicate-face):
5823         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5824         * textmodes/texinfo.el (texinfo-heading-face):
5825         Mark face aliases with "-face" suffix as obsolete.
5827         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5828         compiler.
5830         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5831         (eudc-bob-sound-menu): Use defvar rather than defconst, since
5832         easy-menu-define wants to modify these.
5834         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5836         * net/browse-url.el (browse-url-file-url):
5837         * term/internal.el (dos-codepage-setup):
5838         Use default-value rather than default-enable-multibyte-characters.
5840         * progmodes/etags.el (etags-goto-tag-location):
5841         * progmodes/flymake.el (flymake-highlight-line)
5842         (flymake-goto-file-and-line, flymake-goto-line):
5843         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5844         (gdb-goto-breakpoint):
5845         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5846         * progmodes/python.el (python-find-function)
5847         (python-pdbtrack-track-stack-file):
5848         * progmodes/verilog-mode.el (verilog-surelint-off):
5849         * term/ns-win.el (ns-open-file-select-line):
5850         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5851         Use forward-line rather than goto-line.
5853         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5854         * textmodes/reftex-index.el (reftex-display-index):
5855         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5856         * textmodes/reftex-toc.el (reftex-toc):
5857         Remove unnecessary bindings of default-major-mode (all are followed by
5858         major-mode check and possible mode switch).
5860 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5862         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5863         Handle watchpoints (bug#4282).
5864         (def-gdb-thread-buffer-command): Enable thread to be selected by
5865         clicking without selecting threads buffer first.
5866         (gdb-current-context-command): Use selected frame so that "up",
5867         "down" etc work in the GUD buffer.
5868         (gdb-update): Find selected frame before rendering stack buffer.
5869         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5871 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * progmodes/sym-comp.el (displayed-completions): Remove.
5874         (symbol-complete): Use minibuffer-complete.
5876 2009-08-31  Glenn Morris  <rgm@gnu.org>
5878         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5880         * apropos.el (apropos-symbols-internal):
5881         Handle (obsolete) face aliases.
5883         * faces.el (describe-face): Adjust the output format to be more like
5884         describe-variable, and to mention (obsolete) face aliases.
5885         Adjust the whitespace so that help-setup-xref works.
5887         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5888         * calendar/diary-lib.el (diary-button-face):
5889         Mark these face aliases as obsolete.
5891         * calendar/calendar.el (calendar-today): Doc fix.
5893 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5895         * progmodes/gdb-mi.el (gdb-control-all-threads)
5896         (gdb-control-current-thread): Force tool bar update.
5897         (gdb-non-stop-handler): New function.
5898         (gdb-init-1): Use it to test if non-stop mode is supported.
5899         Remove unused gdbmi buffer type.
5901 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5903         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5904         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
5906 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
5908         * comint.el (comint-exec-1): Check command is non-null first.
5909         Part of gdb-mi.el change (2009-08-28).
5911 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5915 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
5917         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5918         instead of `dolist' to avoid a recursive require when bootstrapping.
5920 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5924         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5926         * net/imap.el (imap-send-command): Simplify.
5927         (imap-wait-for-tag): point-max -> buffer-size.
5929         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5931         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5932         with constant argument.
5934         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5936         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5938         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5939         Change default, since most of our files don't have a history.
5940         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5941         the user.
5943         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5944         Add comint-run.
5946         * calc/calc.el: Improve commenting convention.
5947         (calc-digit-map, toplevel): Simplify.
5949         * comint.el (comint-insert-input): Be careful to only set point if we
5950         don't delegate to some other command.
5952         * proced.el (proced-signal-list): Make it an alist.
5953         (proced-grammar-alist): Capitalize names.
5954         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5955         Disable undo manually and make it read-only.
5956         Use completion-annotate-function.
5958         * minibuffer.el (minibuffer-message): If the current buffer is not
5959         a minibuffer, insert the message in the echo area rather than at the
5960         end of the buffer.
5961         (completion-annotate-function): New variable.
5962         (minibuffer-completion-help): Use it.
5963         (completion--embedded-envvar-table): Environment vars are
5964         always case-sensitive.
5966 2009-08-30  Glenn Morris  <rgm@gnu.org>
5968         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5969         from fortran-current-defun.
5970         (fortran-beginning-of-subprogram): Be more precise about finding the
5971         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
5972         (fortran-end-of-subprogram): Simplify.
5973         (fortran-current-defun): Use fortran-start-prog-re.
5975 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
5977         * subr.el (do-after-load-evaluation): Simplify.
5979 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5981         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5983         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
5984         (vc-rcs-print-log): Use it.
5986         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5988 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * paths.el (abbrev-file-name): Move to abbrev.el.
5991         * abbrev.el (abbrev-file-name): Move from paths.el.
5992         Obey user-emacs-directory.
5993         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5994         user-emacs-directory.
5995         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5996         abbrev-file-name and calc-settings-file any more.
5997         * startup.el (command-line): Recompute abbrev-file-name and
5998         abbreviated-home-dir.
5999         (normal-no-mouse-startup-screen): Improve the generic code and get rid
6000         of the special code for when C-h bindings haven't been changed.
6001         (display-startup-echo-area-message): Use with-current-buffer.
6002         (command-line-1): Use a list of strings, rather than a list of lists
6003         of strings for longopts.
6005         * files.el (get-free-disk-space): Use / for default-directory.
6007         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6008         Use with-current-buffer.
6010         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6011         Recognize immutable variables like most-positive-fixnum.
6012         (byte-compile-setq-default): Check and warn if trying to assign
6013         to an immutable variable, or a non-variable.
6015         * progmodes/cc-vars.el (c-comment-continuation-stars):
6016         * progmodes/cc-engine.el (c-looking-at-bos):
6017         * progmodes/cc-cmds.el (c-toggle-auto-state)
6018         (c-forward-into-nomenclature, c-backward-into-nomenclature)
6019         (c-comment-line-break-function): Add version of obsolescence.
6021 2009-08-28  Juri Linkov  <juri@jurta.org>
6023         * files.el (magic-fallback-mode-alist): Add ZIP magic number
6024         associated with `archive-mode'.
6026         * image.el (image-type-header-regexps): Use only JPEG magic number
6027         to determine JPEG images, and don't use `image-jpeg-p' because
6028         Emacs can display non-JFIF non-Exif JPEG images.
6030 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6032         * arc-mode.el (archive-mode):
6033         * emacs-lisp/re-builder.el (re-builder-unload-function):
6034         Protect against the default value of `major-mode' being nil.
6036 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6038         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6039         Fix typos in docstrings.
6041         * progmodes/js.el (js--macro-decl-re): Doc fix.
6042         (js--plain-method-re, js--split-name): Refloc docstring.
6043         (js--class-styles, js--make-merged-item, js--splice-into-items):
6044         Fix typos in docstrings; reflow docstrings.
6045         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6046         (js--variable-decl-matcher, js--inside-pitem-p)
6047         (js--parse-state-at-point, js--get-all-known-symbols)
6048         (js--symbol-history, js-find-symbol, js--js-references)
6049         (js--moz-interactor, js--js-encode-value, js--read-tab):
6050         Fix typos in docstrings.
6052 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * textmodes/reftex.el (reftex-get-file-buffer-force):
6055         * progmodes/verilog-mode.el (verilog-batch-execute-func):
6056         * emulation/viper.el (viper-go-away, viper-set-hooks):
6057         * emacs-lisp/re-builder.el (re-builder-unload-function):
6058         * emacs-lisp/bytecomp.el (byte-compile-file):
6059         * ses.el (ses-unload-function):
6060         * hexl.el (hexl-find-file):
6061         * files.el (normal-mode):
6062         * ehelp.el (with-electric-help):
6063         * autoinsert.el (auto-insert-alist):
6064         * arc-mode.el (archive-mode):
6065         Use (default-value 'major-mode) instead of default-major-mode.
6067         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6068         * international/mule.el (load-with-code-conversion):
6069         * emacs-lisp/debug.el (debug):
6070         * ediff-vers.el (ediff-rcs-get-output-buffer):
6071         * dired.el (dired-internal-noselect): Don't let-bind
6072         default-major-mode around code that doesn't use it.
6073         E.g. buffer creation via get-buffer-create doesn't use it.
6075 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
6077         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6078         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6079         when writing the temp file.  Otherwise, epa-file gets confused.
6080         (tramp-register-file-name-handlers): Make it a defun.  Move also
6081         `epa-file-handler' to the front of `file-name-handler-alist'.
6083 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6086         start right after a ^M.
6087         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6088         (tramp-completion-file-name-regexp-separate)
6089         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6090         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6091         Don't modify last-coding-system-used by accident.
6092         (tramp-completion-file-name-handler): Apply the checks here,
6093         instead during registration.
6094         (tramp-register-file-name-handlers) Renamed from
6095         `tramp-register-file-name-handler'.  Register both
6096         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6097         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
6099 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
6101         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6102         Remove variable ...
6103         (gdb-init-1, gdb-display-separate-io-buffer)
6104         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6105         references to it.
6106         (gdb-inferior-io-mode): Use make-comint-in-buffer.
6107         (gdb-inferior-filter): Use comint-output-filter to stop
6108         echoing and remove ^M characters.
6110 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * emulation/viper-init.el (viper-restore-cursor-type):
6113         * emulation/cua-base.el (cua--update-indications):
6114         Replace default-cursor-type with (default-value 'cursor-type).
6116         * mail/sendmail.el (mail-recover-1):
6117         * international/mule-diag.el (describe-current-coding-system-briefly)
6118         (describe-current-coding-system):
6119         * international/mule-cmds.el (select-safe-coding-system)
6120         (select-message-coding-system)
6121         (set-language-environment-coding-systems, set-locale-environment):
6122         * hexl.el (hexl-insert-multibyte-char):
6123         * dos-w32.el (find-buffer-file-type-coding-system):
6124         * simple.el (what-cursor-position):
6125         Replace uses of default-buffer-file-coding-system
6126         with (default-value 'buffer-file-coding-system).
6128         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6129         Replace uses of default-cursor-in-non-selected-windows
6130         with (default-value 'cursor-in-non-selected-windows).
6131         Use with-current-buffer.
6133         * mail/feedmail.el: Use CL macros.
6134         (feedmail-run-the-queue, feedmail-send-it-immediately):
6135         * dos-w32.el (find-buffer-file-type): Replace uses of
6136         default-buffer-file-type with (default-value 'buffer-file-type).
6138 2009-08-28  Glenn Morris  <rgm@gnu.org>
6140         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6141         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6142         Use default-value of major-mode rather than default-major-mode.
6144 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * Makefile.in (update-elcfiles): Report left over elc files.
6148         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6149         expand-file-name and with-current-buffer.
6150         (mail-get-names, mail-directory): Use with-current-buffer.
6152         * vc.el (vc-read-revision): New function.
6153         (vc-version-diff, vc-merge): Use it.
6155 2009-08-27  Sam Steingold  <sds@gnu.org>
6157         * simple.el (kill-do-not-save-duplicates): New user option.
6158         (kill-new): When it is non-nil, and the new string is the same as
6159         the latest kill, set replace to t to avoid duplicates in kill-ring.
6161 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
6163         * net/tramp.el (tramp-handle-process-file): Do not flush all
6164         caches when `process-file-side-effects' is set.
6165         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6166         instead of `tramp-find-file-exists-command'.
6167         Unset `process-file-side-effects'.
6169 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
6171         * net/tramp.el (tramp-methods): New method "rsyncc".
6172         (top): Add completion function for "rsyncc".
6173         (tramp-message-show-message): New defvar.
6174         (tramp-message, tramp-error): Use it.
6175         (tramp-do-copy-or-rename-file-directly): Extend check for direct
6176         remote copying.
6177         (tramp-do-copy-or-rename-file-out-of-band): Handle new
6178         `tramp-methods' entry `copy-env' of "rsyncc".
6179         (tramp-vc-registered-read-file-names): New defconst.
6180         (tramp-vc-registered-file-names): New defvar.
6181         (tramp-handle-vc-registered): Implement optimization strategy.
6182         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6183         (tramp-vc-file-name-handler): New defun.
6184         (tramp-get-ls-command, tramp-get-test-command)
6185         (tramp-get-file-exists-command, tramp-get-remote-ln)
6186         (tramp-get-remote-perl, tramp-get-remote-stat)
6187         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6189         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6190         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
6191         timestamps.
6192         (tramp-get-file-property): Check for timestamps in
6193         `tramp-cache-inhibit-cache'.
6194         (tramp-set-file-property): Write timestamp.
6196 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6198         * language/japan-util.el (japanese-symbol-table): Add entries for
6199         cp932-2-byte.
6201         * international/characters.el: Add category `j' to cp932-2-byte.
6203 2009-08-27  Kenichi Handa  <handa@m17n.org>
6205         * international/fontset.el (build-default-fontset-data): New macro.
6206         (setup-default-fontset): Use build-default-fontset-data for CJK,
6207         tibetan, ethiopic, and ipa.
6209 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6211         * cus-start.el (default-major-mode): Customize `major-mode' instead.
6212         (enable-multibyte-characters): Not customizable any more.
6214         * subr.el (default-mode-line-format, default-header-line-format)
6215         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6216         (default-direction-reversed, default-truncate-lines)
6217         (default-left-margin, default-tab-width, default-case-fold-search)
6218         (default-left-margin-width, default-right-margin-width)
6219         (default-left-fringe-width, default-right-fringe-width)
6220         (default-fringes-outside-margins, default-scroll-bar-width)
6221         (default-vertical-scroll-bar, default-indicate-empty-lines)
6222         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6223         (default-fringe-cursor-alist, default-scroll-up-aggressively)
6224         (default-scroll-down-aggressively, default-fill-column)
6225         (default-cursor-type, default-buffer-file-type)
6226         (default-cursor-in-non-selected-windows)
6227         (default-buffer-file-coding-system, default-major-mode)
6228         (default-enable-multibyte-characters): Mark as obsolete.
6230 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
6232         * vc-dir.el (vc-dir-update): Remove debug helper.
6234         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6236 2009-08-26  Sam Steingold  <sds@gnu.org>
6238         * simple.el (save-interprogram-paste-before-kill): New user option.
6239         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6240         save the interprogram-paste into kill-ring before overriding it
6241         with the Emacs kill.
6243 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6245         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6246         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6247         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6248         and move to vc-rcs.el.
6249         (vc-default-next-revision): Rename to vc-rcs-next-revision and
6250         move to vc-rcs.el.
6251         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6252         (vc-rcs-update-changelog): Remove.
6253         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6254         and move to vc-rcs.el.
6256         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6257         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6258         renaming.
6259         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6260         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6261         vc.el, renamed to be RCS specific.
6263         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6264         New functions.
6265         (vc-cvs-update-changelog): Move here from vc.el.
6267         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6268         New functions.
6270 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6272         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6274 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6276         * vc-git.el (vc-git-register): Use "git add" for directories.
6277         (vc-git-stash, vc-git-stash-show): New functions.
6278         (vc-git-extra-menu-map): Bind them.
6280         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6281         directory correctly in case the item is a directory itself.
6283         * vc.el: Document the desired behavior for reverted files in the
6284         `added' state.
6285         (vc-default-prettify-state-info): Remove function, unused.
6287         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6289 2009-08-26  Glenn Morris  <rgm@gnu.org>
6291         * bindings.el (standard-mode-line-format): Reposition dashes in
6292         which-func entry.  (Bug#4217)
6294         * files.el (enable-local-variables, enable-local-eval)
6295         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6296         the defcustoms.
6297         (auto-mode-alist, ignored-local-variables)
6298         (save-some-buffers-action-alist): Move risky declarations to the
6299         definitions.
6300         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6301         (font-lock-defaults, format-alist, imenu--index-alist)
6302         (imenu-generic-expression, input-method-alist, minor-mode-alist)
6303         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6304         (mode-line-modified, mode-line-mule-info, mode-line-position)
6305         (mode-line-process, mode-line-remote, outline-level)
6306         (parse-time-rules, rmail-output-file-alist)
6307         (special-display-buffer-names, vc-mode):
6308         Move risky declarations to the relevant files.
6309         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6310         (mode-line-modified, mode-line-process, mode-line-position)
6311         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6312         * font-core.el (font-lock-defaults):
6313         * format.el (format-alist):
6314         * vc-hooks.el (vc-mode):
6315         * window.el (special-display-buffer-names):
6316         * international/mule-cmds.el (input-method-alist):
6317         Define riskiness here (dumped file) rather than in files.el.
6318         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6319         * imenu.el (imenu-generic-expression, imenu--index-alist):
6320         * outline.el (outline-level):
6321         * time.el (display-time-string):
6322         * calendar/parse-time.el (parse-time-rules):
6323         * mail/rmailout.el (rmail-output-file-alist):
6324         Autoload riskiness here, rather than placing in files.el.
6326 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6328         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6330 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6332         * simple.el (process-file-side-effects): New defvar.
6334         * dired-aux.el (dired-show-file-type):
6335         * vc.el (vc-diff-internal):
6336         * vc-arch.el (vc-arch-diff):
6337         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6338         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6339         * vc-git.el (vc-git-registered, vc-git-working-revision)
6340         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6341         (vc-git--empty-db-p):
6342         * vc-hooks.el (vc-user-login-name):
6343         * vc-svn.el (vc-svn-registered, vc-svn-state)
6344         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6345         * progmodes/grep.el (grep-probe): Let-bind
6346         `process-file-side-effects' with nil.
6348         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6350         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6351         daemon.  Replace ping by checking for running service for bluez
6352         and zeroconf.  (Bug#4239)
6354 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6356         * net/dig.el (dig): Add autoload cookie.
6358 2009-08-25  Glenn Morris  <rgm@gnu.org>
6360         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6361         load-history for absolute file-names.
6362         (byte-compile-file-form-require): Warn about use of the cl package.
6364         * format.el (format-alist): Doc fix.
6366         * play/bubbles.el (top-level): Don't require cl at run-time.
6368         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6369         run-time cl).
6371 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6373         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6374         from cl package.
6375         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6377 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6379         * calc/calc-alg.el (math-trig-rewrite)
6380         (math-hyperbolic-trig-rewrite): New functions.
6381         (calc-simplify): Simplify trig functions when asked.
6383 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6387 2009-08-24  Kenichi Handa  <handa@m17n.org>
6389         * language/ind-util.el (mapthread): Delete it.
6390         (combinatorial): New function.
6391         (indian--puthash-cv): Use combinatorial instead of mapthread.
6393 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6395         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6396         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6397         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6398         Clarify docstring that the value is strings not symbols.
6399         (checkdoc-list-of-strings-p): New function.
6401 2009-08-22  Glenn Morris  <rgm@gnu.org>
6403         * files.el (auto-mode-alist):
6404         * hippie-exp.el (he-concat-directory-file-name):
6405         * lpr.el (lpr-windows-system, printer-name):
6406         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6407         * ps-print.el (ps-windows-system):
6408         * startup.el (command-line):
6409         * emulation/viper-ex.el (viper-glob-function):
6410         * international/mule-cmds.el (set-language-environment-coding-systems):
6411         * net/ange-ftp.el (ange-ftp-write-region):
6412         * obsolete/fast-lock.el (fast-lock-cache-name):
6413         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6414         unisoft-unix, vax-vms, win32, w32.
6416         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6417         given name if the pattern is not more specific.
6419         * calendar/lunar.el (lunar-phase-names): New option.
6420         (lunar-phase): Doc fix.
6421         (lunar-cycles-per-year): New constant.
6422         (lunar-index): New function.
6423         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6424         (lunar-phase-name): Use lunar-phase-names.
6425         (calendar-lunar-phases): Use format.
6426         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6428         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6429         Copy imenu-example--name-and-position function here for own use.
6430         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6432         * bs.el (bs--redisplay):
6433         * cus-edit.el (custom-redraw):
6434         * ibuffer.el (ibuffer-bury-buffer):
6435         * server.el (server-goto-line-column):
6436         * startup.el (command-line-1):
6437         * strokes.el (strokes-xpm-for-stroke):
6438         * term.el (term-display-buffer-line):
6439         * view.el (View-goto-line):
6440         * calc/calc.el (calc-do, calc-trail-buffer):
6441         * play/gamegrid.el (gamegrid-add-score-insecure):
6442         * progmodes/ada-mode.el (ada-compile-goto-error):
6443         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6444         (ebrowse-select-1st-to-9nth):
6445         * progmodes/cperl-mode.el (cperl-time-fontification):
6446         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6447         * progmodes/gud.el (gud-display-line):
6448         (idlwave-shell-display-line):
6449         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6450         * progmodes/make-mode.el (makefile-browser-toggle):
6451         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6452         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6453         * textmodes/picture.el (picture-draw-rectangle):
6454         * textmodes/reftex-index.el (reftex-index-goto-letter):
6455         (reftex-select-jump-to-previous):
6456         * textmodes/reftex-sel.el (reftex-find-start-point)
6457         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6458         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6459         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6460         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6461         * textmodes/two-column.el (2C-associated-buffer):
6462         Use forward-line rather than goto-line.
6464         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6465         goto-line.
6467         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6468         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6469         (quick-check-list-to-regexp): Declare.
6471         * progmodes/make-mode.el (makefile-browser-insert-selection):
6472         Use goto-char rather than goto-line.
6474         * progmodes/prolog.el (compilation-error-regexp-alist)
6475         (compilation-forget-errors): Declare.
6477 2009-08-22  Juri Linkov  <juri@jurta.org>
6479         * progmodes/grep.el (lgrep, rgrep): At the beginning
6480         set `dir' to `default-directory' unless `dir' is a non-nil
6481         readable directory.  (Bug#4052)
6482         (lgrep, rgrep): Change a weird way to report an error
6483         from using `read-string' to using `error'.
6484         Instead of using interactive arguments in the function body,
6485         add new argument `confirm'.
6487 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6489         * textmodes/remember.el (remember-buffer):
6490         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6491         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6492         (icalendar-extract-ical-from-buffer):
6493         * net/newst-treeview.el (newsticker-groups-filename):
6494         * net/newst-backend.el (newsticker-cache-filename):
6495         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6496         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6497         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6498         (speedbar-buffers-line-path, speedbar-path-line)
6499         (speedbar-buffers-line-path):
6500         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6501         (epg-sign-keys):
6502         * epa.el (epa-display-verify-result):
6503         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6505 2009-08-21  Glenn Morris  <rgm@gnu.org>
6507         * progmodes/js.el (inferior-moz-process): Fix declaration.
6509         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6511         * obsolete/rnewspost.el (news-mail-reply):
6512         Use goto-char rather than goto-line.
6514         * term/ns-win.el (ns-open-file-select-line):
6515         Use line-beginning-position rather than goto-line.
6517         * apropos.el (apropos-command):
6518         * ehelp.el (electric-helpify):
6519         * printing.el (pr-show-setup):
6520         * strokes.el (strokes-help):
6521         * tutorial.el (tutorial--describe-nonstandard-key)
6522         (tutorial--detailed-help):
6523         * woman.el (woman-mini-help, woman-display-extended-fonts):
6524         * calc/calc-help.el (calc-describe-key):
6525         * emulation/edt.el (edt-electric-helpify):
6526         * international/mule-diag.el (mule-diag):
6527         * play/yow.el (apropos-zippy):
6528         * progmodes/python.el (python-describe-symbol):
6529         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6530         * textmodes/table.el (*table--cell-describe-mode)
6531         (*table--cell-describe-bindings):
6532         Use help-print-return-message rather than the now obsolete alias.
6534         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6535         (calendar-cursor-to-visible-date):
6536         * play/5x5.el (5x5-position-cursor):
6537         * play/decipher.el (decipher):
6538         * play/gomoku.el (gomoku-goto-xy):
6539         * play/landmark.el (lm-goto-xy):
6540         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6541         (mpuz-paint-digit):
6542         Use forward-line, not goto-line.
6544         * mail/rmail.el (rmail-obsolete): Delete custom group.
6545         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6546         (rmail-remote-password, rmail-remote-password-required):
6547         Remove unneeded :set-after and :set properties.
6549 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6551         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6553 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6555         * loadup.el: Remove leftover macos code.
6557         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6558         Explicitly pass the date format to git blame so that user local
6559         so that the output format can be parsed.
6561 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6563         * net/dbus.el (top): Don't check for (getenv
6564         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6566 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6568         * log-edit.el (log-edit-strip-single-file-name): New var.
6569         (log-edit-insert-changelog): Use it.  Bug#3571
6571 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6573         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6574         Bug#3287
6576         * help.el (help-print-return-message): Rename from
6577         print-help-return-message.
6579         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6580         cvs-mode-map parent hack.
6581         (log-view-mode): Derive from special-mode.
6583         * linum.el (linum-mode): window-size-change-functions is redundant.
6584         Adapt to new window-configuration-change-hook behavior.
6585         (linum-after-size, linum-after-config): Remove.
6587         * imenu.el (imenu-example--name-and-position)
6588         (imenu-example--lisp-extract-index-name)
6589         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6590         Mark as obsolete.
6592         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6593         (inferior-prolog-mode): Use it.
6594         (inferior-prolog-load-file): Reset list of errors.
6596 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6598         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6600         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6602 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6604         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6605         is running already.
6607 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6609         * subr.el (listify-key-sequence-1): Use normal syntax since those
6610         integers are nowadays always represented by the same (positive) number
6611         on all platforms.
6612         (read-key-empty-map): New const.
6613         (read-key-delay): New var.
6614         (read-key): New function.
6615         (force-mode-line-update): Use with-current-buffer.
6616         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6617         (start-process-shell-command, start-file-process-shell-command):
6618         Discourage the use of command-args.
6620 2009-08-19  Glenn Morris  <rgm@gnu.org>
6622         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6624 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * simple.el (choose-completion-string): Don't rely on
6627         minibuffer-completing-file-name and ad-hoc checks to decide whether
6628         to continue completion or not.
6630         * minibuffer.el (minibuffer-hide-completions): New function.
6631         (completion--do-completion): Use it.
6632         (completions-annotations): New face.
6633         (completion--insert-strings): Use it.
6634         (completion-pcm--delim-wild-regex): Add docstring.
6635         (completion-pcm--string->pattern): Add support for 0-width delimiters
6636         in completion-pcm--delim-wild-regex.
6638 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6640         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6641         Remove unused var `buffer-modified-p'.
6643         * minibuffer.el (completion--do-completion): Move point for the #b001
6644         case as well (bug#4176).
6645         (minibuffer-complete, minibuffer-complete-word): Don't move point.
6647 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
6649         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
6650         and :session buses.
6652 2009-08-18  Kenichi Handa  <handa@m17n.org>
6654         * international/ucs-normalize.el (ucs-normalize-version):
6655         Change to 1.1.
6656         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6657         (utf-8-hfs): Make it perform normalization on encoding too.
6659         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
6660         (sentence-end-without-space): Delete duplicated chars.
6661         (sentence-end-base): Likewise.
6663         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
6664         (html-mode): Delete duplicated chars from sentence-end-base.
6666         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
6667         (texinfo-mode): Delete duplicated chars from sentence-end-base.
6669 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
6671         * files.el (hack-one-local-variable): If the mode function is for
6672         a minor mode, pass it an argument (Bug#4148).
6674 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
6676         * net/tramp.el (tramp-register-completion-file-name-handler):
6677         Check also for (member 'partial-completion completion-styles).
6679 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6681         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6682         abbrev (Bug#3943).
6684 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
6686         * progmodes/cperl-mode.el: Merge upstream 6.2.
6687         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6688         (cperl-forward-re): Check cperl-brace-recursing.
6689         (cperl-highlight-charclass): New function.
6690         (cperl-find-pods-heres): Use it.
6691         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6692         (cperl-beautify-regexp-piece): Fix column calculation.
6693         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6694         (cperl-beautify-level): Don't process entire regexp.
6695         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6696         calling man.
6697         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6698         (cperl-init-faces): Build a list in the normal way.
6700 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6702         * calendar/parse-time.el (parse-time-string-chars): Save match
6703         data.
6705 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6707         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6708         (sql-product): Use it.
6709         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6710         (sql-set-product): Add completion.
6711         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6712         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6713         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6714         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6715         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6716         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6717         (sql-highlight-db2-keywords): Remove.
6718         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6719         (sql-highlight-product): Use derived-mode-p.
6720         (sql-set-sqli-buffer): Use with-current-buffer.
6721         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6722         Simplify.
6724         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6726         * term.el: Fix commenting convention, turn comments into docstrings.
6728 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6730         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6732 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6734         * calendar/parse-time.el (parse-time-string-chars): Compute using
6735         character classes, to handle non-ascii characters (Bug#3190).
6737 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6739         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6740         another heredoc if the user adds another < (Bug#3226).
6742         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6743         Don't initialize based on window-system (Bug#4124).
6745         * facemenu.el (facemenu-read-color): Use a completion function
6746         that accepts any defined color, such as RGB triplets (Bug#3677).
6748         * files.el (get-free-disk-space): Change fallback default
6749         directory to /.  Expand DIR argument before switching to fallback.
6750         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6752 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6754         * files.el (load-library): Doc fix.
6756 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6758         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6759         (viper-if-string): Redefine C-s in the minibuffer to insert the last
6760         incremental search string.
6762         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6763         XEmacs.
6765         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6766         (ediff-merge-region-is-non-clash)
6767         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6768         Also check if the job is really a merge job.
6770         * ediff.el (ediff-current-file): New function.
6772 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6774         * progmodes/js.el: Edit docstrings throughout to follow Emacs
6775         conventions.
6776         (js-insert-and-indent): Delete function.
6777         (js-mode-map): Don't bind keys to js-insert-and-indent.
6778         (js-beginning-of-defun): Rename from js--beginning-of-defun.
6779         (js-end-of-defun): Rename from js--end-of-defun.
6780         (js-auto-indent-flag): Delete variable.
6782 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
6784         * progmodes/js.el: Remove proclaim statement.
6785         Defvar which-func-imenu-joiner-function to silence compiler.
6787         * files.el (auto-mode-alist): Use js-mode for .js files.
6789         * progmodes/js2-mode.el: Remove file.
6791         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6793         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6795         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6797 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
6798             Karl Landstrom  <karl.landstrom@brgeight.se>
6800         * progmodes/js.el: New file.
6802 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
6804         * timezone.el (timezone-parse-date): Add ability to understand ISO
6805         basic format (minimal separators) dates in addition to the
6806         already-supported extended format dates.
6808 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
6810         * international/ucs-normalize.el: Add a `coding' file variable.
6812         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6814 2009-08-14  Sam Steingold  <sds@gnu.org>
6816         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6818 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
6820         * faces.el (help-argument-name): Define it here instead of
6821         help-fns.el, because in daemon mode help-fns.el may be loaded when
6822         faces are still uninitialized (Bug#1078).
6824         * help-fns.el (help-argument-name): Move defface to faces.el.
6826 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
6828         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6829         create buffer with a pty but no process so that GDB can make the
6830         inferior the controlling process.
6832 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
6834         * international/ucs-normalize.el: New file.
6836 2009-08-13  Richard Stallman  <rms@gnu.org>
6838         * mail/rmail.el (rmail-get-attr-names):
6839         Accept an attribute header that is too short.
6841         * mail/rmail.el (rmail-forget-messages):
6842         Ignore nil elt in rmail-message-vector.  Use dotimes.
6844         * progmodes/compile.el (compilation-goto-locus):
6845         Use next-error-move-function.
6847         * simple.el (next-error-move-function): New variable.
6849 2009-08-12  Juri Linkov  <juri@jurta.org>
6851         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6852         always non-nil.  (Bug#4052)
6854         * replace.el (read-regexp): Return empty string when
6855         `default-value' is nil.
6856         (keep-lines-read-args): Don't use empty string as the
6857         default value for `read-regexp'.  (Bug#2495)
6859 2009-08-12  Juri Linkov  <juri@jurta.org>
6861         * international/mule-cmds.el (ucs-insert): Change arguments
6862         from `arg' to `character', `count', `inherit' to be the same
6863         as in `insert-char'.  Doc fix.  (Bug#4039)
6865         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6867 2009-08-12  Juri Linkov  <juri@jurta.org>
6869         * files-x.el: New file.
6871         * files.el: Move code that deals with adding/deleting
6872         file/directory-local variables to files-x.el.
6874         * Makefile.in (ELCFILES): Add files-x.elc.
6876 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
6878         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6879         to use `goto-line'.
6880         (gdb-place-breakpoints, gdb-get-location): Rewritten without
6881         `goto-line'.
6882         (gdb-invalidate-disassembly): Do not refresh upon receiving
6883         'update signal.  Instead, update all disassembly buffers only after
6884         threads list.
6885         (gdb): Send -target-detach when buffer is killed (Bug#3794).
6886         (gdb-starting): Moved -data-list-register-names...
6887         (gdb-stopped): ...here so it's sent when first thread stops.
6888         (gdb-registers-handler-custom): Do nothing if register names are
6889         unknown yet.
6891         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6892         from `gdb-mi.el' to avoid extra tangling.
6894         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6895         change which breaks `gud-def' definitions used in `gdb'.
6896         (gdb-update-gud-running): No extra fuss for updating frame number.
6898 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6900         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6901         (describe-language-environment-map, setup-language-environment-map)
6902         (set-coding-system-map): Move initialization into declaration.
6903         (set-language-info-alist): Last arg to define-key-after can be skipped.
6905         * international/quail.el (quail-completion-1): Simplify.
6906         (quail-define-rules): Use slightly more compact code.
6907         (quail-insert-decode-map): Propertize keys, compact columns.
6909         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6910         Add goto-line.
6912 2009-08-10  Miles Bader  <miles@gnu.org>
6914         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6915         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6916         (js2-instance-member, js2-private-member, js2-private-function-call)
6917         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6918         (js2-magic-paren, js2-external-variable):
6919         Remove "-face" suffix from face names.
6920         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6921         (js2-highlight-undeclared-vars, js2-peek-token)
6922         (js2-parse-function-params, js2-mode-show-errors)
6923         (js2-mode-show-warnings, js2-make-magic-delimiter)
6924         (js2-mode-highlight-magic-parens): Update to use new face names.
6926 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
6928         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6929         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
6931 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
6933         * subr.el: Provide hashtable-print-readable.
6935         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6936         hs-c-like-adjust-block-beginning.
6937         (hs-hide-block-at-point): Stop hiding at the beginning of
6938         hs-block-end-regexp (Bug#700).
6940 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
6942         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6943         a macro.
6944         (gdb-registers-handler-custom): Do not fail when register names
6945         are unavailable.
6947 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6949         * progmodes/gdb-mi.el (gdb-control-all-threads)
6950         (gdb-control-current-thread): Interactive setters for
6951         `gdb-gud-control-all-threads' to use in menu.
6952         (gdb-show-run-p): Show «Go» when process is not active.
6953         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
6954         gud/thread.xpm and gud/all.xpm.
6956 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
6958         * net/net-utils.el (net-utils-font-lock-keywords): New var.
6959         (nslookup-font-lock-keywords): Make it a variable.
6960         (net-utils-mode): New mode for viewing diagnostic network output.
6961         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6962         (net-utils-run-simple): New function.
6963         (ifconfig, iwconfig, netstat, arp, route): Use it.
6965 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6967         * progmodes/gdb-mi.el (gdb-read-memory-custom)
6968         (gdb-memory-set-address, def-gdb-set-positive-number)
6969         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6970         after changing settings.
6971         (gdb-invalidate-disassembly): Update when first shown.
6972         (gdb-edit-locals-value): Fixed.
6973         (gdb-registers-handler-custom): Print registers in right order and
6974         allow changing register values (only for current thread yet).
6975         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6976         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6977         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6978         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6979         info in mode name.
6980         (gdb-registers-mode-map): TAB to switch to locals.
6982 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
6984         * mail/rmail.el (rmail-add-mbox-headers)
6985         (rmail-set-message-counters-counter): Search for
6986         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
6988 2009-08-08  Glenn Morris  <rgm@gnu.org>
6990         * Makefile.in (ELCFILES): Update.
6992 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6994         * mail/sendmail.el (mail-yank-original): Set
6995         buffer-file-coding-system from the one used by the message whose
6996         text is yanked.
6998         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6999         to "windows" when "pgnuplot" is used.
7000         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7001         call accept-process-output if "pgnuplot" is used.
7002         (calc-graph-init): Don't send -display and -geometry to
7003         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
7004         running "pgnuplot -V" with shell-command-to-string.
7006         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7007         the default.
7009 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7011         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7012         org/org-latex.elc.
7014 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7016         * vc-dispatcher.el (vc-resynch-window): Update comment.
7018         * term.el (term-handle-ansi-escape): Add comments with the
7019         terminfo capabilities implemented.
7021 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
7023         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7024         (gdb-var-create-handler): Rewritten using JSON parser.
7025         (gdb-propertize-header): Moved earlier.
7026         (gdb-set-header): Removed to avoid duplication.
7027         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7028         Refresh disassembly buffers only after threads list have been
7029         update.
7030         (gdb-threads-header, gdb-registers-header): Per-buffer header line
7031         variables.
7033 2009-08-04  Juri Linkov  <juri@jurta.org>
7035         * files.el: Commands to add/delete file/directory-local variables.
7036         (read-file-local-variable, read-file-local-variable-value)
7037         (read-file-local-variable-mode, modify-file-local-variable)
7038         (modify-file-local-variable-prop-line)
7039         (modify-dir-local-variable): New functions.
7040         (add-file-local-variable, delete-file-local-variable)
7041         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7042         (add-dir-local-variable, delete-dir-local-variable)
7043         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7044         (copy-dir-locals-to-file-locals-prop-line): New commands.
7046 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
7048         * abbrev.el (insert-abbrev-table-description): Prettify output.
7049         Suggested by Karl Chen.
7051 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
7053         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7054         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7055         (gdb-overlay-arrow-position, gdb-thread-position)
7056         (gdb-disassembly-position): Declare variables.
7057         (gdb-wait-for-pending): Function now.
7058         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7059         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7060         compilation goes smoothly.
7061         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7062         (gdb-non-stop-setting): New customization setting which replaces
7063         `gdb-non-stop' so changing it doesn't break active GDB session.
7064         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7065         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7066         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7067         (gdb-show-threads-by-default): New customization options.
7068         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7069         routines.
7070         (gdb-get-buffer-create): Send buffers update signal when they are
7071         created.
7072         (gdb-invalidate-locals, gdb-invalidate-registers)
7073         (gdb-invalidate-breakpoints)
7074         (gdb-invalidate-threads, gdb-invalidate-disassembly)
7075         (gdb-invalidate-memory): Accept update signal.
7076         (gdb-current-context-command): Use --frame option.
7077         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7078         Implement `gdb-frame-number' selection logic.
7079         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7080         whether to show GUD toolbar buttons.
7081         (gdb-thread-exited): Unselect current thread when it exits.
7082         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7083         (gdb-mark-line): Routine which sets overlay arrow or inverses
7084         video on fringeless displays.
7085         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7086         to build aligned columns of data in GDB buffers and set text
7087         properties line-by-line.
7088         (gdb-invalidate-breakpoints)
7089         (gdb-breakpoints-list-handler-custom)
7090         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7091         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7092         (gdb-registers-handler-custom): Align data columns.
7093         (gdb-locals-handler-custom): Now prints data like in variable
7094         declarations.
7095         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7096         Removed confusing buttons.
7097         (gdb-invalidate-threads): Append --frame.
7098         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7099         between breakpoints/threads buffers.
7100         (gdb-set-window-buffer): Now can ignore dedicated windows.
7101         (gdb-propertize-header): Use `gdb-set-window-buffer'.
7102         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7103         (def-gdb-thread-buffer-gud-command): Replaces
7104         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7105         for fine thread control.
7106         (gdb-preempt-existing-or-display-buffer): New function used to
7107         display bound buffers without breaking window layout.
7108         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7109         (gdb-select-frame): New version of `gdb-frames-select' which now
7110         sets `gdb-frame-number' so commands may use --frame option instead
7111         of inner debugger state.
7112         (gdb-frame-handler): Do not set `gdb-frame-number'.
7113         (gdb-threads-mode-map): Select threads with mouse.
7115         * progmodes/gud.el (gdb-gud-context-call): Declare function to
7116         avoid compilation warning.
7117         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7118         `gdb-show-stop-p`.
7120         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7121         Argument `key' renamed to `buffer-type'.
7122         (gdb-current-context-buffer-name): Do not add thread info to
7123         buffer name when no thread is selected.
7124         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7125         command (bug 3794).
7126         (gdb-thread-selected): Handle `=thread-selected' notification.
7127         (gdb-wait-for-pending): New macro to deal with congestion problems.
7128         (gdb-breakpoints-list-handler-custom): Don't fail on pending
7129         breakpoints.
7130         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7131         This fixes problem similar to one described in bug 3947.
7132         (gud-menu-map): More menu items.
7133         (gdb-init-1): Reset `gdb-thread-number' to nil.
7135         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7136         non-stop settings.
7138         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7139         (gdb-current-context-command): Do not append --thread if
7140         `gdb-thread-number' is nil.
7141         (gdb-running-threads-count, gdb-stopped-threads-count): New
7142         variables.
7143         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7144         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7145         customization options.
7146         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7147         GUD commands.
7148         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7149         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7150         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7151         set `gdb-thread-number' and update `gud-running' properly.
7152         (gdb-running): Update threads list when new threads appear.
7153         (gdb-stopped): Support non-stop operation and new thread switching
7154         logic.
7155         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7156         (gdb-json-partial-output): New set of JSON routines.
7157         (def-gdb-auto-update-trigger): New `signal-list' optional
7158         argument.
7159         (gdb-thread-list-handler-custom): Update `gud-running',
7160         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7161         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7162         (gdb-continue-thread, gdb-step-thread): New commands for fine
7163         thread execution control.
7164         (gud-menu-map): New menu items to switch non-stop options.
7165         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7166         (gdb-send): Mimic RET properly (bug 3794).
7168         * progmodes/gdb-mi.el (gdb-rules-name-maker)
7169         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7170         gdb-buffer-rules.
7171         (def-gdb-auto-update-handler): New nopreserve optional argument.
7172         (gdb-stack-list-frames-custom): Print stack from top to bottom.
7174         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7175         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7176         (gdb-parent-mode): New mode to derive other GDB modes from.
7177         (gdb-display-disassembly-for-thread)
7178         (gdb-frame-disassembly-for-thread): New commands for threads
7179         buffer.
7181         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7182         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7183         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7184         (gdb-update): We now store all GDB buffers in a list so that they
7185         can be updated by traversing a list instead of calling invalidate
7186         triggers explicitly.
7187         (def-gdb-trigger-and-handler): New macro to define trigger-handler
7188         pair for GDB buffer.
7189         (gdb-stack-buffer-name): Add thread information.
7190         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7191         handle pending triggers.
7192         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7193         (def-gdb-thread-buffer-simple-command)
7194         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7195         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7196         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7197         New commands which show buffers bound to thread.
7198         (gdb-stack-list-locals-regexp): Removed unused regexp.
7200         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7201         (gdb-locals-buffer-name, gdb-registers-buffer-name)
7202         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7203         to (gud-comint-buffer) in *-buffer-name functions
7204         because (gdb-get-target-string) already does that.
7205         (gdb-locals-handler-custom, gdb-registers-handler-custom)
7206         (gdb-changed-registers-handler): Rewritten without regexps.
7208         * progmodes/gdb-mi.el: Basic thread selection support.
7209         (gdb-thread-number): New variable.
7210         (gdb-current-context-command): New macro which adds --thread
7211         option to command.
7212         (gdb-threads-mode-map): Select thread with SPC.
7213         (gdb-thread-list-handler-custom): Mark current thread with overlay
7214         arrow.  Synchronize GDB thread and Emacs thread.
7215         (gdb-select-thread): New command which selects current thread.
7216         (gdb-invalidate-frames, gdb-invalidate-locals)
7217         (gdb-invalidate-registers): Use --thread option.
7219 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
7221         * net/tramp.el (top): Make check for tramp-gvfs loading more
7222         robust.  (Bug#3977)
7223         (tramp-handle-insert-file-contents): `unwind-protect' must be
7224         inside `with-parsed-tramp-file-name'.
7226         * net/tramp-gvfs.el (top): Remove superfluous message when loading
7227         fails.
7229 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
7231         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7232         directory if CLASSPATH is not set.
7234 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
7236         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7237         New defconst.
7238         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
7240 2009-08-02  Kevin Ryde  <user42@zip.com.au>
7242         * net/newst-backend.el (newsticker--raw-url-list-defaults):
7243         Update freshmeat link.  Delete newsforge.com as it seems gone.
7245 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7247         * select.el (x-set-selection): Doc fix (Bug#4021).
7249         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7251         * help-fns.el (describe-variable): Treat list return values from
7252         dir-locals-find-file properly (Bug#4005).
7254 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
7256         * net/tramp.el (tramp-debug-message): Print also microseconds.
7258 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
7260         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7261         or END is non-nil.
7262         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7263         (tramp-get-debug-buffer): Change `outline-regexp' according to new
7264         format.
7266         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7267         (tramp-get-file-property): Use it.
7269         * autorevert.el (auto-revert-handler): Allow
7270         `auto-revert-tail-mode' for remote files.
7272 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7274         * minibuffer.el (read-file-name): Treat confirm options to
7275         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7277 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7279         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7280         (font-lock-variable-name-face, font-lock-constant-face): Darken
7281         the colors for light backgrounds.
7283 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7285         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7286         month names.  (Bug#3987)
7288 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7290         * simple.el (line-move-finish): Pass whole number to
7291         line-move-to-column.
7292         (line-move-visual): Perform hscroll to the recorded position.
7294 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7296         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7298 2009-07-29  Alan Mackenzie  <acm@muc.de>
7300         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7302 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
7304         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7305         (gdb-place-breakpoints): Use full path when setting breakpoints.
7307 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7309         * calc/calc.el (calc-mode-map): Add keybinding for
7310         `calc-transpose-lines'.
7312 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
7314         * calc/calc-misc.el (calc-transpose-lines): New function.
7316 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
7318         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7319         Simplify check for out-of-band methods.
7320         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7321         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7323 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7325         * vc-git.el (vc-git-checkin): Fix typo.
7327 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7329         * progmodes/js2-mode.el: New file.
7331 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7333         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7334         (gud-menu-map): Adjust tooltip accordingly.
7336 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7338         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7339         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7341         * add-log.el (change-log-mode-map): Add a menu.
7343 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7345         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7346         function returns nil.
7347         (dbus-handle-event): Handle special return value :ignore.
7348         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7350 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7352         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7353         it's not needed.
7355 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7357         Fix Bug#3888:
7359         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7361         * term/pc-win.el (x-display-name, x-colors)
7362         (x-select-enable-clipboard, x-select-text): Doc fix.
7364         * term/common-win.el (x-display-name, x-colors): Doc fix.
7366         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7367         (xw-defined-colors): Doc fix.
7369         * w32-fns.el (x-select-text, x-setup-function-keys)
7370         (x-get-selection, x-set-selection): Doc fix.
7372         * term/x-win.el (x-select-text, x-setup-function-keys)
7373         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7375         * select.el (x-set-selection): Doc fix.
7377 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7379         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7380         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7381         "IsNSSSupportAvailable" method is not available.  Reported by
7382         Steve Youngs <steve@sxemacs.org>.
7384 2009-07-24  Kenichi Handa  <handa@m17n.org>
7386         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7387         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7388         (build-unicode-category-table): Fix range checks.
7390 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7392         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7393         the buffer we try to sync is current when calling
7394         vc-resynch-buffer.
7396         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7397         not show up to date files.
7399 2009-07-24  Glenn Morris  <rgm@gnu.org>
7401         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7402         Add autoload cookies.  If necessary, initialize.
7403         (elint-log): Handle non-file buffers.
7404         (elint-initialize): Add optional argument to reinitialize.
7405         (elint-find-builtin-variables): Save excursion.
7407 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7409         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7410         for Lint.
7412 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7414         * vc.el (vc-print-log-internal): New function, split out from ...
7415         (vc-print-log): ... here.
7416         (vc-dir-move-to-goal-column): Declare.
7418         * vc-git.el (vc-git-add-signoff): New variable.
7419         (vc-git-checkin): Use it.
7420         (vc-git-toggle-signoff): New function.
7421         (vc-git-extra-menu-map): Bind it to menu.
7422         (vc-git--run-command-string): Accept a nil FILE argument.
7423         (vc-git-stash-list): New function.
7424         (vc-git-dir-extra-headers): Use it.
7426 2009-07-23  Glenn Morris  <rgm@gnu.org>
7428         * help-fns.el (describe-variable): Describe ignored and risky local
7429         variables in a similar way to that in which we describe safe ones.
7431         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7432         (byte-compile-output-file-form, byte-compile-output-docform)
7433         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7434         Give some more local variables with common names a "bytecomp-" prefix,
7435         so as not to shadow things during compilation.
7436         * emacs-lisp/cl-macs.el (load-time-value)
7437         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7438         `outbuffer' to `bytecomp-outbuffer'.
7440         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7441         since the next two variables cover them automatically now.
7442         (elint-builtin-variables, elint-autoloaded-variables): New.
7443         (elint-unknown-builtin-args): Remove all members, since they can be
7444         parsed automatically now.
7445         (elint-extra-errors): New.
7446         (elint-env-add-env, elint-env-add-macro): Use cadr.
7447         (elint-current-buffer): Use or.  Change final message.
7448         (elint-get-top-forms): Use line-end-position.
7449         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7450         and defalias.
7451         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7452         (regexp-assoc): Remove unused function.
7453         (elint-top-form): Set elint-current-pos, to record the start of the
7454         top-level form, for compilation-mode.
7455         (elint-form): Trap errors in macro expansion.  Use dolist.
7456         (elint-unbound-variable): Use elint-builtin-variables and
7457         elint-autoloaded-variables.
7458         (elint-get-args): Use cadr, or.
7459         (elint-check-cond-form): Use dolist, cadr.
7460         (elint-check-condition-case-form): Doc fix.  Use cadr.
7461         Use elint-extra-errors.
7462         (elint-log): New function.
7463         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7464         Distinguish errors and warnings.
7465         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7466         Use a bytecomp-style format.
7467         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7468         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7469         Don't truncate lines.
7470         (elint-initialize): Set builtin and autoloaded variable lists.
7471         Only process elint-unknown-builtin-args if non-nil.
7472         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7473         New functions.
7474         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7476 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7478         * net/newst-backend.el (newsticker--parse-atom-1.0)
7479         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7480         (newsticker--parse-rss-1.0):
7481         * progmodes/idlwave.el (idlwave-mode):
7482         * progmodes/idlw-shell.el (idlwave-shell-mode):
7483         * progmodes/vera-mode.el (vera-mode):
7484         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7485         * progmodes/vhdl-mode.el (vhdl-mode):
7486         * textmodes/table.el (table-generate-source)
7487         (table--warn-incompatibility):
7488         Hyperlink urls in docstrings with URL `...'.
7490 2009-07-22  Glenn Morris  <rgm@gnu.org>
7492         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7493         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7494         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7495         Remove leading * from defcustom docs.
7497         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7499         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7500         defcustom doc.
7501         (list-load-path-shadows): Optionally, just return shadows as a string.
7503         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7505 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7507         * mail/rmailedit.el (rmail-edit-mode): Use
7508         auto-save-include-big-deletions.
7510         * mail/rmail.el (rmail-variables): Use
7511         auto-save-include-big-deletions.
7513         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7514         changes.
7516 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7518         * calc/calc.el (calc-undo-length): New variable.
7519         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7521 2009-07-21  Richard Stallman  <rms@gnu.org>
7523         * files.el (auto-save-mode): Handle buffer-save-size = -2
7524         for toggling mode.
7526 2009-07-21  Glenn Morris  <rgm@gnu.org>
7528         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7530         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7532         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7533         silence compiler.  Instead...
7534         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7535         (ps-print-ensure-fontified): Update for above function name changes.
7537         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7538         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7539         silence compiler.  Instead...
7540         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7541         (mh-show-buffer): Only define for compiler.
7542         (pr-mh-current-message): Update for above function name changes.
7544         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7545         as an argument.
7546         (find-file-noselect, insert-file-1): Update for above change.
7548         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7550         * mail/mailclient.el (mailclient-send-it): Fix message.
7552         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7553         (edebug-eval): Check cl-debug-env is bound.
7554         (print-level, print-circle): Don't redefine built-in variables.
7556         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7557         (custom-print-vectors): Remove old comments from doc.
7559         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7560         (emerge-version): Make the variable an obsolete alias for the
7561         emacs-version variable.  Make the function obsolete.
7562         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7563         Emerge options, rather than merging in into the main Options menu.
7564         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7565         and auto advance modes.  Disable edit/fast items when not relevant.
7567 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7569         * term/vt420.el (terminal-init-vt420): Fix typo.
7571 2009-07-20  Sam Steingold  <sds@gnu.org>
7573         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7574         variable (removed from compile.el on 2004-03-11).
7576 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7578         * files.el (hack-local-variables-filter): Fix last change.
7580 2009-07-19  Juri Linkov  <juri@jurta.org>
7582         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7583         (dir-local-variables-alist): New buffer-local variable.
7584         (hack-local-variables-filter): If variable is not dir-local,
7585         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7586         because file-local overrides dir-local.
7587         (c-postprocess-file-styles)<declare-function>:
7588         Remove obsolete declaration.
7589         (hack-dir-local-variables): Add dir-local variable/value pair to
7590         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7592         * help-fns.el (describe-variable): Add information about
7593         file-local and dir-local variables.
7595 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7597         * files.el (hack-local-variables-filter): Rewrite.
7599 2009-07-19  Glenn Morris  <rgm@gnu.org>
7601         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7602         Silence compiler by only defining on XEmacs.
7604         * international/mule.el (auto-coding-regexp-alist): Only match
7605         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7607         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7608         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7609         (cal-menu-context-mouse-menu): Doc fix.
7611         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7613         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7615 2009-07-18  Juri Linkov  <juri@jurta.org>
7617         * info.el: Virtual Info keyword finder.
7618         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7619         (Info-finder-file): New variable.
7620         (Info-finder-find-file): New function.
7621         (finder-known-keywords, finder-package-info)
7622         (find-library-name, lm-commentary): Use defvar and
7623         declare-function to silence compiler warnings.
7624         (Info-finder-find-node): New function.
7625         (info-finder): New command.
7627         * subr.el (process-kill-buffer-query-function): New function.
7628         (add-hook)<kill-buffer-query-functions>: Add hook
7629         `process-kill-buffer-query-function'.
7631 2009-07-18  Alan Mackenzie  <acm@muc.de>
7633         * progmodes/cc-mode.el (c-before-hack-hook)
7634         (c-postprocess-file-styles): Give invocation of `c-set-style'
7635         DONT-OVERRIDE parameter of t.  Already set style variables will
7636         thus not be overridden by style settings given by `c-file-syle'.
7638         * files.el (hack-local-variables-filter): Remove entries with
7639         duplicate keys from `file-local-variables-alist'.
7641 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7643         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7644         x-set-selection if display-selections-p returns nil for the
7645         current frame.
7647 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
7649         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7651 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7653         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7654         Accept nil in addition to a regexp.
7655         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7656         Accept nil in addition to a regexp.
7657         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7658         buffers that have an associated file.  Handle nil values of
7659         desktop-buffers-not-to-save and desktop-files-not-to-save.
7660         (Bug#3833)
7662         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7663         (x-disown-selection-internal): New functions.
7665 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
7667         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7668         warning.
7669         (gdb-breakpoints-header): Move forward to avoid compiler warning.
7670         (gdb-make-header-line-mouse-map): Remove duplicate definition.
7672 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
7674         * simple.el (set-mark): Revert last change.
7676 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
7678         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7679         rendering of pngs is not possible instead of messaging a long
7680         description.
7682 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
7684         * w32-fns.el (x-selection-owner-p): New function.
7686         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7687         (mouse-yank-at-click, mouse-yank-primary): If
7688         select-active-regions is non-nil, deactivate the mark before
7689         insertion.
7691         * simple.el (deactivate-mark, set-mark): Only save selection if we
7692         own it.
7694 2009-07-17  Kenichi Handa  <handa@m17n.org>
7696         * case-table.el (describe-buffer-case-table): Fix for the case
7697         that KEY is a cons.
7699 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7701         * vc-rcs.el (vc-rcs-find-file-hook):
7702         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7704 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
7706         * net/tramp.el (tramp-wait-for-output): Handle the case when
7707         commands do not return a newline but a null byte before the shell
7708         prompt.  (Bug#3858)
7710 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7712         * term/ns-win.el (ns-set-alpha): Don't declare.
7713         (ns-set-background-alpha): Remove function.
7715 2009-07-16  Kevin Ryde  <user42@zip.com.au>
7717         * emacs-lisp/copyright.el (copyright-update): Save match-data across
7718         y-or-n-p, for safety.
7720 2009-07-16  Richard Stallman  <rms@gnu.org>
7722         * files.el (auto-save-mode): If buffer-saved-size is -2,
7723         don't clobber it.
7725         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7726         (rmail-retry-ignored-headers): Add more uninteresting fields.
7728 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
7730         * net/rcirc.el (rcirc): Use history variables.
7731         (rcirc-server-name-history, rcirc-nick-name-history)
7732         (rcirc-server-port-history): New variables.
7734 2009-07-15  Kenichi Handa  <handa@m17n.org>
7736         * international/mule-cmds.el (set-language-environment-charset):
7737         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7738         ignore them.
7740         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7741         Delete unibyte-display.
7743 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7745         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7747 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7749         * simple.el (deactivate-mark): Optional argument FORCE.
7750         (set-mark): Use deactivate-mark.
7752         * info.el (Info-search): No need to check transient-mark-mode
7753         before calling deactivate-mark.
7755         * select.el (x-set-selection): Doc fix.
7756         (x-valid-simple-selection-p): Allow buffer values.
7757         (xselect--selection-bounds): Handle buffer values.  Suggested by
7758         David De La Harpe Golden.
7760         * mouse.el (mouse-set-region, mouse-drag-track): Call
7761         copy-region-as-kill before setting the mark, to let
7762         select-active-regions work.
7764 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
7766         * simple.el (deactivate-mark): If select-active-regions is
7767         non-nil, copy the selection data into a string.
7768         (activate-mark): If select-active-regions is non-nil, set the
7769         selection to the current buffer.
7770         (set-mark): Update selection if select-active-regions is non-nil.
7772         * select.el (x-valid-simple-selection-p): Allow buffer values.
7774 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7776         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7777         and more featureful message-mode.
7779 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
7781         * select.el (x-set-selection): Doc fix.
7782         (x-valid-simple-selection-p): Disallow selection data consisting
7783         of a list or cons of integers, since that is not used.
7784         (xselect--selection-bounds, xselect--int-to-cons): New functions.
7785         (xselect-convert-to-string, xselect-convert-to-length)
7786         (xselect-convert-to-filename, xselect-convert-to-charpos)
7787         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7789 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
7791         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7792         output in -break-info command (Emacs bug #3794).
7794 2009-07-14  Glenn Morris  <rgm@gnu.org>
7796         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7797         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7798         (edebug-print-length, edebug-print-level, edebug-print-circle)
7799         (edebug-sit-for-seconds, edebug-view-outside)
7800         (edebug-bounce-point, edebug-set-global-break-condition)
7801         (edebug-Go-nonstop-mode, edebug-trace-mode)
7802         (edebug-Trace-fast-mode, edebug-continue-mode)
7803         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7804         (edebug-visit-eval-list): Doc fixes.
7806         * subr.el (def-edebug-spec): Doc fix.
7808 2009-07-14  Kenichi Handa  <handa@m17n.org>
7810         * international/characters.el: Fix setting of category ?C.
7812 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
7814         * term/ns-win.el (x-select-font): defalias x-select-font to
7815         ns-popup-font-panel instead of generate-fontset-menu.
7817 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
7819         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
7821 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
7823         * arc-mode.el (archive-find-type): Allow for a PK00 string before
7824         the PK\003\004 header (Bug#3770).
7826 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
7828         * pcomplete.el (pcomplete-comint-setup): Check for
7829         shell-dynamic-complete-filename too.
7831 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
7833         * simple.el (temporary-goal-column): Change the value for
7834         line-move-visual to a cons cell.
7835         (line-move-visual): Record or set the window hscroll, if
7836         necessary (Bug#3494).
7837         (line-move-1): Handle cons value of temporary-goal-column.
7839 2009-07-11  Kenichi Handa  <handa@m17n.org>
7841         * international/mule-diag.el (describe-character-set): Don't show
7842         width.
7844 2009-07-10  Sam Steingold  <sds@gnu.org>
7846         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7847         Omake sometimes indents the errors it prints, so allow all
7848         regexps to start with spaces.
7850 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
7852         * cus-edit.el (customize-changed-options-previous-release):
7853         Bump value to 22.1.  (Bug#3804)
7855 2009-07-08  Sam Steingold  <sds@gnu.org>
7857         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7858         to be a cons cell (test . ignored-directory) to selectively ignore
7859         some directories depending on the location of the search.
7861 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
7863         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7864         remote user is root, on the local host.
7865         (tramp-local-host-p): Either the local user or the remote user
7866         must be root.  (Bug#3771)
7868 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7870         * progmodes/gdb-mi.el (gdb): Remove description of
7871         gdb-use-separate-io-buffer.
7872         (menu): Don't allow toggling of or enable
7873         gdb-use-separate-io-buffer from menubar.
7875 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7877         * mail/unrmail.el (unrmail): Make sure the message ends with two
7878         newlines (Bug#3769).
7880 2009-07-08  Glenn Morris  <rgm@gnu.org>
7882         * calendar/calendar.el (calendar-current-date): Rework previous change.
7884 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
7886         * calendar/calendar.el (calendar-current-date):
7887         Add an optional argument giving an offset from today.
7889 2009-07-08  Glenn Morris  <rgm@gnu.org>
7891         * tutorial.el (tutorial--describe-nonstandard-key):
7892         Adjust the message for when a key has been unbound.
7893         (help-with-tutorial): Hide the arch-tag.
7895 2009-07-08  Kenichi Handa  <handa@m17n.org>
7897         * international/fontset.el (setup-default-fontset): For each
7898         script, append (not set) font-specs.
7900         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7901         docstring.
7903 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7905         * progmodes/gdb-mi.el (gdb-init-1): Move sending
7906         -data-list-register-names to ...
7907         (gdb-starting): ... here because GDB 7.0 requires execution to
7908         have started when using this MI command.
7909         (gdb-set-header): New function to distinguish select and
7910         unselected tabs in gdb buffers.
7911         (gdb-propertize-header): New macro that uses gdb-set-header.
7912         (gdb-breakpoints-header, gdb-locals-header): Use it.
7913         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7915 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
7917         * Makefile.in (ELCFILES): Remove fadr.elc.
7919 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
7921         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7922         may contain frame information, so `string-match' should be used.
7923         (gdb-update): Disassembly is invalidated through
7924         `gdb-get-selected-frame'.
7925         (gdb-pad-string): New function to pad string with spaces.
7926         (gdb-invalidate-disassembly): Invalidate only if the buffer
7927         exists.
7928         (gdb-disassembly-handler-custom): Column alignment.
7929         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7930         placing new ones.
7931         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7932         end of line, too.
7933         (gdb-frame-handler): Match convention to for disassembly buffer
7934         mode name.
7935         (gdb-stack-list-frames-handler): Rewritten without regexps.
7936         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7937         not highlight breakpoints without line information.
7938         (gdb-input): Add trailing newline to command.
7940         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7941         buffer properly.
7942         (gdb-breakpoints-list-handler-custom): Replacement for
7943         `gdb-break-list-handler'.  Using real parser instead of regexps
7944         now.
7945         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7946         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7947         to place breakpoints.
7948         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7949         functions.
7950         (gdb-disassembly-handler-custom): Show overlay arrow.
7951         (gdb-disassembly-place-breakpoints): Show breakpoints in
7952         disassembly buffer.
7953         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7954         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7955         instead of parsing breakpoints buffer.  Fixed old menu references
7956         in `gud-menu-map'.
7958         * fadr.el: Remove.
7960         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7961         (gdb-memory-address): New variable which holds top address of
7962         memory page shown in memory buffer.
7963         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7964         customization variables.
7965         New functions:
7966         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7967         display the memory buffer.
7968         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7969         buffer display parameters.
7970         (def-gdb-memory-format, gdb-memory-format-binary)
7971         (gdb-memory-format-octal, gdb-memory-format-unsigned)
7972         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7973         Functions for setting memory buffer format.
7974         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7975         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7976         unit size used in memory buffer.
7977         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7978         to next/previous page of memory buffer.
7979         Now using (bindat-get-field) instead of fadr functions.
7981 2009-07-07  Sam Steingold  <sds@gnu.org>
7983         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7984         non-top-level files.
7986 2009-07-07  Kenichi Handa  <handa@m17n.org>
7988         * international/mule-cmds.el (reset-language-environment): Put
7989         the highset priority to the charset iso-8859-1.
7991 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7993         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7994         to the end of the line when locating the block (Bug#700).
7996 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
7998         * net/tramp.el (tramp-handle-write-region): Flush file properties
7999         in case of short track.
8001 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
8003         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8004         representation of verilog error regular expressions to work with
8005         Emacs-22's new format.
8006         (verilog-error-regexp-xemacs-alist): Coded custom representation
8007         of verilog error regular expressions to work with XEmacs format.
8008         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8009         error recognition into XEmacs.
8010         (verilog-error-regexp-add-emacs): Hook routine to install verilog
8011         error recognition into Emacs-22.
8013 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8015         * woman.el: Remove stand-alone closing parentheses.
8016         (woman-file-name, woman2-format-paragraphs)
8017         (woman-leave-blank-lines): Code cleanup.
8018         (woman-use-own-frame): Change default to nil.
8019         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8020         defaults to inherit from default faces.
8021         (woman2-process-escapes): Consume the newline after a stand-alone
8022         filler character (Bug#3651).
8024 2009-07-06  Glenn Morris  <rgm@gnu.org>
8026         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8027         (top-level): Move provide to the end.
8028         (ffap): Remove defunct URL from custom group.
8030         * subr.el (eval-after-load): Doc fix.
8032 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
8034         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8035         `calc-embedded-word' is called twice.
8037 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8039         * files.el (find-alternate-file-other-window, find-alternate-file):
8040         Obey confirm-nonexistent-file-or-buffer.
8042 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
8044         * dired-aux.el (dired-show-file-type): Handle remote files.
8046 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
8048         * desktop.el (desktop-globals-to-save):
8049         Add file-name-history (Bug#2750).
8051 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
8053         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8055 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
8057         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8058         property on entire argument since this is what eshell-lisp-command
8059         expects.
8061 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
8063         * net/tramp-gvfs.el (tramp-gvfs-methods)
8064         (tramp-gvfs-zeroconf-domain)
8065         (tramp-bluez-discover-devices-timeout): Add version flag.
8066         (tramp-gvfs-handler-mounted-unmounted)
8067         (tramp-gvfs-connection-mounted-p): Polish handling of
8068         incompatibilities between GVFS 0.2 and 1.0.
8070 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
8072         * cus-start.el (all): Add make-pointer-invisible.
8074 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
8076         * calc-math.el (math-use-emacs-fn): Make sure that the number is
8077         formatted correctly.
8079 2009-07-02  Juri Linkov  <juri@jurta.org>
8081         * info.el: Virtual Info files and nodes.
8082         (Info-virtual-files, Info-virtual-nodes): New variables.
8083         (Info-current-node-virtual): New variable.
8084         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8085         New functions.
8086         (Info-file-supports-index-cookies): Use Info-virtual-file-p
8087         to check for a virtual file instead of checking a fixed list
8088         of node names.
8089         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8090         instead of ad-hoc processing of "dir" and (apropos history toc).
8091         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8092         instead of ad-hoc processing of "dir" and (apropos history toc).
8093         Reread a file when moving from a virtual node.
8094         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8095         (Info-directory-toc-nodes, Info-directory-find-file)
8096         (Info-directory-find-node): New functions.
8097         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8098         (Info-history): Move part of code to
8099         `Info-history-find-node'.
8100         (Info-history-toc-nodes, Info-history-find-file)
8101         (Info-history-find-node): New functions.
8102         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8103         (Info-toc): Move part of code to `Info-toc-find-node'.
8104         (Info-toc-find-node): New function.
8105         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
8106         the current Info file name to references because now the node
8107         "*TOC*" belongs to the same Info manual.
8108         (Info-toc-build): Rename from `Info-build-toc'.
8109         (Info-toc-nodes): Rename input argument `file' to `filename'.
8110         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8111         instead of ad-hoc processing of ("dir" apropos history toc).
8112         (Info-index-nodes): Use Info-virtual-file-p
8113         to check for a virtual file instead of checking a fixed list
8114         of node names.
8115         (Info-index-node): Add check for `Info-current-node-virtual'.
8116         Raise `save-match-data' higher up the tree to contain
8117         `search-forward' too (bug fix).
8118         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8119         (Info-virtual-index-nodes): New variable.
8120         (Info-virtual-index-find-node, Info-virtual-index): New functions.
8121         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8122         (Info-apropos-file, Info-apropos-nodes): New variables.
8123         (Info-apropos-toc-nodes, Info-apropos-find-file)
8124         (Info-apropos-find-node, Info-apropos-matches): New functions.
8125         (info-apropos): Move part of code to `Info-apropos-find-node' and
8126         `Info-apropos-matches'.
8127         (Info-mode-map): Bind "I" to `Info-virtual-index'.
8128         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8129         for a virtual file instead of checking a fixed list of node names.
8131         * simple.el (async-shell-command): New command.
8133         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8135         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8136         instead of `mount-info'.
8138 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
8140         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8141         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8143 2009-07-02  Kenichi Handa  <handa@m17n.org>
8145         * international/mule.el (set-keyboard-coding-system): Force *-unix
8146         coding-system to avoid eol conversion.
8148 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
8150         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8151         Add handler for `process-file', `shell-command' and
8152         `start-file-process'.
8153         (tramp-gvfs-handle-shell-command)
8154         (tramp-gvfs-handle-start-file-process)
8155         (tramp-gvfs-handle-process-file): New defuns.
8156         (tramp-synce-list-devices): Simplify check for existence of property.
8158 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8160         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8162 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8164         * language/korean.el (set-language-info-alist): Add korean-cp949,
8165         cp949 to spec.
8167 2009-07-01  Kenichi Handa  <handa@m17n.org>
8169         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8171         * international/encoded-kb.el: Deleted.
8173         * international/mule.el (set-keyboard-coding-system): Perform the
8174         necessary setup here instead of calling encoded-kbd-setup-display.
8176 2009-07-01  Glenn Morris  <rgm@gnu.org>
8178         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8180 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
8182         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
8184 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
8186         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8187         Handle also the 'rename case, when setting file modes.  (Bug#3712)
8188         (tramp-default-file-modes) Remove execute permissions.
8190         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8191         (top): Add a default for "synce" in `tramp-default-user-alist'.
8192         Add completion function for "synce" method.
8193         (tramp-hal-service, tramp-hal-path-manager)
8194         (tramp-hal-interface-manager, tramp-hal-interface-device):
8195         New defconst.
8196         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8197         (tramp-synce-list-devices, tramp-synce-parse-device-names):
8198         New defuns.
8200         * net/trampver.el: Update release number.
8202 2009-06-30  Kenichi Handa  <handa@m17n.org>
8204         * international/fontset.el (setup-default-fontset): Add CJK fonts
8205         for symbols and the other miscellaneous characters.
8207         * language/korea-util.el (setup-korean-environment-internal):
8208         Make char-width-table suitable for Korean environments.
8209         (exit-korean-environment): Cancel above.
8211         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8212         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8213         setup-funcion to make char-widht-table suitable for respective
8214         environments, and an exit-function to cancel that.
8216         * language/japan-util.el (setup-japanese-environment-internal):
8217         Call use-cjk-char-width-table with arg `ja_JP'.
8219         * international/characters.el (cjk-char-width-table): Delete it.
8220         (cjk-char-width-table-list): New variable.
8221         (use-cjk-char-width-table): New arg local-name.
8222         (use-default-char-width-table): Fix for the case that Emacs is
8223         already using the default char-width-table.
8225 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
8227         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8228         modes mandatory.  (Bug#3712)
8230 2009-06-29  Alan Mackenzie  <acm@muc.de>
8232         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8233         correction between the visible width of TABs and their number of bytes.
8235 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
8237         * server.el (server-buffer-done): Prevent kill-buffer from
8238         prompting by clearing the buffer modification flag (Bug#3696).
8240 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
8242         * verilog-mode.el (verilog-beg-of-statement)
8243         (verilog-endcomment-reason-re): Support unique case and priority case.
8244         (verilog-basic-complete-re): Support localparam lineup.
8245         (verilog-beg-of-statement-1): Fix for robustness, unique case.
8246         (verilog-set-auto-endcomments): Fix for unique case, always_comb
8247         commenting.
8248         (verilog-leap-to-case-head): Now support *nested* unique &
8249         priority case statements.
8250         (verilog-auto-lineup): Make just declarations the default (as it
8251         had been).
8252         (verilog-leap-to-case-head): Support priority/unique case statements.
8253         (verilog-auto-lineup): Rework to give users radio buttons to
8254         select the various styles of automatic lineup.
8255         (verilog-error-regexp-alist): Rework to support the XEmacs style
8256         of error regular expressions from compilers, lint tools &
8257         simulators.  Note that GNU Emacs has made it impossible for a mode
8258         to load such things.
8259         (electric-verilog-terminate-line, verilog-indent-declaration)
8260         (verilog-auto-wiure): Rework for radio button selection of
8261         auto-lineup selection of specification of auto lineup.
8262         (verilog-beg-of-statement-1): Redesign to support proper operation
8263         in additional code, based on testing with auto-lineup.
8264         (verilog-calculate-indent, assignments & declarations)
8265         (verilog-backward-token): Enhance to support auto-lineup of
8266         assignments & declarations.
8267         (verilog-in-directive-p, verilog-at-struct-p): New function for
8268         easy test of whether we are.
8269         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8270         to support safe execution at almost anyline.
8271         (verilog-calc-1): Properly support indenting deep inside generate
8272         blocks.
8273         (verilog-init-font) Remove definition & use of verilog-init-font,
8274         as it is redundant with font-lock-defaults.
8275         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8276         to avoid circular calls if syntax-ppss is a function (as is the
8277         case now in 22.x GNU Emacs) as that function would sometimes call
8278         itself, leading to (nearly) infinite recursion.
8279         (verilog-ovm-begin-re, verilog-ovm-end-re)
8280         (verilog-ovm-statement-re, verilog-leap-to-head)
8281         (verilog-backward-token): Add support for OVM macros.  Some are
8282         complete statements, and others open and close scopes like begin
8283         and end.
8284         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8285         (verilog-defun-level-generate-only-re): Really fix the defun-list
8286         compilation issue.
8287         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8288         coverpoint, constraint and cross statements.
8289         (verilog-defun-level-list, verilog-generate-defun-level-list)
8290         (verilog-all-defun-level-list): Redo these specifications - it is
8291         too hard to support eval-when compile aggregation of lists also
8292         built at when-compile time.
8293         (verilog-defun-level-list): Place defconsts of variables used in
8294         building regular expressions which are built in eval-when-compile
8295         bodies in the same eval-when-compile body to facilitate compile
8296         without load.
8297         (verilog-beg-block-re-ordered): Support indenting
8298         virtual/protected tasks and functions.
8299         (verilog-defun-level-list, verilog-in-generate-region-p)
8300         (verilog-backward-ws&directives, verilog-calc-1): Speed up
8301         indentation of some module items (generate items).
8302         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8303         across virtual/protected tasks and functions.
8305 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
8307         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8308         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
8309         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8310         in concatenations.  Reported by Yishay Belkind.
8311         (verilog-auto-ascii-enum): Support one-hot state machines in
8312         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
8313         (verilog-auto-inst, verilog-auto-inst-port): Include interface
8314         modport in AUTOINST and add vl-modport for users.  Reported by
8315         David Rogoff.
8316         (verilog-auto-inout-module, verilog-auto-inst)
8317         (verilog-decls-get-interfaces, verilog-insert-definition)
8318         (verilog-insert-one-definition, verilog-read-decls)
8319         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8320         (verilog-sig-modport, verilog-signals-combine-bus)
8321         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8322         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8323         Suggested by David Rogoff.
8324         (verilog-repair-open-comma): Fix non-insertion of comma when
8325         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8326         (verilog-make-width-expression): Simplify [A-1:0] expression
8327         widths to just {A{1'b0}}.
8328         (verilog-mode): Cleanup checkdoc warnings.
8329         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8330         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8331         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8332         (next-error-last-buffer): Fix byte-compiler warning.
8333         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8334         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8335         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8336         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8337         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8338         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8339         in AUTOINOUT.  Reported by Matthew Lovell.
8340         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8341         causing use of <= assignments.  Reported by Alex Reed.
8342         (verilog-read-decls): Fix triand, trior, wand, wor to be
8343         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8344         (verilog-extended-complete-re): Support import "DPI-C" functions.
8345         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8346         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8347         (verilog-insert-date, verilog-insert-year)
8348         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8349         Windows systems.  Reported by Michael Potts.
8350         (verilog-read-module-name): Fix AUTOINST when the child module
8351         declaration's name is a tick define.  Reported by Elliot Mednick.
8352         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8353         passed to next parameter's definition.  Reported by Bruce T.
8354         (verilog-read-decls): Fix detecting "parameter int" when using
8355         AUTOINSTPARAM.  Reported by Bruce T.
8356         (verilog-goto-defun): Fix goto not finding modules unless first
8357         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8358         (verilog-mode): Expand -f flag arguments on entry to mode so
8359         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8360         (verilog-getopt): Expand environment variables in -f file
8361         arguments.  Suggested by Lawrence Butcher.
8362         (verilog-set-define): Fix "Symbol's value as variable is void"
8363         when reading enumerations.
8364         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8365         Suggested by Stephen Peltan.
8366         (verilog-read-defines): Fix reading of enumerations in include
8367         files.  Reported by Steve Peltan.
8369 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8371         * files.el (trash-directory): Fix defcustom type.
8373 2009-06-28  Juri Linkov  <juri@jurta.org>
8375         * help-fns.el (describe-function-1): Correctly locate adviced
8376         functions in hyperlink (Bug#2438).
8378 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8380         * files.el (trash-directory): Change default to nil.
8381         (move-file-to-trash): If trash-directory is nil and
8382         system-move-file-to-trash is unbound, perform freedesktop-style
8383         trashing.
8385 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8387         * files.el (move-file-to-trash): Add freedesktop trash
8388         support (Bug#973).
8390 2009-06-28  Glenn Morris  <rgm@gnu.org>
8392         * autorevert.el (global-auto-revert-non-file-buffers)
8393         (global-auto-revert-mode): Doc fixes.
8395 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8397         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8399 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8401         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8402         opened an X connection before calling x-get-resource (Bug#3194).
8404         * play/doctor.el: Remove reference to obsolete website.
8405         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8407 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8409         Remove find-file-not-found-hook VC method.  (Bug#2757)
8410         * vc-hooks.el (vc-file-not-found-hook)
8411         (vc-default-find-file-not-found-hook): Remove functions.
8412         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8413         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8414         * vc.el:
8415         * vc-hg.el:
8416         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8418 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8420         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8421           compatibility function for `looking-back'.
8423         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8424         Use `ispell-looking-back'.
8426 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8428         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8429         rather than `filename'.
8431 2009-06-23  Miles Bader  <miles@gnu.org>
8433         * face-remap.el (text-scale-set): New function.
8435 2009-06-23  Glenn Morris  <rgm@gnu.org>
8437         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8439         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8441         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8443         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8445         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8446         Simplify Persian conditionals.
8448         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8449         variable `filename'.
8451         * comint.el (comint-insert-input): Doc fix.
8453         * Makefile.in (ELCFILES): Fix typo in previous change.
8455 2009-06-23  Miles Bader  <miles@gnu.org>
8457         * cus-start.el: Add entry for `recenter-redisplay'.
8459 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8461         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8462         Add an optional argument for the backend, use it instead of
8463         calling vc-backend.
8464         (vc-mode-line): Add an optional argument for the backend.
8465         Pass the backend to vc-state and vc-working-revision.  Move code for
8466         special handling for vc-state being a buffer to ...
8468         * vc-rcs.el (vc-rcs-find-file-hook):
8469         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8471         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8472         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8473         vc-stay-local-p and vc-mode-line calls.
8475         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8476         (vc-cvs-diff, vc-cvs-annotate-command)
8477         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8478         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8479         vc-mode-line calls.
8481         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8482         direct comparison.
8483         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8484         backend when calling vc-mode-line.
8485         (vc-register): Do not create a closure for calling the vc register
8486         function, call it directly.
8488 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8490         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8491         to make it obvious item can be clicked.
8493         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8495 2009-06-23  Kenichi Handa  <handa@m17n.org>
8497         * language/korea-util.el (korean-key-bindings): Change the binding
8498         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8499         same command.
8501 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8503         Sync with Tramp 2.1.16.
8505         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8507         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8508         when a loading of a package fails.  Completion function for rsync
8509         is `tramp-completion-function-alist-ssh'.
8510         (all): Replace all calls of `split-string' and
8511         `tramp-split-string' by `tramp-compat-split-string'.
8512         (tramp-default-method): Use `tramp-compat-process-running-p'.
8513         (tramp-default-proxies-alist): Allow also Lisp forms.
8514         (tramp-remote-path): Add choice "Private Directories".
8515         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8516         (tramp-domain-regexp): Allow also "-", "_" and ".".
8517         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8518         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8519         (tramp-debug-message): Insert header line in debug buffer.
8520         (tramp-handle-directory-files-and-attributes-with-stat):
8521         Care about filenames with spaces, or starting with "-".
8522         (tramp-handle-dired-uncache): New defun.
8523         (tramp-handle-insert-directory): Don't flush the directory from
8524         cache, this is handled by `dired-uncache' now.
8525         (tramp-handle-insert-file-contents): Improve error handling.
8526         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8527         Quote `tramp-end-of-output'.
8528         (tramp-action-password): Improve trace message.
8529         (tramp-check-for-regexp): Both echoes must be present, before removing.
8530         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8531         (tramp-compute-multi-hops): Eval cons cells of
8532         `tramp-default-proxies-alist'.
8533         (tramp-maybe-open-connection): Use the same command pattern for
8534         first hop and further hops.
8535         (tramp-wait-for-output): Remove handling of newlines.
8536         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8537         (tramp-split-string): Remove function.  It is handled in
8538         tramp-compat now.
8540         * net/tramp-cmds.el (tramp-bug):
8541         Recommend `tramp-cleanup-all-connections' in the bug mail.
8543         * net/tramp-compat.el (tramp-compat-split-string)
8544         (tramp-compat-process-running-p): New defuns.
8546         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8547         for `dired-uncache'.
8549         * net/tramp-gvfs.el: New package.
8551         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8552         Add handler for `dired-uncache'.
8553         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8555         * net/trampver.el: Update release number.  Make version check fit
8556         for SXEmacs 22.
8558 2009-06-22  Jim Meyering  <meyering@redhat.com>
8560         Automatically handle .xz suffix (XZ-compressed files), too.
8561         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8562         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8564 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8565             Nick Roberts  <nickrob@snap.net.nz>
8567         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8568         repository (http://sphinx.net.ru/hg/gdb-mi/).
8570 2009-06-22  Glenn Morris  <rgm@gnu.org>
8572         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8573         `mode' and `eval' entries.  (Bug#3430)
8575         * Makefile.in (ELCFILES): Add fadr.elc.
8577         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8578         differing behavior of \n and ^ in strings.  (Bug#3385)
8580         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8582         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8583         property.
8584         (lisp-indent-function): Make it a defcustom.
8586 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8588         * progmodes/gdb-ui.el: Replace with ...
8589         * progmodes/gdb-mi.el: ... this file.
8590         * progmodes/gud.el: Modify for gdb-mi.el.
8592 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8594         * fadr.el: New file.
8596 See ChangeLog.14 for earlier changes.
8598 ;; Local Variables:
8599 ;; coding: utf-8
8600 ;; End:
8602     Copyright (C) 2009  Free Software Foundation, Inc.
8604   This file is part of GNU Emacs.
8606   GNU Emacs is free software: you can redistribute it and/or modify
8607   it under the terms of the GNU General Public License as published by
8608   the Free Software Foundation, either version 3 of the License, or
8609   (at your option) any later version.
8611   GNU Emacs is distributed in the hope that it will be useful,
8612   but WITHOUT ANY WARRANTY; without even the implied warranty of
8613   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8614   GNU General Public License for more details.
8616   You should have received a copy of the GNU General Public License
8617   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8619 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1