Various minor fixes.
[emacs.git] / lisp / ChangeLog
blob4e7266feda135b419c95b8cb38458f60c4ec8b75
1 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3         Various minor fixes.
4         * htmlfontify.el (hfy-default-header): Add toggle_invis since
5         Javascript belongs in the header, not the body.
6         (hfy-javascript): Remove.
7         (hfy-fontify-buffer): Don't insert it any more.
8         (hfy-face-at): Handle (face0 face1 face2) style face properties.
9         Fix bug in invis handling when there were no invis props in a chunk.
11 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
17         * finder.el (finder-mode-map): Add a menu.
19 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
21         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
22         "unsigned" structs.
24         (verilog-leap-to-head, verilog-backward-token): Handle "disable
25         fork" statement better.
27 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
29         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
30         (verilog-delete-empty-auto-pair, verilog-library-filenames):
31         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
33         (verilog-auto-inst, verilog-auto-star-safe)
34         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
35         Fix removing "// Interfaces" when saving .* expansions.  Reported by
36         Pierre-David Pfister.
38 2009-11-26  Glenn Morris  <rgm@gnu.org>
40         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
41         the scope.
43 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
45         * vc-annotate.el (vc-annotate-revision-previous-to-line):
46         Really use previous revision.
48 2009-11-25  Kevin Ryde  <user42@zip.com.au>
50         * man.el (Man-completion-table): default-directory "/" in case
51         doesn't otherwise exist.  process-environment COLUMNS=999 so as
52         not to truncate long names.  process-connection-type pipe to avoid
53         any chance of hitting the pseudo-tty TIOCGWINSZ.
54         (man): completion-ignore-case t for friendliness and since man
55         itself is case-insensitive on the command line.
56         Further to Bug#3717.
58         * arc-mode.el: Add "Keywords: files", so the details in its
59         commentary can be reached from finder-by-keyword.
60         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
61         editing mode, but it's comms related and sgml-mode.el has "comm"
62         on that basis too.
63         * textmodes/bibtex-style.el: Add "Keywords: tex".
64         * international/isearch-x.el, international/ja-dic-cnv.el:
65         * international/ja-dic-utl.el, international/kkc.el:
66         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
68 2009-11-25  Juri Linkov  <juri@jurta.org>
70         * man.el (Man-completion-table): Modify regexp to include
71         section names to completion strings.  (Bug#3717)
73 2009-11-25  Juri Linkov  <juri@jurta.org>
75         Search recursively in gzipped files.  (Bug#4982)
77         * progmodes/grep.el (grep-highlight-matches): Add new options
78         `always' and `auto'.  Doc fix.
79         (grep-process-setup): Check `grep-highlight-matches' for
80         `auto-detect' to determine the need to compute grep defaults.
81         Move Windows/DOS specific --colors settings handling
82         to `grep-compute-defaults'.  Check `grep-highlight-matches'
83         to get the value of "--color=".
84         (grep-compute-defaults): Compute `grep-highlight-matches' when it
85         has the value `auto-detect'.  Move Windows/DOS specific settings
86         from `grep-process-setup'.
87         (zrgrep): New command with alias `rzgrep'.
89 2009-11-25  Juri Linkov  <juri@jurta.org>
91         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
92         to nil instead of switching off view-mode.  (Bug#4896)
94 2009-11-25  Juri Linkov  <juri@jurta.org>
96         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
98         * mwheel.el (mwheel-scroll-up-function)
99         (mwheel-scroll-down-function): New defvars.
100         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
101         `scroll-up', and `mwheel-scroll-down-function' instead of
102         `scroll-down'.
104         * doc-view.el (doc-view-scroll-up-or-next-page)
105         (doc-view-scroll-down-or-previous-page): Add optional ARG.
106         Use this ARG in the call to image-scroll-up/image-scroll-down.
107         Change `interactive' spec to "P".  Goto next/previous page only
108         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
109         SPC/DEL case).  Doc fix.
110         (doc-view-next-line-or-next-page)
111         (doc-view-previous-line-or-previous-page): Rename arg to ARG
112         for consistency.
113         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
114         `doc-view-scroll-up-or-next-page', and buffer-local
115         `mwheel-scroll-down-function' to
116         `doc-view-scroll-down-or-previous-page'.
118 2009-11-25  Juri Linkov  <juri@jurta.org>
120         Provide additional default values (directories at other Dired
121         windows) via M-n in the minibuffer of some Dired commands.
123         * dired-aux.el (dired-diff, dired-compare-directories)
124         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
125         `minibuffer-default' in `minibuffer-with-setup-hook'.
126         (dired-dwim-target-directory): Find a window that displays Dired
127         buffer instead of failing when the next window is not Dired.
128         Use `get-window-with-predicate' to find for the next Dired window.
129         (dired-dwim-target-defaults): New function.
131         * ediff-util.el (ediff-read-file-name):
132         Use `dired-dwim-target-defaults' to set `minibuffer-default'
133         in `minibuffer-with-setup-hook'.
135 2009-11-25  Juri Linkov  <juri@jurta.org>
137         Provide additional default values (file name at point or at the
138         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
140         * minibuffer.el (read-file-name-defaults): New function.
141         (read-file-name): Reset `minibuffer-default' to nil when
142         it duplicates initial input `insdef'.
143         Bind `minibuffer-default-add-function' to lambda that
144         calls `read-file-name-defaults' in `minibuffer-selected-window'.
145         (minibuffer-insert-file-name-at-point): New command.
147         * files.el (file-name-at-point-functions): New defcustom.
148         (find-file-default): Remove defvar.
149         (find-file-read-args): Don't use `find-file-default'.
150         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
151         to `read-file-name'.
152         (find-file-literally): Use `read-file-name' with
153         `confirm-nonexistent-file-or-buffer'.
155         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
157         * dired.el (dired-read-dir-and-switches):
158         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
159         to `read-file-name'.
160         (dired-file-name-at-point): New function.
161         (dired-mode): Add hook `dired-file-name-at-point' to
162         `file-name-at-point-functions'.
164 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
166         Really make the *Completions* window soft-dedicated (bug#5030).
167         * window.el (window--display-buffer-2): Add `dedicated' argument.
168         (display-buffer): Pass it when needed so the dedicated flag is set
169         after calling set-window-buffer, which would otherwise reset it.
171 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * progmodes/meta-mode.el (meta-complete-symbol):
174         * progmodes/etags.el (complete-tag):
175         * mail/mailabbrev.el (mail-abbrev-complete-alias):
176         Use completion-in-region.
178         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
179         (dabbrev-completion): Use completion-in-region.
180         (dabbrev--abbrev-at-point): Simplify regexp.
182         * abbrev.el (abbrev--before-point): Use word-motion functions
183         if :regexp is not specified (bug#5031).
185         * subr.el (string-prefix-p): New function.
187         * man.el (Man-completion-cache): New var.
188         (Man-completion-table): Use it.
190         * vc.el (vc-print-log-internal): Make `limit' optional for better
191         compatibility (e.g. with vc-annotate.el).
193 2009-11-24  Kevin Ryde  <user42@zip.com.au>
195         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
196         Build value with regexp-opt instead of explicit joining loop.  (My
197         Bug#4927.)
199         * emacs-lisp/elint.el (elint-add-required-env): Better error message
200         when .el source file not found or other error.
202 2009-11-24  Markus Triska  <markus.triska@gmx.at>
204         * linum.el (linum-update-window): Ignore intangible (bug#4996).
206 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
208         Handle the [back] button properly (bug#4979).
209         * descr-text.el (describe-text-properties): Add a `buffer' argument.
210         Use help-setup-xref, help-buffer, and with-help-window.
211         (describe-char): Add `buffer' argument.
212         Pass proper command to help-setup-xref.  Don't meddle with
213         help-xref-stack-item directly.
214         (describe-text-category): Use with-help-window and help-buffer.
216         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
217         for the displayed buffer (bug#4887).
219         * man.el (Man-completion-table): New function.
220         (man): Use it.
222 2009-11-24  David Reitter  <david.reitter@gmail.com>
224         * vc-git.el (vc-git-registered): Use checkout directory (where
225         .git is) rather than the file's directory and a relative path spec
226         to work around a bug in git.
228 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
230         Improve handling of processes on remote hosts.
232         * eshell/esh-util.el (eshell-path-env): New defvar.
233         (eshell-parse-colon-path): New defun.
234         (eshell-file-attributes): Use `eshell-parse-colon-path'.
236         * eshell/esh-ext.el (eshell-search-path):
237         Use `eshell-parse-colon-path'.
238         (eshell-remote-command): Remove argument HANDLER.
239         (eshell-external-command): Check for FTP remote connection.
241         * eshell/esh-proc.el (eshell-gather-process-output):
242         Use `file-truename', in order to start also symlinked files.
243         Apply `start-file-process' instead of `start-process'.
244         Shorten `command' to the local file name part.
246         * eshell/em-cmpl.el (eshell-complete-commands-list):
247         Use `eshell-parse-colon-path'.
249         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
251         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
252         to `eshell-directory-change-hook'.
254 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
256         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
257         because it could be enabled automatically if view-read-only is non-nil.
259 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
261         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
262         made on 2009-11-22.
264 2009-11-24  Glenn Morris  <rgm@gnu.org>
266         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
267         deleted variable bookmark-bmenu-bookmark-column.
269         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
270         Move after definition of global-semantic-idle-tag-highlight-mode.
272 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
274         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
276 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
278         * net/browse-url.el (browse-url-filename-alist): On Windows, add
279         two slashes to the "file:" prefix.
280         (browse-url-file-url): De-munge Cygwin filenames before passing
281         them to Windows browser.
282         (browse-url-default-windows-browser): Use call-process.
284 2009-11-23  Juri Linkov  <juri@jurta.org>
286         Implement DocView Continuous mode.  (Bug#4896)
287         * doc-view.el (doc-view-continuous-mode): New defcustom.
288         (doc-view-mode-map): Bind C-n/<down> to
289         `doc-view-next-line-or-next-page', C-p/<up> to
290         `doc-view-previous-line-or-previous-page'.
291         (doc-view-next-line-or-next-page)
292         (doc-view-previous-line-or-previous-page): New commands.
294 2009-11-23  Juri Linkov  <juri@jurta.org>
296         Implement Isearch in comint input history.  (Bug#3746)
297         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
298         `isearch-mode-hook'.
299         (comint-history-isearch): New defcustom.
300         (comint-history-isearch-backward)
301         (comint-history-isearch-backward-regexp): New commands.
302         (comint-history-isearch-message-overlay): New buffer-local variable.
303         (comint-history-isearch-setup, comint-history-isearch-end)
304         (comint-goto-input, comint-history-isearch-search)
305         (comint-history-isearch-message, comint-history-isearch-wrap)
306         (comint-history-isearch-push-state)
307         (comint-history-isearch-pop-state): New functions.
309 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
311         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
312         return.
313         (tramp-handle-make-symbolic-link)
314         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
315         Quote file names.
316         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
317         (tramp-handle-process-file): Use it.
319 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * window.el (move-to-window-line-last-op): Remove.
322         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
324 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
326         Make M-r mirror the new cycling behavior of C-l.
327         * window.el (move-to-window-line-last-op): New var.
328         (move-to-window-line-top-bottom): New command.
329         (global-map): Bind M-r move-to-window-line-top-bottom.
331 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
333         * dired-x.el (dired-guess-shell-alist-default):
334         Support xz format.  (Bug#4953)
336 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
338         * cedet/srecode/map.el (srecode-get-maps):
339         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
340         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
341         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
342         (semantic-toggle-decoration-style):
343         * cedet/semantic/decorate/include.el
344         (semantic-decoration-include-describe)
345         (semantic-decoration-unknown-include-describe)
346         (semantic-decoration-unparsed-include-describe)
347         (semantic-decoration-all-include-summary):
348         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
349         * cedet/semantic/analyze/complete.el
350         (semantic-analyze-possible-completions):
351         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
352         (semantic-show-unmatched-syntax-mode)
353         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
354         (semantic-highlight-func-mode):
355         * cedet/semantic/util.el (semantic-describe-buffer):
356         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
357         (semantic-symref-find-tags-by-name)
358         (semantic-symref-find-tags-by-regexp)
359         (semantic-symref-find-tags-by-completion)
360         (semantic-symref-find-file-references-by-name)
361         (semantic-symref-find-text):
362         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
363         (senator-yank-tag):
364         * cedet/semantic/scope.el (semantic-calculate-scope):
365         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
366         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
367         (define-semantic-idle-service):
368         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
369         (semantic-complete-analyze-inline-idle):
370         * cedet/semantic/analyze.el (semantic-analyze-current-context):
371         * cedet/mode-local.el (describe-mode-local-bindings)
372         (describe-mode-local-bindings-in-mode):
373         * cedet/ede/make.el (ede-make-check-version):
374         * cedet/ede/locate.el (ede-enable-locate-on-project):
375         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
376         (cedet-idutils-version-check):
377         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
378         (cedet-gnu-global-version-check):
379         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
380         (cedet-cscope-version-check): Use called-interactively-p instead
381         of interactive-p.
383         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
384         Use semantic-format-tag-prototype.
386 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
388         * emulation/viper-cmd.el: Use viper-last-command-char instead of
389         last-command-char/last-command-event.
390         (viper-prefix-arg-value): Do correct conversion of event-char for
391         XEmacs.
393         * emulation/viper-util.el, emulation/viper.el:
394         Use viper-last-command-char instead of
395         last-command-char/last-command-event.
397         * ediff-init.el, ediff-mult.el, ediff-util.el:
398         Replace last-command-char and last-command-event
399         with (ediff-last-command-char) everywhere.
401         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
402         created in fundamental mode.
404         * ediff.el (ediff-version): Revert the change of interactive-p to
405         called-interactively-p.
407 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
409         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
410         generation from word-movement command names.
412 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
414         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
415         (semantic-complete-jump-local, semantic-complete-jump):
416         Improve prompt string.
418 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
420         * cus-start.el (all): Add native condition for font-use-system-font.
422 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
424         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
425         Correct the patch from 2009-11-18.  (Bug#3910)
427 2009-11-21  Alan Mackenzie  <acm@muc.de>
429         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
430         Update to deal with modern Java constructs.
432 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
434         * progmodes/subword.el: Rename from lisp/subword.el.
436         * subword.el: Rename to progmodes/subword.el.
438         * Makefile.in (ELCFILES): Adapt to subword.el move.
440 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
441             Stefan Monnier  <monnier@iro.umontreal.ca>
443         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
444         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
445         (bookmark-bmenu-show-filenames): Use push.
446         (bookmark-bmenu-hide-filenames): Use local var instead of
447         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
448         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
449         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
450         filenames now that the bookmark names are always available.
452 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
455         (bookmark-search-pattern): Move and leave unbound.
456         (bookmark-bmenu-mode-map): Change binding.
457         (bookmark-read-search-input): Simplify.
458         Don't use text-char-description.  Don't error on non-char events.
459         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
460         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
461         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
462         Use a local var for the timer.
463         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
464         (i.e. bookmark-bmenu-search).
466 2009-11-21  Glenn Morris  <rgm@gnu.org>
468         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
470 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
472         * net/browse-url.el (browse-url-default-windows-browser):
473         Use cygstart for cygwin.
475 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
477         * bookmark.el Formatting and doc fixes only:
478         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
479         (bookmark-bmenu-search): Wrap to fit within 80 columns.
480           Minor grammar and punctuation fixes in doc string.
481         (bookmark-read-search-input): Adjust to fit within 80 columns.
483 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
485         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
486         (c-backward-into-nomenclature): Adapt to subword renaming.
488         * subword.el (subword-forward, subword-backward, subword-mark)
489         (subword-kill, subword-backward-kill, subword-transpose)
490         (subword-downcase, subword-upcase, subword-capitalize)
491         (subword-forward-internal, subword-backward-internal):
492         Rename from forward-subword, backward-subword, mark-subword,
493         kill-subword, backward-kill-subword, transpose-subwords,
494         downcase-subword, upcase-subword, capitalize-subword,
495         forward-subword-internal, backward-subword-internal.
497 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
499         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
500         New options.
501         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
502         New vars.
503         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
504         (bookmark-bmenu-filter-alist-by-regexp)
505         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
506         (bookmark-bmenu-search): New command.
507         (bookmark-bmenu-mode-map): Bind it.
509 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
511         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
513         * cedet/semantic/idle.el (define-semantic-idle-service)
514         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
516 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
518         * progmodes/cc-cmds.el: declare-functioned forward-subword and
519         backward-subword to quit the byte-compiler.
521         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
523         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
525         * progmodes/cc-cmds.el (c-update-modeline)
526         (c-forward-into-nomenclature, c-backward-into-nomenclature):
527         Refer to subword.el functions instead of cc-subword.el.
529         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
530         subword.el functions instead of cc-subword.el.
532         * progmodes/cc-subword.el: Rename to subword.el.
533         * subword.el: Rename from progmodes/cc-subword.el.
534         (subword-mode-map): Rename from c-subword-mode-map.
535         (subword-mode): Rename from c-subword-mode.
536         (global-subword-mode): New global minor mode.
537         (forward-subword): Rename from c-forward-subword.
538         (backward-subword): Rename from c-backward-subword.
539         (mark-subword): Rename from c-mark-subword.
540         (kill-subword): Rename from c-kill-subword.
541         (backward-kill-subword): Rename from c-backward-kill-subword.
542         (transpose-subwords): Rename from c-tranpose-subword.
543         (downcase-subword): Rename from c-downcase-subword.
544         (capitalize-subword): Rename from c-capitalize-subword.
545         (forward-subword-internal): Rename from c-forward-subword-internal.
546         (backward-subword-internal): Rename from c-backward-subword-internal.
548 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
550         * vc.el (vc-deduce-fileset): Allow non-state changing operations
551         from a dired buffer.
552         (vc-dired-deduce-fileset): New function.
553         (vc-root-diff, vc-print-root-log): Use it.
555         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
556         nil LIMIT argument to vc-print-log-internal.
558 2009-11-20  Glenn Morris  <rgm@gnu.org>
560         * Makefile.in (ELCFILES): Regenerate.
562 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
564         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
566         * cedet/semantic.el: Enable idle-mode menu items only if
567         global-semantic-idle-scheduler-mode is enabled.
568         (semantic-default-submodes): Doc fix.
570         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
571         When turning off, disable other idle modes.
573 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
575         * calc/calc.el (calc-set-mode-line):
576         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
577         (math-format-number): Rename `math-format-complement-signed' to
578         `math-format-twos-complement'.
580         * calc/calc-bin.el (math-format-twos-complement): Rename from
581         math-format-complement-signed.
582         (calc-radix): Rename `calc-complement-signed-mode' to
583         `calc-twos-complement-mode'.
584         (calc-octal-radix, calc-hex-radix): Add an argument for
585         two's complement.
587         * calc/calc-embed.el (calc-embedded-mode-vars):
588         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
590         * calc/calc-ext.el (calc-init-extensions):
591         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
592         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
594         * calc/calc-units.el (math-build-units-table-buffer):
595         Let `calc-twos-complement-mode' be nil.
597         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
598         entries.
600         * calc/calc-vec.el (calcFunc-vunpack):
601         * calc/calc-aent.el (calc-do-calc-eval):
602         * calc/calc-forms.el (math-format-date):
603         * calc/calc-graph.el (calc-graph-plot):
604         * calc/calc-math.el (math-use-emacs-fn):
605         * calc/calccomp.el (math-compose-expr):
606         Let `calc-twos-complement-mode' be nil.
608 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
611         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
612         * minibuffer.el (completion-in-region-functions): New hook.
613         (completion-in-region): New function.
614         * emacs-lisp/lisp.el (lisp-complete-symbol):
615         * pcomplete.el (pcomplete-std-complete): Use it.
617 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
619         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
620         (latex-complete-alist): New vars.
621         (latex-string-prefix-p, latex-complete-bibtex-keys)
622         (latex-complete-envnames, latex-complete-refkeys)
623         (latex-complete-data): New functions.
624         (latex-complete, latex-indent-or-complete): New commands.
626         * window.el (display-buffer-mark-dedicated): New var.
627         (display-buffer): Obey it.
628         * minibuffer.el (minibuffer-completion-help): Use it.
630         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
632         * filecache.el (file-cache-add-file): Use push and cons.
633         (file-cache-delete-file-regexp): Use push.
634         (file-cache-complete): Use completion-in-region.
636         * simple.el (with-wrapper-hook): Fix thinko.
638         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
639         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
640         Use with-current-buffer and string-to-number.
641         (hfy-fallback-colour-values): Use assoc-string.
642         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
643         (hfy-face-at): Remove unused var `found-face'.
644         (hfy-compile-stylesheet): Remove unused var `css'.
645         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
646         and `orig-buffer'.
647         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
648         Use with-current-buffer.
649         (hfy-text-p): Use expand-file-name and fewer setq.
651 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
653         * htmlfontify.el, hfy-cmap.el: New files.
655 2009-11-19  Juri Linkov  <juri@jurta.org>
657         * minibuffer.el (completions-format): New defcustom.
658         (completion--insert-strings): Implement vertical format.
660         * simple.el (switch-to-completions): Move point to the first
661         completion when point was at the beginning of the buffer.
663 2009-11-19  Juri Linkov  <juri@jurta.org>
665         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
667         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
669 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
671         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
672         (mail-signature): Change default to t.
673         (mail-from-style): Deprecate `system-default' value.
674         (mail-insert-from-field): For default value of mail-from-style,
675         default to `angles' unless `angles' needs quoting and `parens'
676         does not.
677         (mail-citation-prefix-regexp): Use citation regexp from
678         message-mode.
680 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
682         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
683         Set variables for computing the prompt for reading password.
685 2009-11-19  Glenn Morris  <rgm@gnu.org>
687         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
689         * textmodes/flyspell.el (sgml-lexical-context): Declare.
691         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
692         (newsticker-treeview-listwindow-height): Fix custom type.
694 2009-11-19  Kenichi Handa  <handa@m17n.org>
696         * descr-text.el (describe-char-padded-string): Compose with TAB
697         only if there's a font for CH.
698         (describe-char): Fix the condition for detecting a trivial composition.
700 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
702         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
703         more accurate version of the regexp.  (Bug#3910)
705 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
707         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
709 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
711         * font-setting.el (font-use-system-font): Declare for byte-compiler.
712         (font-setting-change-default-font): Fix typo in docstring.
714 2009-11-18  Alan Mackenzie  <acm@muc.de>
716         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
718 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
720         * font-setting.el (font-use-system-font): Move ...
722         * cus-start.el (all): ... to here.
724 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
726         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
727         Don't set `ad-return-value' if `ad-do-it' doesn't.
729         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
730         modification time.
732 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
734         * menu-bar.el: Put "Use system font" in Option-menu.
735         (menu-bar-options-save): Add font-use-system-font.
737         * loadup.el: If feature system-font-setting or font-render-setting is
738         there, load font-setting.
740         * Makefile.in (ELCFILES): Add font-settings.el.
741         * font-setting.el: New file.
743 2009-11-17  Glenn Morris  <rgm@gnu.org>
745         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
747         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
748         Preserve point in the list buffer.  (Bug#4939)
749         Use point-at-eol.
750         (newsticker--treeview-list-update-highlight)
751         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
753 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
755         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
756         Remove.
758         * calc/calc-ext.el (calc-init-extensions): Remove references to
759         symclip.
761         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
763         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
764         * calc/calc-help.el (calc-b-prefix-help):  Remove references to
765         `calc-symclip'.
767 2009-11-16  Kevin Ryde  <user42@zip.com.au>
769         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
770         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
772         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
773         (lm-keywords-list): Allow comma-only separator like "foo,bar".
774         Ignore trailing spaces by omit-nulls to split-string (fixing
775         regression from Emacs 21 due to the incompatible split-string
776         change).  (Bug #4928.)
778 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
780         * vc.el (vc-log-show-limit): Default to 2000.
781         (vc-print-log-internal): Insert buttons to request more entries
782         when limiting the output.
784         * vc-sccs.el (vc-sccs-print-log):
785         * vc-rcs.el (vc-rcs-print-log):
786         * vc-cvs.el (vc-cvs-print-log):
787         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
788         LIMIT is non-nil.
790 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
792         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
793         error when `tramp-gvfs-dbus-event-vector' is set.
794         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
796 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
800 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
802         * net/dbus.el (dbus-unregister-service): New defun.
803         (dbus-register-property): Register the handlers of
804         "org.freedesktop.DBus.Properties" for SERVICE.
805         (dbus-property-handler): Fix docstring.
807 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
809         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
810         Quote doc string reference in defvaralias as it is not in special form.
811         (byte-compile-output-docform): Doc fix.
813 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
815         * calc/calc.el (math-2-word-size, math-half-2-word-size)
816         (calc-complement-signed-mode): New variables.
817         (calc-set-mode-line): Add indicator for twos-complements.
818         (math-format-number): Format twos-complement notation.
820         * calc/calc-bin.el (calc-word-size): Reset the variables
821         `math-2-word-size' and `math-half-2-word-size'.
822         (math-format-complement-signed, math-symclip, calcFunc-symclip)
823         (calc-symclip): New functions.
825         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
827         * calc/calc-embed.el (calc-embedded-mode-vars):
828         Add `calc-complement-signed-mode' to the list of modes.
830         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
831         (calc-b-oper-keys): Add `calc-symclip' to list.
833         * calc/calc-ext.el (math-read-number-fancy): Read complement
834         signed numbers.
835         (calc-init-extensions): Add binding for `calc-symclip'.
836         Add autoload for `calcFunc-symclip' and `calc-symclip'.
838         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
839         `calc-symclip'.
840         (calc-modes-menu): Add item for twos complement mode.
842         * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
844 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
846         * register.el (jump-to-register, insert-register): Handle Semantic
847         tags.  From commented-out advice in semantic/senator.el.
849 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
851         * vc.el (vc-log-show-limit): New variable.
852         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
853         when using a prefix argument.
854         (vc-print-log-internal): Add new argument LIMIT.
856         * vc-svn.el (vc-svn-print-log):
857         * vc-mtn.el (vc-mtn-print-log):
858         * vc-hg.el (vc-hg-print-log):
859         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
860         pass it to the log command when set.  Make the BUFFER argument
861         non-optional.
863         * vc-sccs.el (vc-sccs-print-log):
864         * vc-rcs.el (vc-rcs-print-log):
865         * vc-git.el (vc-git-print-log):
866         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
867         ignore it.  Make the BUFFER argument non-optional
869         * bindings.el (mode-line-buffer-identification): Do not purecopy.
871 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
873         * dired.el (dired-mode-map): Move encryption items to "Operate"
874         menu (Bug#4703).
876         * strokes.el (strokes-update-window-configuration): Make strokes
877         buffer current before erasing (Bug#4906).
879         * cedet/semantic/idle.el (semantic-idle-summary-mode)
880         (semantic-idle-summary-mode): Define using define-minor-mode
881         instead of define-semantic-idle-service.
882         (semantic-idle-summary-mode): New function.
883         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
884         that mouse motion does not reset the echo area.
886 2009-11-15  Juri Linkov  <juri@jurta.org>
888         * simple.el (set-mark-default-inactive): Add :type, :group
889         and :version.  (Bug#4876)
891 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
893         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
894         (archive-unique-fname): ... here.  (Bug#4929)
896 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
898         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
899         with a real fix.
901         * novice.el (disabled-command-function): Add useful args.
902         Setup the help buffer so that [back] works.
903         Remove redundant call to help-mode.
904         (disabled-command-function): Use `case'.
905         (en/disable-command): New function extracted from enable-command.
906         (enable-command, disable-command): Use it.
908 2009-11-14  Glenn Morris  <rgm@gnu.org>
910         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
911         constants.  (Bug#4913)
913         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
915 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
917         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
918         defined in C that have no doc-strings.  (Bug#1063)
920 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
922         * cus-edit.el (data, files):
923         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
925 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
927         * simple.el (shell-command): Doc fix (Bug#4891).
929         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
931 2009-11-14  Glenn Morris  <rgm@gnu.org>
933         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
934         statements for vc-diff, emerge-quit, and rmail-cease-edit.
935         If they are already loaded, eval-after-load will do the right thing.
937         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
938         compiling.
940         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
942         * simple.el (x-selection-owner-p): Declare.
943         (read-mail-command): Use custom radio type rather than choice.
944         (completion-no-auto-exit): Doc fix.
946         * custom.el (defgroup):
947         * epg-config.el (epg): Doc fixes.
949 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
951         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
952         * international/ccl.el (define-ccl-program): Do not purecopy the
953         docstring, defconst does it anyway.
955 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * add-log.el (add-change-log-entry): Avoid displaying the changelog
958         a second time.
960         * x-dnd.el (x-dnd-maybe-call-test-function):
961         * window.el (split-window-vertically):
962         * whitespace.el (whitespace-help-on):
963         * vc-rcs.el (vc-rcs-consult-headers):
964         * userlock.el (ask-user-about-lock-help)
965         (ask-user-about-supersession-help):
966         * type-break.el (type-break-force-mode-line-update):
967         * time-stamp.el (time-stamp-conv-warn):
968         * terminal.el (te-set-output-log, te-more-break, te-filter)
969         (te-sentinel,terminal-emulator):
970         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
971         (term-write-input-ring, term-check-source, term-start-output-log):
972         (term-display-buffer-line, term-dynamic-list-completions):
973         (term-ansi-make-term, serial-term):
974         * subr.el (selective-display):
975         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
976         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
977         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
978         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
979         (speedbar-remove-localized-speedbar-support)
980         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
981         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
982         (speedbar-buffers-line-directory):
983         * simple.el (shell-command-on-region, append-to-buffer)
984         (prepend-to-buffer):
985         * shadowfile.el (shadow-save-todo-file):
986         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
987         (scroll-bar-maybe-set-window-start):
988         * sb-image.el (speedbar-image-dump):
989         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
990         (load-save-place-alist-from-file):
991         * ps-samp.el (ps-print-message-from-summary):
992         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
993         (ps-background-image, ps-begin-job, ps-do-despool):
994         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
995         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
996         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
997         (pr-call-process, pr-file-list, pr-interface-save):
998         * novice.el (disabled-command-function)
999         (enable-command, disable-command):
1000         * mouse.el (mouse-buffer-menu-alist):
1001         * mouse-copy.el (mouse-kill-preserving-secondary):
1002         * macros.el (kbd-macro-query):
1003         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1004         * informat.el (batch-info-validate):
1005         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1006         * hippie-exp.el (try-expand-dabbrev-visible):
1007         * help-mode.el (help-make-xrefs):
1008         * help-fns.el (describe-variable):
1009         * generic-x.el (bat-generic-mode-run-as-comint):
1010         * finder.el (finder-mouse-select):
1011         * find-dired.el (find-dired-sentinel):
1012         * filesets.el (filesets-file-close):
1013         * files.el (list-directory):
1014         * faces.el (list-faces-display, describe-face):
1015         * facemenu.el (list-colors-display):
1016         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1017         * epg.el (epg--process-filter, epg-cancel):
1018         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1019         (epa--read-signature-type):
1020         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1021         (emerge-file-names):
1022         * ehelp.el (electric-helpify):
1023         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1024         * ediff-vers.el (rcs-ediff-view-revision):
1025         * ediff-util.el (ediff-setup):
1026         * ediff-mult.el (ediff-append-custom-diff):
1027         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1028         (ediff-wordify):
1029         * echistory.el (Electric-command-history-redo-expression):
1030         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1031         * disp-table.el (describe-display-table):
1032         * dired.el (dired-find-buffer-nocreate):
1033         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1034         * dabbrev.el (dabbrev--same-major-mode-p):
1035         * chistory.el (list-command-history):
1036         * apropos.el (apropos-documentation):
1037         * allout.el (allout-obtain-passphrase):
1038         (allout-copy-exposed-to-buffer):
1039         (allout-verify-passphrase): Use with-current-buffer.
1041 2009-11-13  Glenn Morris  <rgm@gnu.org>
1043         * Makefile.in (ELCFILES): Regenerate.
1045 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1047         * net/dbus.el (dbus-registered-objects-table): Rename from
1048         `dbus-registered-functions-table', because it contains also properties.
1049         (dbus-unregister-object): Unregister also properties.
1050         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1051         Use a timeout of 500 msec, in order to not block.
1052         (dbus-register-property, dbus-property-handler): New defuns.
1054 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1056         * simple.el (minibuffer-default-add-completions): Drop deprecated
1057         4th arg.
1059 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1061         * textmodes/artist.el (artist-mouse-choose-operation):
1062         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1063         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1064         (artist-compute-up-event-key): New function.
1065         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1067 2009-11-13  Kenichi Handa  <handa@m17n.org>
1069         * language/japan-util.el: Make sure that the value of jisx0208
1070         property is jisx0208 character.
1072 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1074         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1075         car or each item, not the whole list.
1077 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1079         * minibuffer.el (minibuffer-completion-help):
1080         Use minibuffer-hide-completions.
1082 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1084         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1085         (dired-revert): Use them (bug#4880).
1087 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1089         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1091 2009-11-12  Juri Linkov  <juri@jurta.org>
1093         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1094         New functions.
1095         (find-file-literally-at-point): Alias of `ffap-literally'.
1097 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1099         * textmodes/ispell.el (ispell-skip-region-alist):
1100         * textmodes/css-mode.el (auto-mode-alist):
1101         * progmodes/compile.el (auto-mode-alist):
1102         * international/mule.el (ctext-non-standard-encodings-alist)
1103         (ctext-non-standard-encodings-regexp):
1104         * simple.el (shell-command-switch, text-read-only):
1105         * replace.el (occur-mode-map):
1106         * paths.el (rmail-file-name):
1107         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1108         * find-file.el (ff-special-constructs):
1109         * files.el (file-name-handler-alist):
1110         * composite.el: Purecopy strings.
1112         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1114 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1116         * widget.el (define-widget): Purecopy the docstring.
1117         * international/mule-cmds.el (charset): Do not purecopy the
1118         docstring here, define-widget does it.
1120         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1121         * textmodes/bibtex-style.el (auto-mode-alist):
1122         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1123         * progmodes/compile.el (compile-command):
1124         * language/korea-util.el (default-korean-keyboard):
1125         * international/mule-conf.el (file-coding-system-alist):
1126         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1127         * tooltip.el (tooltip-frame-parameters):
1128         * newcomment.el (comment-end, comment-padding):
1129         * dired.el (dired-trivial-filenames):
1130         * comint.el (comint-file-name-prefix): Purecopy initial values.
1132 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1134         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1135         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1136         `tramp-unload'.
1137         (tramp-advice-make-auto-save-file-name)
1138         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1139         after removing the advice.
1141 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1143         * progmodes/grep.el (grep-regexp-alist):
1144         * international/mule-cmds.el (iso-2022-control-alist):
1145         * emacs-lisp/timer.el (timer-duration-words):
1146         * subr.el (version-separator, version-regexp-alist):
1147         * minibuffer.el (completion-styles-alist):
1148         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1149         Change defvars to defconsts.
1151         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1152         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1153         * international/mule-conf.el: Allow to be byte compiled.
1155         * international/mule.el (define-charset): Purecopy props.
1156         (load-with-code-conversion): Purecopy doc string and file name.
1157         (put-charset-property): Purecopy strings.
1158         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1160         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1161         (define-char-code-property): Correctly purecopy the table.
1163         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1165         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1167         * subr.el (add-hook): Purecopy strings.
1168         (eval-after-load): Purecopy load-history-regexp and the form.
1170         * custom.el (custom-declare-group): Purecopy load-file-name.
1172         * subr.el (menu-bar-separator): New defconst.
1173         * net/eudc.el (eudc-tools-menu):
1174         * international/mule-cmds.el (set-coding-system-map)
1175         (mule-menu-keymap):
1176         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1177         * vc-hooks.el (vc-menu-map):
1178         * replace.el (occur-mode-map):
1179         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1180         (menu-bar-edit-menu, menu-bar-goto-menu)
1181         (menu-bar-custom-menu, menu-bar-showhide-menu)
1182         (menu-bar-options-menu, menu-bar-tools-menu)
1183         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1184         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1185         (menu-bar-help-menu):
1186         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1187         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1189         * term/x-win.el (x-gtk-stock-map):
1190         * progmodes/vera-mode.el (auto-mode-alist):
1191         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1192         (inferior-lisp-program, inferior-lisp-load-command):
1193         * progmodes/hideshow.el (hs-special-modes-alist):
1194         * progmodes/gud.el (same-window-regexps):
1195         * progmodes/grep.el (grep-program, find-program, xargs-program):
1196         * net/telnet.el (same-window-regexps):
1197         * net/rlogin.el (same-window-regexps):
1198         * language/ethiopic.el (font-ccl-encoder-alist):
1199         * vc-sccs.el (vc-sccs-master-templates):
1200         * vc-rcs.el (vc-rcs-master-templates):
1201         * subr.el (cl-assertion-failed):
1202         * simple.el (next-error-overlay-arrow-position):
1203         * lpr.el (lpr-command):
1204         * locate.el (locate-ls-subdir-switches):
1205         * info.el (same-window-regexps, info)
1206         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1207         * image-mode.el (image-mode, auto-mode-alist):
1208         * hippie-exp.el (hippie-expand-ignore-buffers):
1209         * format.el (format-alist):
1210         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1211         (find-name-arg):
1212         * facemenu.el (facemenu-keybindings):
1213         * dired.el (dired-listing-switches, dired-chown-program):
1214         * diff.el (diff-switches, diff-command):
1215         * cus-edit.el (same-window-regexps):
1216         * bindings.el (mode-line-mule-info)
1217         (mode-line-buffer-identification): Purecopy strings.
1219 2009-11-11  Juri Linkov  <juri@jurta.org>
1221         * simple.el (dired-get-filename)<declare-function>:
1222         Tell the byte-compiler about dired-get-filename.
1223         (shell-command): In Dired mode, get filename from the current line
1224         as the default value.
1226 2009-11-10  Glenn Morris  <rgm@gnu.org>
1228         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1229         * calendar/holidays.el, progmodes/cperl-mode.el:
1230         Update x-popup-menu declarations.
1232         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1233         (list-load-path-shadows): Use dolist.
1234         (list-load-path-shadows): Use with-current-buffer.
1236 2009-11-10  Juri Linkov  <juri@jurta.org>
1238         * minibuffer.el (read-file-name): Support a list of default values
1239         in `default-filename'.  Use the first file name where only one
1240         element is required.  Doc fix.
1242 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1244         * net/dbus.el (dbus-unregister-object): Release service, if no
1245         other method is registered for it.
1247 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1249         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1250         bookmark-sort-flag is non-nil (Bug#4653).
1252 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1254         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1255         the progress reporter entirely.
1257         * emulation/cua-base.el: Add CUA property to some CC mode commands
1258         (Bug#4100).
1260 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1262         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1263         at end of sentence (Bug#4818).
1265 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1267         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1268         Handle "see declaration of" MSFT statements (Bug#4100).
1270 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1272         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1273         (tramp-advice-file-expand-wildcards): Unload via
1274         `ad-remove-advice'.
1276         * net/trampver.el: Update release number.
1278 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1280         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1281         `ad-do-it'.
1283 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1285         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1286         in order to keep context in SELinux.
1288 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1290         * dired-aux.el (dired-query): Place cursor in echo area and allow
1291         C-g.
1293         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1294         menu item if not on a directory (Bug#4701).
1296 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
1298         Sync with Tramp 2.1.17.
1300         * net/tramp.el (tramp-handle-copy-directory): Don't use
1301         `file-remote-p' (due to compatibility).
1303         * net/tramp-compat.el (tramp-compat-copy-directory)
1304         (tramp-compat-delete-directory): New defuns.
1306         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1307         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1308         `tramp-compat-delete-directory'.
1310         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1311         (tramp-smb-handle-delete-directory ): Use
1312         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1314         * net/trampver.el: Update release number.
1316 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
1318         * tar-mode.el (tar-copy): Call write-region on the right buffer
1319         (Bug#4857).
1321         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1322         by hand, if necessary (Bug#4878).
1324 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
1326         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1327         align size column (Bug#4839).
1329         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1330         statement.
1332 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1334         * progmodes/ld-script.el (auto-mode-alist):
1335         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1337         * cus-face.el (custom-declare-face): Purecopy face spec.
1339 2009-11-06  Kenichi Handa  <handa@m17n.org>
1341         * international/uni-bidi.el: Re-generated.
1342         * international/uni-category.el: Re-generated.
1343         * international/uni-combining.el: Re-generated.
1344         * international/uni-mirrored.el: Re-generated.
1346 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1348         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1349         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1350         (tex-start-options, slitex-run-command, latex-run-command)
1351         (tex-run-command, tex-directory):
1352         * textmodes/ispell.el (ispell-html-skip-alists)
1353         (ispell-tex-skip-alists, ispell-tex-skip-alists):
1354         * textmodes/fill.el (adaptive-fill-first-line-regexp):
1355         (adaptive-fill-regexp):
1356         * textmodes/dns-mode.el (auto-mode-alist):
1357         * progmodes/python.el (interpreter-mode-alist):
1358         * progmodes/etags.el (tags-compression-info-list):
1359         * progmodes/etags.el (tags-file-name):
1360         * net/browse-url.el (browse-url-galeon-program)
1361         (browse-url-firefox-program):
1362         * mail/sendmail.el (mail-signature-file)
1363         (mail-citation-prefix-regexp):
1364         * international/mule-conf.el (eight-bit):
1365         * international/latexenc.el (latex-inputenc-coding-alist):
1366         * international/fontset.el (x-pixel-size-width-font-regexp):
1367         * emacs-lisp/warnings.el (warning-type-format):
1368         * emacs-lisp/trace.el (trace-buffer):
1369         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1370         (emacs-lisp-mode-map):
1371         * calendar/holidays.el (holiday-solar-holidays)
1372         (holiday-bahai-holidays, holiday-islamic-holidays)
1373         (holiday-christian-holidays, holiday-hebrew-holidays)
1374         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1375         (hebrew-holidays-1, holiday-oriental-holidays)
1376         (holiday-general-holidays):
1377         * x-dnd.el (x-dnd-known-types):
1378         * tool-bar.el (tool-bar):
1379         * startup.el (site-run-file):
1380         * shell.el (shell-dumb-shell-regexp):
1381         * rfn-eshadow.el (file-name-shadow-tty-properties)
1382         (file-name-shadow-properties):
1383         * paths.el (remote-shell-program, news-directory):
1384         * mouse.el ([C-down-mouse-3]):
1385         * menu-bar.el (menu-bar-tools-menu):
1386         * jka-cmpr-hook.el (jka-compr-load-suffixes)
1387         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1388         (jka-compr-compression-info-list):
1389         * isearch.el (search-whitespace-regexp):
1390         * image-file.el (image-file-name-extensions):
1391         * find-dired.el (find-ls-option):
1392         * files.el (directory-listing-before-filename-regexp)
1393         (directory-free-space-args, insert-directory-program)
1394         (list-directory-brief-switches, magic-fallback-mode-alist)
1395         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1396         (automount-dir-prefix):
1397         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1398         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1399         (face-font-registry-alternatives, face-font-registry-alternatives)
1400         (face-font-family-alternatives):
1401         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1402         (facemenu-foreground-menu, facemenu-face-menu):
1403         * epa-hook.el (epa-file-name-regexp):
1404         * dnd.el (dnd-protocol-alist):
1405         * textmodes/rst.el (auto-mode-alist):
1406         * button.el (default-button): Purecopy strings.
1408 2009-11-06  Glenn Morris  <rgm@gnu.org>
1410         * Makefile.in (ELCFILES): Update.
1412 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1414         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1415         * emacs-lisp/levents.el: Move to obsolete/levents.el.
1417         * nxml/xsd-regexp.el (xsdre-gen-categories):
1418         * nxml/xmltok.el (xmltok-parse-entity):
1419         * nxml/rng-parse.el (rng-parse-validate-file):
1420         * nxml/rng-maint.el (rng-format-manual)
1421         (rng-manual-output-force-new-line):
1422         * nxml/rng-loc.el (rng-save-schema-location-1):
1423         * nxml/rng-cmpct.el (rng-c-parse-file):
1424         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1425         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1427 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
1429         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1430         Remove extra save-excursions and make-variable-buffer-local's.
1431         Suggested by Stefan Monnier.
1433         (verilog-getopt-file, verilog-module-inside-filename-p)
1434         (verilog-set-define): Merge GNU 1.35 and repair changes from
1435         switching to using with-current-buffer.
1437         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1438         being treated as a number and confusing AUTORESET.
1439         Reported by Dan Dever.
1441         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1442         Add verilog-auto-ignore-concat to fix backward compatibility with
1443         older verilog-modes.  Reported by Dan Katz.
1445         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1446         containing closing anchors "...$".
1448         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1449         Reported by Wade Smith.
1451         (verilog-batch-execute-func) Comment on function usage.
1453 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
1455         * verilog-mode.el (verilog-label-re): Fix regular expression for
1456         labels.
1458         (verilog-label-re, verilog-calc-1): Support proper indent of named
1459         asserts.
1461         (verilog-backward-token, verilog-basic-complete-re)
1462         (verilog-beg-of-statement, verilog-indent-re): Support proper
1463         indent of the assert statement at the beginning of a block of text.
1465         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1466         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1467         tokens as begins.
1469 2009-11-05  Glenn Morris  <rgm@gnu.org>
1471         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1472         Emacs 19.  (Bug#1531)
1473         (byte-compile-fix-header): Update for the above change.
1474         Drop test for epoch::version.
1476         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1477         * cus-dep.el (custom-make-dependencies):
1478         * finder.el (finder-compile-keywords):
1479         Use autoload-rubric's feature argument.
1481         * calendar/diary-lib.el (top-level): Make load behave more like require.
1483         * vc-git.el (vc-git-stash-map): Move definition before use.
1485 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1487         * custom.el (custom-declare-group): Purecopy standard-value.
1488         (custom-declare-group): Purecopy custom-prefix.
1490         * international/mule.el (load-with-code-conversion):
1491         Call do-after-load-evaluation unconditionally.
1493         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1495 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1497         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1499 2009-11-04  Glenn Morris  <rgm@gnu.org>
1501         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1502         (byte-compile-compatibility): Remove option.
1503         (byte-compile-close-variables, byte-compile-fix-header)
1504         (byte-compile-insert-header, byte-compile-output-docform)
1505         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1506         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1507         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1508         (byte-compile-insert, byte-compile-defun):
1509         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
1510         (byte-defop-compiler19): Remove.
1511         Without byte-compile-compatibility, the 'emacs19-opcode property is not
1512         used by anything.  Replace all calls with byte-defop-compiler.
1514 2009-11-04  Juri Linkov  <juri@jurta.org>
1516         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1517         (menu-bar-options-menu): Don't quote the `prop' arg of
1518         `menu-bar-make-mm-toggle'.
1520 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
1522         * calendar/calendar.el (cal-loaddefs):
1523         * calendar/diary-lib.el (diary-loaddefs):
1524         * calendar/holidays.el (hol-loaddefs):
1525         * eshell/esh-module.el (esh-groups): Load rather than require.
1527 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * calendar/todo-mode.el (todo-add-category): Don't hardcode
1530         point-min==1.
1531         (todo-top-priorities): Only display-buffer when called interactively.
1532         (todo-item-start): Don't save excursion point.
1533         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
1534         (todo-insert-item-here, todo-file-item, todo-remove-item):
1535         Adjust uses of todo-item-start and todo-item-end.
1537         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1538         (autoload-rubric): Don't use any more.
1539         * cedet/semantic/fw.el (semantic/loaddefs):
1540         * cedet/srecode.el (srecode/loaddefs):
1541         * cedet/ede.el (ede/loaddefs): Load rather than require.
1542         * cedet/ede/cpp-root.el:
1543         * cedet/ede/emacs.el:
1544         * cedet/ede/files.el:
1545         * cedet/ede/linux.el:
1546         * cedet/ede/locate.el:
1547         * cedet/ede/make.el:
1548         * cedet/ede/shell.el:
1549         * cedet/ede/speedbar.el:
1550         * cedet/ede/system.el:
1551         * cedet/ede/util.el:
1552         * cedet/semantic/analyze.el:
1553         * cedet/semantic/bovine.el:
1554         * cedet/semantic/complete.el:
1555         * cedet/semantic/ctxt.el:
1556         * cedet/semantic/db-file.el:
1557         * cedet/semantic/db-find.el:
1558         * cedet/semantic/db-global.el:
1559         * cedet/semantic/db-mode.el:
1560         * cedet/semantic/db-typecache.el:
1561         * cedet/semantic/db.el:
1562         * cedet/semantic/debug.el:
1563         * cedet/semantic/dep.el:
1564         * cedet/semantic/doc.el:
1565         * cedet/semantic/edit.el:
1566         * cedet/semantic/find.el:
1567         * cedet/semantic/format.el:
1568         * cedet/semantic/html.el:
1569         * cedet/semantic/ia-sb.el:
1570         * cedet/semantic/ia.el:
1571         * cedet/semantic/idle.el:
1572         * cedet/semantic/lex-spp.el:
1573         * cedet/semantic/lex.el:
1574         * cedet/semantic/mru-bookmark.el:
1575         * cedet/semantic/scope.el:
1576         * cedet/semantic/senator.el:
1577         * cedet/semantic/sort.el:
1578         * cedet/semantic/symref.el:
1579         * cedet/semantic/tag-file.el:
1580         * cedet/semantic/tag-ls.el:
1581         * cedet/semantic/tag-write.el:
1582         * cedet/semantic/tag.el:
1583         * cedet/semantic/util-modes.el:
1584         * cedet/semantic/analyze/complete.el:
1585         * cedet/semantic/analyze/refs.el:
1586         * cedet/semantic/bovine/c.el:
1587         * cedet/semantic/bovine/gcc.el:
1588         * cedet/semantic/bovine/make.el:
1589         * cedet/semantic/bovine/scm.el:
1590         * cedet/semantic/decorate/include.el:
1591         * cedet/semantic/decorate/mode.el:
1592         * cedet/semantic/symref/cscope.el:
1593         * cedet/semantic/symref/global.el:
1594         * cedet/semantic/symref/grep.el:
1595         * cedet/semantic/symref/idutils.el:
1596         * cedet/semantic/symref/list.el:
1597         * cedet/semantic/wisent/java-tags.el:
1598         * cedet/semantic/wisent/javascript.el:
1599         * cedet/srecode/compile.el:
1600         * cedet/srecode/cpp.el:
1601         * cedet/srecode/document.el:
1602         * cedet/srecode/el.el:
1603         * cedet/srecode/expandproto.el:
1604         * cedet/srecode/getset.el:
1605         * cedet/srecode/insert.el:
1606         * cedet/srecode/java.el:
1607         * cedet/srecode/map.el:
1608         * cedet/srecode/mode.el:
1609         * cedet/srecode/template.el:
1610         * cedet/srecode/texi.el: Remove the file-local setting of
1611         generated-autoload-feature.
1613         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1614         and only put a prop if it is non-nil.
1616 2009-11-03  Juri Linkov  <juri@jurta.org>
1618         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1619         (menu-bar-options-menu): Fix list quoting (Bug#4429).
1621         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1622         and "Menu" to make top-level menu item visually one unit (like
1623         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1624         multi-word menu items).  Fix :help string for quit-window.
1626 2009-11-03  Glenn Morris  <rgm@gnu.org>
1628         * cedet/mode-local.el (with-mode-local): Doc fix.
1630         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1631         (byte-compile-file-form-define-abbrev-table)
1632         (byte-compile-file-form-custom-declare-variable)
1633         (byte-compile-variable-ref, byte-compile-defvar):
1634         Whether or not a warning is enabled should only affect whether we issue
1635         the warning, not whether or not we collect the relevant data.
1636         Eg warnings can be turned on and off throughout the course of a file.
1638         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1639         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1641 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1643         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1644         * play/mpuz.el (mpuz-create-buffer):
1645         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1646         (lm-print-y,s,noise, lm-print-w0, lm-init):
1647         * play/gomoku.el (gomoku-prompt-for-move):
1648         * play/fortune.el (fortune-in-buffer):
1649         * play/dissociate.el (dissociated-press):
1650         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1651         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1652         * mail/supercite.el (sc-eref-show):
1653         * mail/smtpmail.el (smtpmail-send-it):
1654         * mail/rmailsum.el (rmail-summary-next-labeled-message)
1655         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1656         (rmail-summary-undelete-many, rmail-summary-rmail-update)
1657         (rmail-summary-goto-msg, rmail-summary-expunge)
1658         (rmail-summary-get-new-mail, rmail-summary-search-backward)
1659         (rmail-summary-add-label, rmail-summary-output-menu)
1660         (rmail-summary-output-body):
1661         * mail/rfc822.el (rfc822-addresses):
1662         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1663         * mail/mailpost.el (post-mail-send-it):
1664         * mail/hashcash.el (hashcash-generate-payment):
1665         * mail/feedmail.el (feedmail-run-the-queue)
1666         (feedmail-queue-send-edit-prompt-help-first)
1667         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1668         (feedmail-deduce-address-list):
1669         * eshell/esh-ext.el (eshell-remote-command):
1670         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1671         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1672         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1673         (viper-save-string-in-file, viper-valid-marker):
1674         * emulation/viper-keym.el (viper-toggle-key):
1675         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1676         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1677         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1678         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1679         (viper-exec-form-in-emacs, viper-brac-function):
1680         * emulation/viper.el (viper-delocalize-var):
1681         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1682         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1683         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1684         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1685         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1686         * emulation/edt.el (edt-electric-helpify):
1687         * emulation/cua-rect.el (cua--rectangle-aux-replace):
1688         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1689         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1690         (cua-indent-to-global-mark-column):
1691         * calendar/diary-lib.el (calendar-mark-1):
1692         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1693         Use with-current-buffer.
1694         * emulation/viper.el (viper-delocalize-var): Use dolist.
1696 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
1698         * comint.el (comint-replace-by-expanded-history-before-point):
1699         Replace !! with the previous input string literally (Bug#1795).
1701 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
1703         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1704         to be made up of whitespace.
1706 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1708         * minibuffer.el (read-file-name): Don't use file dialogs for
1709         remote directories (Bug#99).
1711 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
1713         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1715 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
1717         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1718         instead of deleting the window or frame.
1720 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1722         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1723         Support face colors.
1725         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1726         New function.  Support face colors (Bug#1168).
1727         (tex-common-initialization): Use it.
1729         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1730         mode allows it (Bug#1168).
1732 2009-10-31  Juri Linkov  <juri@jurta.org>
1734         * facemenu.el (list-colors-display): Don't mark buffer as
1735         modified (Bug#3948).
1737 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1739         * international/mule-diag.el (list-character-sets-1): Minor
1740         message fix (Bug#3526).
1742         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1743         face property (Bug#4834).
1744         (etags-list-tags, etags-tags-apropos-additional)
1745         (etags-tags-apropos, tags-select-tags-table): Add follow-link
1746         property.
1748         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1749         items.
1751         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1752         items.
1754         * cedet/ede.el (ede-minor-mode):
1755         * cedet/semantic.el (semantic-mode): Toggle menu separators.
1757 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * textmodes/two-column.el (2C-split):
1760         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1761         * textmodes/tex-mode.el (tex-set-buffer-directory):
1762         * textmodes/spell.el (spell-region, spell-string):
1763         * textmodes/reftex.el (reftex-erase-buffer):
1764         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1765         * textmodes/reftex-toc.el (reftex-toc-promote-action):
1766         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1767         (reftex-select-item):
1768         * textmodes/reftex-ref.el (reftex-label-info-update)
1769         (reftex-offer-label-menu):
1770         * textmodes/reftex-index.el (reftex-index-change-entry)
1771         (reftex-index-phrases-info):
1772         * textmodes/reftex-global.el (reftex-create-tags-file)
1773         (reftex-save-all-document-buffers, reftex-ensure-write-access):
1774         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1775         (reftex-view-crossref-from-bibtex):
1776         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1777         (reftex-extract-bib-entries-from-thebibliography)
1778         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1779         * textmodes/refbib.el (r2b-capitalize-title):
1780         (r2b-convert-buffer, r2b-help):
1781         * textmodes/page-ext.el (pages-directory)
1782         (pages-directory-goto-with-mouse):
1783         * textmodes/bibtex.el (bibtex-validate-globally):
1784         * textmodes/bib-mode.el (bib-capitalize-title):
1785         * textmodes/artist.el (artist-clear-buffer, artist-system):
1786         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1787         (local-set-scheme-interaction-buffer, xscheme-process-filter)
1788         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1789         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1790         (xscheme-send-control-g-interrupt, xscheme-start-process)
1791         (xscheme-process-sentinel, xscheme-cd):
1792         * progmodes/verilog-mode.el (verilog-read-always-signals)
1793         (verilog-set-define, verilog-getopt-file)
1794         (verilog-module-inside-filename-p):
1795         * progmodes/sh-script.el:
1796         * progmodes/python.el (python-pdbtrack-get-source-buffer)
1797         (python-pdbtrack-grub-for-buffer, python-execute-file):
1798         * progmodes/octave-inf.el (inferior-octave):
1799         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1800         (idlwave-shell-compile-helper-routines, idlwave-set-local)
1801         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1802         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1803         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1804         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1805         (idlwave-shell-filter, idlwave-shell-examine-highlight)
1806         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1807         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1808         (idlwave-shell-examine-display, idlwave-shell-run-region)
1809         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1810         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1811         * progmodes/idlw-help.el (idlwave-help-get-special-help)
1812         (idlwave-help-get-help-buffer):
1813         * progmodes/gud.el (gud-basic-call, gud-find-class)
1814         (gud-tooltip-activate-mouse-motions-if-enabled):
1815         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1816         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1817         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1818         (ebrowse-tags-next-file):
1819         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1820         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1821         (ebnf-eps-finish-and-write):
1822         * progmodes/cpp.el (cpp-edit-save):
1823         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1824         * progmodes/cc-defs.el (c-emacs-features):
1825         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1826         (antlr-directory-dependencies):
1827         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1828         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1829         (ada-find-any-references, ada-make-filename-from-adaname)
1830         (ada-make-body-gnatstub):
1831         * obsolete/rnews.el (news-list-news-groups):
1832         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1833         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1834         * net/rcirc.el (rcirc-debug):
1835         * net/newst-treeview.el (newsticker--treeview-list-add-item)
1836         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1837         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1838         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1839         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1840         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1841         (newsticker--treeview-list-clear-highlight)
1842         (newsticker--treeview-list-update-highlight)
1843         (newsticker--treeview-list-highlight-start)
1844         (newsticker--treeview-tree-update-highlight)
1845         (newsticker--treeview-get-selected-item)
1846         (newsticker-treeview-mark-list-items-old)
1847         (newsticker--treeview-set-current-node):
1848         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1849         * net/newst-backend.el (newsticker--get-news-by-funcall)
1850         (newsticker--get-news-by-wget, newsticker--image-get)
1851         (newsticker--image-sentinel):
1852         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1853         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1854         (eudc-ph-close-session):
1855         * net/eudc.el (eudc-save-options):
1856         * language/thai-word.el (thai-update-word-table):
1857         * language/japan-util.el (japanese-string-conversion):
1858         * international/titdic-cnv.el (tsang-quick-converter)
1859         (ziranma-converter, ctlau-converter):
1860         * international/mule-cmds.el (describe-language-environment):
1861         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1862         (skkdic-convert-postfix, skkdic-convert-prefix):
1863         (skkdic-convert-okuri-nasi, skkdic-convert):
1864         * emacs-lisp/re-builder.el (reb-update-overlays):
1865         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1866         * emacs-lisp/gulp.el (gulp-send-requests):
1867         * emacs-lisp/find-gc.el (trace-call-tree):
1868         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1869         (eieio-describe-generic):
1870         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1871         * emacs-lisp/edebug.el (edebug-outside-excursion):
1872         * emacs-lisp/debug.el (debugger-make-xrefs):
1873         * emacs-lisp/cust-print.el (custom-prin1-to-string):
1874         * emacs-lisp/chart.el (chart-new-buffer):
1875         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1876         Use with-current-buffer.
1877         * textmodes/artist.el (artist-system): Don't call
1878         copy-sequence on a fresh string.
1879         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1881 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
1883         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1884         is no item to edit.  (Bug#4820)
1885         (todo-top-priorities): Restore point and restore narrowing in Todo
1886         buffer.  (Bug#4820)
1888 2009-10-31  Glenn Morris  <rgm@gnu.org>
1890         * net/ange-ftp.el (top-level): Don't require dired when compiling.
1891         (comint-last-output-start, comint-last-input-start)
1892         (comint-last-input-end): Don't defvar when compiling.
1893         (ange-ftp-process-file): Use bound-and-true-p.
1895         * pcmpl-rpm.el (top-level): Move provide statement to end.
1896         (pcmpl-rpm): Remove unused custom group.
1898         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1900         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1902         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1903         (byte-compile-warnings): Add `constants' as an option.
1904         (byte-compile-callargs-warn, byte-compile-arglist-warn)
1905         (display-call-tree): Update for byte-compile-fdefinition possibly
1906         returning `(macro lambda ...)'.  (Bug#4778)
1907         (byte-compile-variable-ref, byte-compile-setq-default):
1908         Respect `constants' member of byte-compile-warnings.
1910         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1911         Use mapc rather than mapcar because the return value is never used.
1913         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1914         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1915         * cedet/semantic/html.el:
1916         Suppress harmless warnings about setting up semantic-imenu (not
1917         part of Emacs) variables.
1919 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * vc-bzr.el (vc-bzr-revision-keywords): New var.
1922         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1923         to "submit:".
1925         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1926         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1927         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1928         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1929         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1930         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1931         (semantic-analyzer-debug-global-symbol)
1932         (semantic-analyzer-debug-missing-innertype)
1933         (semantic-analyzer-debug-insert-include-summary):
1934         * cedet/semantic/util.el (semantic-file-tag-table):
1935         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1936         (semantic-recursive-find-nonterminal-by-name):
1937         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1938         * cedet/semantic/tag-file.el (semantic-prototype-file):
1939         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1940         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1941         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1942         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1943         (semantic-idle-summary-maybe-highlight):
1944         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1945         (semantic-ia-sb-tag-info):
1946         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1947         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1948         * cedet/semantic/ede-grammar.el (project-compile-target):
1949         (ede-proj-makefile-insert-variables):
1950         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1951         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1952         (semantic-debug-mode, semantic-debug):
1953         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1954         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1955         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1956         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1957         (semanticdb-find-translate-path-includes--internal)
1958         (semanticdb-reset-log, semanticdb-find-log-activity):
1959         * cedet/semantic/db-file.el (object-write):
1960         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1961         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1962         (semanticdb-create-ebrowse-database):
1963         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1964         * cedet/semantic/complete.el (semantic-displayor-focus-request)
1965         (semantic-collector-calculate-completions-raw)
1966         (semantic-complete-read-tag-analyzer):
1967         * cedet/semantic/analyze.el (semantic-analyze-pulse):
1968         * cedet/ede/util.el (ede-update-version-in-source):
1969         * cedet/ede/proj.el (project-delete-target):
1970         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1971         (ede-proj-flush-autoconf):
1972         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1973         (ede-proj-configure-synchronize):
1974         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1975         * cedet/ede/linux.el (ede-linux-version):
1976         * cedet/ede/emacs.el (ede-emacs-version):
1977         * cedet/ede/dired.el (ede-dired-add-to-target):
1978         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1979         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1980         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1981         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1982         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1983         (cedet-idutils-version-check):
1984         * cedet/cedet-global.el (cedet-gnu-global-call):
1985         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1986         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1987         * cedet/cedet-cscope.el (cedet-cscope-call)
1988         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1989         Use with-current-buffer.
1990         * cedet/ede.el (ede-make-project-local-variable)
1991         (ede-set-project-variables, ede-set): Use dolist.
1993 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1995         * textmodes/ispell.el (ispell-skip-region-alist):
1996         * international/mule-conf.el (eight-bit):
1997         * international/fontset.el (font-encoding-alist):
1998         * startup.el (pure-space-overflow-message):
1999         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2000         * paths.el (gnus-nntp-service, rmail-spool-directory)
2001         (term-file-prefix):
2002         * files.el (save-some-buffers-action-alist):
2003         * cmuscheme.el (same-window-buffer-names):
2004         * ielm.el (same-window-buffer-names):
2005         * shell.el (same-window-buffer-names):
2006         * mail/sendmail.el (same-window-buffer-names):
2007         * progmodes/inf-lisp.el (same-window-buffer-names):
2008         * bindings.el (mode-line-client)
2009         (mode-line-column-line-number-mode-map):
2010         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2011         (tibetan-precomposed-regexp): Purecopy string arguments.
2013 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2016         (calcDigit-nondigit):
2017         * calc/calc-yank.el (calc-copy-to-buffer):
2018         * calc/calc-units.el (calc-invalidate-units-table):
2019         * calc/calc-trail.el (calc-trail-yank):
2020         * calc/calc-store.el (calc-insert-variables):
2021         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2022         * calc/calc-prog.el (calc-read-parse-table):
2023         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2024         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2025         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2026         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2027         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2028         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2029         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2030         * calc/calc-ext.el (calc-realign):
2031         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2032         (calc-embedded-finish-edit, calc-embedded-make-info)
2033         (calc-embedded-finish-command, calc-embedded-stack-change):
2034         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2036         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2037         (overload-docstring-extension): Use that info.
2038         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2039         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2040         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2041         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2042         (semantic-nonterminal-full-name): Add the new `when' info.
2043         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2044         `assert'.
2046         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2047         shell-dynamic-complete-filename in preference to
2048         comint-dynamic-complete-filename.
2050         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2051         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2052         Don't consider whether the display supports colors.
2053         (bookmark-import-new-list): Use dolist.
2054         (bookmark-bmenu-mode-map): Move initialization into declaration.
2055         (bookmark-bmenu-list): Use dolist, simplify.
2056         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2057         (menu-bar-final-items): Use push.
2059 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2061         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2062         it works on remote files.
2063         (vc-hg-diff): Don't pass any `--cwd' argument.
2065 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2067         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2068         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2069         (Further to Bug#3921).
2071 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2073         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2074         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2075         calling `tramp-imap-put-file'.  Add file size to the call.
2076         (tramp-imap-get-file-entries): Compute also user name, file size,
2077         and date.
2078         (tramp-imap-handle-insert-directory): Insert uid and gid.
2079         (tramp-imap-handle-file-attributes): Transform uid and gid
2080         according to `id-format'.
2081         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2082         size in header X-Size.
2084 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2086         * simple.el (transpose-subr): Give clearer error when the mark
2087         is not set.  (Bug#4807)
2089 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2091         * net/tramp.el (tramp-perl-file-truename): New defconst.
2092         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2093         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2094         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2095         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2097         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2098         Ignore `dired-call-process'.
2099         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2101 2009-10-26  Julian Scheid  <julians37@gmail.com>
2103         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2104         (tramp-get-remote-readlink): New defun.
2105         (tramp-handle-file-truename): Use it.
2106         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2107         file exists if cache value present.
2108         (tramp-check-cached-permissions) New defun.
2109         (tramp-handle-file-readable-p): Use it.
2110         (tramp-handle-file-writable-p): Likewise.
2111         (tramp-handle-file-executable-p): Likewise.
2112         (tramp-handle-file-name-all-completions): Try using Perl to get
2113         partial completions.  When perl not available, combine `cd' and
2114         `ls' into single remote operation and use shell expansion to get
2115         partial remote directory contents.  Set `file-exists-p' cache for
2116         directory and any files returned by ls.  Change cache handling to
2117         support partial directory contents.  Use error message emitted by
2118         remote `cd' or Perl code for local tramp-error.
2119         (tramp-do-copy-or-rename-file-directly): Avoid separate
2120         tramp-send-command-and-check call.
2121         (tramp-handle-process-file): Merge three remote ops into one.
2122         Do not flush all caches when `process-file-side-effects' is set.
2123         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2124         file-attributes shows uid/gid to be set already.
2126 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2128         * textmodes/tex-mode.el (tex-dvi-view-command)
2129         (tex-show-queue-command, tex-open-quote):
2130         * progmodes/ruby-mode.el (auto-mode-alist)
2131         (interpreter-mode-alist): Purecopy strings.
2133         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2135         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2136         string for the hook, keymap and abbrev table.
2138         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2140         * x-dnd.el (x-dnd-xdnd-to-action):
2141         * startup.el (fancy-startup-text, fancy-about-text): Change to
2142         defconst from defvar.
2144         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2146         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2147         Purecopy initialization strings.
2149         * mail/sendmail.el (mail-header-separator)
2150         (mail-personal-alias-file):
2151         * mail/rmail.el (rmail-default-dont-reply-to-names)
2152         (rmail-ignored-headers, rmail-retry-ignored-headers)
2153         (rmail-highlighted-headers, rmail-secondary-file-directory)
2154         (rmail-secondary-file-regexp):
2155         * files.el (null-device, file-name-invalid-regexp)
2156         (locate-dominating-stop-dir-regexp)
2157         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2158         (interpreter-mode-alist): Use mapcar instead of mapc.
2160         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2162         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2163         (completion-ignored-extensions):
2164         (debug-ignored-errors): Purecopy strings.
2166 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2168         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2169         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2170         (pcomplete--here): Use push.
2172         * subr.el (all-completions): Declare the 4th arg obsolete.
2174 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2177         (pcomplete-unquote-argument): New function.
2178         (pcomplete--common-suffix): Always pay attention to case.
2179         (pcomplete--table-subvert): Quote and unquote the text.
2180         (pcomplete--common-quoted-suffix): New function.
2181         (pcomplete-std-complete): Use it and pcomplete-begin.
2183         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2184         we're inside a dedicated or minibuffer window.
2186 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2188         * cedet/semantic/fw.el (semantic-alias-obsolete)
2189         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2190         (define-mode-overload-implementation):
2191         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2192         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2193         * cedet/semantic/util.el (semantic-file-token-stream)
2194         (semantic-something-to-stream):
2195         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2196         (semantic-expand-nonterminal):
2197         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2198         (semantic-find-dependency, semantic-find-nonterminal)
2199         (semantic-find-dependency):
2200         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2201         (semantic-flex-text, semantic-flex-make-keyword-table)
2202         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2203         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2204         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2205         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2206         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2207         (semantic-after-idle-scheduler-reparse-hooks):
2208         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2209         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2210         * cedet/semantic.el (semantic-toplevel-bovine-table)
2211         (semantic-toplevel-bovine-cache)
2212         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2213         (semantic-init-mode-hooks, semantic-init-db-hooks)
2214         (semantic-bovination-working-type): Provide the `when' arg.
2216 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2218         * bookmark.el: Update documentation, especially documentation
2219         of `bookmark-alist' and of the bookmark file format.
2220         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2222 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2224         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2225         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2226         window to buffer.
2228         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2229         (global-whitespace-mode, global-whitespace-newline-mode)
2230         (whitespace-toggle-options, global-whitespace-toggle-options):
2231         Doc fix (Bug#3660).
2233         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2234         of xmltok-start before the end tag was inserted (Bug#2840).
2236         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2237         patterns that are preceded by an open-paren (Bug#1320).
2239 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2241         * files.el (delete-directory): Delete symlinks to directories with
2242         delete-file (Bug#4739).
2244 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2246         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2247         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2248         argument to make-obsolete.
2250         * cedet/semantic/fw.el (semantic-alias-obsolete)
2251         (semantic-varalias-obsolete): Add optional WHEN argument.
2253 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2255         * vc.el (vc-backend-for-registration): Rename from
2256         vc-get-backend-for-registration.  Update callers.
2258         * international/mule-cmds.el (set-language-info-alist):
2259         Purecopy lang-env.
2260         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2261         (charset): Purecopy the name.
2262         (define-char-code-property): Purecopy string arguments.
2264         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2265         Purecopy string arguments.
2267         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2268         * ediff-hook.el (menu-bar-ediff-menu):
2269         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2270         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2272 2009-10-24  Glenn Morris  <rgm@gnu.org>
2274         * comint.el (comint-dynamic-list-completions):
2275         * term.el (term-dynamic-list-completions): Use choose-completion rather
2276         than obsolete alias mouse-choose-completion.
2278         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2279         file-cache-choose-completion.
2280         (file-cache-choose-completion): Handle an optional event argument.
2281         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2283         * progmodes/octave-mod.el (octave-complete-symbol):
2284         Use choose-completion if mouse-choose-completion is ever removed.
2286         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2287         use.
2289         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2290         compiler.
2292         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2294 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2296         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2297         Ignore `pred' now that we receive one.
2298         Handle test-completion specially.
2300 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2302         * vc.el (vc-responsible-backend): Throw an error if not backend is
2303         found.  Remove the REGISTER argument.  Move the code dealing with
2304         REGISTER ...
2305         (vc-get-backend-for-registration): ... here.  New function.
2306         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2307         of vc-responsible-backend, pass the file name instead of the
2308         directory name.
2310 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2313         New funs.
2314         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
2315         (pcomplete-comint-setup): Don't modify a global var via
2316         accidental side-effects.
2317         (pcomplete-shell-setup): Adjust call accordingly.
2318         (pcomplete-parse-comint-arguments): Use push.
2320 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2322         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2323         Allow uncapitalized info node names (Bug#3921).
2325         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2326         to the DEBUG file (Bug#3781).
2328 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
2330         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2331         dictionary entry (Bug#4579).
2333 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2335         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2336         from `rfn-eshadow-update-overlay-hook' when unloading.
2337         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2338         "rsyncc".  Adjust doc string.
2339         (tramp-temp-buffer-file-name) New buffer-local defvar.
2340         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2341         Keep temporary file when indicated by method ("rsync" and
2342         "rsyncc").
2343         (tramp-handle-write-region): Handle APPEND.
2344         (tramp-delete-temp-file-function): New defun.  Added to
2345         `kill-buffer-hook'.
2347 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
2349         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2351 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2353         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2354         (color-name-rgb-alist, tty-standard-colors)
2355         (tty-color-mode-alist): Change to defconst.
2357         * simple.el (mark-inactive): Purecopy message.
2359         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2360         (global-map, yank-menu):
2361         * textmodes/ispell.el (ispell-menu-map):
2362         * net/eudc.el (eudc-tools-menu):
2363         * international/mule-cmds.el (describe-language-environment-map)
2364         (setup-language-environment-map, set-coding-system-map)
2365         (mule-menu-keymap):
2366         * vc-hooks.el (vc-menu-entry, vc-menu-map):
2367         * replace.el (occur-mode-map):
2368         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2370 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
2372         * calc/calc.el (math-read-number, math-read-number-simple): Use
2373         `save-match-data'.
2375 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2378         rather than fiddling with global-map bindings, since it should only
2379         affect per-terminal settings.
2380         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2382         * minibuffer.el (completion-table-with-terminator): Allow to specify
2383         the terminator-regexp.
2385         * simple.el (switch-to-completions): Look for *Completions* in other
2386         frames as well.
2388         * pcomplete.el: Allow the use of completion-tables.
2389         (pcomplete-std-complete): New command.
2390         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2391         (pcomplete--here): Use a function for `form' rather than an expression,
2392         so it can be byte-compiled.
2393         (pcomplete-here, pcomplete-here*): Adjust accordingly.
2394         Add edebug declaration.
2395         (pcomplete-show-completions): Remove unused var `curbuf'.
2396         (pcomplete-do-complete, pcomplete-stub):
2397         Don't assume `completions' is a list of strings any more.
2399 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
2401         * find-dired.el (find-name-arg): Fix typo in docstring.
2403 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2406         (pcmpl-linux-fs-types): Same, and update to new modules layout.
2408         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2409         pcomplete-entries.
2411         * comint.el (comint-read-input-ring, comint-write-input-ring)
2412         (comint-substitute-in-file-name)
2413         (comint-dynamic-complete-as-filename)
2414         (comint-dynamic-simple-complete)
2415         (comint-dynamic-list-filename-completions)
2416         (comint-dynamic-list-completions)
2417         (comint-redirect-results-list-from-process): Minor simplifications.
2419 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2421         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2422         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2423         the first form.  And insert a blank line after ";;; Code" since
2424         that's usual style.  (My Bug#4612.)
2426         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2428 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         * minibuffer.el (completion-table-with-terminator): Properly implement
2431         boundaries, in case `terminator' appears in the suffix.
2432         (completion--embedded-envvar-table): Don't return boundaries if
2433         there's no valid completion.  Simplify.
2434         (completion-file-name-table): New completion table extracted from
2435         completion--file-name-table.
2436         (completion--file-name-table): Use it.
2437         (read-file-name-predicate): Declare obsolete.
2438         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2439         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2440         completion-file-name-table, and use the `pred' argument.
2441         * files.el (locate-file-completion-table): Use the `pred' arg rather
2442         than read-file-name-predicate.
2443         (abbreviate-file-name): Use \` rather than ^ for BOS.
2445 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2447         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2448         vc-responsible-backend to register, it causes problems.
2450 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2452         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2454 2009-10-21  Eric Ludlam  <zappo@gnu.org>
2456         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2457         (semantic-c-debug-mode-init-pch): New functions.
2458         (semantic-c-debug-mode-init-last-mode): New var.
2459         (semantic-c-parse-lexical-token): Use them.
2461         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2462         When extracting the argument list, limit only by point-max.
2464 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
2466         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2467         (tramp-smb-handle-file-attributes): Use it.
2468         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2469         (tramp-smb-handle-insert-directory): Use `mapc' rather than
2470         `mapcar'.  Use `tramp-smb-get-stat-capability'.
2471         Add `dired-filename' text properties.
2472         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2473         (tramp-smb-maybe-open-connection): Simplify check for smbclient
2474         version.
2476 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * subr.el (read-key-delay): Reduce to 0.01.
2479         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2480         (bug#4751).
2482 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2484         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2486         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2487         (Info-menu): Remove unused vars `last' and `completions'.
2488         (Info-index-nodes): Remove unused var `node'.
2490         * info.el (Info-complete-menu-item): Use complete-with-action.
2492 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2494         Make vc-annotate work through copies and renames.
2495         * vc-annotate.el (vc-annotate-extract-revision-at-line):
2496         Return the file name too.
2497         (vc-annotate-revision-at-line)
2498         (vc-annotate-find-revision-at-line)
2499         (vc-annotate-revision-previous-to-line)
2500         (vc-annotate-show-log-revision-at-line): Update to get the file
2501         name from vc-annotate-extract-revision-at-line.
2502         (vc-annotate-show-diff-revision-at-line-internal): Change the
2503         argument to mean whether to show a file diff or not.  Get the file
2504         name from vc-annotate-extract-revision-at-line.
2505         (vc-annotate-show-diff-revision-at-line):
2506         Update vc-annotate-show-diff-revision-at-line call.
2507         (vc-annotate-warp-revision): Add an optional file argument.
2509         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2510         (vc-git-annotate-extract-revision-at-line): Also return the file
2511         name if found.
2513         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2514         command.  Remove unused code.
2515         (vc-hg-annotate-re): Update to match --follow output.
2516         (vc-hg-annotate-extract-revision-at-line): Also return the file
2517         name if found.
2519         * vc.el: Update annotate-extract-revision-at-line documentation.
2521 2009-10-18  Kevin Ryde  <user42@zip.com.au>
2523         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2524         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2526         * net/browse-url.el (browse-url): Identify alist with "consp and
2527         not functionp" and let all other things go down the `apply' leg,
2528         as suggested by Stefan.  (Further to bug#4531.)
2530 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
2532         * minibuffer.el (read-file-name): Check for repeat before putting
2533         a default argument in file-name-history (Bug#4657).
2535         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2536         read syntax (Bug#4737).
2538         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2540 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2542         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2543         (html-tag-alist, html-tag-help): Add descriptions for undocumented
2544         entries and make note of obsolete tags.
2546 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2550 2009-10-18  Glenn Morris  <rgm@gnu.org>
2552         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2553         grep, so that binary files (eg international/uni-bidi.el) can match.
2554         Remove test for "UnicodeData" files, since it is hopefully unnecessary
2555         now, and in any case the file header format has changed.
2557 2009-10-17  Glenn Morris  <rgm@gnu.org>
2559         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2560         (flyspell-get-word, flyspell-large-region)
2561         (flyspell-auto-correct-previous-word): Doc/error message fixes.
2563 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2565         * Makefile.in (ELCFILES): Add ede/shell.
2567 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2569         * term/common-win.el (x-colors): Purecopy it.
2571 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2573         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2574         permissive for when the buffer is empty.
2575         (tar-header-block-tokenize): Decode the username and groupname.
2576         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2578 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2580         * cedet/srecode/srt.el:
2581         * cedet/srecode/compile.el:
2582         * cedet/semantic/mru-bookmark.el:
2583         * cedet/semantic/debug.el:
2584         * cedet/semantic/complete.el:
2585         * cedet/semantic/analyze.el: Require CL when compiling.
2587 2009-10-17  Eric Ludlam  <zappo@gnu.org>
2589         * cedet/semantic/scope.el
2590         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2591         tmpscope so that the regular scope will continue to work.
2593         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2594         Use semantic-idle-summary-highlight-face as the highlighting.
2596         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2597         contains multibyte characters, choose first applicable coding
2598         system automatically.
2600         * cedet/ede/project-am.el (project-run-target): New method.
2601         (project-run-target): New method.
2603         * cedet/ede.el (ede-target): Add run target menu item.
2604         (ede-project, ede-minor-keymap): Add ede-run-target binding.
2605         (ede-run-target): New function.
2606         (ede-target::project-run-target): New method.
2608         * cedet/ede/proj.el (project-run-target): New method.
2610         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2611         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2612         Add :rules.
2613         (ede-proj-target-makefile-shared-object): Only libtool compilers
2614         now available.  Add linkers for libtool.
2615         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2616         (ede-proj-makefile-target-name): Always use .la extension.
2618         * cedet/ede/proj-prog.el (project-run-target): New method.
2620         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2621         (ede-g++-linker): Change Change link lines.
2623         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2624         When searching for old variables, go to the end of the buffer and
2625         search backward from there.
2626         (ede-proj-makefile-automake-insert-subdirs)
2627         (ede-proj-makefile-automake-insert-extradist): New methods.
2628         (ede-proj-makefile-create): Use them.
2630         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2631         Force FILE to expand to the current target.  Use file-exists-p to
2632         check that it exists.
2634         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2635         (ede-linux-load): Wrap dir in file-name-as-directory.
2636         Set :version slot.
2638         * cedet/ede/files.el (ede-get-locator-object): When enabling
2639         locate, do so on "top".
2641         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2642         file-name-as-directory during compare.
2643         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2644         Get version number from different places.  Don't call egrep.
2645         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2646         to set the directory.
2648         * cedet/ede/shell.el: New file.
2650         * cedet/inversion.el (inversion-decoders): Allow for stray . in
2651         alpha/beta variants.
2653 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2655         * international/mule-cmds.el (select-safe-coding-system): If the file
2656         has a coding cookie, use it regardless of any other setting (bug#4712).
2658 2009-10-17  Glenn Morris  <rgm@gnu.org>
2660         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2661         All errors should have messages.
2663         * foldout.el (foldout-mouse-swallow-events):
2664         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2666         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2667         (dired-keep-marker-copy, dired-keep-marker-hardlink)
2668         (dired-keep-marker-symlink, dired-dwim-target)
2669         (dired-copy-preserve-time): Do not autoload these defcustoms.
2671         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2672         messages from messing up the file coding.  (Bug#4623)
2674 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
2676         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2677         if no match is found for the current dictionary.  (Bug#4578)
2679         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2680         optional, since that is how it is documented, and this is often called
2681         with a nil argument.  (Bug#4577)
2682         (flyspell-external-point-words, flyspell-auto-correct-word)
2683         (flyspell-correct-word-before-point, flyspell-word-search-forward)
2684         (flyspell-word-search-backward): Remove nil argument in calls to
2685         flyspell-get-word, since it is not needed now.
2687 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
2689         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
2691 2009-10-16  Glenn Morris  <rgm@gnu.org>
2693         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2695 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2697         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2698         (ange-ftp-file-size): New function.
2699         (ange-ftp-file-attributes): Use it.
2701 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
2703         * net/tramp-smb.el (tramp-smb-version): New defvar.
2704         (tramp-smb-maybe-open-connection): Use it, in order to avoid
2705         repeated checks.
2707 2009-10-16  Glenn Morris  <rgm@gnu.org>
2709         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2710         Maybe copy some custom properties from old to new name.  (Bug#4706)
2712 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
2714         * subr.el (error, sit-for, start-process-shell-command)
2715         (start-file-process-shell-command): Set the calling convention
2716         after the function definition.
2718 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * subr.el (error, sit-for, start-process-shell-command)
2721         (start-file-process-shell-command): Use the new
2722         set-advertised-calling-convention feature.
2724 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
2726         * international/ucs-normalize.el (ucs-normalize-version):
2727         Change to 1.2.
2728         (check-range): Adjust for Unicode 5.2.
2730 2009-10-15  Juri Linkov  <juri@jurta.org>
2732         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2733         to the `menu-item' format.
2735 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
2737         * net/tramp.el (tramp-replace-environment-variables): Do not fail
2738         if the environment variable does not exist.
2740         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2741         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2742         parameter.
2743         (tramp-smb-handle-add-name-to-file)
2744         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2745         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2746         (tramp-smb-handle-file-attributes)
2747         (tramp-smb-do-file-attributes-with-stat)
2748         (tramp-smb-handle-file-local-copy)
2749         (tramp-smb-handle-insert-directory)
2750         (tramp-smb-handle-make-directory)
2751         (tramp-smb-handle-make-directory-internal)
2752         (tramp-smb-handle-make-symbolic-link)
2753         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2754         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2755         (tramp-smb-maybe-open-connection): Apply the changed parameters.
2756         (tramp-smb-read-file-entry): Read Disk names in compressed format.
2757         Handle long file names.
2758         (tramp-smb-get-cifs-capabilities): Check, whether the connection
2759         process is running.
2760         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2761         Read share names with "-g" option.
2763 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
2765         * net/rcirc.el (rcirc-view-log-file): New command.
2766         (rcirc-track-minor-mode-map): Remove C-c ` binding.
2767         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2768         specified.
2770 2009-10-15  Glenn Morris  <rgm@gnu.org>
2772         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2773         from the second command-line argument.
2774         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2775         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2776         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2777         w32-batch-update-autoloads.
2778         * emacs-lisp/autoload.el (autoload-make-program): New variable.
2779         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2781         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2782         the headers cannot be located.  Simplify, subtracting superflous
2783         save-excursions.
2785 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2787         Replace completion-base-size by completion-base-position to fix bugs
2788         such as (bug#4699).
2789         * simple.el (completion-base-position): New var.
2790         (completion-base-size): Mark as obsolete.
2791         (choose-completion): Make it work for mouse events as well.
2792         Pass the new base-position to choose-completion-string.
2793         (choose-completion-guess-base-position): New function, extracted from
2794         choose-completion-delete-max-match.
2795         (choose-completion-delete-max-match): Use it.  Make obsolete.
2796         (choose-completion-string): Use the new base-position info.
2797         (completion-root-regexp): Delete.
2798         (completion-setup-function): Preserve completion-base-position.
2799         Eliminate obsolete base-size manipulation.
2800         * minibuffer.el (display-completion-list): Don't mess with base-size.
2801         (minibuffer-completion-help): Set completion-base-position instead.
2802         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2803         choose-completion.
2804         * textmodes/bibtex.el (bibtex-complete):
2805         * emacs-lisp/crm.el (crm--choose-completion-string):
2806         Adjust to new calling convention.
2807         * complete.el (partial-completion-mode): Use minibufferp to avoid
2808         bumping into incompatible change to choose-completion-string-functions.
2809         * ido.el (ido-choose-completion-string): Make its calling convention
2810         more permissive.
2811         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2812         base-size manipulation.
2813         (comint-dynamic-list-input-ring): Use dotimes and push.
2814         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2815         fundamental-mode.  Use `or'.
2817 2009-10-14  Juri Linkov  <juri@jurta.org>
2819         * misearch.el (multi-isearch-next-buffer-from-list)
2820         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2822 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * Makefile.in (compile-onefile): Load `bytecomp' rather than
2825         `bytecomp.el'.
2827         * minibuffer.el (completion-pcm--merge-completions): Make sure the
2828         string we return is all made up of text from the completions rather
2829         than part from the completions and part from the input (bug#4219).
2831         * ido.el (ido-everywhere): Use define-minor-mode.
2833         * buff-menu.el (list-buffers, ctl-x-map):
2834         Mark the entry points with ;;;###autoload cookies.
2836 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2838         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2839         correctly in the detached head case.
2840         (vc-git-print-log): Remove unused binding.
2842         * vc.el (vc-responsible-backend): When a directory is passed for
2843         for registration create a VC repository if no backend is
2844         responsible for the directory argument.
2845         (vc-deduce-fileset): Tell vc-responsible-backend to register.
2847         * vc.el: Move comments about RCS and SCCS ...
2848         * vc-rcs.el:
2849         * vc-sccs.el: ... here, respectively.
2851 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2853         * minibuffer.el (completion--file-name-table): Return nil if there's
2854         no file completion, even if substitute-in-file-name changed
2855         the string (bug#4708).
2857 2009-10-13  Juri Linkov  <juri@jurta.org>
2859         * files-x.el (read-file-local-variable-value): Don't filter out
2860         minor modes from mode name completion (bug#4664).
2862 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2864         * international/mule-cmds.el (ucs-names): Remove exclusion of
2865         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2867 2009-10-13  Kenichi Handa  <handa@m17n.org>
2869         * international/uni-name.el: Regenerated.
2871 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2873         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
2874         should be automatically buffer-local, but isn't.)
2876 2009-10-12  Sam Steingold  <sds@gnu.org>
2878         * progmodes/compile.el (compilation-next-error-function): Fix the
2879         timestamps if the buffer has been visited before.
2880         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2881         non-anchored patterns, like the perl one (bug#3928).
2883 2009-10-12  Glenn Morris  <rgm@gnu.org>
2885         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2886         Let-bind `size'.
2888 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
2890         * proced.el (proced-unload-function): New function.
2892         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2893         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2894         Doc fix.
2896         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2898 2009-10-11  Juri Linkov  <juri@jurta.org>
2900         * files-x.el (read-file-local-variable-value):
2901         Provide default value only for bound variables (bug#4664).
2903 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
2905         * net/tramp.el (tramp-local-host-p): Function shall return nil for
2906         connection methods like smb.
2908         * net/tramp-cache.el (tramp-flush-connection-property): The hash
2909         can be empty.
2911         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2912         (tramp-smb-file-name-handler-alist): Add handlers for
2913         `add-name-to-file', `make-symbolic-link'.
2914         (tramp-smb-handle-add-name-to-file)
2915         (tramp-smb-do-file-attributes-with-stat)
2916         (tramp-smb-handle-make-symbolic-link)
2917         (tramp-smb-get-cifs-capabilities): New defuns.
2918         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2919         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2920         (tramp-smb-handle-file-local-copy)
2921         (tramp-smb-handle-make-directory-internal)
2922         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2923         The file name syntax depends on cifs capabilities.
2924         (tramp-smb-handle-file-attributes):
2925         Call `tramp-smb-do-file-attributes-with-stat' if possible.
2926         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2927         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2929 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
2931         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2932         (eieio-defclass): Apply deftype handler and setf-method properties
2933         directly.
2934         (eieio-add-new-slot): Avoid union function from cl library.
2935         (eieio--typep): New function.
2936         (eieio-perform-slot-validation): Use it.
2938 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2940         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2941         Update documentation to refer to the variables documented in r1.135.
2942         (Bug#4188)
2944 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2946         * bookmark.el (Info-suffix-list): Remove this unused variable.
2947         (bookmark-current-point): Remove this obsolete variable.
2948         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2949         Adjust for removal of bookmark-current-point.
2951         (bookmarks-already-loaded, bookmark-current-buffer)
2952         (bookmark-yank-point): Document.  (Bug#4188)
2954 2009-10-10  Glenn Morris  <rgm@gnu.org>
2956         * frame.el (frame-height): Doc fix.
2958         * calendar/calendar.el (calendar-split-width-threshold): New option.
2959         (calendar-basic-setup): Use calendar-split-width-threshold.
2961 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2963         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2964         Use .la for Automake.
2966 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2968         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2969         Use "autoreconf -i".  Suggested by Andreas Schwab.
2971 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2973         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2974         Ideographic Supplement" range (U+1F200..U+1F2FF).
2976 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2978         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2979         since the list will have been rebuilt anyway.  (Bug#4349)
2981 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2983         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2984         (bookmark-bmenu-execute-deletions): Don't save here, as
2985         bookmark-delete will now do so if necessary.
2986         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2987         (Bug#4348)
2989 2009-10-09  Glenn Morris  <rgm@gnu.org>
2991         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2993 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2995         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2996         (bookmark-jump-other-window): Just invoke bookmark-jump with new
2997         argument now, so the two function's behaviors will match.  (Bug#3645)
2999 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3001         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3002         Fix filename test.
3003         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3004         to expand file names.
3006 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3008         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3009         (tramp-file-name-real-host, tramp-file-name-port):
3010         Apply `save-match-data'.
3012         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3013         case both directories are remote.
3014         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3015         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3017 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3019         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3020         (ede-proj-target-makefile-objectcode): Use it.
3022         * cedet/ede/source.el (ede-want-any-source-files-p)
3023         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3024         Return search result.  This error was introduced while merging.
3026 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3028         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3030 2009-10-07  Glenn Morris  <rgm@gnu.org>
3032         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3033         of concat.
3035 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * files-x.el (read-file-local-variable): Include some
3038         non-user-variables in the completion table (bug#4664).
3040 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3042         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3043         message.
3045         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3046         (tramp-smb-file-name-handler-alist): Add handler for
3047         `copy-directory', `expand-file-name', `set-file-modes'.
3048         (tramp-smb-handle-copy-directory)
3049         (tramp-smb-handle-expand-file-name)
3050         (tramp-smb-handle-set-file-modes): New defuns.
3051         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3052         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3053         entry.
3054         (tramp-smb-handle-insert-directory): Don't flush the cache.
3055         (tramp-smb-maybe-open-connection): Check for samba client and
3056         server versions.
3058 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3060         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3061         to not error out of search for "^lisp=" fails.
3063 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3065         * makefile.w32-in (WINS_UPDATES): New macro.
3066         (custom-deps, finder-data, autoloads): Use it.
3068 2009-10-07  Glenn Morris  <rgm@gnu.org>
3070         * Makefile.in (autoloads): Revert previous change.
3071         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3072         the list of preloaded files passed on the command-line, get
3073         it from src/Makefile.
3075         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3076         show the original buffer rather than a random one.
3078 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3080         * help.el (describe-no-warranty): Place point in a slightly better
3081         position in the GPLv3 text.
3083 2009-10-06  Sam Steingold  <sds@gnu.org>
3085         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3086         the comm attribute is present before calling regexp-quote.
3088 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3090         * play/animate.el (animate-string): For good effect, make sure
3091         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3093         * play/animate.el (animate-sequence, animate-birthday-present):
3094         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3096 2009-10-06  Glenn Morris  <rgm@gnu.org>
3098         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3100         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3101         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3102         (batch-update-autoloads): Process a string value of autoload-excludes,
3103         set during the build process.
3104         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3106         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3107         inside with-parsed...  macro so that `v' is defined.
3109         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3110         * progmodes/fortran.el (fortran-end-of-block)
3111         (fortran-beginning-of-block):
3112         Also push mark in the macro case.
3114         * emerge.el (emerge-show-file-name):
3115         * calc/calc.el (calc-quit):
3116         * calc/calc-misc.el (calc-big-or-small):
3117         * calc/calc-graph.el (calc-graph-view):
3118         * calc/calc-ext.el (calc-reset):
3119         * calendar/calendar.el (calendar-basic-setup):
3120         Use window-full-height-p.
3122         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3123         header we don't understand, don't insert another.  (Bug#4624)
3124         If changing mime charset, insert the new one in the right place.
3126 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3128         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3129         (cal-tex-cursor-month): Correctly increment the end date for diary and
3130         holiday listing.  (Bug#4626)
3132 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3134         * help-fns.el (describe-function-1): Don't burp if the function is not
3135         a symbol.
3137 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3139         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3140         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3141         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3142         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3144         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3145         (eieio-default-superclass): Reflow docstrings.
3146         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3147         (eieio-unbind-method-implementations, defmethod)
3148         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3149         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3150         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3151         (eieio-slot-originating-class-p, eieio-slot-name-index)
3152         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3153         (constructor, initialize-instance, no-next-method, object-print)
3154         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3155         Fix typos in docstrings.
3156         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3157         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3158         (next-method-p): Doc fixes.
3159         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3160         Fix typos in error messages.
3161         (eieio-defmethod): Fix typo in description of generic method.
3163         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3164         (eieio-persistent-save-interactive, slot-missing):
3165         Fix typos in docstrings.
3166         (eieio-instance-inheritor-slot-boundp): Doc fix.
3168         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3169         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3171         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3172         (eieio-custom-object-apply-reset):
3173         Fix typos in docstrings and error messages.
3175         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3176         Fix typo in docstring.
3178         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3179         (eieio-browse-tree): Doc fix.
3180         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3181         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3182         Fix typos in docstrings.
3184         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3185         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3186         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3187         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3188         Reflow docstrings.
3190 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3192         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3193         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3194         Set log-view-vc-backend so that diff can work.
3196         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3197         vc-version-diff.
3198         (vc-diff-internal): Autoload this instead of vc-version-diff.
3200 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3202         * simple.el (eval-expression): Doc fix.
3204         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3206 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3208         * files.el (directory-files-no-dot-files-regexp): New defconst.
3209         (delete-directory): Use it.
3210         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3212         * net/tramp.el (tramp-verbose): Fix docstring.
3213         (tramp-methods): Add recursive option to `tramp-copy-args'.
3214         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3215         "scp1_old", "scp2_old", "rsync", "rsyncc".
3216         (tramp-default-method): Check also for `auth-source-user-or-password'.
3217         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3218         Add handler for `copy-directory'.
3219         (tramp-handle-copy-directory): New defun.
3220         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3221         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3222         Optimize sent command.
3224 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3226         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3227         window if necessary.
3229         * calendar/calendar.el (calendar-basic-setup): Don't call
3230         switch-to-buffer in a dedicated window.
3232 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3234         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3235           don't do anything related to relocating, just return nil.
3236         (bookmark-error-no-filename): New error.
3237         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3238           bookmark has no file.  Don't even attempt to handle things that
3239           are not files; the whole point of custom handlers is to keep that
3240           knowledge elsewhere anyway.  Tighten some comments.
3241         (bookmark-file-or-variation-thereof): Remove now-unused function.
3242         (bookmark-location): Doc string fix.
3243         (Bug#4250)
3245 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3247         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3248         don't use a file dialog, because they usually don't know how to read
3249         a directory target from the user.  (Bug#4230)
3250         Also, make sure the prompt can display directories as well as files.
3252 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3254         * bookmark.el (bookmark-set, bookmark-buffer-name):
3255         Improve doc strings.  (Bug#1193)
3257 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3259         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3260         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3261         (bookmark-get-annotation, bookmark-set-annotation)
3262         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3263         (bookmark-set-position, bookmark-get-front-context-string)
3264         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3265         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3266         (bookmark-jump-other-window, bookmark-handle-bookmark)
3267         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3268         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3269         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3270            Improve doc strings to say whether bookmark can be a string or
3271            a record or both, and make other consistency and clarity fixes.
3272         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3273         (bookmark-default-annotation-text, bookmark-yank-word)
3274         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3275         (bookmark-import-new-list, bookmark-maybe-rename)
3276         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3277         (bookmark-bmenu-bookmark): Give these doc strings.
3278         (bookmark-bmenu-check-position): Give this a doc string, but also
3279            add a FIXME comment about how the function may be pointless.
3280         (bookmark-default-handler): Rework doc string and change a
3281            parameter name, to clarify that this takes a bookmark record
3282            not a bookmark name.
3283         (bookmark-set): Change a parameter name to indicate its meaning,
3284            and improve the doc string a bit.
3285         (Bug#4188)
3287 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3289         * bookmark.el (bookmark-alist): Document the new `handler' element
3290         in the param alist.
3291         (bookmark-make-record-function): Adjust documentation for above.
3292         (Bug#4193)
3294 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3296         * info.el (Info-bookmark-make-record): Document this function.
3297         (Info-bookmark-jump): Document with a doc string, not just a comment.
3298         (Bug#4203)
3300 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3302         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3303         (semantic-new-buffer-fcn): Call parser setup functions here.
3304         (semantic-mode): Don't call parser setup functions here, it's done
3305         in semantic-new-buffer-fcn now.
3306         (semantic-mode): Parse all existing buffers when enabled.
3308         * cedet/srecode/compile.el (srecode-compile-file):
3309         Call semantic-new-buffer-fcn if the buffer has not been parsed.
3311 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3313         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3315         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3316         (proj-comp-insert-variable-once): New macro, renamed from
3317         ede-pmake-insert-variable-once in ede/pmake.edl.
3318         (ede-proj-makefile-insert-variables): Use it.
3320 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
3322         * files.el (copy-directory): New defun.
3324         * dired-aux.el (dired-copy-file-recursive): Use it.
3326 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3328         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3329         (makefile-end-of-command):
3330         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3331         (semantic-end-of-context): Fix previous change.  Doc fixes.
3333 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3335         * files-x.el (modify-dir-local-variable)
3336         (copy-dir-locals-to-file-locals-prop-line):
3337         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3338         (makefile-end-of-command):
3339         * cedet/semantic/lex.el (semantic-lex-token):
3340         * cedet/semantic/analyze/fcn.el
3341         (semantic-analyze-dereference-metatype-1):
3342         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3343         (semantic-lex-cpp-undef):
3344         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3345         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3346         (semantic-end-of-context): Fix typos in docstrings.
3348         * recentf.el (recentf-unload-function): New function.
3350 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3352         * cedet/ede.el (ede-project-placeholder-cache-file):
3353         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3354         * cedet/srecode/map.el (srecode-map-save-file):
3355         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
3357 2009-10-04  Glenn Morris  <rgm@gnu.org>
3359         * window.el (window-full-height-p): Add doc string.
3361 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
3363         * window.el (window-full-height-p): New function.  (Bug#4543)
3365 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
3367         * cedet/srecode/insert.el: Require srecode/args.
3369         * cedet/srecode/args.el: Require srecode/dictionary instead of
3370         srecode/insert.
3372         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3374         * files.el (auto-mode-alist): Add .srt and Project.ede.
3376         * cedet/semantic.el (semantic-mode):
3377         Handle srecode-template-mode-hook as well.
3378         (semantic-mode): Use js-mode-hook for Javascript hook.
3380         * cedet/srecode/template.el: Remove hook variable.
3382         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3384         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3385         projects exist.
3386         (ede-project-placeholder-cache-file): Default to a file in
3387         user-emacs-directory.
3389         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3390         templates in data-directory.
3391         (srecode-map-save-file): Default to a file in user-emacs-directory.
3393         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3394         directory.
3396 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3398         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3399         Doc fix.
3401         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3402         Only insert each variable once.
3404         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3405         (ede-pmake-insert-variable-shared): Use it.
3407         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3408         for lexical table iff table is nil.
3410 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3412         * vc.el: Remove commented out code.
3413         (vc-derived-from-dir-mode): Remove, unused.
3414         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3416 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
3418         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3419         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
3420         there could be recursive loading when `default-directory' is a
3421         remote file name.  (Bug#4614)
3423 2009-10-03  Glenn Morris  <rgm@gnu.org>
3425         * calendar/calendar.el (calendar-basic-setup): Handle the case where
3426         the frame is wide.
3427         (calendar-generate-window): Test for shrinkability rather than width.
3429         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3430         declaration, currently false.
3432         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3433         reusing existing buffers, in case we happen to visit two files with the
3434         same basename.  (Bug#4593)
3436 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3438         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3439         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3440         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3441         subdirs of cedet as well.
3442         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3444 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3446         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3447         Obey advertised-signature-table.
3449         * help-fns.el (help-function-arglist): Don't check
3450         advertised-signature-table.
3451         (describe-function-1): Do it here instead so it also applies to subrs.
3453 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
3455         * simple.el (start-file-process): Say in the doc-string, that file
3456         handlers might not support pty association, if PROGRAM is nil.
3458         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3459         HOST and USER are strings.  They are nil, when there are
3460         incomplete entries in ~/.netrc, for example.
3461         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
3462         root directory ("device busy" error otherwise).
3464         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3465         Flush file properties of created directory.
3467 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3469         * makefile.w32-in (WINS_BASIC): Remove cedet.
3470         (WINS_CEDET): Add cedet.
3471         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3473 2009-10-02  Kevin Ryde  <user42@zip.com.au>
3475         * net/browse-url.el (browse-url): Pass any symbol in
3476         browse-url-browser-function to `apply', since if you've mistakenly put
3477         an unbound symbol then the error is clearer.  (Bug#4531)
3479 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3481         * allout.el (allout-init, allout-back-to-current-heading)
3482         (allout-beginning-of-current-entry, allout-ascend-to-depth)
3483         (allout-ascend, allout-up-current-level, allout-end-of-level)
3484         (allout-previous-visible-heading, allout-forward-current-level)
3485         (allout-backward-current-level, allout-show-children):
3486         * apropos.el (apropos-describe-plist):
3487         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3488         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3489         * completion.el (add-completion, add-permanent-completion):
3490         * descr-text.el (describe-text-category, describe-char):
3491         * desktop.el (desktop-lazy-abort):
3492         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3493         * dired.el (dired-build-subdir-alist):
3494         * ediff.el (ediff-version):
3495         * elide-head.el (elide-head, elide-head-show):
3496         * emerge.el (emerge-version):
3497         * env.el (getenv):
3498         * face-remap.el (variable-pitch-mode):
3499         * faces.el (describe-face):
3500         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3501         (dired-at-point):
3502         * files.el (find-file-existing, auto-save-mode):
3503         * font-lock.el (font-lock-fontify-buffer):
3504         * help-fns.el (describe-function, describe-variable)
3505         (describe-syntax, describe-categories):
3506         * help.el (view-lossage, describe-bindings, describe-key)
3507         (describe-mode):
3508         * hexl.el (hexl-current-address):
3509         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3510         * info.el (Info-goto-emacs-key-command-node):
3511         * log-edit.el (log-edit-insert-cvs-template)
3512         (log-edit-insert-cvs-rcstemplate):
3513         * menu-bar.el (menu-bar-mode):
3514         * mouse.el (mouse-appearance-menu):
3515         * newcomment.el (comment-indent-new-line):
3516         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3517         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3518         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3519         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3520         * recentf.el (recentf-mode):
3521         * savehist.el (savehist-mode, savehist-save):
3522         * shadowfile.el (shadow-copy-files):
3523         * simple.el (kill-ring-save, next-line, previous-line)
3524         (normal-erase-is-backspace-mode):
3525         * strokes.el (strokes-update-window-configuration)
3526         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3527         (strokes-xpm-for-stroke):
3528         * time.el (emacs-uptime, emacs-init-time):
3529         * tutorial.el (tutorial--describe-nonstandard-key)
3530         (tutorial--detailed-help):
3531         * type-break.el (type-break-mode)
3532         (type-break-mode-line-message-mode, type-break-query-mode)
3533         (type-break-guesstimate-keystroke-threshold):
3534         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3535         * version.el (emacs-version):
3536         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3537         * winner.el (winner-mode):
3538         * calendar/timeclock.el (timeclock-in, timeclock-out)
3539         (timeclock-status-string, timeclock-change)
3540         (timeclock-workday-remaining-string)
3541         (timeclock-workday-elapsed-string)
3542         (timeclock-when-to-leave-string):
3543         * calendar/todo-mode.el (todo-add-category):
3544         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3545         * emacs-lisp/autoload.el (update-file-autoloads):
3546         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3547         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3548         (checkdoc-message-text, checkdoc-defun):
3549         * emacs-lisp/debug.el (debugger-list-functions):
3550         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3551         * emacs-lisp/eieio-opt.el (eieio-describe-class)
3552         (eieio-describe-generic):
3553         * emacs-lisp/lisp-mnt.el (lm-synopsis):
3554         * emacs-lisp/shadow.el (list-load-path-shadows):
3555         * emulation/cua-base.el (cua-mode):
3556         * emulation/edt.el (edt-set-scroll-margins):
3557         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3558         (tpu-toggle-regexp, tpu-toggle-search-direction)
3559         (tpu-toggle-rectangle, tpu-toggle-control-keys):
3560         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3561         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3562         (viper-set-parsing-style-toggling-macro)
3563         (viper-set-emacs-state-searchstyle-macros):
3564         * emulation/viper.el (viper-set-hooks):
3565         * eshell/esh-mode.el (eshell-truncate-buffer):
3566         * international/mule-cmds.el (prefer-coding-system)
3567         (describe-input-method, describe-language-environment):
3568         * international/mule-diag.el (list-character-sets)
3569         (describe-character-set, describe-coding-system)
3570         (describe-fontset, list-fontsets, list-input-methods):
3571         * mail/sendmail.el (mail-signature):
3572         * net/ange-ftp.el (ange-ftp-copy-file):
3573         * net/browse-url.el (browse-url):
3574         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3575         * net/quickurl.el (quickurl-add-url):
3576         * net/rcirc.el (names, topic):
3577         * net/xesam.el (xesam-mode):
3578         * play/5x5.el (5x5-new-game):
3579         * play/yow.el (apropos-zippy):
3580         * progmodes/ada-mode.el (ada-mode-version):
3581         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3582         (f90-end-of-block)
3583         (f90-beginning-of-block):
3584         * progmodes/fortran.el (fortran-end-of-block)
3585         (fortran-beginning-of-block):
3586         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3587         * progmodes/python.el (python-describe-symbol, python-shell):
3588         * term/ns-win.el (ns-print-buffer):
3589         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3590         * textmodes/flyspell.el (flyspell-mode-on):
3591         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3592         (pages-directory-for-addresses):
3593         * textmodes/table.el (table-recognize-cell)
3594         (table-query-dimension, table-generate-source)
3595         (table-insert-sequence, table--warn-incompatibility):
3596         * textmodes/tex-mode.el (tex-validate-buffer):
3597         * textmodes/texinfmt.el (texinfmt-version)
3598         (texinfo-format-buffer):
3599         Use `called-interactively-p' instead of `interactive-p'.
3601 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3603         * image-mode.el (image-toggle-display):
3604         * emacs-lisp/elp.el (elp-instrument-function):
3605         * emacs-lisp/advice.el (ad-make-advised-definition):
3606         * emacs-lisp/easy-mmode.el (define-minor-mode):
3607         * net/browse-url.el (browse-url-maybe-new-window):
3608         * progmodes/sh-script.el (sh-learn-buffer-indent):
3609         Pass new argument 'any to `called-interactively-p'.
3611 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3613         * international/uni-bidi.el:
3614         * international/uni-category.el:
3615         * international/uni-combining.el:
3616         * international/uni-comment.el:
3617         * international/uni-decimal.el:
3618         * international/uni-decomposition.el:
3619         * international/uni-digit.el:
3620         * international/uni-lowercase.el:
3621         * international/uni-mirrored.el:
3622         * international/uni-name.el:
3623         * international/uni-numeric.el:
3624         * international/uni-old-name.el:
3625         * international/uni-titlecase.el:
3626         * international/uni-uppercase.el:
3627         Regenerate from Unicode 5.2.0 data.
3629 2009-10-01  Glenn Morris  <rgm@gnu.org>
3631         * Makefile.in (ELCFILES): Regenerate.
3633 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * subr.el (interactive-p): Mark obsolete.
3636         (called-interactively-p): Make the optional-ness of `kind' obsolete.
3637         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3638         advertised-signature-table for subroutines as well.
3640         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3641         (set-advertised-calling-convention): New function.
3642         (make-obsolete, define-obsolete-function-alias)
3643         (make-obsolete-variable, define-obsolete-variable-alias):
3644         Make the optional-ness of `when' obsolete.
3645         (define-obsolete-face-alias): Make `when' non-optional.
3646         * help-fns.el (help-function-arglist):
3647         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3648         Use advertised-signature-table.
3650 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3652         * files.el (delete-directory): New defun.  The original function
3653         in fileio.c has been renamed to `delete-directory-internal'.
3655         * dired.el (dired-delete-file): Call `delete-directory' with
3656         RECURSIVE parameter.
3658         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3659         parameter RECURSIVE.  Implementation is missing.
3661         * net/tramp.el (tramp-handle-make-directory): Flush upper
3662         directory's file properties.
3663         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3664         (tramp-handle-dired-recursive-delete-directory): Flush directory
3665         properties after the remove command only.
3667         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3668         Handle optional parameter RECURSIVE.
3670         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3671         Handle optional parameter RECURSIVE.
3673         * net/tramp-smb.el (tramp-smb-errors): Add error message for
3674         connection timeout.
3675         (tramp-smb-handle-delete-directory): Handle optional parameter
3676         RECURSIVE.
3678 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3681         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3682         (byte-compile-defmacro): Use backquotes.
3684         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3686         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3687         has no associated file.
3688         (vc-resynch-buffer): Use vc-dir-buffers.
3690 2009-10-01  Glenn Morris  <rgm@gnu.org>
3692         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3693         (chart-file-count):
3694         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3695         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3696         * emacs-lisp/eieio-opt.el (eieio-describe-class):
3697         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3698         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3699         (eieio-copy-parents-into-subclass, make-instance, class-children)
3700         (eieio-generic-form):
3701         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3702         * cedet/cedet-idutils.el (cedet-idutils-search)
3703         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3704         (cedet-idutils-version-check):
3705         * cedet/cedet.el (cedet-version):
3706         * cedet/data-debug.el (data-debug-insert-overlay-button)
3707         (data-debug-insert-overlay-list-button)
3708         (data-debug-insert-buffer-button)
3709         (data-debug-insert-buffer-list-button)
3710         (data-debug-insert-process-button, data-debug-insert-ring-button)
3711         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3712         (data-debug-insert-stuff-vector-button)
3713         (data-debug-insert-symbol-button, data-debug-insert-string)
3714         (data-debug-insert-number, data-debug-insert-lambda-expression)
3715         (data-debug-insert-nil, data-debug-insert-simple-thing)
3716         (data-debug-insert-custom, data-debug-edebug-expr):
3717         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3718         (global-ede-mode-map, ede-new, ede-debug-target)
3719         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3720         * cedet/semantic.el (semantic-minimum-working-buffer-size)
3721         (semantic-fetch-tags, semantic-submode-list)
3722         (semantic-default-submodes):
3723         * cedet/ede/source.el (ede-source-match):
3724         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3725         (project-am-package-info):
3726         * cedet/ede/proj.el (ede-proj-target, project-new-target):
3727         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3728         * cedet/ede/proj-comp.el (ede-current-build-list):
3729         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3730         * cedet/ede/files.el (ede-toplevel-project-or-nil):
3731         * cedet/ede/cpp-root.el (initialize-instance):
3732         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3733         (autoconf-parameter-strip, autoconf-insert-new-macro):
3734         * cedet/semantic/wisent.el (wisent-lex-eoi):
3735         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3736         (semantic-show-parser-state-mode):
3737         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3738         * cedet/semantic/tag.el (semantic-tag-new-variable)
3739         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3740         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3741         (semantic--tag-deep-copy-tag-list)
3742         (semantic-tag-components-with-overlays-default):
3743         * cedet/semantic/symref.el (semantic-symref-find-text):
3744         * cedet/semantic/senator.el (senator-yank-tag)
3745         (senator-transpose-tags-up):
3746         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3747         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3748         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3749         * cedet/semantic/lex.el (semantic-lex-comment-regex)
3750         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3751         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3752         * cedet/semantic/lex-spp.el
3753         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3754         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3755         * cedet/semantic/idle.el
3756         (semantic-idle-summary-current-symbol-info-brutish)
3757         (semantic-idle-summary-current-symbol-info-default):
3758         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3759         (semantic--grammar-macro-compl-dict):
3760         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3761         * cedet/semantic/format.el (semantic-format-tag-custom-list)
3762         (semantic-format-tag-canonical-name-default):
3763         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3764         (semantic-find-tags-for-completion)
3765         (semantic-find-tags-by-scope-protection-default)
3766         (semantic-deep-find-tags-for-completion):
3767         * cedet/semantic/edit.el
3768         (semantic-edits-incremental-reparse-failed-hook)
3769         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3770         (semantic-edits-splice-remove, semantic-edits-splice-replace):
3771         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3772         * cedet/semantic/dep.el (semantic-dependency-include-path):
3773         * cedet/semantic/db.el (semanticdb-default-find-index-class)
3774         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3775         (semanticdb-project-roots):
3776         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3777         (semanticdb-find-adebug-insert-scanned-tag-cons)
3778         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3779         (semanticdb-brute-deep-find-tags-for-completion):
3780         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3781         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3782         (semantic-end-of-context-default)
3783         (semantic-ctxt-current-function-default)
3784         (semantic-ctxt-scoped-types-default):
3785         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3786         (semantic-complete-inline-tag-engine)
3787         (semantic-complete-inline-custom-type)
3788         (semantic-complete-read-tag-analyzer):
3789         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3790         (semantic-chart-database-size):
3791         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3792         (semantic-analyze-current-context):
3793         * cedet/semantic/symref/list.el (semantic-symref)
3794         (semantic-symref-hide-buffer, semantic-symref-symbol):
3795         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3796         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3797         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3798         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3799         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3800         (semantic-c-dereference-template):
3801         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3802         (semantic--analyze-refs-full-lookup-with-parents)
3803         (semantic--analyze-refs-full-lookup-simple):
3804         * cedet/semantic/analyze/complete.el
3805         (semantic-analyze-possible-completions):
3806         * cedet/srecode/table.el (srecode-mode-table-new):
3807         * cedet/srecode/srt.el (srecode-read-variable-name):
3808         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3809         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3810         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3811         * cedet/srecode/map.el (srecode-current-map):
3812         * cedet/srecode/insert.el (srecode-insert)
3813         (srecode-insert-variable-secondname-handler, srecode-insert-method)
3814         (srecode-template-inserter-point-override)
3815         (srecode-insert-include-lookup):
3816         * cedet/srecode/getset.el (srecode-auto-choose-class):
3817         * cedet/srecode/extract.el (srecode-inserter-extract):
3818         * cedet/srecode/document.el
3819         (srecode-document-autocomment-return-last-alist)
3820         (srecode-document-autocomment-param-type-alist)
3821         (srecode-document-insert-function-comment)
3822         (srecode-document-insert-variable-one-line-comment)
3823         (srecode-document-function-name-comment):
3824         * cedet/srecode/dictionary.el (srecode-create-dictionary)
3825         (srecode-compound-toString):
3826         * cedet/srecode/compile.el (srecode-flush-active-templates):
3827         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3828         Doc/message fixes.
3830         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3831         match-data.  (Bug#4555).
3833         * cedet/semantic/bovine/gcc.el
3834         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3835         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3837         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3838         rather than parsing it as a regexp.  This relaxes the layout
3839         requirements and makes errors easier to detect.
3840         (check-declare-verify): Check file is regular.
3841         (check-declare-directory): Doc fix.
3842         * subr.el (declare-function): Doc fix.
3844         * ibuffer.el (ibuffer-format-qualifier):
3845         * isearch.el (hi-lock-regexp-okay):
3846         * calc/calc.el (math-zerop):
3847         * mail/uce.el (rmail-msgbeg, rmail-msgend):
3848         * term/w32-win.el (setup-default-fontset, set-fontset-font):
3849         Remove unused declarations.
3851 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3853         * cedet/semantic/wisent/javat-wy.el
3854         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3856 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
3858         * cedet/srecode/expandproto.el: Fix provide statement.
3860 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3862         * emacs-lisp/eieio.el (boolean-p): Delete.
3864 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
3866         * cedet/ede/srecode.el: Fix provide statement.
3868 2009-09-30  Glenn Morris  <rgm@gnu.org>
3870         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3871         * cedet/ede/proj-aux.el (ede-aux-source):
3872         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3873         (ede-misc-source):
3874         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3875         (semantic-mrub-switch-tags): Fix doc typos.
3877         * cedet/semantic/db-global.el (data-debug-new-buffer)
3878         (data-debug-insert-thing): Remove unneeded declarations (one broken).
3879         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3881         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3883         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3884         use of CL function `remove-if-not'.
3886         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3888         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3889         filename is not a string.
3891 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
3893         * files.el (safe-local-eval-forms): Fix typo.
3895 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3897         * vc-hooks.el (vc-dir-buffers): New var.
3898         (vc-state-refresh): New function.
3899         (vc-state): Use it.
3900         (vc-after-save): Always ask the backend to recompute the new state.
3901         Always call vc-dir if necessary, using vc-dir-buffers.
3902         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3903         Use vc-dir-buffers.
3904         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3905         (vc-dir-prepare-status-buffer, vc-dir-update)
3906         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3907         Don't call expand-file-name on default-directory.
3909 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3911         * speedbar.el (speedbar-item-delete):
3912         * calc/calc-prog.el (calc-kbd-if):
3913         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3915         * epa.el (epa-key-list-mode-map):
3916         * hi-lock.el (hi-lock-menu): Fix typos in menus.
3918         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3919         (hs-show-hook): Fix typo in docstring.
3921 2009-09-29  Glenn Morris  <rgm@gnu.org>
3923         * cedet/semantic/symref/idutils.el:
3924         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3926         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3928         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3929         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3930         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3931         Mark declarations not understood by check-declare.
3933         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3934         file-name-nondirectory call preventing location of cedet files.
3935         (check-declare-verify): Use literal search rather than re-search.
3936         Add basic defmethod and defclass, and define-overloadable-function.
3938         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3939         Use tramp-compat-file-attributes rather than nonexistent
3940         tramp-compat-handle-file-attributes.
3942         * Makefile.in (lisptagsfiles4): New.
3943         (AUTOGENEL): Add cedet loaddefs files.
3944         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3945         (update-elclist, compile-always, backup-compiled-files)
3946         (bootstrap-clean): Add yet another directory level.
3947         (update-elclist): Use LC_COLLATE rather than COLLATE.
3948         (ELCFILES): Update, via `make update-elclist'.
3950 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3952         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3953         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3954         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3956 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
3958         * Makefile.in (lisptagsfiles3): Define.
3959         (TAGS, TAGS-LISP): Use it.
3960         (update-elclist): Add third directory level to look for elc files.
3961         (compile-always): Likewise.
3962         (backup-compiled-files): Likewise.
3963         (bootstrap-clean): Likewise.
3964         (ELCFILES): Update.
3966 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
3968         * Makefile.in (ELCFILES): Add CEDET files.
3970 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3972         CEDET (development tools) package merged.
3974         * cedet/*.el:
3975         * cedet/ede/*.el:
3976         * cedet/semantic/*.el:
3977         * cedet/srecode/*.el: New files.
3979 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3981         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3983         * net/tramp.el (top): Require tramp-imap.
3985         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3986         Use `tramp-compat-handle-file-attributes'.
3988 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3990         * net/tramp-imap.el: New package.
3992 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3994         * emacs-lisp/chart.el:
3995         * emacs-lisp/eieio-base.el:
3996         * emacs-lisp/eieio-comp.el:
3997         * emacs-lisp/eieio-custom.el:
3998         * emacs-lisp/eieio-datadebug.el:
3999         * emacs-lisp/eieio-opt.el:
4000         * emacs-lisp/eieio-speedbar.el:
4001         * emacs-lisp/eieio.el: New files.
4003         * cedet/cedet-cscope.el:
4004         * cedet/cedet-files.el:
4005         * cedet/cedet-global.el:
4006         * cedet/cedet-idutils.el:
4007         * cedet/data-debug.el:
4008         * cedet/inversion.el:
4009         * cedet/mode-local.el:
4010         * cedet/pulse.el: New files.
4012 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4014         * whitespace.el (whitespace-trailing-regexp)
4015         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4016         Fix doc string.
4018 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4020         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4021         menu.
4023         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4024         menu-bar-ediff-menu.
4026         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4027         define-overloadable-function.
4029         * progmodes/autoconf.el: Provide autoconf as well, so that this
4030         file can be `require'd.
4032         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4034         * emacs-lisp/autoload.el (generated-autoload-feature)
4035         (generated-autoload-load-name): New vars.
4036         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4037         (make-autoload): Recognize define-overloadable-function and
4038         defclass forms (for EIEIO).
4040         * Makefile.in (update-subdirs): Exclude cedet directory.
4042 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4044         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4046         * faces.el: Default light-background background for region face to
4047         ns_selection_color under NS.
4049 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4051         * net/imap-hash.el: New library, see NEWS.
4053         * Makefile.in (ELCFILES): Add imap-hash.el.
4055 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4058         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4059         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4060         definition where the docstring could be taken for the return value.
4062 2009-09-26  Glenn Morris  <rgm@gnu.org>
4064         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4065         Add option to only show images below a certain size.
4066         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4067         save-excursion calls.
4069 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4071         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4072         subdirectories) and eieio.
4074 2009-09-26  Alan Mackenzie  <acm@muc.de>
4076         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4077         buggy bracketing.  (Bug#4289)
4079         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4080         character constants (as case labels).  (Bug#4289)
4082 2009-09-25  Juri Linkov  <juri@jurta.org>
4084         * files.el (safe-local-eval-forms): Allow time-stamp in
4085         before-save-hook (Bug#4554).
4087 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4089         * menu-bar.el (list-buffers-directory): Doc fix.
4091 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4094         Try and avoid copying twice the same paragraph.
4095         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4096         Remove save-excursion.
4097         (log-edit-changelog-entry): Do it here instead.
4099 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4101         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4102         when available, instead of hardcoding mode names.  Doc fix.
4104         * menu-bar.el (list-buffers-directory): Add docstring.
4105         Make automatically buffer-local.
4107         * dired.el (dired-mode):
4108         * files.el (cd-absolute):
4109         * pcvs.el (cvs-temp-buffer):
4110         * pcvs-util.el (cvs-get-buffer-create):
4111         * shell.el (shell-mode):
4112         * vc-dir.el (vc-dir-mode):
4113         Don't make `list-buffers-directory' buffer local.
4115 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4117         * comint.el (comint-exec, comint-run, make-comint):
4118         Doc fixes (Bug#4542).
4120 2009-09-25  Glenn Morris  <rgm@gnu.org>
4122         * mail/rmailmm.el (rmail-mime): New custom group.
4123         Move all defcustoms in this file into this group.
4124         (rmail-mime-media-type-handlers-alist): Revert previous change.
4125         (rmail-mime-show-images): New option.
4126         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4127         references to it, since it wasn't actually used for anything.
4128         (rmail-mime-insert-image): New function.
4129         (rmail-mime-image): Use rmail-mime-insert-image.
4130         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4131         obey the value of `rmail-mime-show-images' option.  Print the size of
4132         attachments.
4134 2009-09-25  David Engster  <deng@randomsample.de>
4136         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4138 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4140         * whitespace.el: Does not highlight trailing spaces While point is
4141         at end of line.  Does not highligt spaces at beginning of buffer
4142         while point is at beginning of buffer.  Does not highlight spaces
4143         at end of buffer while point is at end of buffer.  (Bug#4177)
4144         New version 12.0.
4145         (whitespace-display-mappings): Adjust initialization.
4146         (whitespace-point, whitespace-font-lock-refontify): New vars.
4147         (whitespace-color-on, whitespace-color-off): Adjust code.
4148         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4149         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4150         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4152 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4154         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4156         * textmodes/sgml-mode.el: Remove xml-mode alias.
4158         * files.el (auto-mode-alist, conf-mode-maybe)
4159         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4161 2009-09-24  Alan Mackenzie  <acm@muc.de>
4163         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4164         c-forward-conditionals, but it doesn't move point and doesn't set
4165         the mark.
4166         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4167         (c-down-conditional-with-else, c-backward-conditional)
4168         (c-forward-conditional): Refactor to use c-scan-conditionals.
4170 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4172         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4173         (help-default-arg-highlight): Remove.
4174         (help-highlight-arg): New function.
4175         (help-do-arg-highlight): Use it.
4176         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4178 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4180         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4181         Undo last change, which didn't fix the problem and introduced others.
4183 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4185         * progmodes/gdb-mi.el: Don't require speedbar.
4186         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4188 2009-09-24  Glenn Morris  <rgm@gnu.org>
4190         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4192         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4194         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4195         there is no newline after the final mime boundary.  (Bug#4539)
4196         Move markers on insertion so that any buttons inserted don't end up in
4197         the next part of a multipart message.
4198         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4199         (rmail-mime-bulk-handler): Optionally handle images.
4200         (rmail-mime-image): New button action.
4201         (rmail-mime-image-handler): New function.
4202         (rmail-mime-mode): New mode.
4203         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4205 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4208         than just dropping elements from it (bug#4504).
4210         * term.el (term-set-scroll-region): Don't move cursor any more.
4211         (term-handle-ansi-escape): Call term-goto here instead.
4212         Suggested by Ivan Kanis <apple@kanis.eu>.
4214         * term.el: Require CL.
4215         (term-ansi-reset): New function.
4216         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4217         (term-handle-colors-array): Simplify.
4219 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4221         * allout.el (allout-overlay-interior-modification-handler)
4222         (allout-obtain-passphrase):
4223         * epa-file.el (epa-file-write-region):
4224         * ps-print.el (ps-begin-job):
4225         * vc-hooks.el (vc-toggle-read-only):
4226         * vc-rcs.el (vc-rcs-rollback):
4227         * vc-sccs.el (vc-sccs-rollback):
4228         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4229         (vc-version-diff, vc-revert, vc-rollback):
4230         * wdired.el (wdired-check-kill-buffer):
4231         * emacs-lisp/authors.el (authors):
4232         * net/socks.el (socks-open-connection):
4233         * net/zeroconf.el (zeroconf-service-add-hook):
4234         * obsolete/vc-mcvs.el (vc-mcvs-register):
4235         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4236         (gdb-select-frame):
4237         * progmodes/grep.el (lgrep, rgrep):
4238         * progmodes/idlw-help.el (idlwave-help-check-locations)
4239         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4240         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4241         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4242         (reftex-toc-rename-label): Fix typos in error messages.
4244         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4245         (dired-copy-how-to-fn): Doc fix.
4246         (dired-files-attributes, dired-read-shell-command):
4247         Fix typos in docstrings.
4249         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4250         (dired-x-find-file-other-window): Reflow docstrings.
4251         (dired-omit-marker-char, dired-read-shell-command)
4252         (dired-x-submit-report): Fix typos in docstrings.
4254         * shell.el (shell-mode-hook):
4255         * view.el (View-scroll-line-forward):
4256         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4257         Fix typos in docstrings.
4259         * net/dig.el (dig-invoke): Fix typo in docstring.
4260         (query-dig): Reflow docstring.
4262         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4263         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4264         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4265         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4266         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4267         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4268         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4269         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4270         (idlwave-completion-map, idlwave-current-indent)
4271         (idlwave-custom-ampersand-surround, idlwave-customize)
4272         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4273         (idlwave-define-abbrev, idlwave-determine-class-special)
4274         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4275         (idlwave-end-block-reg, idlwave-end-of-statement)
4276         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4277         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4278         (idlwave-explicit-class-listed, idlwave-file-header)
4279         (idlwave-fill-paragraph, idlwave-find-class-definition)
4280         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4281         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4282         (idlwave-in-quote, idlwave-indent-action-table)
4283         (idlwave-indent-expand-table, idlwave-indent-line)
4284         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4285         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4286         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4287         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4288         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4289         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4290         (idlwave-outlawed-buffers, idlwave-popup-select)
4291         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4292         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4293         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4294         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4295         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4296         (idlwave-statement-type, idlwave-struct-skip)
4297         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4298         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4299         (idlwave-what-module-find-class): Fix typos in docstrings.
4300         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4301         (idlwave-calculate-cont-indent, idlwave-expand-equal)
4302         (idlwave-find-module, idlwave-find-structure-definition)
4303         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4304         (idlwave-list-load-path-shadows, idlwave-next-statement)
4305         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4306         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4307         (idlwave-template): Reflow docstrings.
4309         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4310         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4311         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4312         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4313         (idlwave-shell-display-line, idlwave-shell-display-wframe)
4314         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4315         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4316         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4317         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4318         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4319         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4320         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4321         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4322         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4323         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4324         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4325         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4326         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4327         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4328         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4329         Fix typos in docstrings.
4330         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4331         (idlwave-shell-hide-output, idlwave-shell-mode)
4332         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4333         Reflow docstrings.
4335         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4337 2009-09-24  Ivan Kanis  <apple@kanis.eu>
4339         * term.el (term-bold-attribute): New var.
4340         (term-handle-colors-array): Use it.
4342 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
4344         * progmodes/gdb-mi.el (gdb-version): New variable.
4345         (gdb-non-stop-handler): Set gdb-version.
4346         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4347         Condition "--thread" option on gdb-version.
4348         (gdb-invalidate-threads): Remove unused argument.
4350 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4353         to looking-back to avoid ridiculous slow down in large files (bug#4511).
4355 2009-09-23  Glenn Morris  <rgm@gnu.org>
4357         * mail/rmail.el (rmail-reply): Don't try to add a References header when
4358         replying to mail without References or Message-Id.  (Bug#4525)
4360 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4362         * term/ns-win.el (ns-reg-to-script): New variable.
4364 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
4366         * epg.el (epg-wait-for-status): Preserve existing 'error results.
4368 2009-09-22  Sam Steingold  <sds@gnu.org>
4370         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4371         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4372         to 1 because hg returns status 1 when nothing is found.
4373         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4375 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4377         * textmodes/fill.el: Convert to utf-8 encoding.
4378         (fill-french-nobreak-p): Remove redundant » and « inherited from our
4379         pre-unicode days.
4381         * add-log.el (change-log-fill-forward-paragraph): New function.
4382         (change-log-mode): Use it so fill-region DTRT.
4383         Set fill-indent-according-to-mode here rather than in
4384         change-log-fill-paragraph.
4385         (change-log-fill-paragraph): Remove.
4387 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
4389         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4390         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
4392 2009-09-22  Glenn Morris  <rgm@gnu.org>
4394         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4395         the scroll-bar scroll the calendar window rather than the buffer.
4397         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4398         commands that move point (as opposed to scrolling).
4400         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4402         * emacs-lisp/elint.el (elint): New custom group.
4403         (elint-log-buffer): Make it a defcustom.
4404         (elint-scan-preloaded, elint-ignored-warnings)
4405         (elint-directory-skip-re): New options.
4406         (elint-builtin-variables): Doc fix.
4407         (elint-preloaded-env): New variable.
4408         (elint-unknown-builtin-args): Add an entry for encode-time.
4409         (elint-extra-errors): Make it a variable rather than a constant.
4410         (elint-preloaded-skip-re): New constant.
4411         (elint-directory): Skip files matching elint-directory-skip-re.
4412         (elint-features): New variable, local to linted buffers.
4413         (elint-update-env): Initialize elint-features.  Possibly add
4414         elint-preloaded-env to the buffer's environment.
4415         (elint-get-top-forms): Bind elint-current-pos, for log messages.
4416         Skip quoted forms.
4417         (elint-init-form): New function, extracted from elint-init-env.
4418         Make non-list forms a warning rather than an error.
4419         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
4420         easy-menu-define, put that adds an error-condition, and provide.
4421         When requiring cl, also require cl-macs.  Really require cl, to handle
4422         some cl macros.  Store required libraries in the list elint-features,
4423         so as not to re-load them.  Treat cc-require like require.
4424         (elint-init-env): Call elint-init-form to do the work.
4425         Handle eval-and-compile and such like.
4426         (elint-add-required-env): Do not clear messages.
4427         (elint-special-forms): Add handlers for function, defalias, if, when,
4428         unless, and, or.
4429         (elint-form): Add optional argument to ignore elint-special-forms,
4430         useful to prevent recursive calls from handlers.  Doc fix.
4431         Respect elint-ignored-warnings.
4432         (elint-form): Respect elint-ignored-warnings.
4433         (elint-bound-variable, elint-bound-function): New variables.
4434         (elint-unbound-variable): Respect elint-bound-variable.
4435         (elint-get-args): Respect elint-bound-function.
4436         (elint-check-cond-form): Add some simple handling for (f)boundp and
4437         featurep tests.
4438         (elint-check-defalias-form): New handler.
4439         (elint-check-let-form): Make an empty let a warning rather than an
4440         error.
4441         (elint-check-setq-form): Make an empty setq a warning rather than an
4442         error.  Respect elint-ignored-warnings.
4443         (elint-check-defvar-form): Accept null doc-strings.
4444         (elint-check-conditional-form): New handler.  Does some simple-minded
4445         checking of featurep and (f)boundp tests.
4446         (elint-put-function-args): New function.
4447         (elint-initialize): Use elint-scan-doc-file rather than
4448         elint-find-builtin-variables.  Use elint-put-function-args.
4449         Possibly scan preloaded-file-list.
4450         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4451         extend to handle functions as well.
4453 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
4455         * linum.el (linum-delete-overlays, linum-update-window):
4456         Do not modify the right margin.  (Bug#3971)
4458 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
4460         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4461         nxml-mode instead of xml-mode.
4463 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4465         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
4467 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * net/dig.el (dig-mode): Use define-derived-mode.
4471 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4473         * vc-dispatcher.el (vc-do-command): Return the process object in
4474         the asynchronous case.  Use when instead of if.  Do not run
4475         vc-exec-after to display a message if not enabled.  (Bug#4463)
4477         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4478         properties to the stash strings.
4479         (vc-git-stash-list): Return a list of strings.
4480         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4481         (vc-git-stash-show-at-point): New functions.
4482         (vc-git-stash-map): New keymap.
4484         * register.el (ctl-x-r-map): Define the keys here instead of
4485         using autoload.
4487 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
4489         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4490         list, to workaround performance problem (bug#4485).
4492 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
4494         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4496 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
4498         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4499         Document that this option is not recommended to use.
4501 2009-09-19  Glenn Morris  <rgm@gnu.org>
4503         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4504         variable `var'.
4506         * calc/calc-alg.el (var):
4507         * calc/calcalg2.el (var): Define for compiler.
4509 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
4511         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4512         Doc fix (Bug#3932).
4514         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4516         * time-stamp.el (time-stamp-month-dd-yyyy)
4517         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4518         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4519         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4520         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4521         Remove functions that have been obsolete since 1995 (Bug#4436).
4523         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4524         indent buffer only if called interactively (Bug#4452).
4526 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
4527             Eli Zaretskii  <eliz@gnu.org>
4529         This fixes bug#4197 (merged to bug#865, though not identical).
4530         * server.el (server-auth-dir): Add docstring note about FAT32.
4531         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4532         but warn against using them.
4534 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
4536         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4537         older GDB where there is no has_more field.
4539 2009-09-19  Glenn Morris  <rgm@gnu.org>
4541         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4543 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4545         * files.el (auto-mode-alist): Change default for XML files to nXML
4546         mode (Bug#4169).
4548 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
4550         * server.el (server-ensure-safe-dir): Pass 'integer
4551         to `file-attributes', as suggested.
4553 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4555         * dired-aux.el (dired-query-alist): Remove spurious backslash.
4556         (dired-query): Use read-key.
4558 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4560         * cus-start.el (ns-use-qd-smoothing): Remove.
4562 2009-09-18  Glenn Morris  <rgm@gnu.org>
4564         * allout.el (top-level): Remove unnecessary progn.
4566         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4568         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4569         definition of abbrev table.
4571         * speedbar.el (speedbar-track-mouse):
4572         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4573         * net/eudc.el (eudc-expand-inline):
4574         * net/newst-backend.el (newsticker--cache-read-feed):
4575         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4576         condition-case handlers.
4578 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
4580         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4581         (gdb-var-list): Add an element for has_more field.
4582         (gdb-non-stop-handler): Enable pretty printing for STL containers.
4583         (gdb-var-create-handler, gdb-var-list-children-handler-1)
4584         (gdb-var-update-handler-1): Parse output of dynamic variable
4585         objects (STL containers).
4586         (gdb-var-delete-1): Pass var1 as an explicit second argument.
4587         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
4589         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4590         gdb-var-list.
4591         (gud-speedbar-buttons): Make node expandable if expression "has more"
4592         children.
4594 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4596         * startup.el (emacs-quick-startup): Remove variable and all uses.
4597         (command-line): Set `inhibit-x-resources' instead.
4598         (command-line-1): Use `inhibit-x-resources' instead.
4600 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
4602         * subr.el: Fix last change to avoid using the `unless' macro,
4603         which breaks bootstrapping.
4605 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4608         extended definitions, in case we reload subr.el after having
4609         loaded CL.
4610         (eval-next-after-load): Mark as obsolete.
4612 2009-09-17  Juri Linkov  <juri@jurta.org>
4614         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4615         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4616         (menu-bar-showhide-menu, menu-bar-tools-menu)
4617         (menu-bar-describe-menu, menu-bar-help-menu)
4618         (minibuffer-local-completion-map, minibuffer-local-map):
4619         Fix list quoting.
4621 2009-09-17  Glenn Morris  <rgm@gnu.org>
4623         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4624         arguments, whether or not it has a handler.
4626         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4628         * simple.el (hard-newline): Give it a doc-string.
4630         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4631         (lisp-mode-syntax-table): Give them doc-strings.
4633 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4635         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4636         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4637         (menu-bar-options-menu, menu-bar-showhide-menu)
4638         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4639         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4640         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4641         (menu-bar-options-menu, menu-bar-tools-menu)
4642         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4643         (menu-bar-help-menu):
4644         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4645         string arguments.
4647         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4648         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4649         calls for the menu names and :help.
4651 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4653         * mouse.el (minor-mode-menu-from-indicator): Pay attention
4654         to :minor-mode-function (bug#4455).
4656 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4658         * startup.el (command-line): Initialize the window-system after
4659         processing the command-line.
4661         * textmodes/page.el (what-page): Make sure we don't inf-loop if
4662         page-delimiter matches the empty string.
4664 2009-09-16  Glenn Morris  <rgm@gnu.org>
4666         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4667         byte-compile-not-obsolete-var.  It's a list now.
4668         (byte-compile-not-obsolete-funcs): New variable.
4669         (byte-compile-warn-obsolete): Don't warn about functions if they are in
4670         byte-compile-not-obsolete-funcs.
4671         (byte-compile-variable-ref, byte-compile-defvar): Update for
4672         byte-compile-not-obsolete-vars name-change and list nature.
4673         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4674         and variables behind (f)boundp tests.
4675         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4677 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4679         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4681 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4683         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4684         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4685         Don't autoload.
4687 2009-09-15  Stephen Eglen  <stephen@gnu.org>
4689         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4690         the virtual-buffers, use the name of the buffer specified by
4691         find-file-noselect, as the match may be a symlink.  (This was a
4692         problem if the target and the symlink had different names.)
4694 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4696         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4698         * desktop.el (desktop-path): Check user-emacs-directory.
4700         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4702         * loadup.el: Use after-load-functions to GC after loading each file.
4703         Remove the explicit GC calls that used to be sprinkled around.
4705         * subr.el (after-load-functions): New hook.
4706         (do-after-load-evaluation): Run it.  Use string-match-p to detect
4707         `obsolete' packages, rather than painfully extracting the relevant
4708         directory name.
4710 2009-09-15  Glenn Morris  <rgm@gnu.org>
4712         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4713         free variable `doc'.
4715         * dired.el (dired-mode-map): Add menu entry for async shell command.
4717         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4718         variables, also consider the .elc files, since the .el files are
4719         normally gzipped (subsequent code locates the .el.gz from the .elc).
4721         * calc/calc-prog.el (arglist): Define for compiler.
4723         * calendar/diary-lib.el (diary-display-function): Change the default to
4724         fancy display.
4725         (body): Define for compiler.
4727         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4728         (byte-compile-file-form, byte-compile-lambda)
4729         (byte-compile-top-level-body, byte-compile-form)
4730         (byte-compile-variable-ref, byte-compile-setq)
4731         (byte-compile-setq-default, byte-compile-body)
4732         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4733         (batch-byte-compile): Give some more local variables with common names
4734         a "bytecomp-" prefix to avoid masking warnings about free variables.
4736         * startup.el (command-line-1): Give local variables with common names a
4737         distinguishing prefix, so as not to hide free variable warnings during
4738         bootstrap.
4740         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4741         clever and add a suffix to make a unique name, just let the user decide
4742         whether or not to overwrite it.  If the input is a directory, write the
4743         default filename to that directory.  (Bug#4388)
4744         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4745         is a filename-as-a-directory.
4747 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4749         * textmodes/page.el (what-page): Don't move to beginning of line.
4750         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4752 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4754         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4756 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4758         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4759         * help.el (help-for-help-internal): Add purecopy calls for text.
4761         * vc.el (top): print-log method now takes an optional SHORTLOG
4762         argument.  Add a new method: root.
4763         (vc-root-diff, vc-print-root-log): New functions.
4764         (vc-log-short-style): New variable.
4765         (vc-print-log-internal): Add support for showing short logs.
4767         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4768         vc-print-root-log and vc-print-root-diff.
4770         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4771         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4772         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4773         short logs.
4775         * vc-cvs.el (vc-cvs-print-log):
4776         * vc-mtn.el (vc-mtn-print-log):
4777         * vc-rcs.el (vc-rcs-print-log):
4778         * vc-sccs.el (vc-sccs-print-log):
4779         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4780         that is ignored for now.
4782         * vc-mtn.el (vc-mtn-annotate-command):
4783         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4785 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4788         to function-key-map, and give them ascii-character property.
4789         * term/x-win.el (x-alternatives-map):
4790         * term/ns-win.el (ns-alternatives-map):
4791         * term/internal.el (msdos-key-remapping-map):
4792         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4794 2009-09-14  Glenn Morris  <rgm@gnu.org>
4796         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4797         temp-buffers (2009-09-12).
4799 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4801         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4802         the new read-key function.
4804 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4806         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4807         is defined (Bug#4405).
4809 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
4811         * recentf.el (recentf-cleanup): Use a hash table to find
4812         duplicates (Bug#4407).
4814 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
4816         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4817         kp-0 to ascii equivalents (Bug#4325).
4819 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4821         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4823         * eshell/em-hist.el:
4824         * eshell/em-dirs.el (eshell-complete-user-reference):
4825         Declare pcomplete functions and variables to avoid compiler warnings.
4827 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
4829         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4830         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4831         * eshell/em-alias.el (eshell-aliases-file):
4832         * eshell/em-hist.el (eshell-history-file-name):
4833         Use expand-file-name instead of concat to make file names (Bug#4308).
4835 2009-09-13  Glenn Morris  <rgm@gnu.org>
4837         * ediff-merg.el (ediff-do-merge):
4838         * filesets.el (filesets-run-cmd):
4839         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4840         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4841         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4842         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4843         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4844         Replace empty `let's with `progn'.
4846 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4848         * mail/sendmail.el (send-mail-function):
4849         * tooltip.el (tooltip-mode):
4850         * simple.el (transient-mark-mode):
4851         * rfn-eshadow.el (file-name-shadow-mode):
4852         * frame.el (blink-cursor-mode):
4853         * font-core.el (global-font-lock-mode):
4854         * files.el (temporary-file-directory)
4855         (small-temporary-file-directory, auto-save-file-name-transforms):
4856         * epa-hook.el (auto-encryption-mode):
4857         * composite.el (global-auto-composition-mode):
4858         Use custom-initialize-delay.
4859         * startup.el (command-line): Don't explicitly call
4860         custom-reevaluate-setting for all the above vars.
4861         * custom.el (custom-initialize-safe-set)
4862         (custom-initialize-safe-default): Delete.
4864 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * term/x-win.el (x-initialize-window-system):
4867         * term/w32-win.el (w32-initialize-window-system):
4868         * term/ns-win.el (ns-initialize-window-system): Don't call
4869         mouse-wheel-mode since it's enabled globally by default already.
4871         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4872         actually define the variable, but only silences the byte-compiler.
4873         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4874         before looking it up.
4875         (mouse-wheel-scroll-amount): Also reset the bindings if this value
4876         is changed.
4878 2009-09-12  Glenn Morris  <rgm@gnu.org>
4880         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4881         1000.
4882         (elint-add-required-env): Don't beep on error.
4883         (elint-forms): In case of error, return ENV unchanged.
4884         (elint-init-env): Skip non-list forms.
4885         (elint-log): Handle unknown file positions.
4887 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
4889         * epg.el (epg-make-context): Add autoload cookie.
4890         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4891         (epg-decrypt-string, epg-start-verify, epg-verify-file)
4892         (epg-verify-string, epg-start-sign, epg-sign-file)
4893         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4894         (epg-encrypt-string, epg-start-export-keys)
4895         (epg-export-keys-to-file, epg-export-keys-to-string)
4896         (epg-start-import-keys, epg-import-keys-from-file)
4897         (epg-import-keys-from-string, epg-start-receive-keys)
4898         (epg-receive-keys, epg-import-keys-from-server)
4899         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4900         (epg-sign-keys, epg-start-generate-key)
4901         (epg-generate-key-from-file, epg-generate-key-from-string):
4902         Remove autoload cookie.
4904 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
4906         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4907         reevaluation of trash-directory.
4909         * mwheel.el: Fix last change.
4910         (mouse-wheel-mode): New defvar.
4911         (mouse-wheel-mode): Remove autoload cookie.
4913 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * mwheel.el (mwheel-installed-bindings): New var.
4916         (mouse-wheel-mode): Use it, so as to make sure we really remove all
4917         the bindings we set last time.  Use custom-initialize-delay.
4918         * loadup.el: Load mwheel after term/*-win.el.
4919         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4920         and mouse-wheel-up-event now that their first evaluation is done
4921         sufficiently late to be correct.
4923         * startup.el (tutorial-directory): Make it a defcustom.
4924         Use custom-initialize-delay rather than eval-at-startup to set it.
4925         * image.el (image-load-path): Make it a defcustom.
4926         Use custom-initialize-delay rather than eval-at-startup to set it.
4927         * subr.el (eval-at-startup): Remove.
4928         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4930         * subr.el (do-after-load-evaluation): Warn the user after loading an
4931         obsolete package.
4933 2009-09-12  Glenn Morris  <rgm@gnu.org>
4935         * proced.el (proced-mark-alt): Remove alias.
4936         (proced-mode-map): Remove proced-mark-alt.
4938         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4939         Elint file and directory.  Remove initialization entry.
4941         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4942         commands.
4943         (elint-current-buffer): Set mode-line-process.
4944         (elint-init-env): Handle define-derived-mode.
4945         Fix declare-function with unspecified arglist.  Guard against odd
4946         defalias statements (eg iso-insert's 8859-1-map).
4947         (elint-add-required-env): Use a temp buffer.
4948         (elint-form): Just print the function/macro name, not the whole form.
4949         Return env unchanged if we fail to parse a macro.
4950         (elint-forms): Guard against parse errors.
4951         (elint-output): New function, to handle batch mode.
4952         (elint-log-message): Add optional argument.  Use elint-output.
4953         (elint-set-mode-line): New function.
4955 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4957         * emacs-lisp/elp.el (elp-not-profilable): Add more
4958         functions (Bug#4233).
4960 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4962         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4963         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4965 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4967         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4968         (gdb-var-list-children): Use json parsing.
4970 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
4972         * progmodes/js.el (js--proper-indentation): Handle the case where
4973         char-before is null.  Reported by Deniz Dogan.
4975 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4977         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4979 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
4981         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4982         (epg-digest-algorithm-alist): Add SHA224.
4983         (epg-context-set-passphrase-callback)
4984         (epg-context-set-progress-callback): Add description about
4985         callback function.
4987 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4989         * custom.el (custom-delayed-init-variables): New var.
4990         (custom-initialize-delay): New function.
4991         * startup.el (command-line): "Re"evaluate all vars in
4992         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
4993         explicitly any more.
4994         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4995         to avoid creating a ~/.emacs.d at build-time (bug#4347).
4997         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4999 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5001         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5002         (gdb-var-update-handler): Use json parsing.
5004 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5006         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5007         decode annotated text, regardless of language environment.  (Bug#2741)
5009 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5011         * Makefile.in (autoloads): Make rmail.el writable as well.
5013 2009-09-11  Glenn Morris  <rgm@gnu.org>
5015         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5016         loaddefs.el.
5017         * dired.el: Regenerate with extracted autoloads.
5018         * Makefile.in (autoloads): Make dired.el writable.
5020         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5021         * ibuffer.el: Regenerate with extracted autoloads.
5022         * Makefile.in (autoloads): Make ibuffer.el writable.
5024         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5025         * version.el (emacs-copyright, emacs-major-version)
5026         (emacs-minor-version): Reformat doc-strings for make-docfile.
5028         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5029         functions and variables, since they must be stuff specific to some other
5030         platform.
5031         (apropos-print): Make mouse-click message less specific about button.
5033         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5034         that records where a macro was defined.
5035         * help-fns.el (describe-function-1): Mention if a function has a
5036         compiler-macro.
5037         * help-mode.el (help-function-cmacro): New button.
5039         * locate.el (top-level): Always require dired.
5040         (locate-mode-map): Initialize inside the defvar.
5042         * net/ange-ftp.el (dired-compress-file): Declare.
5043         (ange-ftp-dired-compress-file): Add doc string.
5045         * term/ns-win.el (x-display-name, x-setup-function-keys):
5046         Unify doc-strings with X versions.
5048 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5050         * emulation/crisp.el (crisp-mode-map): Move initialization
5051         into declaration.
5052         (crisp-mode): Use define-minor-mode.
5054         * progmodes/xscheme.el (xscheme-evaluation-commands):
5055         Put a :advertised-binding property rather than using
5056         advertised-xscheme-send-previous-expression.
5057         (advertised-xscheme-send-previous-expression): Declare obsolete.
5058         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5059         `advertised-undo'.
5060         (crisp-mode): Add corresponding bindings to
5061         undo's :advertised-binding instead.
5062         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5063         than using dired-advertised-find-file.
5064         (dired-advertised-find-file):
5065         * simple.el (advertised-undo):
5066         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5067         (widget-keymap): Put a :advertised-binding property rather
5068         than using advertised-widget-backward.
5069         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5070         than using advertised-undo.
5071         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5073 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5075         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5076         Mark mode is enabled and region is active; otherwise indent or
5077         insert TAB as usual.
5078         (delphi-mode): Update description of TAB-key binding.
5080 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * subr.el (define-key-rebound-commands): Mark obsolete.
5083         * startup.el (precompute-menubar-bindings): Remove.
5084         (normal-top-level): Remove obsolete code that tried to precompute
5085         menubar bindings.
5086         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5087         define-key-rebound-commands and precompute-menubar-bindings.
5089 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5091         * net/imap.el (imap-interactive-login): Better messages.
5092         (imap-open): Fix bug with renamed buffer on reconnect.
5093         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5094         for easier debugging and cleaner code.  On successful (guessed based on
5095         server capabilities) secondary authentication, set imap-state
5096         correctly.
5097         (imap-last-authenticator): Define imap-last-authenticator as a variable
5098         to avoid warnings.
5100 2009-09-10  Glenn Morris  <rgm@gnu.org>
5102         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5104         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5105         (byte-compile-file-form-autoload): Don't warn about unknown functions
5106         where the autoload statement comes after the use.
5107         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5108         that any handlers inside the body (eg require) are in turn respected.
5110         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5111         effects.
5113         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5114         and syntax and abbrev tables basic docs, if they don't have any.
5116         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5118         * international/mule-cmds.el (top-level): Require cl when compiling.
5119         (view-hello-file): Use default-value rather than
5120         default-enable-multibyte-characters.
5122         * progmodes/fortran.el: Move all safe and risky properties into the
5123         defcustoms.
5125         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5126         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5127         * mail/undigest.el:
5128         Put autoloads in rmail.el rather than loaddefs.el.
5129         * mail/rmail.el: Regenerate with extracted autoloads.
5131         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5132         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5134 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5136         Reported in thread for Bug#4375.
5137         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5138         "-data-evaluate-expression" instead of print.
5139         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5140         (gdb-tooltip-print): Parse output from above MI command.
5141         (gdb): Revert 2009-08-11 change.  User should detach inferior
5142         manually.
5144         Remove the word "separate" from IO functions as inferior
5145         output is now never displayed in the GUD buffer.
5147 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5149         * startup.el (command-line-normalize-file-name): On Windows and
5150         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5152 2009-09-10  Juri Linkov  <juri@jurta.org>
5154         * isearch.el (isearch-text-char-description): Propertize escape
5155         character sequences with the `escape-glyph' face.  (Bug#4344)
5157         * simple.el (shell-command): Set asynchronous process filter to
5158         `comint-output-filter'.  (Bug#4343)
5160         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5161         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5162         the list.  Move "asm" to the bottom.
5163         (grep-find-ignored-directories): Add `choice' with nil value
5164         to empty the list easily.
5165         (grep-find-ignored-files): New option.
5166         (grep-files-history): Set to nil by default instead of '("ch" "el").
5167         (grep-compute-defaults): Add "<X>" to `grep-template'.
5168         (grep-read-files): Bind new local variables `default-alias' and
5169         `default-extension'.  Use a list of default values for the file prompt.
5170         (lgrep): Add `--exclude=' command line options composed from
5171         `grep-find-ignored-files'.
5172         (rgrep): Add `-name' command line options composed from
5173         `grep-find-ignored-files'.  (Bug#4301)
5175 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5177         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5178         (bug#4368).
5180 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5182         * calendar/time-date.el (autoload):
5183         Expand define-obsolete-function-alias into defalias and make-obsolete
5184         for old Emacsen that Gnus supports.
5185         (with-no-warnings): Define it for old Emacsen.
5186         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5187         is available.
5188         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5189         float-time is available; suppress compile warning for time-to-seconds.
5191 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5193         * net/imap.el (imap-message-map): Docstring fix.
5195 2009-09-09  Glenn Morris  <rgm@gnu.org>
5197         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5198         line numbers too.  (Bug#4374)
5200 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * smerge-mode.el (smerge-remove-props, smerge-refine):
5203         Use with-silent-modifications (bug#4342).
5205         * subr.el (with-silent-modifications): New macro.
5207 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5209         * files.el (top-level): Require `cl' when compiling.
5211 2009-09-07  Glenn Morris  <rgm@gnu.org>
5213         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5215         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5216         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5218 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5220         * vc-git.el (vc-git-annotate-command): Use separator to parse
5221         arguments correctly.
5223 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5225         * proced.el (proced-mode): Doc fix.
5227 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5229         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5230         lstat fails.
5231         (tramp-do-file-attributes-with-ls): Check for file existence at
5232         remote end.
5233         (tramp-do-file-attributes-with-stat): Likewise.
5234         (tramp-convert-file-attributes): Return nil when attr is nil.
5236 2009-09-05  Glenn Morris  <rgm@gnu.org>
5238         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5239         properties to this button.
5240         (diary-fancy-display): Don't extend the button to the final newline.
5241         (diary-fancy-display-mode): Continue to define "q" as a local key.
5243         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5244         efficient.
5246         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5248         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5249         (byte-compile-dest-file-function): New option.
5250         (byte-compile-dest-file): Doc fix.
5251         Obey byte-compile-dest-file-function.
5252         (byte-compile-cl-file-p): New function.
5253         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5254         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5255         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5256         than for file being previously loaded.
5257         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5258         (byte-compile-file-form-require): Handle the case where requiring a file
5259         indirectly causes CL to be loaded.
5261 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5263         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5264         before killing the old buffer, since by the time `kill-buffer' is
5265         run so many buffer variables have been set to nil that it may not
5266         behave as expected.  (Bug#4061)
5268 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5270         * files.el (find-alternate-file): If the old buffer is modified
5271         and visiting a file, behave similarly to `kill-buffer' when
5272         killing it, thus reverting to the pre-1.878 behavior; see
5273         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5274         for discussion.  Also, consult `buffer-file-name' as a variable
5275         not as a function, for consistency with the rest of the code.
5277 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5279         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5280         also when adding a new directory.
5282         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5283         defun.
5285 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5287         * files.el (locate-file-completion-table): Make it provide boundary
5288         information, so partial-completion works better.
5290 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5292         * mail/footnote.el (Footnote-text-under-cursor):
5293         Check footnote-text-marker-alist before using it (bug#4324).
5295 2009-09-04  Glenn Morris  <rgm@gnu.org>
5297         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5298         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5299         * play/solitaire.el, play/tetris.el:
5300         Remove leading * from defcustom and defface docs.
5302         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5303         necessary.
5304         (diary-fancy-overriding-map): New variable.
5305         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5306         Use view-mode.
5308         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5309         goto-line.
5311 2009-09-03  Glenn Morris  <rgm@gnu.org>
5313         * arc-mode.el (archive-mode):
5314         * dos-fns.el (set-default-process-coding-system):
5315         * man.el (Man-getpage-in-background):
5316         * menu-bar.el (menu-bar-describe-menu):
5317         * server.el (server-process-filter):
5318         * startup.el (command-line):
5319         * tar-mode.el (tar-header-block-tokenize, tar-extract):
5320         * w32-fns.el (set-default-process-coding-system):
5321         * x-dnd.el (x-dnd-handle-file-name):
5322         * international/mule-cmds.el (mule-menu-keymap)
5323         (set-default-coding-systems, language-info-alist, set-language-info)
5324         (set-language-environment, standard-display-european-internal)
5325         (set-locale-environment):
5326         * international/mule-diag.el (mule-diag):
5327         * mail/emacsbug.el (report-emacs-bug):
5328         * mail/rmail.el (rmail-mode):
5329         * mail/sendmail.el (mail-setup):
5330         Use default-value rather than default-enable-multibyte-characters.
5332         * progmodes/f90.el: Move all safe properties into the defcustoms.
5333         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5335         * calendar/appt.el (appt-check):
5336         * calendar/diary-lib.el (diary-set-header, diary-live-p)
5337         (diary-check-diary-file, diary-list-entries)
5338         (diary-include-other-diary-files, diary-simple-display)
5339         (diary-fancy-display, diary-print-entries)
5340         (diary-mark-included-diary-files, diary-make-entry):
5341         Don't call substitute-in-file-name on diary-file.
5343 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
5344             Stefan Monnier  <monnier@iro.umontreal.ca>
5346         * mail/footnote.el (footnote-prefix): Make it a defcustom.
5347         (footnote-mode-map): Move initialization into the declaration.
5348         (footnote-minor-mode-map): Define it rather than changing global-map.
5349         (footnote-mode): Use define-minor-mode.
5351 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
5353         * net/tramp.el (tramp-handle-file-attributes-with-ls)
5354         (tramp-do-file-attributes-with-perl)
5355         (tramp-do-file-attributes-with-stat): Rename from
5356         `tramp-handle-file-attributes-with-*'.
5357         (tramp-handle-file-attributes): Use them.
5358         (tramp-do-directory-files-and-attributes-with-perl)
5359         (tramp-do-directory-files-and-attributes-with-stat): Rename from
5360         `tramp-handle-directory-files-and-attributes-with-*'.
5361         (tramp-handle-directory-files-and-attributes): Use them.
5362         (tramp-method-out-of-band-p): Additional parameter SIZE.
5363         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5364         (tramp-handle-write-region): Use it.
5365         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5366         (tramp-handle-vc-registered): Check, whether the first run did
5367         return files to be tested.
5368         (tramp-advice-make-auto-save-file-name): Do not call directly
5369         `tramp-handle-make-auto-save-file-name', because this would bypass
5370         the locking mechanism.
5372         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5373         (file-remote-p, process-file, start-file-process, set-file-times)
5374         (tramp-compat-file-attributes): Compatibility functions shall not
5375         call directly `tramp-handle-*', because this would bypass the
5376         locking mechanism.
5377         (tramp-compat-number-sequence): New defun.
5379 2009-09-02  Glenn Morris  <rgm@gnu.org>
5381         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5382         alias for float-time.
5383         (time-to-number-of-days): In Emacs, use float-time.
5384         * net/newst-backend.el (time-add): Suppress warnings from compat
5385         function.
5386         * time.el (emacs-uptime, emacs-init-time):
5387         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5388         Use float-time rather than time-to-seconds.
5390         * minibuffer.el (completion-initials-expand): Fix typo.
5392         * faces.el (modeline, modeline-inactive, modeline-highlight)
5393         (modeline-buffer-id):
5394         * info.el (info-menu-5): Mark these face aliases as obsolete.
5396 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5398         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5399         space ...
5400         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5401         no "--thread" option.
5402         (gdb-stopped): Don't print "Switched to thread" message when it is
5403         unchanged.
5405 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * minibuffer.el (completion-try-completion)
5408         (completion-all-completions): Remove ill-defined (and
5409         mistakenly installed and luckily never used nor documented)
5410         `completion-styles' property.
5411         (completion-initials-expand, completion-initials-all-completions)
5412         (completion-initials-try-completion): New functions.
5413         (completion-styles-alist): Add doc to each entry.
5414         Add new `initials' entry.
5416 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5418         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5419         MI command -var-evaluate-expression.
5420         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5421         and tweak for case of string child.
5422         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5424 2009-09-01  Glenn Morris  <rgm@gnu.org>
5426         * add-log.el (change-log-date-face, change-log-name-face)
5427         (change-log-email-face, change-log-file-face, change-log-list-face)
5428         (change-log-conditionals-face, change-log-function-face)
5429         (change-log-acknowledgement-face):
5430         * cus-edit.el (custom-invalid-face, custom-rogue-face)
5431         (custom-modified-face, custom-set-face, custom-changed-face)
5432         (custom-saved-face, custom-button-face, custom-button-pressed-face)
5433         (custom-documentation-face, custom-state-face, custom-comment-face)
5434         (custom-comment-tag-face, custom-variable-tag-face)
5435         (custom-variable-button-face, custom-face-tag-face)
5436         (custom-group-tag-face-1, custom-group-tag-face):
5437         * diff-mode.el (diff-header-face, diff-file-header-face)
5438         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5439         (diff-added-face, diff-changed-face, diff-function-face)
5440         (diff-context-face, diff-nonexistent-face):
5441         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5442         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5443         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5444         (Info-title-4-face):
5445         * isearch.el (isearch-lazy-highlight-face):
5446         * log-view.el (log-view-file-face, log-view-message-face):
5447         * paren.el (show-paren-match-face, show-paren-mismatch-face):
5448         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5449         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5450         (cvs-msg-face):
5451         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5452         (smerge-base-face, smerge-markers-face):
5453         * wid-edit.el (widget-documentation-face, widget-button-face)
5454         (widget-field-face, widget-single-line-field-face)
5455         (widget-inactive-face, widget-button-pressed-face):
5456         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5457         (woman-addition-face):
5458         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5459         (eshell-ls-executable-face, eshell-ls-readonly-face)
5460         (eshell-ls-unreadable-face, eshell-ls-special-face)
5461         (eshell-ls-missing-face, eshell-ls-archive-face)
5462         (eshell-ls-backup-face, eshell-ls-product-face)
5463         (eshell-ls-clutter-face):
5464         * eshell/em-prompt.el (eshell-prompt-face):
5465         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5466         * obsolete/old-whitespace.el (whitespace-highlight-face):
5467         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5468         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5469         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5470         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5471         (antlr-font-lock-literal-face):
5472         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5473         (ebrowse-root-class-face, ebrowse-file-name-face)
5474         (ebrowse-default-face, ebrowse-member-attribute-face)
5475         (ebrowse-member-class-face, ebrowse-progress-face):
5476         * progmodes/make-mode.el (makefile-space-face):
5477         * progmodes/sh-script.el (sh-heredoc-face):
5478         * textmodes/flyspell.el (flyspell-incorrect-face)
5479         (flyspell-duplicate-face):
5480         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5481         * textmodes/texinfo.el (texinfo-heading-face):
5482         Mark face aliases with "-face" suffix as obsolete.
5484         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5485         compiler.
5487         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5488         (eudc-bob-sound-menu): Use defvar rather than defconst, since
5489         easy-menu-define wants to modify these.
5491         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5493         * net/browse-url.el (browse-url-file-url):
5494         * term/internal.el (dos-codepage-setup):
5495         Use default-value rather than default-enable-multibyte-characters.
5497         * progmodes/etags.el (etags-goto-tag-location):
5498         * progmodes/flymake.el (flymake-highlight-line)
5499         (flymake-goto-file-and-line, flymake-goto-line):
5500         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5501         (gdb-goto-breakpoint):
5502         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5503         * progmodes/python.el (python-find-function)
5504         (python-pdbtrack-track-stack-file):
5505         * progmodes/verilog-mode.el (verilog-surelint-off):
5506         * term/ns-win.el (ns-open-file-select-line):
5507         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5508         Use forward-line rather than goto-line.
5510         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5511         * textmodes/reftex-index.el (reftex-display-index):
5512         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5513         * textmodes/reftex-toc.el (reftex-toc):
5514         Remove unnecessary bindings of default-major-mode (all are followed by
5515         major-mode check and possible mode switch).
5517 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5519         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5520         Handle watchpoints (bug#4282).
5521         (def-gdb-thread-buffer-command): Enable thread to be selected by
5522         clicking without selecting threads buffer first.
5523         (gdb-current-context-command): Use selected frame so that "up",
5524         "down" etc work in the GUD buffer.
5525         (gdb-update): Find selected frame before rendering stack buffer.
5526         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5528 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * progmodes/sym-comp.el (displayed-completions): Remove.
5531         (symbol-complete): Use minibuffer-complete.
5533 2009-08-31  Glenn Morris  <rgm@gnu.org>
5535         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5537         * apropos.el (apropos-symbols-internal):
5538         Handle (obsolete) face aliases.
5540         * faces.el (describe-face): Adjust the output format to be more like
5541         describe-variable, and to mention (obsolete) face aliases.
5542         Adjust the whitespace so that help-setup-xref works.
5544         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5545         * calendar/diary-lib.el (diary-button-face):
5546         Mark these face aliases as obsolete.
5548         * calendar/calendar.el (calendar-today): Doc fix.
5550 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5552         * progmodes/gdb-mi.el (gdb-control-all-threads)
5553         (gdb-control-current-thread): Force tool bar update.
5554         (gdb-non-stop-handler): New function.
5555         (gdb-init-1): Use it to test if non-stop mode is supported.
5556         Remove unused gdbmi buffer type.
5558 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5560         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5561         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
5563 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
5565         * comint.el (comint-exec-1): Check command is non-null first.
5566         Part of gdb-mi.el change (2009-08-28).
5568 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5570         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5572 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
5574         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5575         instead of `dolist' to avoid a recursive require when bootstrapping.
5577 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5579         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5581         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5583         * net/imap.el (imap-send-command): Simplify.
5584         (imap-wait-for-tag): point-max -> buffer-size.
5586         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5588         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5589         with constant argument.
5591         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5593         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5595         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5596         Change default, since most of our files don't have a history.
5597         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5598         the user.
5600         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5601         Add comint-run.
5603         * calc/calc.el: Improve commenting convention.
5604         (calc-digit-map, toplevel): Simplify.
5606         * comint.el (comint-insert-input): Be careful to only set point if we
5607         don't delegate to some other command.
5609         * proced.el (proced-signal-list): Make it an alist.
5610         (proced-grammar-alist): Capitalize names.
5611         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5612         Disable undo manually and make it read-only.
5613         Use completion-annotate-function.
5615         * minibuffer.el (minibuffer-message): If the current buffer is not
5616         a minibuffer, insert the message in the echo area rather than at the
5617         end of the buffer.
5618         (completion-annotate-function): New variable.
5619         (minibuffer-completion-help): Use it.
5620         (completion--embedded-envvar-table): Environment vars are
5621         always case-sensitive.
5623 2009-08-30  Glenn Morris  <rgm@gnu.org>
5625         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5626         from fortran-current-defun.
5627         (fortran-beginning-of-subprogram): Be more precise about finding the
5628         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
5629         (fortran-end-of-subprogram): Simplify.
5630         (fortran-current-defun): Use fortran-start-prog-re.
5632 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
5634         * subr.el (do-after-load-evaluation): Simplify.
5636 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5638         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5640         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
5641         (vc-rcs-print-log): Use it.
5643         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5645 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5647         * paths.el (abbrev-file-name): Move to abbrev.el.
5648         * abbrev.el (abbrev-file-name): Move from paths.el.
5649         Obey user-emacs-directory.
5650         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5651         user-emacs-directory.
5652         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5653         abbrev-file-name and calc-settings-file any more.
5654         * startup.el (command-line): Recompute abbrev-file-name and
5655         abbreviated-home-dir.
5656         (normal-no-mouse-startup-screen): Improve the generic code and get rid
5657         of the special code for when C-h bindings haven't been changed.
5658         (display-startup-echo-area-message): Use with-current-buffer.
5659         (command-line-1): Use a list of strings, rather than a list of lists
5660         of strings for longopts.
5662         * files.el (get-free-disk-space): Use / for default-directory.
5664         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5665         Use with-current-buffer.
5667         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5668         Recognize immutable variables like most-positive-fixnum.
5669         (byte-compile-setq-default): Check and warn if trying to assign
5670         to an immutable variable, or a non-variable.
5672         * progmodes/cc-vars.el (c-comment-continuation-stars):
5673         * progmodes/cc-engine.el (c-looking-at-bos):
5674         * progmodes/cc-cmds.el (c-toggle-auto-state)
5675         (c-forward-into-nomenclature, c-backward-into-nomenclature)
5676         (c-comment-line-break-function): Add version of obsolescence.
5678 2009-08-28  Juri Linkov  <juri@jurta.org>
5680         * files.el (magic-fallback-mode-alist): Add ZIP magic number
5681         associated with `archive-mode'.
5683         * image.el (image-type-header-regexps): Use only JPEG magic number
5684         to determine JPEG images, and don't use `image-jpeg-p' because
5685         Emacs can display non-JFIF non-Exif JPEG images.
5687 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5689         * arc-mode.el (archive-mode):
5690         * emacs-lisp/re-builder.el (re-builder-unload-function):
5691         Protect against the default value of `major-mode' being nil.
5693 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5695         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5696         Fix typos in docstrings.
5698         * progmodes/js.el (js--macro-decl-re): Doc fix.
5699         (js--plain-method-re, js--split-name): Refloc docstring.
5700         (js--class-styles, js--make-merged-item, js--splice-into-items):
5701         Fix typos in docstrings; reflow docstrings.
5702         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5703         (js--variable-decl-matcher, js--inside-pitem-p)
5704         (js--parse-state-at-point, js--get-all-known-symbols)
5705         (js--symbol-history, js-find-symbol, js--js-references)
5706         (js--moz-interactor, js--js-encode-value, js--read-tab):
5707         Fix typos in docstrings.
5709 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5711         * textmodes/reftex.el (reftex-get-file-buffer-force):
5712         * progmodes/verilog-mode.el (verilog-batch-execute-func):
5713         * emulation/viper.el (viper-go-away, viper-set-hooks):
5714         * emacs-lisp/re-builder.el (re-builder-unload-function):
5715         * emacs-lisp/bytecomp.el (byte-compile-file):
5716         * ses.el (ses-unload-function):
5717         * hexl.el (hexl-find-file):
5718         * files.el (normal-mode):
5719         * ehelp.el (with-electric-help):
5720         * autoinsert.el (auto-insert-alist):
5721         * arc-mode.el (archive-mode):
5722         Use (default-value 'major-mode) instead of default-major-mode.
5724         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5725         * international/mule.el (load-with-code-conversion):
5726         * emacs-lisp/debug.el (debug):
5727         * ediff-vers.el (ediff-rcs-get-output-buffer):
5728         * dired.el (dired-internal-noselect): Don't let-bind
5729         default-major-mode around code that doesn't use it.
5730         E.g. buffer creation via get-buffer-create doesn't use it.
5732 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5734         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5735         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5736         when writing the temp file.  Otherwise, epa-file gets confused.
5737         (tramp-register-file-name-handlers): Make it a defun.  Move also
5738         `epa-file-handler' to the front of `file-name-handler-alist'.
5740 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5743         start right after a ^M.
5744         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5745         (tramp-completion-file-name-regexp-separate)
5746         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5747         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5748         Don't modify last-coding-system-used by accident.
5749         (tramp-completion-file-name-handler): Apply the checks here,
5750         instead during registration.
5751         (tramp-register-file-name-handlers) Renamed from
5752         `tramp-register-file-name-handler'.  Register both
5753         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5754         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
5756 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
5758         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5759         Remove variable ...
5760         (gdb-init-1, gdb-display-separate-io-buffer)
5761         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5762         references to it.
5763         (gdb-inferior-io-mode): Use make-comint-in-buffer.
5764         (gdb-inferior-filter): Use comint-output-filter to stop
5765         echoing and remove ^M characters.
5767 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5769         * emulation/viper-init.el (viper-restore-cursor-type):
5770         * emulation/cua-base.el (cua--update-indications):
5771         Replace default-cursor-type with (default-value 'cursor-type).
5773         * mail/sendmail.el (mail-recover-1):
5774         * international/mule-diag.el (describe-current-coding-system-briefly)
5775         (describe-current-coding-system):
5776         * international/mule-cmds.el (select-safe-coding-system)
5777         (select-message-coding-system)
5778         (set-language-environment-coding-systems, set-locale-environment):
5779         * hexl.el (hexl-insert-multibyte-char):
5780         * dos-w32.el (find-buffer-file-type-coding-system):
5781         * simple.el (what-cursor-position):
5782         Replace uses of default-buffer-file-coding-system
5783         with (default-value 'buffer-file-coding-system).
5785         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5786         Replace uses of default-cursor-in-non-selected-windows
5787         with (default-value 'cursor-in-non-selected-windows).
5788         Use with-current-buffer.
5790         * mail/feedmail.el: Use CL macros.
5791         (feedmail-run-the-queue, feedmail-send-it-immediately):
5792         * dos-w32.el (find-buffer-file-type): Replace uses of
5793         default-buffer-file-type with (default-value 'buffer-file-type).
5795 2009-08-28  Glenn Morris  <rgm@gnu.org>
5797         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5798         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5799         Use default-value of major-mode rather than default-major-mode.
5801 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5803         * Makefile.in (update-elcfiles): Report left over elc files.
5805         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5806         expand-file-name and with-current-buffer.
5807         (mail-get-names, mail-directory): Use with-current-buffer.
5809         * vc.el (vc-read-revision): New function.
5810         (vc-version-diff, vc-merge): Use it.
5812 2009-08-27  Sam Steingold  <sds@gnu.org>
5814         * simple.el (kill-do-not-save-duplicates): New user option.
5815         (kill-new): When it is non-nil, and the new string is the same as
5816         the latest kill, set replace to t to avoid duplicates in kill-ring.
5818 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
5820         * net/tramp.el (tramp-handle-process-file): Do not flush all
5821         caches when `process-file-side-effects' is set.
5822         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5823         instead of `tramp-find-file-exists-command'.
5824         Unset `process-file-side-effects'.
5826 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
5828         * net/tramp.el (tramp-methods): New method "rsyncc".
5829         (top): Add completion function for "rsyncc".
5830         (tramp-message-show-message): New defvar.
5831         (tramp-message, tramp-error): Use it.
5832         (tramp-do-copy-or-rename-file-directly): Extend check for direct
5833         remote copying.
5834         (tramp-do-copy-or-rename-file-out-of-band): Handle new
5835         `tramp-methods' entry `copy-env' of "rsyncc".
5836         (tramp-vc-registered-read-file-names): New defconst.
5837         (tramp-vc-registered-file-names): New defvar.
5838         (tramp-handle-vc-registered): Implement optimization strategy.
5839         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5840         (tramp-vc-file-name-handler): New defun.
5841         (tramp-get-ls-command, tramp-get-test-command)
5842         (tramp-get-file-exists-command, tramp-get-remote-ln)
5843         (tramp-get-remote-perl, tramp-get-remote-stat)
5844         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5846         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5847         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
5848         timestamps.
5849         (tramp-get-file-property): Check for timestamps in
5850         `tramp-cache-inhibit-cache'.
5851         (tramp-set-file-property): Write timestamp.
5853 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5855         * language/japan-util.el (japanese-symbol-table): Add entries for
5856         cp932-2-byte.
5858         * international/characters.el: Add category `j' to cp932-2-byte.
5860 2009-08-27  Kenichi Handa  <handa@m17n.org>
5862         * international/fontset.el (build-default-fontset-data): New macro.
5863         (setup-default-fontset): Use build-default-fontset-data for CJK,
5864         tibetan, ethiopic, and ipa.
5866 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5868         * cus-start.el (default-major-mode): Customize `major-mode' instead.
5869         (enable-multibyte-characters): Not customizable any more.
5871         * subr.el (default-mode-line-format, default-header-line-format)
5872         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5873         (default-direction-reversed, default-truncate-lines)
5874         (default-left-margin, default-tab-width, default-case-fold-search)
5875         (default-left-margin-width, default-right-margin-width)
5876         (default-left-fringe-width, default-right-fringe-width)
5877         (default-fringes-outside-margins, default-scroll-bar-width)
5878         (default-vertical-scroll-bar, default-indicate-empty-lines)
5879         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5880         (default-fringe-cursor-alist, default-scroll-up-aggressively)
5881         (default-scroll-down-aggressively, default-fill-column)
5882         (default-cursor-type, default-buffer-file-type)
5883         (default-cursor-in-non-selected-windows)
5884         (default-buffer-file-coding-system, default-major-mode)
5885         (default-enable-multibyte-characters): Mark as obsolete.
5887 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
5889         * vc-dir.el (vc-dir-update): Remove debug helper.
5891         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5893 2009-08-26  Sam Steingold  <sds@gnu.org>
5895         * simple.el (save-interprogram-paste-before-kill): New user option.
5896         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5897         save the interprogram-paste into kill-ring before overriding it
5898         with the Emacs kill.
5900 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5902         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5903         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5904         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5905         and move to vc-rcs.el.
5906         (vc-default-next-revision): Rename to vc-rcs-next-revision and
5907         move to vc-rcs.el.
5908         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5909         (vc-rcs-update-changelog): Remove.
5910         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5911         and move to vc-rcs.el.
5913         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5914         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5915         renaming.
5916         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5917         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5918         vc.el, renamed to be RCS specific.
5920         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5921         New functions.
5922         (vc-cvs-update-changelog): Move here from vc.el.
5924         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5925         New functions.
5927 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5929         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5931 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5933         * vc-git.el (vc-git-register): Use "git add" for directories.
5934         (vc-git-stash, vc-git-stash-show): New functions.
5935         (vc-git-extra-menu-map): Bind them.
5937         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5938         directory correctly in case the item is a directory itself.
5940         * vc.el: Document the desired behavior for reverted files in the
5941         `added' state.
5942         (vc-default-prettify-state-info): Remove function, unused.
5944         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5946 2009-08-26  Glenn Morris  <rgm@gnu.org>
5948         * bindings.el (standard-mode-line-format): Reposition dashes in
5949         which-func entry.  (Bug#4217)
5951         * files.el (enable-local-variables, enable-local-eval)
5952         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5953         the defcustoms.
5954         (auto-mode-alist, ignored-local-variables)
5955         (save-some-buffers-action-alist): Move risky declarations to the
5956         definitions.
5957         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5958         (font-lock-defaults, format-alist, imenu--index-alist)
5959         (imenu-generic-expression, input-method-alist, minor-mode-alist)
5960         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5961         (mode-line-modified, mode-line-mule-info, mode-line-position)
5962         (mode-line-process, mode-line-remote, outline-level)
5963         (parse-time-rules, rmail-output-file-alist)
5964         (special-display-buffer-names, vc-mode):
5965         Move risky declarations to the relevant files.
5966         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5967         (mode-line-modified, mode-line-process, mode-line-position)
5968         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5969         * font-core.el (font-lock-defaults):
5970         * format.el (format-alist):
5971         * vc-hooks.el (vc-mode):
5972         * window.el (special-display-buffer-names):
5973         * international/mule-cmds.el (input-method-alist):
5974         Define riskiness here (dumped file) rather than in files.el.
5975         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5976         * imenu.el (imenu-generic-expression, imenu--index-alist):
5977         * outline.el (outline-level):
5978         * time.el (display-time-string):
5979         * calendar/parse-time.el (parse-time-rules):
5980         * mail/rmailout.el (rmail-output-file-alist):
5981         Autoload riskiness here, rather than placing in files.el.
5983 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
5985         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5987 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5989         * simple.el (process-file-side-effects): New defvar.
5991         * dired-aux.el (dired-show-file-type):
5992         * vc.el (vc-diff-internal):
5993         * vc-arch.el (vc-arch-diff):
5994         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5995         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5996         * vc-git.el (vc-git-registered, vc-git-working-revision)
5997         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5998         (vc-git--empty-db-p):
5999         * vc-hooks.el (vc-user-login-name):
6000         * vc-svn.el (vc-svn-registered, vc-svn-state)
6001         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6002         * progmodes/grep.el (grep-probe): Let-bind
6003         `process-file-side-effects' with nil.
6005         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6007         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6008         daemon.  Replace ping by checking for running service for bluez
6009         and zeroconf.  (Bug#4239)
6011 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6013         * net/dig.el (dig): Add autoload cookie.
6015 2009-08-25  Glenn Morris  <rgm@gnu.org>
6017         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6018         load-history for absolute file-names.
6019         (byte-compile-file-form-require): Warn about use of the cl package.
6021         * format.el (format-alist): Doc fix.
6023         * play/bubbles.el (top-level): Don't require cl at run-time.
6025         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6026         run-time cl).
6028 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6030         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6031         from cl package.
6032         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6034 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6036         * calc/calc-alg.el (math-trig-rewrite)
6037         (math-hyperbolic-trig-rewrite): New functions.
6038         (calc-simplify): Simplify trig functions when asked.
6040 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6042         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6044 2009-08-24  Kenichi Handa  <handa@m17n.org>
6046         * language/ind-util.el (mapthread): Delete it.
6047         (combinatorial): New function.
6048         (indian--puthash-cv): Use combinatorial instead of mapthread.
6050 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6052         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6053         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6054         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6055         Clarify docstring that the value is strings not symbols.
6056         (checkdoc-list-of-strings-p): New function.
6058 2009-08-22  Glenn Morris  <rgm@gnu.org>
6060         * files.el (auto-mode-alist):
6061         * hippie-exp.el (he-concat-directory-file-name):
6062         * lpr.el (lpr-windows-system, printer-name):
6063         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6064         * ps-print.el (ps-windows-system):
6065         * startup.el (command-line):
6066         * emulation/viper-ex.el (viper-glob-function):
6067         * international/mule-cmds.el (set-language-environment-coding-systems):
6068         * net/ange-ftp.el (ange-ftp-write-region):
6069         * obsolete/fast-lock.el (fast-lock-cache-name):
6070         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6071         unisoft-unix, vax-vms, win32, w32.
6073         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6074         given name if the pattern is not more specific.
6076         * calendar/lunar.el (lunar-phase-names): New option.
6077         (lunar-phase): Doc fix.
6078         (lunar-cycles-per-year): New constant.
6079         (lunar-index): New function.
6080         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6081         (lunar-phase-name): Use lunar-phase-names.
6082         (calendar-lunar-phases): Use format.
6083         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6085         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6086         Copy imenu-example--name-and-position function here for own use.
6087         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6089         * bs.el (bs--redisplay):
6090         * cus-edit.el (custom-redraw):
6091         * ibuffer.el (ibuffer-bury-buffer):
6092         * server.el (server-goto-line-column):
6093         * startup.el (command-line-1):
6094         * strokes.el (strokes-xpm-for-stroke):
6095         * term.el (term-display-buffer-line):
6096         * view.el (View-goto-line):
6097         * calc/calc.el (calc-do, calc-trail-buffer):
6098         * play/gamegrid.el (gamegrid-add-score-insecure):
6099         * progmodes/ada-mode.el (ada-compile-goto-error):
6100         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6101         (ebrowse-select-1st-to-9nth):
6102         * progmodes/cperl-mode.el (cperl-time-fontification):
6103         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6104         * progmodes/gud.el (gud-display-line):
6105         (idlwave-shell-display-line):
6106         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6107         * progmodes/make-mode.el (makefile-browser-toggle):
6108         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6109         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6110         * textmodes/picture.el (picture-draw-rectangle):
6111         * textmodes/reftex-index.el (reftex-index-goto-letter):
6112         (reftex-select-jump-to-previous):
6113         * textmodes/reftex-sel.el (reftex-find-start-point)
6114         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6115         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6116         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6117         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6118         * textmodes/two-column.el (2C-associated-buffer):
6119         Use forward-line rather than goto-line.
6121         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6122         goto-line.
6124         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6125         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6126         (quick-check-list-to-regexp): Declare.
6128         * progmodes/make-mode.el (makefile-browser-insert-selection):
6129         Use goto-char rather than goto-line.
6131         * progmodes/prolog.el (compilation-error-regexp-alist)
6132         (compilation-forget-errors): Declare.
6134 2009-08-22  Juri Linkov  <juri@jurta.org>
6136         * progmodes/grep.el (lgrep, rgrep): At the beginning
6137         set `dir' to `default-directory' unless `dir' is a non-nil
6138         readable directory.  (Bug#4052)
6139         (lgrep, rgrep): Change a weird way to report an error
6140         from using `read-string' to using `error'.
6141         Instead of using interactive arguments in the function body,
6142         add new argument `confirm'.
6144 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6146         * textmodes/remember.el (remember-buffer):
6147         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6148         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6149         (icalendar-extract-ical-from-buffer):
6150         * net/newst-treeview.el (newsticker-groups-filename):
6151         * net/newst-backend.el (newsticker-cache-filename):
6152         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6153         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6154         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6155         (speedbar-buffers-line-path, speedbar-path-line)
6156         (speedbar-buffers-line-path):
6157         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6158         (epg-sign-keys):
6159         * epa.el (epa-display-verify-result):
6160         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6162 2009-08-21  Glenn Morris  <rgm@gnu.org>
6164         * progmodes/js.el (inferior-moz-process): Fix declaration.
6166         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6168         * obsolete/rnewspost.el (news-mail-reply):
6169         Use goto-char rather than goto-line.
6171         * term/ns-win.el (ns-open-file-select-line):
6172         Use line-beginning-position rather than goto-line.
6174         * apropos.el (apropos-command):
6175         * ehelp.el (electric-helpify):
6176         * printing.el (pr-show-setup):
6177         * strokes.el (strokes-help):
6178         * tutorial.el (tutorial--describe-nonstandard-key)
6179         (tutorial--detailed-help):
6180         * woman.el (woman-mini-help, woman-display-extended-fonts):
6181         * calc/calc-help.el (calc-describe-key):
6182         * emulation/edt.el (edt-electric-helpify):
6183         * international/mule-diag.el (mule-diag):
6184         * play/yow.el (apropos-zippy):
6185         * progmodes/python.el (python-describe-symbol):
6186         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6187         * textmodes/table.el (*table--cell-describe-mode)
6188         (*table--cell-describe-bindings):
6189         Use help-print-return-message rather than the now obsolete alias.
6191         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6192         (calendar-cursor-to-visible-date):
6193         * play/5x5.el (5x5-position-cursor):
6194         * play/decipher.el (decipher):
6195         * play/gomoku.el (gomoku-goto-xy):
6196         * play/landmark.el (lm-goto-xy):
6197         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6198         (mpuz-paint-digit):
6199         Use forward-line, not goto-line.
6201         * mail/rmail.el (rmail-obsolete): Delete custom group.
6202         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6203         (rmail-remote-password, rmail-remote-password-required):
6204         Remove unneeded :set-after and :set properties.
6206 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6208         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6210 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6212         * loadup.el: Remove leftover macos code.
6214         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6215         Explicitly pass the date format to git blame so that user local
6216         so that the output format can be parsed.
6218 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6220         * net/dbus.el (top): Don't check for (getenv
6221         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6223 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6225         * log-edit.el (log-edit-strip-single-file-name): New var.
6226         (log-edit-insert-changelog): Use it.  Bug#3571
6228 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6231         Bug#3287
6233         * help.el (help-print-return-message): Rename from
6234         print-help-return-message.
6236         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6237         cvs-mode-map parent hack.
6238         (log-view-mode): Derive from special-mode.
6240         * linum.el (linum-mode): window-size-change-functions is redundant.
6241         Adapt to new window-configuration-change-hook behavior.
6242         (linum-after-size, linum-after-config): Remove.
6244         * imenu.el (imenu-example--name-and-position)
6245         (imenu-example--lisp-extract-index-name)
6246         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6247         Mark as obsolete.
6249         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6250         (inferior-prolog-mode): Use it.
6251         (inferior-prolog-load-file): Reset list of errors.
6253 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6255         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6257         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6259 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6261         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6262         is running already.
6264 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * subr.el (listify-key-sequence-1): Use normal syntax since those
6267         integers are nowadays always represented by the same (positive) number
6268         on all platforms.
6269         (read-key-empty-map): New const.
6270         (read-key-delay): New var.
6271         (read-key): New function.
6272         (force-mode-line-update): Use with-current-buffer.
6273         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6274         (start-process-shell-command, start-file-process-shell-command):
6275         Discourage the use of command-args.
6277 2009-08-19  Glenn Morris  <rgm@gnu.org>
6279         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6281 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6283         * simple.el (choose-completion-string): Don't rely on
6284         minibuffer-completing-file-name and ad-hoc checks to decide whether
6285         to continue completion or not.
6287         * minibuffer.el (minibuffer-hide-completions): New function.
6288         (completion--do-completion): Use it.
6289         (completions-annotations): New face.
6290         (completion--insert-strings): Use it.
6291         (completion-pcm--delim-wild-regex): Add docstring.
6292         (completion-pcm--string->pattern): Add support for 0-width delimiters
6293         in completion-pcm--delim-wild-regex.
6295 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6297         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6298         Remove unused var `buffer-modified-p'.
6300         * minibuffer.el (completion--do-completion): Move point for the #b001
6301         case as well (bug#4176).
6302         (minibuffer-complete, minibuffer-complete-word): Don't move point.
6304 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
6306         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
6307         and :session buses.
6309 2009-08-18  Kenichi Handa  <handa@m17n.org>
6311         * international/ucs-normalize.el (ucs-normalize-version):
6312         Change to 1.1.
6313         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6314         (utf-8-hfs): Make it perform normalization on encoding too.
6316         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
6317         (sentence-end-without-space): Delete duplicated chars.
6318         (sentence-end-base): Likewise.
6320         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
6321         (html-mode): Delete duplicated chars from sentence-end-base.
6323         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
6324         (texinfo-mode): Delete duplicated chars from sentence-end-base.
6326 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
6328         * files.el (hack-one-local-variable): If the mode function is for
6329         a minor mode, pass it an argument (Bug#4148).
6331 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
6333         * net/tramp.el (tramp-register-completion-file-name-handler):
6334         Check also for (member 'partial-completion completion-styles).
6336 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6338         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6339         abbrev (Bug#3943).
6341 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
6343         * progmodes/cperl-mode.el: Merge upstream 6.2.
6344         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6345         (cperl-forward-re): Check cperl-brace-recursing.
6346         (cperl-highlight-charclass): New function.
6347         (cperl-find-pods-heres): Use it.
6348         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6349         (cperl-beautify-regexp-piece): Fix column calculation.
6350         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6351         (cperl-beautify-level): Don't process entire regexp.
6352         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6353         calling man.
6354         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6355         (cperl-init-faces): Build a list in the normal way.
6357 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6359         * calendar/parse-time.el (parse-time-string-chars): Save match
6360         data.
6362 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6364         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6365         (sql-product): Use it.
6366         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6367         (sql-set-product): Add completion.
6368         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6369         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6370         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6371         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6372         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6373         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6374         (sql-highlight-db2-keywords): Remove.
6375         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6376         (sql-highlight-product): Use derived-mode-p.
6377         (sql-set-sqli-buffer): Use with-current-buffer.
6378         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6379         Simplify.
6381         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6383         * term.el: Fix commenting convention, turn comments into docstrings.
6385 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6387         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6389 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6391         * calendar/parse-time.el (parse-time-string-chars): Compute using
6392         character classes, to handle non-ascii characters (Bug#3190).
6394 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6396         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6397         another heredoc if the user adds another < (Bug#3226).
6399         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6400         Don't initialize based on window-system (Bug#4124).
6402         * facemenu.el (facemenu-read-color): Use a completion function
6403         that accepts any defined color, such as RGB triplets (Bug#3677).
6405         * files.el (get-free-disk-space): Change fallback default
6406         directory to /.  Expand DIR argument before switching to fallback.
6407         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6409 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6411         * files.el (load-library): Doc fix.
6413 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6415         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6416         (viper-if-string): Redefine C-s in the minibuffer to insert the last
6417         incremental search string.
6419         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6420         XEmacs.
6422         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6423         (ediff-merge-region-is-non-clash)
6424         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6425         Also check if the job is really a merge job.
6427         * ediff.el (ediff-current-file): New function.
6429 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6431         * progmodes/js.el: Edit docstrings throughout to follow Emacs
6432         conventions.
6433         (js-insert-and-indent): Delete function.
6434         (js-mode-map): Don't bind keys to js-insert-and-indent.
6435         (js-beginning-of-defun): Rename from js--beginning-of-defun.
6436         (js-end-of-defun): Rename from js--end-of-defun.
6437         (js-auto-indent-flag): Delete variable.
6439 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
6441         * progmodes/js.el: Remove proclaim statement.
6442         Defvar which-func-imenu-joiner-function to silence compiler.
6444         * files.el (auto-mode-alist): Use js-mode for .js files.
6446         * progmodes/js2-mode.el: Remove file.
6448         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6450         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6452         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6454 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
6455             Karl Landstrom  <karl.landstrom@brgeight.se>
6457         * progmodes/js.el: New file.
6459 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
6461         * timezone.el (timezone-parse-date): Add ability to understand ISO
6462         basic format (minimal separators) dates in addition to the
6463         already-supported extended format dates.
6465 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
6467         * international/ucs-normalize.el: Add a `coding' file variable.
6469         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6471 2009-08-14  Sam Steingold  <sds@gnu.org>
6473         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6475 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
6477         * faces.el (help-argument-name): Define it here instead of
6478         help-fns.el, because in daemon mode help-fns.el may be loaded when
6479         faces are still uninitialized (Bug#1078).
6481         * help-fns.el (help-argument-name): Move defface to faces.el.
6483 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
6485         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6486         create buffer with a pty but no process so that GDB can make the
6487         inferior the controlling process.
6489 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
6491         * international/ucs-normalize.el: New file.
6493 2009-08-13  Richard Stallman  <rms@gnu.org>
6495         * mail/rmail.el (rmail-get-attr-names):
6496         Accept an attribute header that is too short.
6498         * mail/rmail.el (rmail-forget-messages):
6499         Ignore nil elt in rmail-message-vector.  Use dotimes.
6501         * progmodes/compile.el (compilation-goto-locus):
6502         Use next-error-move-function.
6504         * simple.el (next-error-move-function): New variable.
6506 2009-08-12  Juri Linkov  <juri@jurta.org>
6508         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6509         always non-nil.  (Bug#4052)
6511         * replace.el (read-regexp): Return empty string when
6512         `default-value' is nil.
6513         (keep-lines-read-args): Don't use empty string as the
6514         default value for `read-regexp'.  (Bug#2495)
6516 2009-08-12  Juri Linkov  <juri@jurta.org>
6518         * international/mule-cmds.el (ucs-insert): Change arguments
6519         from `arg' to `character', `count', `inherit' to be the same
6520         as in `insert-char'.  Doc fix.  (Bug#4039)
6522         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6524 2009-08-12  Juri Linkov  <juri@jurta.org>
6526         * files-x.el: New file.
6528         * files.el: Move code that deals with adding/deleting
6529         file/directory-local variables to files-x.el.
6531         * Makefile.in (ELCFILES): Add files-x.elc.
6533 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
6535         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6536         to use `goto-line'.
6537         (gdb-place-breakpoints, gdb-get-location): Rewritten without
6538         `goto-line'.
6539         (gdb-invalidate-disassembly): Do not refresh upon receiving
6540         'update signal.  Instead, update all disassembly buffers only after
6541         threads list.
6542         (gdb): Send -target-detach when buffer is killed (Bug#3794).
6543         (gdb-starting): Moved -data-list-register-names...
6544         (gdb-stopped): ...here so it's sent when first thread stops.
6545         (gdb-registers-handler-custom): Do nothing if register names are
6546         unknown yet.
6548         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6549         from `gdb-mi.el' to avoid extra tangling.
6551         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6552         change which breaks `gud-def' definitions used in `gdb'.
6553         (gdb-update-gud-running): No extra fuss for updating frame number.
6555 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6557         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6558         (describe-language-environment-map, setup-language-environment-map)
6559         (set-coding-system-map): Move initialization into declaration.
6560         (set-language-info-alist): Last arg to define-key-after can be skipped.
6562         * international/quail.el (quail-completion-1): Simplify.
6563         (quail-define-rules): Use slightly more compact code.
6564         (quail-insert-decode-map): Propertize keys, compact columns.
6566         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6567         Add goto-line.
6569 2009-08-10  Miles Bader  <miles@gnu.org>
6571         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6572         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6573         (js2-instance-member, js2-private-member, js2-private-function-call)
6574         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6575         (js2-magic-paren, js2-external-variable):
6576         Remove "-face" suffix from face names.
6577         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6578         (js2-highlight-undeclared-vars, js2-peek-token)
6579         (js2-parse-function-params, js2-mode-show-errors)
6580         (js2-mode-show-warnings, js2-make-magic-delimiter)
6581         (js2-mode-highlight-magic-parens): Update to use new face names.
6583 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
6585         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6586         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
6588 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
6590         * subr.el: Provide hashtable-print-readable.
6592         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6593         hs-c-like-adjust-block-beginning.
6594         (hs-hide-block-at-point): Stop hiding at the beginning of
6595         hs-block-end-regexp (Bug#700).
6597 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
6599         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6600         a macro.
6601         (gdb-registers-handler-custom): Do not fail when register names
6602         are unavailable.
6604 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6606         * progmodes/gdb-mi.el (gdb-control-all-threads)
6607         (gdb-control-current-thread): Interactive setters for
6608         `gdb-gud-control-all-threads' to use in menu.
6609         (gdb-show-run-p): Show «Go» when process is not active.
6610         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
6611         gud/thread.xpm and gud/all.xpm.
6613 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
6615         * net/net-utils.el (net-utils-font-lock-keywords): New var.
6616         (nslookup-font-lock-keywords): Make it a variable.
6617         (net-utils-mode): New mode for viewing diagnostic network output.
6618         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6619         (net-utils-run-simple): New function.
6620         (ifconfig, iwconfig, netstat, arp, route): Use it.
6622 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6624         * progmodes/gdb-mi.el (gdb-read-memory-custom)
6625         (gdb-memory-set-address, def-gdb-set-positive-number)
6626         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6627         after changing settings.
6628         (gdb-invalidate-disassembly): Update when first shown.
6629         (gdb-edit-locals-value): Fixed.
6630         (gdb-registers-handler-custom): Print registers in right order and
6631         allow changing register values (only for current thread yet).
6632         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6633         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6634         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6635         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6636         info in mode name.
6637         (gdb-registers-mode-map): TAB to switch to locals.
6639 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
6641         * mail/rmail.el (rmail-add-mbox-headers)
6642         (rmail-set-message-counters-counter): Search for
6643         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
6645 2009-08-08  Glenn Morris  <rgm@gnu.org>
6647         * Makefile.in (ELCFILES): Update.
6649 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6651         * mail/sendmail.el (mail-yank-original): Set
6652         buffer-file-coding-system from the one used by the message whose
6653         text is yanked.
6655         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6656         to "windows" when "pgnuplot" is used.
6657         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6658         call accept-process-output if "pgnuplot" is used.
6659         (calc-graph-init): Don't send -display and -geometry to
6660         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
6661         running "pgnuplot -V" with shell-command-to-string.
6663         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6664         the default.
6666 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6668         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6669         org/org-latex.elc.
6671 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6673         * vc-dispatcher.el (vc-resynch-window): Update comment.
6675         * term.el (term-handle-ansi-escape): Add comments with the
6676         terminfo capabilities implemented.
6678 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
6680         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6681         (gdb-var-create-handler): Rewritten using JSON parser.
6682         (gdb-propertize-header): Moved earlier.
6683         (gdb-set-header): Removed to avoid duplication.
6684         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6685         Refresh disassembly buffers only after threads list have been
6686         update.
6687         (gdb-threads-header, gdb-registers-header): Per-buffer header line
6688         variables.
6690 2009-08-04  Juri Linkov  <juri@jurta.org>
6692         * files.el: Commands to add/delete file/directory-local variables.
6693         (read-file-local-variable, read-file-local-variable-value)
6694         (read-file-local-variable-mode, modify-file-local-variable)
6695         (modify-file-local-variable-prop-line)
6696         (modify-dir-local-variable): New functions.
6697         (add-file-local-variable, delete-file-local-variable)
6698         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6699         (add-dir-local-variable, delete-dir-local-variable)
6700         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6701         (copy-dir-locals-to-file-locals-prop-line): New commands.
6703 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
6705         * abbrev.el (insert-abbrev-table-description): Prettify output.
6706         Suggested by Karl Chen.
6708 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
6710         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6711         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6712         (gdb-overlay-arrow-position, gdb-thread-position)
6713         (gdb-disassembly-position): Declare variables.
6714         (gdb-wait-for-pending): Function now.
6715         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6716         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6717         compilation goes smoothly.
6718         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6719         (gdb-non-stop-setting): New customization setting which replaces
6720         `gdb-non-stop' so changing it doesn't break active GDB session.
6721         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6722         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6723         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6724         (gdb-show-threads-by-default): New customization options.
6725         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6726         routines.
6727         (gdb-get-buffer-create): Send buffers update signal when they are
6728         created.
6729         (gdb-invalidate-locals, gdb-invalidate-registers)
6730         (gdb-invalidate-breakpoints)
6731         (gdb-invalidate-threads, gdb-invalidate-disassembly)
6732         (gdb-invalidate-memory): Accept update signal.
6733         (gdb-current-context-command): Use --frame option.
6734         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6735         Implement `gdb-frame-number' selection logic.
6736         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6737         whether to show GUD toolbar buttons.
6738         (gdb-thread-exited): Unselect current thread when it exits.
6739         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6740         (gdb-mark-line): Routine which sets overlay arrow or inverses
6741         video on fringeless displays.
6742         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6743         to build aligned columns of data in GDB buffers and set text
6744         properties line-by-line.
6745         (gdb-invalidate-breakpoints)
6746         (gdb-breakpoints-list-handler-custom)
6747         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6748         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6749         (gdb-registers-handler-custom): Align data columns.
6750         (gdb-locals-handler-custom): Now prints data like in variable
6751         declarations.
6752         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6753         Removed confusing buttons.
6754         (gdb-invalidate-threads): Append --frame.
6755         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6756         between breakpoints/threads buffers.
6757         (gdb-set-window-buffer): Now can ignore dedicated windows.
6758         (gdb-propertize-header): Use `gdb-set-window-buffer'.
6759         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6760         (def-gdb-thread-buffer-gud-command): Replaces
6761         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6762         for fine thread control.
6763         (gdb-preempt-existing-or-display-buffer): New function used to
6764         display bound buffers without breaking window layout.
6765         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6766         (gdb-select-frame): New version of `gdb-frames-select' which now
6767         sets `gdb-frame-number' so commands may use --frame option instead
6768         of inner debugger state.
6769         (gdb-frame-handler): Do not set `gdb-frame-number'.
6770         (gdb-threads-mode-map): Select threads with mouse.
6772         * progmodes/gud.el (gdb-gud-context-call): Declare function to
6773         avoid compilation warning.
6774         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6775         `gdb-show-stop-p`.
6777         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6778         Argument `key' renamed to `buffer-type'.
6779         (gdb-current-context-buffer-name): Do not add thread info to
6780         buffer name when no thread is selected.
6781         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6782         command (bug 3794).
6783         (gdb-thread-selected): Handle `=thread-selected' notification.
6784         (gdb-wait-for-pending): New macro to deal with congestion problems.
6785         (gdb-breakpoints-list-handler-custom): Don't fail on pending
6786         breakpoints.
6787         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6788         This fixes problem similar to one described in bug 3947.
6789         (gud-menu-map): More menu items.
6790         (gdb-init-1): Reset `gdb-thread-number' to nil.
6792         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6793         non-stop settings.
6795         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6796         (gdb-current-context-command): Do not append --thread if
6797         `gdb-thread-number' is nil.
6798         (gdb-running-threads-count, gdb-stopped-threads-count): New
6799         variables.
6800         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6801         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6802         customization options.
6803         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6804         GUD commands.
6805         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6806         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6807         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6808         set `gdb-thread-number' and update `gud-running' properly.
6809         (gdb-running): Update threads list when new threads appear.
6810         (gdb-stopped): Support non-stop operation and new thread switching
6811         logic.
6812         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6813         (gdb-json-partial-output): New set of JSON routines.
6814         (def-gdb-auto-update-trigger): New `signal-list' optional
6815         argument.
6816         (gdb-thread-list-handler-custom): Update `gud-running',
6817         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6818         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6819         (gdb-continue-thread, gdb-step-thread): New commands for fine
6820         thread execution control.
6821         (gud-menu-map): New menu items to switch non-stop options.
6822         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6823         (gdb-send): Mimic RET properly (bug 3794).
6825         * progmodes/gdb-mi.el (gdb-rules-name-maker)
6826         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6827         gdb-buffer-rules.
6828         (def-gdb-auto-update-handler): New nopreserve optional argument.
6829         (gdb-stack-list-frames-custom): Print stack from top to bottom.
6831         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6832         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6833         (gdb-parent-mode): New mode to derive other GDB modes from.
6834         (gdb-display-disassembly-for-thread)
6835         (gdb-frame-disassembly-for-thread): New commands for threads
6836         buffer.
6838         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6839         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6840         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6841         (gdb-update): We now store all GDB buffers in a list so that they
6842         can be updated by traversing a list instead of calling invalidate
6843         triggers explicitly.
6844         (def-gdb-trigger-and-handler): New macro to define trigger-handler
6845         pair for GDB buffer.
6846         (gdb-stack-buffer-name): Add thread information.
6847         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6848         handle pending triggers.
6849         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6850         (def-gdb-thread-buffer-simple-command)
6851         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6852         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6853         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6854         New commands which show buffers bound to thread.
6855         (gdb-stack-list-locals-regexp): Removed unused regexp.
6857         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6858         (gdb-locals-buffer-name, gdb-registers-buffer-name)
6859         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6860         to (gud-comint-buffer) in *-buffer-name functions
6861         because (gdb-get-target-string) already does that.
6862         (gdb-locals-handler-custom, gdb-registers-handler-custom)
6863         (gdb-changed-registers-handler): Rewritten without regexps.
6865         * progmodes/gdb-mi.el: Basic thread selection support.
6866         (gdb-thread-number): New variable.
6867         (gdb-current-context-command): New macro which adds --thread
6868         option to command.
6869         (gdb-threads-mode-map): Select thread with SPC.
6870         (gdb-thread-list-handler-custom): Mark current thread with overlay
6871         arrow.  Synchronize GDB thread and Emacs thread.
6872         (gdb-select-thread): New command which selects current thread.
6873         (gdb-invalidate-frames, gdb-invalidate-locals)
6874         (gdb-invalidate-registers): Use --thread option.
6876 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
6878         * net/tramp.el (top): Make check for tramp-gvfs loading more
6879         robust.  (Bug#3977)
6880         (tramp-handle-insert-file-contents): `unwind-protect' must be
6881         inside `with-parsed-tramp-file-name'.
6883         * net/tramp-gvfs.el (top): Remove superfluous message when loading
6884         fails.
6886 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
6888         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6889         directory if CLASSPATH is not set.
6891 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
6893         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6894         New defconst.
6895         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
6897 2009-08-02  Kevin Ryde  <user42@zip.com.au>
6899         * net/newst-backend.el (newsticker--raw-url-list-defaults):
6900         Update freshmeat link.  Delete newsforge.com as it seems gone.
6902 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6904         * select.el (x-set-selection): Doc fix (Bug#4021).
6906         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6908         * help-fns.el (describe-variable): Treat list return values from
6909         dir-locals-find-file properly (Bug#4005).
6911 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
6913         * net/tramp.el (tramp-debug-message): Print also microseconds.
6915 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
6917         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6918         or END is non-nil.
6919         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6920         (tramp-get-debug-buffer): Change `outline-regexp' according to new
6921         format.
6923         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6924         (tramp-get-file-property): Use it.
6926         * autorevert.el (auto-revert-handler): Allow
6927         `auto-revert-tail-mode' for remote files.
6929 2009-08-02  Jason Rumney  <jasonr@gnu.org>
6931         * minibuffer.el (read-file-name): Treat confirm options to
6932         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
6934 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6936         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6937         (font-lock-variable-name-face, font-lock-constant-face): Darken
6938         the colors for light backgrounds.
6940 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
6942         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6943         month names.  (Bug#3987)
6945 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
6947         * simple.el (line-move-finish): Pass whole number to
6948         line-move-to-column.
6949         (line-move-visual): Perform hscroll to the recorded position.
6951 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
6953         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6955 2009-07-29  Alan Mackenzie  <acm@muc.de>
6957         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6959 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
6961         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6962         (gdb-place-breakpoints): Use full path when setting breakpoints.
6964 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6966         * calc/calc.el (calc-mode-map): Add keybinding for
6967         `calc-transpose-lines'.
6969 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
6971         * calc/calc-misc.el (calc-transpose-lines): New function.
6973 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
6975         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6976         Simplify check for out-of-band methods.
6977         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6978         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
6980 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
6982         * vc-git.el (vc-git-checkin): Fix typo.
6984 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
6986         * progmodes/js2-mode.el: New file.
6988 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
6990         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6991         (gud-menu-map): Adjust tooltip accordingly.
6993 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6995         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6996         (vc-bzr-log-view-mode): Adjust log-view-file-re.
6998         * add-log.el (change-log-mode-map): Add a menu.
7000 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7002         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7003         function returns nil.
7004         (dbus-handle-event): Handle special return value :ignore.
7005         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7007 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7009         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7010         it's not needed.
7012 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7014         Fix Bug#3888:
7016         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7018         * term/pc-win.el (x-display-name, x-colors)
7019         (x-select-enable-clipboard, x-select-text): Doc fix.
7021         * term/common-win.el (x-display-name, x-colors): Doc fix.
7023         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7024         (xw-defined-colors): Doc fix.
7026         * w32-fns.el (x-select-text, x-setup-function-keys)
7027         (x-get-selection, x-set-selection): Doc fix.
7029         * term/x-win.el (x-select-text, x-setup-function-keys)
7030         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7032         * select.el (x-set-selection): Doc fix.
7034 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7036         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7037         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7038         "IsNSSSupportAvailable" method is not available.  Reported by
7039         Steve Youngs <steve@sxemacs.org>.
7041 2009-07-24  Kenichi Handa  <handa@m17n.org>
7043         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7044         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7045         (build-unicode-category-table): Fix range checks.
7047 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7049         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7050         the buffer we try to sync is current when calling
7051         vc-resynch-buffer.
7053         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7054         not show up to date files.
7056 2009-07-24  Glenn Morris  <rgm@gnu.org>
7058         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7059         Add autoload cookies.  If necessary, initialize.
7060         (elint-log): Handle non-file buffers.
7061         (elint-initialize): Add optional argument to reinitialize.
7062         (elint-find-builtin-variables): Save excursion.
7064 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7066         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7067         for Lint.
7069 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7071         * vc.el (vc-print-log-internal): New function, split out from ...
7072         (vc-print-log): ... here.
7073         (vc-dir-move-to-goal-column): Declare.
7075         * vc-git.el (vc-git-add-signoff): New variable.
7076         (vc-git-checkin): Use it.
7077         (vc-git-toggle-signoff): New function.
7078         (vc-git-extra-menu-map): Bind it to menu.
7079         (vc-git--run-command-string): Accept a nil FILE argument.
7080         (vc-git-stash-list): New function.
7081         (vc-git-dir-extra-headers): Use it.
7083 2009-07-23  Glenn Morris  <rgm@gnu.org>
7085         * help-fns.el (describe-variable): Describe ignored and risky local
7086         variables in a similar way to that in which we describe safe ones.
7088         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7089         (byte-compile-output-file-form, byte-compile-output-docform)
7090         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7091         Give some more local variables with common names a "bytecomp-" prefix,
7092         so as not to shadow things during compilation.
7093         * emacs-lisp/cl-macs.el (load-time-value)
7094         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7095         `outbuffer' to `bytecomp-outbuffer'.
7097         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7098         since the next two variables cover them automatically now.
7099         (elint-builtin-variables, elint-autoloaded-variables): New.
7100         (elint-unknown-builtin-args): Remove all members, since they can be
7101         parsed automatically now.
7102         (elint-extra-errors): New.
7103         (elint-env-add-env, elint-env-add-macro): Use cadr.
7104         (elint-current-buffer): Use or.  Change final message.
7105         (elint-get-top-forms): Use line-end-position.
7106         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7107         and defalias.
7108         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7109         (regexp-assoc): Remove unused function.
7110         (elint-top-form): Set elint-current-pos, to record the start of the
7111         top-level form, for compilation-mode.
7112         (elint-form): Trap errors in macro expansion.  Use dolist.
7113         (elint-unbound-variable): Use elint-builtin-variables and
7114         elint-autoloaded-variables.
7115         (elint-get-args): Use cadr, or.
7116         (elint-check-cond-form): Use dolist, cadr.
7117         (elint-check-condition-case-form): Doc fix.  Use cadr.
7118         Use elint-extra-errors.
7119         (elint-log): New function.
7120         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7121         Distinguish errors and warnings.
7122         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7123         Use a bytecomp-style format.
7124         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7125         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7126         Don't truncate lines.
7127         (elint-initialize): Set builtin and autoloaded variable lists.
7128         Only process elint-unknown-builtin-args if non-nil.
7129         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7130         New functions.
7131         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7133 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7135         * net/newst-backend.el (newsticker--parse-atom-1.0)
7136         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7137         (newsticker--parse-rss-1.0):
7138         * progmodes/idlwave.el (idlwave-mode):
7139         * progmodes/idlw-shell.el (idlwave-shell-mode):
7140         * progmodes/vera-mode.el (vera-mode):
7141         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7142         * progmodes/vhdl-mode.el (vhdl-mode):
7143         * textmodes/table.el (table-generate-source)
7144         (table--warn-incompatibility):
7145         Hyperlink urls in docstrings with URL `...'.
7147 2009-07-22  Glenn Morris  <rgm@gnu.org>
7149         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7150         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7151         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7152         Remove leading * from defcustom docs.
7154         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7156         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7157         defcustom doc.
7158         (list-load-path-shadows): Optionally, just return shadows as a string.
7160         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7162 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7164         * mail/rmailedit.el (rmail-edit-mode): Use
7165         auto-save-include-big-deletions.
7167         * mail/rmail.el (rmail-variables): Use
7168         auto-save-include-big-deletions.
7170         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7171         changes.
7173 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7175         * calc/calc.el (calc-undo-length): New variable.
7176         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7178 2009-07-21  Richard Stallman  <rms@gnu.org>
7180         * files.el (auto-save-mode): Handle buffer-save-size = -2
7181         for toggling mode.
7183 2009-07-21  Glenn Morris  <rgm@gnu.org>
7185         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7187         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7189         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7190         silence compiler.  Instead...
7191         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7192         (ps-print-ensure-fontified): Update for above function name changes.
7194         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7195         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7196         silence compiler.  Instead...
7197         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7198         (mh-show-buffer): Only define for compiler.
7199         (pr-mh-current-message): Update for above function name changes.
7201         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7202         as an argument.
7203         (find-file-noselect, insert-file-1): Update for above change.
7205         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7207         * mail/mailclient.el (mailclient-send-it): Fix message.
7209         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7210         (edebug-eval): Check cl-debug-env is bound.
7211         (print-level, print-circle): Don't redefine built-in variables.
7213         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7214         (custom-print-vectors): Remove old comments from doc.
7216         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7217         (emerge-version): Make the variable an obsolete alias for the
7218         emacs-version variable.  Make the function obsolete.
7219         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7220         Emerge options, rather than merging in into the main Options menu.
7221         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7222         and auto advance modes.  Disable edit/fast items when not relevant.
7224 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7226         * term/vt420.el (terminal-init-vt420): Fix typo.
7228 2009-07-20  Sam Steingold  <sds@gnu.org>
7230         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7231         variable (removed from compile.el on 2004-03-11).
7233 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7235         * files.el (hack-local-variables-filter): Fix last change.
7237 2009-07-19  Juri Linkov  <juri@jurta.org>
7239         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7240         (dir-local-variables-alist): New buffer-local variable.
7241         (hack-local-variables-filter): If variable is not dir-local,
7242         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7243         because file-local overrides dir-local.
7244         (c-postprocess-file-styles)<declare-function>:
7245         Remove obsolete declaration.
7246         (hack-dir-local-variables): Add dir-local variable/value pair to
7247         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7249         * help-fns.el (describe-variable): Add information about
7250         file-local and dir-local variables.
7252 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7254         * files.el (hack-local-variables-filter): Rewrite.
7256 2009-07-19  Glenn Morris  <rgm@gnu.org>
7258         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7259         Silence compiler by only defining on XEmacs.
7261         * international/mule.el (auto-coding-regexp-alist): Only match
7262         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7264         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7265         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7266         (cal-menu-context-mouse-menu): Doc fix.
7268         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7270         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7272 2009-07-18  Juri Linkov  <juri@jurta.org>
7274         * info.el: Virtual Info keyword finder.
7275         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7276         (Info-finder-file): New variable.
7277         (Info-finder-find-file): New function.
7278         (finder-known-keywords, finder-package-info)
7279         (find-library-name, lm-commentary): Use defvar and
7280         declare-function to silence compiler warnings.
7281         (Info-finder-find-node): New function.
7282         (info-finder): New command.
7284         * subr.el (process-kill-buffer-query-function): New function.
7285         (add-hook)<kill-buffer-query-functions>: Add hook
7286         `process-kill-buffer-query-function'.
7288 2009-07-18  Alan Mackenzie  <acm@muc.de>
7290         * progmodes/cc-mode.el (c-before-hack-hook)
7291         (c-postprocess-file-styles): Give invocation of `c-set-style'
7292         DONT-OVERRIDE parameter of t.  Already set style variables will
7293         thus not be overridden by style settings given by `c-file-syle'.
7295         * files.el (hack-local-variables-filter): Remove entries with
7296         duplicate keys from `file-local-variables-alist'.
7298 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7300         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7301         x-set-selection if display-selections-p returns nil for the
7302         current frame.
7304 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
7306         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7308 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7310         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7311         Accept nil in addition to a regexp.
7312         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7313         Accept nil in addition to a regexp.
7314         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7315         buffers that have an associated file.  Handle nil values of
7316         desktop-buffers-not-to-save and desktop-files-not-to-save.
7317         (Bug#3833)
7319         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7320         (x-disown-selection-internal): New functions.
7322 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
7324         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7325         warning.
7326         (gdb-breakpoints-header): Move forward to avoid compiler warning.
7327         (gdb-make-header-line-mouse-map): Remove duplicate definition.
7329 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
7331         * simple.el (set-mark): Revert last change.
7333 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
7335         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7336         rendering of pngs is not possible instead of messaging a long
7337         description.
7339 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
7341         * w32-fns.el (x-selection-owner-p): New function.
7343         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7344         (mouse-yank-at-click, mouse-yank-primary): If
7345         select-active-regions is non-nil, deactivate the mark before
7346         insertion.
7348         * simple.el (deactivate-mark, set-mark): Only save selection if we
7349         own it.
7351 2009-07-17  Kenichi Handa  <handa@m17n.org>
7353         * case-table.el (describe-buffer-case-table): Fix for the case
7354         that KEY is a cons.
7356 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7358         * vc-rcs.el (vc-rcs-find-file-hook):
7359         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7361 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
7363         * net/tramp.el (tramp-wait-for-output): Handle the case when
7364         commands do not return a newline but a null byte before the shell
7365         prompt.  (Bug#3858)
7367 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7369         * term/ns-win.el (ns-set-alpha): Don't declare.
7370         (ns-set-background-alpha): Remove function.
7372 2009-07-16  Kevin Ryde  <user42@zip.com.au>
7374         * emacs-lisp/copyright.el (copyright-update): Save match-data across
7375         y-or-n-p, for safety.
7377 2009-07-16  Richard Stallman  <rms@gnu.org>
7379         * files.el (auto-save-mode): If buffer-saved-size is -2,
7380         don't clobber it.
7382         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7383         (rmail-retry-ignored-headers): Add more uninteresting fields.
7385 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
7387         * net/rcirc.el (rcirc): Use history variables.
7388         (rcirc-server-name-history, rcirc-nick-name-history)
7389         (rcirc-server-port-history): New variables.
7391 2009-07-15  Kenichi Handa  <handa@m17n.org>
7393         * international/mule-cmds.el (set-language-environment-charset):
7394         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7395         ignore them.
7397         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7398         Delete unibyte-display.
7400 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7402         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7404 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7406         * simple.el (deactivate-mark): Optional argument FORCE.
7407         (set-mark): Use deactivate-mark.
7409         * info.el (Info-search): No need to check transient-mark-mode
7410         before calling deactivate-mark.
7412         * select.el (x-set-selection): Doc fix.
7413         (x-valid-simple-selection-p): Allow buffer values.
7414         (xselect--selection-bounds): Handle buffer values.  Suggested by
7415         David De La Harpe Golden.
7417         * mouse.el (mouse-set-region, mouse-drag-track): Call
7418         copy-region-as-kill before setting the mark, to let
7419         select-active-regions work.
7421 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
7423         * simple.el (deactivate-mark): If select-active-regions is
7424         non-nil, copy the selection data into a string.
7425         (activate-mark): If select-active-regions is non-nil, set the
7426         selection to the current buffer.
7427         (set-mark): Update selection if select-active-regions is non-nil.
7429         * select.el (x-valid-simple-selection-p): Allow buffer values.
7431 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7434         and more featureful message-mode.
7436 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
7438         * select.el (x-set-selection): Doc fix.
7439         (x-valid-simple-selection-p): Disallow selection data consisting
7440         of a list or cons of integers, since that is not used.
7441         (xselect--selection-bounds, xselect--int-to-cons): New functions.
7442         (xselect-convert-to-string, xselect-convert-to-length)
7443         (xselect-convert-to-filename, xselect-convert-to-charpos)
7444         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7446 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
7448         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7449         output in -break-info command (Emacs bug #3794).
7451 2009-07-14  Glenn Morris  <rgm@gnu.org>
7453         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7454         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7455         (edebug-print-length, edebug-print-level, edebug-print-circle)
7456         (edebug-sit-for-seconds, edebug-view-outside)
7457         (edebug-bounce-point, edebug-set-global-break-condition)
7458         (edebug-Go-nonstop-mode, edebug-trace-mode)
7459         (edebug-Trace-fast-mode, edebug-continue-mode)
7460         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7461         (edebug-visit-eval-list): Doc fixes.
7463         * subr.el (def-edebug-spec): Doc fix.
7465 2009-07-14  Kenichi Handa  <handa@m17n.org>
7467         * international/characters.el: Fix setting of category ?C.
7469 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
7471         * term/ns-win.el (x-select-font): defalias x-select-font to
7472         ns-popup-font-panel instead of generate-fontset-menu.
7474 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
7476         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
7478 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
7480         * arc-mode.el (archive-find-type): Allow for a PK00 string before
7481         the PK\003\004 header (Bug#3770).
7483 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
7485         * pcomplete.el (pcomplete-comint-setup): Check for
7486         shell-dynamic-complete-filename too.
7488 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
7490         * simple.el (temporary-goal-column): Change the value for
7491         line-move-visual to a cons cell.
7492         (line-move-visual): Record or set the window hscroll, if
7493         necessary (Bug#3494).
7494         (line-move-1): Handle cons value of temporary-goal-column.
7496 2009-07-11  Kenichi Handa  <handa@m17n.org>
7498         * international/mule-diag.el (describe-character-set): Don't show
7499         width.
7501 2009-07-10  Sam Steingold  <sds@gnu.org>
7503         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7504         Omake sometimes indents the errors it prints, so allow all
7505         regexps to start with spaces.
7507 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
7509         * cus-edit.el (customize-changed-options-previous-release):
7510         Bump value to 22.1.  (Bug#3804)
7512 2009-07-08  Sam Steingold  <sds@gnu.org>
7514         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7515         to be a cons cell (test . ignored-directory) to selectively ignore
7516         some directories depending on the location of the search.
7518 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
7520         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7521         remote user is root, on the local host.
7522         (tramp-local-host-p): Either the local user or the remote user
7523         must be root.  (Bug#3771)
7525 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7527         * progmodes/gdb-mi.el (gdb): Remove description of
7528         gdb-use-separate-io-buffer.
7529         (menu): Don't allow toggling of or enable
7530         gdb-use-separate-io-buffer from menubar.
7532 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7534         * mail/unrmail.el (unrmail): Make sure the message ends with two
7535         newlines (Bug#3769).
7537 2009-07-08  Glenn Morris  <rgm@gnu.org>
7539         * calendar/calendar.el (calendar-current-date): Rework previous change.
7541 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
7543         * calendar/calendar.el (calendar-current-date):
7544         Add an optional argument giving an offset from today.
7546 2009-07-08  Glenn Morris  <rgm@gnu.org>
7548         * tutorial.el (tutorial--describe-nonstandard-key):
7549         Adjust the message for when a key has been unbound.
7550         (help-with-tutorial): Hide the arch-tag.
7552 2009-07-08  Kenichi Handa  <handa@m17n.org>
7554         * international/fontset.el (setup-default-fontset): For each
7555         script, append (not set) font-specs.
7557         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7558         docstring.
7560 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7562         * progmodes/gdb-mi.el (gdb-init-1): Move sending
7563         -data-list-register-names to ...
7564         (gdb-starting): ... here because GDB 7.0 requires execution to
7565         have started when using this MI command.
7566         (gdb-set-header): New function to distinguish select and
7567         unselected tabs in gdb buffers.
7568         (gdb-propertize-header): New macro that uses gdb-set-header.
7569         (gdb-breakpoints-header, gdb-locals-header): Use it.
7570         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7572 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
7574         * Makefile.in (ELCFILES): Remove fadr.elc.
7576 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
7578         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7579         may contain frame information, so `string-match' should be used.
7580         (gdb-update): Disassembly is invalidated through
7581         `gdb-get-selected-frame'.
7582         (gdb-pad-string): New function to pad string with spaces.
7583         (gdb-invalidate-disassembly): Invalidate only if the buffer
7584         exists.
7585         (gdb-disassembly-handler-custom): Column alignment.
7586         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7587         placing new ones.
7588         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7589         end of line, too.
7590         (gdb-frame-handler): Match convention to for disassembly buffer
7591         mode name.
7592         (gdb-stack-list-frames-handler): Rewritten without regexps.
7593         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7594         not highlight breakpoints without line information.
7595         (gdb-input): Add trailing newline to command.
7597         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7598         buffer properly.
7599         (gdb-breakpoints-list-handler-custom): Replacement for
7600         `gdb-break-list-handler'.  Using real parser instead of regexps
7601         now.
7602         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7603         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7604         to place breakpoints.
7605         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7606         functions.
7607         (gdb-disassembly-handler-custom): Show overlay arrow.
7608         (gdb-disassembly-place-breakpoints): Show breakpoints in
7609         disassembly buffer.
7610         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7611         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7612         instead of parsing breakpoints buffer.  Fixed old menu references
7613         in `gud-menu-map'.
7615         * fadr.el: Remove.
7617         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7618         (gdb-memory-address): New variable which holds top address of
7619         memory page shown in memory buffer.
7620         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7621         customization variables.
7622         New functions:
7623         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7624         display the memory buffer.
7625         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7626         buffer display parameters.
7627         (def-gdb-memory-format, gdb-memory-format-binary)
7628         (gdb-memory-format-octal, gdb-memory-format-unsigned)
7629         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7630         Functions for setting memory buffer format.
7631         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7632         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7633         unit size used in memory buffer.
7634         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7635         to next/previous page of memory buffer.
7636         Now using (bindat-get-field) instead of fadr functions.
7638 2009-07-07  Sam Steingold  <sds@gnu.org>
7640         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7641         non-top-level files.
7643 2009-07-07  Kenichi Handa  <handa@m17n.org>
7645         * international/mule-cmds.el (reset-language-environment): Put
7646         the highset priority to the charset iso-8859-1.
7648 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7650         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7651         to the end of the line when locating the block (Bug#700).
7653 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
7655         * net/tramp.el (tramp-handle-write-region): Flush file properties
7656         in case of short track.
7658 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
7660         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7661         representation of verilog error regular expressions to work with
7662         Emacs-22's new format.
7663         (verilog-error-regexp-xemacs-alist): Coded custom representation
7664         of verilog error regular expressions to work with XEmacs format.
7665         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7666         error recognition into XEmacs.
7667         (verilog-error-regexp-add-emacs): Hook routine to install verilog
7668         error recognition into Emacs-22.
7670 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7672         * woman.el: Remove stand-alone closing parentheses.
7673         (woman-file-name, woman2-format-paragraphs)
7674         (woman-leave-blank-lines): Code cleanup.
7675         (woman-use-own-frame): Change default to nil.
7676         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7677         defaults to inherit from default faces.
7678         (woman2-process-escapes): Consume the newline after a stand-alone
7679         filler character (Bug#3651).
7681 2009-07-06  Glenn Morris  <rgm@gnu.org>
7683         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7684         (top-level): Move provide to the end.
7685         (ffap): Remove defunct URL from custom group.
7687         * subr.el (eval-after-load): Doc fix.
7689 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
7691         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7692         `calc-embedded-word' is called twice.
7694 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7696         * files.el (find-alternate-file-other-window, find-alternate-file):
7697         Obey confirm-nonexistent-file-or-buffer.
7699 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
7701         * dired-aux.el (dired-show-file-type): Handle remote files.
7703 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
7705         * desktop.el (desktop-globals-to-save):
7706         Add file-name-history (Bug#2750).
7708 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
7710         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7712 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
7714         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7715         property on entire argument since this is what eshell-lisp-command
7716         expects.
7718 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
7720         * net/tramp-gvfs.el (tramp-gvfs-methods)
7721         (tramp-gvfs-zeroconf-domain)
7722         (tramp-bluez-discover-devices-timeout): Add version flag.
7723         (tramp-gvfs-handler-mounted-unmounted)
7724         (tramp-gvfs-connection-mounted-p): Polish handling of
7725         incompatibilities between GVFS 0.2 and 1.0.
7727 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
7729         * cus-start.el (all): Add make-pointer-invisible.
7731 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
7733         * calc-math.el (math-use-emacs-fn): Make sure that the number is
7734         formatted correctly.
7736 2009-07-02  Juri Linkov  <juri@jurta.org>
7738         * info.el: Virtual Info files and nodes.
7739         (Info-virtual-files, Info-virtual-nodes): New variables.
7740         (Info-current-node-virtual): New variable.
7741         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7742         New functions.
7743         (Info-file-supports-index-cookies): Use Info-virtual-file-p
7744         to check for a virtual file instead of checking a fixed list
7745         of node names.
7746         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7747         instead of ad-hoc processing of "dir" and (apropos history toc).
7748         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7749         instead of ad-hoc processing of "dir" and (apropos history toc).
7750         Reread a file when moving from a virtual node.
7751         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7752         (Info-directory-toc-nodes, Info-directory-find-file)
7753         (Info-directory-find-node): New functions.
7754         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7755         (Info-history): Move part of code to
7756         `Info-history-find-node'.
7757         (Info-history-toc-nodes, Info-history-find-file)
7758         (Info-history-find-node): New functions.
7759         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7760         (Info-toc): Move part of code to `Info-toc-find-node'.
7761         (Info-toc-find-node): New function.
7762         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
7763         the current Info file name to references because now the node
7764         "*TOC*" belongs to the same Info manual.
7765         (Info-toc-build): Rename from `Info-build-toc'.
7766         (Info-toc-nodes): Rename input argument `file' to `filename'.
7767         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7768         instead of ad-hoc processing of ("dir" apropos history toc).
7769         (Info-index-nodes): Use Info-virtual-file-p
7770         to check for a virtual file instead of checking a fixed list
7771         of node names.
7772         (Info-index-node): Add check for `Info-current-node-virtual'.
7773         Raise `save-match-data' higher up the tree to contain
7774         `search-forward' too (bug fix).
7775         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7776         (Info-virtual-index-nodes): New variable.
7777         (Info-virtual-index-find-node, Info-virtual-index): New functions.
7778         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7779         (Info-apropos-file, Info-apropos-nodes): New variables.
7780         (Info-apropos-toc-nodes, Info-apropos-find-file)
7781         (Info-apropos-find-node, Info-apropos-matches): New functions.
7782         (info-apropos): Move part of code to `Info-apropos-find-node' and
7783         `Info-apropos-matches'.
7784         (Info-mode-map): Bind "I" to `Info-virtual-index'.
7785         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7786         for a virtual file instead of checking a fixed list of node names.
7788         * simple.el (async-shell-command): New command.
7790         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7792         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7793         instead of `mount-info'.
7795 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
7797         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7798         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7800 2009-07-02  Kenichi Handa  <handa@m17n.org>
7802         * international/mule.el (set-keyboard-coding-system): Force *-unix
7803         coding-system to avoid eol conversion.
7805 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
7807         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7808         Add handler for `process-file', `shell-command' and
7809         `start-file-process'.
7810         (tramp-gvfs-handle-shell-command)
7811         (tramp-gvfs-handle-start-file-process)
7812         (tramp-gvfs-handle-process-file): New defuns.
7813         (tramp-synce-list-devices): Simplify check for existence of property.
7815 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
7817         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7819 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7821         * language/korean.el (set-language-info-alist): Add korean-cp949,
7822         cp949 to spec.
7824 2009-07-01  Kenichi Handa  <handa@m17n.org>
7826         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7828         * international/encoded-kb.el: Deleted.
7830         * international/mule.el (set-keyboard-coding-system): Perform the
7831         necessary setup here instead of calling encoded-kbd-setup-display.
7833 2009-07-01  Glenn Morris  <rgm@gnu.org>
7835         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7837 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7839         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
7841 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
7843         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7844         Handle also the 'rename case, when setting file modes.  (Bug#3712)
7845         (tramp-default-file-modes) Remove execute permissions.
7847         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7848         (top): Add a default for "synce" in `tramp-default-user-alist'.
7849         Add completion function for "synce" method.
7850         (tramp-hal-service, tramp-hal-path-manager)
7851         (tramp-hal-interface-manager, tramp-hal-interface-device):
7852         New defconst.
7853         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7854         (tramp-synce-list-devices, tramp-synce-parse-device-names):
7855         New defuns.
7857         * net/trampver.el: Update release number.
7859 2009-06-30  Kenichi Handa  <handa@m17n.org>
7861         * international/fontset.el (setup-default-fontset): Add CJK fonts
7862         for symbols and the other miscellaneous characters.
7864         * language/korea-util.el (setup-korean-environment-internal):
7865         Make char-width-table suitable for Korean environments.
7866         (exit-korean-environment): Cancel above.
7868         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7869         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7870         setup-funcion to make char-widht-table suitable for respective
7871         environments, and an exit-function to cancel that.
7873         * language/japan-util.el (setup-japanese-environment-internal):
7874         Call use-cjk-char-width-table with arg `ja_JP'.
7876         * international/characters.el (cjk-char-width-table): Delete it.
7877         (cjk-char-width-table-list): New variable.
7878         (use-cjk-char-width-table): New arg local-name.
7879         (use-default-char-width-table): Fix for the case that Emacs is
7880         already using the default char-width-table.
7882 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
7884         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7885         modes mandatory.  (Bug#3712)
7887 2009-06-29  Alan Mackenzie  <acm@muc.de>
7889         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7890         correction between the visible width of TABs and their number of bytes.
7892 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
7894         * server.el (server-buffer-done): Prevent kill-buffer from
7895         prompting by clearing the buffer modification flag (Bug#3696).
7897 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
7899         * verilog-mode.el (verilog-beg-of-statement)
7900         (verilog-endcomment-reason-re): Support unique case and priority case.
7901         (verilog-basic-complete-re): Support localparam lineup.
7902         (verilog-beg-of-statement-1): Fix for robustness, unique case.
7903         (verilog-set-auto-endcomments): Fix for unique case, always_comb
7904         commenting.
7905         (verilog-leap-to-case-head): Now support *nested* unique &
7906         priority case statements.
7907         (verilog-auto-lineup): Make just declarations the default (as it
7908         had been).
7909         (verilog-leap-to-case-head): Support priority/unique case statements.
7910         (verilog-auto-lineup): Rework to give users radio buttons to
7911         select the various styles of automatic lineup.
7912         (verilog-error-regexp-alist): Rework to support the XEmacs style
7913         of error regular expressions from compilers, lint tools &
7914         simulators.  Note that GNU Emacs has made it impossible for a mode
7915         to load such things.
7916         (electric-verilog-terminate-line, verilog-indent-declaration)
7917         (verilog-auto-wiure): Rework for radio button selection of
7918         auto-lineup selection of specification of auto lineup.
7919         (verilog-beg-of-statement-1): Redesign to support proper operation
7920         in additional code, based on testing with auto-lineup.
7921         (verilog-calculate-indent, assignments & declarations)
7922         (verilog-backward-token): Enhance to support auto-lineup of
7923         assignments & declarations.
7924         (verilog-in-directive-p, verilog-at-struct-p): New function for
7925         easy test of whether we are.
7926         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7927         to support safe execution at almost anyline.
7928         (verilog-calc-1): Properly support indenting deep inside generate
7929         blocks.
7930         (verilog-init-font) Remove definition & use of verilog-init-font,
7931         as it is redundant with font-lock-defaults.
7932         (verilog-mode): Alter the definition of verilog-font-lock-defaults
7933         to avoid circular calls if syntax-ppss is a function (as is the
7934         case now in 22.x GNU Emacs) as that function would sometimes call
7935         itself, leading to (nearly) infinite recursion.
7936         (verilog-ovm-begin-re, verilog-ovm-end-re)
7937         (verilog-ovm-statement-re, verilog-leap-to-head)
7938         (verilog-backward-token): Add support for OVM macros.  Some are
7939         complete statements, and others open and close scopes like begin
7940         and end.
7941         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7942         (verilog-defun-level-generate-only-re): Really fix the defun-list
7943         compilation issue.
7944         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7945         coverpoint, constraint and cross statements.
7946         (verilog-defun-level-list, verilog-generate-defun-level-list)
7947         (verilog-all-defun-level-list): Redo these specifications - it is
7948         too hard to support eval-when compile aggregation of lists also
7949         built at when-compile time.
7950         (verilog-defun-level-list): Place defconsts of variables used in
7951         building regular expressions which are built in eval-when-compile
7952         bodies in the same eval-when-compile body to facilitate compile
7953         without load.
7954         (verilog-beg-block-re-ordered): Support indenting
7955         virtual/protected tasks and functions.
7956         (verilog-defun-level-list, verilog-in-generate-region-p)
7957         (verilog-backward-ws&directives, verilog-calc-1): Speed up
7958         indentation of some module items (generate items).
7959         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7960         across virtual/protected tasks and functions.
7962 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
7964         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7965         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
7966         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7967         in concatenations.  Reported by Yishay Belkind.
7968         (verilog-auto-ascii-enum): Support one-hot state machines in
7969         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
7970         (verilog-auto-inst, verilog-auto-inst-port): Include interface
7971         modport in AUTOINST and add vl-modport for users.  Reported by
7972         David Rogoff.
7973         (verilog-auto-inout-module, verilog-auto-inst)
7974         (verilog-decls-get-interfaces, verilog-insert-definition)
7975         (verilog-insert-one-definition, verilog-read-decls)
7976         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7977         (verilog-sig-modport, verilog-signals-combine-bus)
7978         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7979         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7980         Suggested by David Rogoff.
7981         (verilog-repair-open-comma): Fix non-insertion of comma when
7982         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
7983         (verilog-make-width-expression): Simplify [A-1:0] expression
7984         widths to just {A{1'b0}}.
7985         (verilog-mode): Cleanup checkdoc warnings.
7986         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7987         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7988         inputs/outputs or data type.  Suggested by Vasu Kandadi.
7989         (next-error-last-buffer): Fix byte-compiler warning.
7990         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7991         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7992         or shell command text during AUTO expansion.  Suggested by Tad Truex.
7993         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7994         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7995         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7996         in AUTOINOUT.  Reported by Matthew Lovell.
7997         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7998         causing use of <= assignments.  Reported by Alex Reed.
7999         (verilog-read-decls): Fix triand, trior, wand, wor to be
8000         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8001         (verilog-extended-complete-re): Support import "DPI-C" functions.
8002         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8003         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8004         (verilog-insert-date, verilog-insert-year)
8005         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8006         Windows systems.  Reported by Michael Potts.
8007         (verilog-read-module-name): Fix AUTOINST when the child module
8008         declaration's name is a tick define.  Reported by Elliot Mednick.
8009         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8010         passed to next parameter's definition.  Reported by Bruce T.
8011         (verilog-read-decls): Fix detecting "parameter int" when using
8012         AUTOINSTPARAM.  Reported by Bruce T.
8013         (verilog-goto-defun): Fix goto not finding modules unless first
8014         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8015         (verilog-mode): Expand -f flag arguments on entry to mode so
8016         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8017         (verilog-getopt): Expand environment variables in -f file
8018         arguments.  Suggested by Lawrence Butcher.
8019         (verilog-set-define): Fix "Symbol's value as variable is void"
8020         when reading enumerations.
8021         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8022         Suggested by Stephen Peltan.
8023         (verilog-read-defines): Fix reading of enumerations in include
8024         files.  Reported by Steve Peltan.
8026 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8028         * files.el (trash-directory): Fix defcustom type.
8030 2009-06-28  Juri Linkov  <juri@jurta.org>
8032         * help-fns.el (describe-function-1): Correctly locate adviced
8033         functions in hyperlink (Bug#2438).
8035 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8037         * files.el (trash-directory): Change default to nil.
8038         (move-file-to-trash): If trash-directory is nil and
8039         system-move-file-to-trash is unbound, perform freedesktop-style
8040         trashing.
8042 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8044         * files.el (move-file-to-trash): Add freedesktop trash
8045         support (Bug#973).
8047 2009-06-28  Glenn Morris  <rgm@gnu.org>
8049         * autorevert.el (global-auto-revert-non-file-buffers)
8050         (global-auto-revert-mode): Doc fixes.
8052 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8054         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8056 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8058         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8059         opened an X connection before calling x-get-resource (Bug#3194).
8061         * play/doctor.el: Remove reference to obsolete website.
8062         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8064 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8066         Remove find-file-not-found-hook VC method.  (Bug#2757)
8067         * vc-hooks.el (vc-file-not-found-hook)
8068         (vc-default-find-file-not-found-hook): Remove functions.
8069         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8070         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8071         * vc.el:
8072         * vc-hg.el:
8073         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8075 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8077         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8078           compatibility function for `looking-back'.
8080         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8081         Use `ispell-looking-back'.
8083 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8085         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8086         rather than `filename'.
8088 2009-06-23  Miles Bader  <miles@gnu.org>
8090         * face-remap.el (text-scale-set): New function.
8092 2009-06-23  Glenn Morris  <rgm@gnu.org>
8094         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8096         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8098         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8100         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8102         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8103         Simplify Persian conditionals.
8105         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8106         variable `filename'.
8108         * comint.el (comint-insert-input): Doc fix.
8110         * Makefile.in (ELCFILES): Fix typo in previous change.
8112 2009-06-23  Miles Bader  <miles@gnu.org>
8114         * cus-start.el: Add entry for `recenter-redisplay'.
8116 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8118         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8119         Add an optional argument for the backend, use it instead of
8120         calling vc-backend.
8121         (vc-mode-line): Add an optional argument for the backend.
8122         Pass the backend to vc-state and vc-working-revision.  Move code for
8123         special handling for vc-state being a buffer to ...
8125         * vc-rcs.el (vc-rcs-find-file-hook):
8126         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8128         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8129         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8130         vc-stay-local-p and vc-mode-line calls.
8132         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8133         (vc-cvs-diff, vc-cvs-annotate-command)
8134         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8135         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8136         vc-mode-line calls.
8138         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8139         direct comparison.
8140         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8141         backend when calling vc-mode-line.
8142         (vc-register): Do not create a closure for calling the vc register
8143         function, call it directly.
8145 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8147         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8148         to make it obvious item can be clicked.
8150         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8152 2009-06-23  Kenichi Handa  <handa@m17n.org>
8154         * language/korea-util.el (korean-key-bindings): Change the binding
8155         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8156         same command.
8158 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8160         Sync with Tramp 2.1.16.
8162         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8164         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8165         when a loading of a package fails.  Completion function for rsync
8166         is `tramp-completion-function-alist-ssh'.
8167         (all): Replace all calls of `split-string' and
8168         `tramp-split-string' by `tramp-compat-split-string'.
8169         (tramp-default-method): Use `tramp-compat-process-running-p'.
8170         (tramp-default-proxies-alist): Allow also Lisp forms.
8171         (tramp-remote-path): Add choice "Private Directories".
8172         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8173         (tramp-domain-regexp): Allow also "-", "_" and ".".
8174         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8175         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8176         (tramp-debug-message): Insert header line in debug buffer.
8177         (tramp-handle-directory-files-and-attributes-with-stat):
8178         Care about filenames with spaces, or starting with "-".
8179         (tramp-handle-dired-uncache): New defun.
8180         (tramp-handle-insert-directory): Don't flush the directory from
8181         cache, this is handled by `dired-uncache' now.
8182         (tramp-handle-insert-file-contents): Improve error handling.
8183         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8184         Quote `tramp-end-of-output'.
8185         (tramp-action-password): Improve trace message.
8186         (tramp-check-for-regexp): Both echoes must be present, before removing.
8187         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8188         (tramp-compute-multi-hops): Eval cons cells of
8189         `tramp-default-proxies-alist'.
8190         (tramp-maybe-open-connection): Use the same command pattern for
8191         first hop and further hops.
8192         (tramp-wait-for-output): Remove handling of newlines.
8193         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8194         (tramp-split-string): Remove function.  It is handled in
8195         tramp-compat now.
8197         * net/tramp-cmds.el (tramp-bug):
8198         Recommend `tramp-cleanup-all-connections' in the bug mail.
8200         * net/tramp-compat.el (tramp-compat-split-string)
8201         (tramp-compat-process-running-p): New defuns.
8203         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8204         for `dired-uncache'.
8206         * net/tramp-gvfs.el: New package.
8208         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8209         Add handler for `dired-uncache'.
8210         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8212         * net/trampver.el: Update release number.  Make version check fit
8213         for SXEmacs 22.
8215 2009-06-22  Jim Meyering  <meyering@redhat.com>
8217         Automatically handle .xz suffix (XZ-compressed files), too.
8218         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8219         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8221 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8222             Nick Roberts  <nickrob@snap.net.nz>
8224         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8225         repository (http://sphinx.net.ru/hg/gdb-mi/).
8227 2009-06-22  Glenn Morris  <rgm@gnu.org>
8229         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8230         `mode' and `eval' entries.  (Bug#3430)
8232         * Makefile.in (ELCFILES): Add fadr.elc.
8234         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8235         differing behavior of \n and ^ in strings.  (Bug#3385)
8237         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8239         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8240         property.
8241         (lisp-indent-function): Make it a defcustom.
8243 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8245         * progmodes/gdb-ui.el: Replace with ...
8246         * progmodes/gdb-mi.el: ... this file.
8247         * progmodes/gud.el: Modify for gdb-mi.el.
8249 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8251         * fadr.el: New file.
8253 See ChangeLog.14 for earlier changes.
8255 ;; Local Variables:
8256 ;; coding: utf-8
8257 ;; End:
8259     Copyright (C) 2009  Free Software Foundation, Inc.
8261   This file is part of GNU Emacs.
8263   GNU Emacs is free software: you can redistribute it and/or modify
8264   it under the terms of the GNU General Public License as published by
8265   the Free Software Foundation, either version 3 of the License, or
8266   (at your option) any later version.
8268   GNU Emacs is distributed in the hope that it will be useful,
8269   but WITHOUT ANY WARRANTY; without even the implied warranty of
8270   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8271   GNU General Public License for more details.
8273   You should have received a copy of the GNU General Public License
8274   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8276 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1