Misc coding convention cleanups.
[emacs.git] / lisp / ChangeLog
bloba1f83dc15a0201635c4b75776875e942e4afea8f
1 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3         Misc coding convention cleanups.
4         * htmlfontify.el (hfy-init-kludge-hook): Rename from
5         hfy-init-kludge-hooks.
6         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
8         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9         and push.
10         (hfy-slant, hfy-weight): Use tables rather than code.
11         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
12         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
13         (hfy-face-attr-for-class): Initialize `face-spec' directly.
14         (hfy-face-to-css): Remove `nconc' with single arg.
15         (hfy-p-to-face-lennart): Use `or'.
16         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
17         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
18         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
19         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
20         (hfy-force-fontification): Use run-hooks.
22 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
24         Various minor fixes.
25         * htmlfontify.el (hfy-default-header): Add toggle_invis since
26         Javascript belongs in the header, not the body.
27         (hfy-javascript): Remove.
28         (hfy-fontify-buffer): Don't insert it any more.
29         (hfy-face-at): Handle (face0 face1 face2) style face properties.
30         Fix bug in invis handling when there were no invis props in a chunk.
32 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
34         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
36 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
38         * finder.el (finder-mode-map): Add a menu.
40 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
42         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
43         "unsigned" structs.
45         (verilog-leap-to-head, verilog-backward-token): Handle "disable
46         fork" statement better.
48 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
50         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
51         (verilog-delete-empty-auto-pair, verilog-library-filenames):
52         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
54         (verilog-auto-inst, verilog-auto-star-safe)
55         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
56         Fix removing "// Interfaces" when saving .* expansions.  Reported by
57         Pierre-David Pfister.
59 2009-11-26  Glenn Morris  <rgm@gnu.org>
61         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
62         the scope.
64 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
66         * vc-annotate.el (vc-annotate-revision-previous-to-line):
67         Really use previous revision.
69 2009-11-25  Kevin Ryde  <user42@zip.com.au>
71         * man.el (Man-completion-table): default-directory "/" in case
72         doesn't otherwise exist.  process-environment COLUMNS=999 so as
73         not to truncate long names.  process-connection-type pipe to avoid
74         any chance of hitting the pseudo-tty TIOCGWINSZ.
75         (man): completion-ignore-case t for friendliness and since man
76         itself is case-insensitive on the command line.
77         Further to Bug#3717.
79         * arc-mode.el: Add "Keywords: files", so the details in its
80         commentary can be reached from finder-by-keyword.
81         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
82         editing mode, but it's comms related and sgml-mode.el has "comm"
83         on that basis too.
84         * textmodes/bibtex-style.el: Add "Keywords: tex".
85         * international/isearch-x.el, international/ja-dic-cnv.el:
86         * international/ja-dic-utl.el, international/kkc.el:
87         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
89 2009-11-25  Juri Linkov  <juri@jurta.org>
91         * man.el (Man-completion-table): Modify regexp to include
92         section names to completion strings.  (Bug#3717)
94 2009-11-25  Juri Linkov  <juri@jurta.org>
96         Search recursively in gzipped files.  (Bug#4982)
98         * progmodes/grep.el (grep-highlight-matches): Add new options
99         `always' and `auto'.  Doc fix.
100         (grep-process-setup): Check `grep-highlight-matches' for
101         `auto-detect' to determine the need to compute grep defaults.
102         Move Windows/DOS specific --colors settings handling
103         to `grep-compute-defaults'.  Check `grep-highlight-matches'
104         to get the value of "--color=".
105         (grep-compute-defaults): Compute `grep-highlight-matches' when it
106         has the value `auto-detect'.  Move Windows/DOS specific settings
107         from `grep-process-setup'.
108         (zrgrep): New command with alias `rzgrep'.
110 2009-11-25  Juri Linkov  <juri@jurta.org>
112         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
113         to nil instead of switching off view-mode.  (Bug#4896)
115 2009-11-25  Juri Linkov  <juri@jurta.org>
117         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
119         * mwheel.el (mwheel-scroll-up-function)
120         (mwheel-scroll-down-function): New defvars.
121         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
122         `scroll-up', and `mwheel-scroll-down-function' instead of
123         `scroll-down'.
125         * doc-view.el (doc-view-scroll-up-or-next-page)
126         (doc-view-scroll-down-or-previous-page): Add optional ARG.
127         Use this ARG in the call to image-scroll-up/image-scroll-down.
128         Change `interactive' spec to "P".  Goto next/previous page only
129         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
130         SPC/DEL case).  Doc fix.
131         (doc-view-next-line-or-next-page)
132         (doc-view-previous-line-or-previous-page): Rename arg to ARG
133         for consistency.
134         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
135         `doc-view-scroll-up-or-next-page', and buffer-local
136         `mwheel-scroll-down-function' to
137         `doc-view-scroll-down-or-previous-page'.
139 2009-11-25  Juri Linkov  <juri@jurta.org>
141         Provide additional default values (directories at other Dired
142         windows) via M-n in the minibuffer of some Dired commands.
144         * dired-aux.el (dired-diff, dired-compare-directories)
145         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
146         `minibuffer-default' in `minibuffer-with-setup-hook'.
147         (dired-dwim-target-directory): Find a window that displays Dired
148         buffer instead of failing when the next window is not Dired.
149         Use `get-window-with-predicate' to find for the next Dired window.
150         (dired-dwim-target-defaults): New function.
152         * ediff-util.el (ediff-read-file-name):
153         Use `dired-dwim-target-defaults' to set `minibuffer-default'
154         in `minibuffer-with-setup-hook'.
156 2009-11-25  Juri Linkov  <juri@jurta.org>
158         Provide additional default values (file name at point or at the
159         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
161         * minibuffer.el (read-file-name-defaults): New function.
162         (read-file-name): Reset `minibuffer-default' to nil when
163         it duplicates initial input `insdef'.
164         Bind `minibuffer-default-add-function' to lambda that
165         calls `read-file-name-defaults' in `minibuffer-selected-window'.
166         (minibuffer-insert-file-name-at-point): New command.
168         * files.el (file-name-at-point-functions): New defcustom.
169         (find-file-default): Remove defvar.
170         (find-file-read-args): Don't use `find-file-default'.
171         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
172         to `read-file-name'.
173         (find-file-literally): Use `read-file-name' with
174         `confirm-nonexistent-file-or-buffer'.
176         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
178         * dired.el (dired-read-dir-and-switches):
179         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
180         to `read-file-name'.
181         (dired-file-name-at-point): New function.
182         (dired-mode): Add hook `dired-file-name-at-point' to
183         `file-name-at-point-functions'.
185 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
187         Really make the *Completions* window soft-dedicated (bug#5030).
188         * window.el (window--display-buffer-2): Add `dedicated' argument.
189         (display-buffer): Pass it when needed so the dedicated flag is set
190         after calling set-window-buffer, which would otherwise reset it.
192 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * progmodes/meta-mode.el (meta-complete-symbol):
195         * progmodes/etags.el (complete-tag):
196         * mail/mailabbrev.el (mail-abbrev-complete-alias):
197         Use completion-in-region.
199         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
200         (dabbrev-completion): Use completion-in-region.
201         (dabbrev--abbrev-at-point): Simplify regexp.
203         * abbrev.el (abbrev--before-point): Use word-motion functions
204         if :regexp is not specified (bug#5031).
206         * subr.el (string-prefix-p): New function.
208         * man.el (Man-completion-cache): New var.
209         (Man-completion-table): Use it.
211         * vc.el (vc-print-log-internal): Make `limit' optional for better
212         compatibility (e.g. with vc-annotate.el).
214 2009-11-24  Kevin Ryde  <user42@zip.com.au>
216         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
217         Build value with regexp-opt instead of explicit joining loop.  (My
218         Bug#4927.)
220         * emacs-lisp/elint.el (elint-add-required-env): Better error message
221         when .el source file not found or other error.
223 2009-11-24  Markus Triska  <markus.triska@gmx.at>
225         * linum.el (linum-update-window): Ignore intangible (bug#4996).
227 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
229         Handle the [back] button properly (bug#4979).
230         * descr-text.el (describe-text-properties): Add a `buffer' argument.
231         Use help-setup-xref, help-buffer, and with-help-window.
232         (describe-char): Add `buffer' argument.
233         Pass proper command to help-setup-xref.  Don't meddle with
234         help-xref-stack-item directly.
235         (describe-text-category): Use with-help-window and help-buffer.
237         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
238         for the displayed buffer (bug#4887).
240         * man.el (Man-completion-table): New function.
241         (man): Use it.
243 2009-11-24  David Reitter  <david.reitter@gmail.com>
245         * vc-git.el (vc-git-registered): Use checkout directory (where
246         .git is) rather than the file's directory and a relative path spec
247         to work around a bug in git.
249 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
251         Improve handling of processes on remote hosts.
253         * eshell/esh-util.el (eshell-path-env): New defvar.
254         (eshell-parse-colon-path): New defun.
255         (eshell-file-attributes): Use `eshell-parse-colon-path'.
257         * eshell/esh-ext.el (eshell-search-path):
258         Use `eshell-parse-colon-path'.
259         (eshell-remote-command): Remove argument HANDLER.
260         (eshell-external-command): Check for FTP remote connection.
262         * eshell/esh-proc.el (eshell-gather-process-output):
263         Use `file-truename', in order to start also symlinked files.
264         Apply `start-file-process' instead of `start-process'.
265         Shorten `command' to the local file name part.
267         * eshell/em-cmpl.el (eshell-complete-commands-list):
268         Use `eshell-parse-colon-path'.
270         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
272         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
273         to `eshell-directory-change-hook'.
275 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
277         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
278         because it could be enabled automatically if view-read-only is non-nil.
280 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
282         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
283         made on 2009-11-22.
285 2009-11-24  Glenn Morris  <rgm@gnu.org>
287         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
288         deleted variable bookmark-bmenu-bookmark-column.
290         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
291         Move after definition of global-semantic-idle-tag-highlight-mode.
293 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
297 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
299         * net/browse-url.el (browse-url-filename-alist): On Windows, add
300         two slashes to the "file:" prefix.
301         (browse-url-file-url): De-munge Cygwin filenames before passing
302         them to Windows browser.
303         (browse-url-default-windows-browser): Use call-process.
305 2009-11-23  Juri Linkov  <juri@jurta.org>
307         Implement DocView Continuous mode.  (Bug#4896)
308         * doc-view.el (doc-view-continuous-mode): New defcustom.
309         (doc-view-mode-map): Bind C-n/<down> to
310         `doc-view-next-line-or-next-page', C-p/<up> to
311         `doc-view-previous-line-or-previous-page'.
312         (doc-view-next-line-or-next-page)
313         (doc-view-previous-line-or-previous-page): New commands.
315 2009-11-23  Juri Linkov  <juri@jurta.org>
317         Implement Isearch in comint input history.  (Bug#3746)
318         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
319         `isearch-mode-hook'.
320         (comint-history-isearch): New defcustom.
321         (comint-history-isearch-backward)
322         (comint-history-isearch-backward-regexp): New commands.
323         (comint-history-isearch-message-overlay): New buffer-local variable.
324         (comint-history-isearch-setup, comint-history-isearch-end)
325         (comint-goto-input, comint-history-isearch-search)
326         (comint-history-isearch-message, comint-history-isearch-wrap)
327         (comint-history-isearch-push-state)
328         (comint-history-isearch-pop-state): New functions.
330 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
332         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
333         return.
334         (tramp-handle-make-symbolic-link)
335         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
336         Quote file names.
337         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
338         (tramp-handle-process-file): Use it.
340 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * window.el (move-to-window-line-last-op): Remove.
343         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
345 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
347         Make M-r mirror the new cycling behavior of C-l.
348         * window.el (move-to-window-line-last-op): New var.
349         (move-to-window-line-top-bottom): New command.
350         (global-map): Bind M-r move-to-window-line-top-bottom.
352 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
354         * dired-x.el (dired-guess-shell-alist-default):
355         Support xz format.  (Bug#4953)
357 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
359         * cedet/srecode/map.el (srecode-get-maps):
360         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
361         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
362         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
363         (semantic-toggle-decoration-style):
364         * cedet/semantic/decorate/include.el
365         (semantic-decoration-include-describe)
366         (semantic-decoration-unknown-include-describe)
367         (semantic-decoration-unparsed-include-describe)
368         (semantic-decoration-all-include-summary):
369         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
370         * cedet/semantic/analyze/complete.el
371         (semantic-analyze-possible-completions):
372         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
373         (semantic-show-unmatched-syntax-mode)
374         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
375         (semantic-highlight-func-mode):
376         * cedet/semantic/util.el (semantic-describe-buffer):
377         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
378         (semantic-symref-find-tags-by-name)
379         (semantic-symref-find-tags-by-regexp)
380         (semantic-symref-find-tags-by-completion)
381         (semantic-symref-find-file-references-by-name)
382         (semantic-symref-find-text):
383         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
384         (senator-yank-tag):
385         * cedet/semantic/scope.el (semantic-calculate-scope):
386         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
387         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
388         (define-semantic-idle-service):
389         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
390         (semantic-complete-analyze-inline-idle):
391         * cedet/semantic/analyze.el (semantic-analyze-current-context):
392         * cedet/mode-local.el (describe-mode-local-bindings)
393         (describe-mode-local-bindings-in-mode):
394         * cedet/ede/make.el (ede-make-check-version):
395         * cedet/ede/locate.el (ede-enable-locate-on-project):
396         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
397         (cedet-idutils-version-check):
398         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
399         (cedet-gnu-global-version-check):
400         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
401         (cedet-cscope-version-check): Use called-interactively-p instead
402         of interactive-p.
404         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
405         Use semantic-format-tag-prototype.
407 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
409         * emulation/viper-cmd.el: Use viper-last-command-char instead of
410         last-command-char/last-command-event.
411         (viper-prefix-arg-value): Do correct conversion of event-char for
412         XEmacs.
414         * emulation/viper-util.el, emulation/viper.el:
415         Use viper-last-command-char instead of
416         last-command-char/last-command-event.
418         * ediff-init.el, ediff-mult.el, ediff-util.el:
419         Replace last-command-char and last-command-event
420         with (ediff-last-command-char) everywhere.
422         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
423         created in fundamental mode.
425         * ediff.el (ediff-version): Revert the change of interactive-p to
426         called-interactively-p.
428 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
430         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
431         generation from word-movement command names.
433 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
435         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
436         (semantic-complete-jump-local, semantic-complete-jump):
437         Improve prompt string.
439 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
441         * cus-start.el (all): Add native condition for font-use-system-font.
443 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
445         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
446         Correct the patch from 2009-11-18.  (Bug#3910)
448 2009-11-21  Alan Mackenzie  <acm@muc.de>
450         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
451         Update to deal with modern Java constructs.
453 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
455         * progmodes/subword.el: Rename from lisp/subword.el.
457         * subword.el: Rename to progmodes/subword.el.
459         * Makefile.in (ELCFILES): Adapt to subword.el move.
461 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
462             Stefan Monnier  <monnier@iro.umontreal.ca>
464         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
465         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
466         (bookmark-bmenu-show-filenames): Use push.
467         (bookmark-bmenu-hide-filenames): Use local var instead of
468         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
469         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
470         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
471         filenames now that the bookmark names are always available.
473 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
475         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
476         (bookmark-search-pattern): Move and leave unbound.
477         (bookmark-bmenu-mode-map): Change binding.
478         (bookmark-read-search-input): Simplify.
479         Don't use text-char-description.  Don't error on non-char events.
480         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
481         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
482         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
483         Use a local var for the timer.
484         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
485         (i.e. bookmark-bmenu-search).
487 2009-11-21  Glenn Morris  <rgm@gnu.org>
489         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
491 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
493         * net/browse-url.el (browse-url-default-windows-browser):
494         Use cygstart for cygwin.
496 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
498         * bookmark.el Formatting and doc fixes only:
499         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
500         (bookmark-bmenu-search): Wrap to fit within 80 columns.
501           Minor grammar and punctuation fixes in doc string.
502         (bookmark-read-search-input): Adjust to fit within 80 columns.
504 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
506         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
507         (c-backward-into-nomenclature): Adapt to subword renaming.
509         * subword.el (subword-forward, subword-backward, subword-mark)
510         (subword-kill, subword-backward-kill, subword-transpose)
511         (subword-downcase, subword-upcase, subword-capitalize)
512         (subword-forward-internal, subword-backward-internal):
513         Rename from forward-subword, backward-subword, mark-subword,
514         kill-subword, backward-kill-subword, transpose-subwords,
515         downcase-subword, upcase-subword, capitalize-subword,
516         forward-subword-internal, backward-subword-internal.
518 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
520         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
521         New options.
522         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
523         New vars.
524         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
525         (bookmark-bmenu-filter-alist-by-regexp)
526         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
527         (bookmark-bmenu-search): New command.
528         (bookmark-bmenu-mode-map): Bind it.
530 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
532         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
534         * cedet/semantic/idle.el (define-semantic-idle-service)
535         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
537 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
539         * progmodes/cc-cmds.el: declare-functioned forward-subword and
540         backward-subword to quit the byte-compiler.
542         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
544         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
546         * progmodes/cc-cmds.el (c-update-modeline)
547         (c-forward-into-nomenclature, c-backward-into-nomenclature):
548         Refer to subword.el functions instead of cc-subword.el.
550         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
551         subword.el functions instead of cc-subword.el.
553         * progmodes/cc-subword.el: Rename to subword.el.
554         * subword.el: Rename from progmodes/cc-subword.el.
555         (subword-mode-map): Rename from c-subword-mode-map.
556         (subword-mode): Rename from c-subword-mode.
557         (global-subword-mode): New global minor mode.
558         (forward-subword): Rename from c-forward-subword.
559         (backward-subword): Rename from c-backward-subword.
560         (mark-subword): Rename from c-mark-subword.
561         (kill-subword): Rename from c-kill-subword.
562         (backward-kill-subword): Rename from c-backward-kill-subword.
563         (transpose-subwords): Rename from c-tranpose-subword.
564         (downcase-subword): Rename from c-downcase-subword.
565         (capitalize-subword): Rename from c-capitalize-subword.
566         (forward-subword-internal): Rename from c-forward-subword-internal.
567         (backward-subword-internal): Rename from c-backward-subword-internal.
569 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
571         * vc.el (vc-deduce-fileset): Allow non-state changing operations
572         from a dired buffer.
573         (vc-dired-deduce-fileset): New function.
574         (vc-root-diff, vc-print-root-log): Use it.
576         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
577         nil LIMIT argument to vc-print-log-internal.
579 2009-11-20  Glenn Morris  <rgm@gnu.org>
581         * Makefile.in (ELCFILES): Regenerate.
583 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
585         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
587         * cedet/semantic.el: Enable idle-mode menu items only if
588         global-semantic-idle-scheduler-mode is enabled.
589         (semantic-default-submodes): Doc fix.
591         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
592         When turning off, disable other idle modes.
594 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
596         * calc/calc.el (calc-set-mode-line):
597         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
598         (math-format-number): Rename `math-format-complement-signed' to
599         `math-format-twos-complement'.
601         * calc/calc-bin.el (math-format-twos-complement): Rename from
602         math-format-complement-signed.
603         (calc-radix): Rename `calc-complement-signed-mode' to
604         `calc-twos-complement-mode'.
605         (calc-octal-radix, calc-hex-radix): Add an argument for
606         two's complement.
608         * calc/calc-embed.el (calc-embedded-mode-vars):
609         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
611         * calc/calc-ext.el (calc-init-extensions):
612         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
613         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
615         * calc/calc-units.el (math-build-units-table-buffer):
616         Let `calc-twos-complement-mode' be nil.
618         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
619         entries.
621         * calc/calc-vec.el (calcFunc-vunpack):
622         * calc/calc-aent.el (calc-do-calc-eval):
623         * calc/calc-forms.el (math-format-date):
624         * calc/calc-graph.el (calc-graph-plot):
625         * calc/calc-math.el (math-use-emacs-fn):
626         * calc/calccomp.el (math-compose-expr):
627         Let `calc-twos-complement-mode' be nil.
629 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
632         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
633         * minibuffer.el (completion-in-region-functions): New hook.
634         (completion-in-region): New function.
635         * emacs-lisp/lisp.el (lisp-complete-symbol):
636         * pcomplete.el (pcomplete-std-complete): Use it.
638 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
641         (latex-complete-alist): New vars.
642         (latex-string-prefix-p, latex-complete-bibtex-keys)
643         (latex-complete-envnames, latex-complete-refkeys)
644         (latex-complete-data): New functions.
645         (latex-complete, latex-indent-or-complete): New commands.
647         * window.el (display-buffer-mark-dedicated): New var.
648         (display-buffer): Obey it.
649         * minibuffer.el (minibuffer-completion-help): Use it.
651         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
653         * filecache.el (file-cache-add-file): Use push and cons.
654         (file-cache-delete-file-regexp): Use push.
655         (file-cache-complete): Use completion-in-region.
657         * simple.el (with-wrapper-hook): Fix thinko.
659         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
660         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
661         Use with-current-buffer and string-to-number.
662         (hfy-fallback-colour-values): Use assoc-string.
663         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
664         (hfy-face-at): Remove unused var `found-face'.
665         (hfy-compile-stylesheet): Remove unused var `css'.
666         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
667         and `orig-buffer'.
668         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
669         Use with-current-buffer.
670         (hfy-text-p): Use expand-file-name and fewer setq.
672 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
674         * htmlfontify.el, hfy-cmap.el: New files.
676 2009-11-19  Juri Linkov  <juri@jurta.org>
678         * minibuffer.el (completions-format): New defcustom.
679         (completion--insert-strings): Implement vertical format.
681         * simple.el (switch-to-completions): Move point to the first
682         completion when point was at the beginning of the buffer.
684 2009-11-19  Juri Linkov  <juri@jurta.org>
686         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
688         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
690 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
692         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
693         (mail-signature): Change default to t.
694         (mail-from-style): Deprecate `system-default' value.
695         (mail-insert-from-field): For default value of mail-from-style,
696         default to `angles' unless `angles' needs quoting and `parens'
697         does not.
698         (mail-citation-prefix-regexp): Use citation regexp from
699         message-mode.
701 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
703         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
704         Set variables for computing the prompt for reading password.
706 2009-11-19  Glenn Morris  <rgm@gnu.org>
708         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
710         * textmodes/flyspell.el (sgml-lexical-context): Declare.
712         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
713         (newsticker-treeview-listwindow-height): Fix custom type.
715 2009-11-19  Kenichi Handa  <handa@m17n.org>
717         * descr-text.el (describe-char-padded-string): Compose with TAB
718         only if there's a font for CH.
719         (describe-char): Fix the condition for detecting a trivial composition.
721 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
723         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
724         more accurate version of the regexp.  (Bug#3910)
726 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
728         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
730 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
732         * font-setting.el (font-use-system-font): Declare for byte-compiler.
733         (font-setting-change-default-font): Fix typo in docstring.
735 2009-11-18  Alan Mackenzie  <acm@muc.de>
737         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
739 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
741         * font-setting.el (font-use-system-font): Move ...
743         * cus-start.el (all): ... to here.
745 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
747         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
748         Don't set `ad-return-value' if `ad-do-it' doesn't.
750         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
751         modification time.
753 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
755         * menu-bar.el: Put "Use system font" in Option-menu.
756         (menu-bar-options-save): Add font-use-system-font.
758         * loadup.el: If feature system-font-setting or font-render-setting is
759         there, load font-setting.
761         * Makefile.in (ELCFILES): Add font-settings.el.
762         * font-setting.el: New file.
764 2009-11-17  Glenn Morris  <rgm@gnu.org>
766         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
768         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
769         Preserve point in the list buffer.  (Bug#4939)
770         Use point-at-eol.
771         (newsticker--treeview-list-update-highlight)
772         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
774 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
776         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
777         Remove.
779         * calc/calc-ext.el (calc-init-extensions): Remove references to
780         symclip.
782         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
784         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
785         * calc/calc-help.el (calc-b-prefix-help):  Remove references to
786         `calc-symclip'.
788 2009-11-16  Kevin Ryde  <user42@zip.com.au>
790         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
791         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
793         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
794         (lm-keywords-list): Allow comma-only separator like "foo,bar".
795         Ignore trailing spaces by omit-nulls to split-string (fixing
796         regression from Emacs 21 due to the incompatible split-string
797         change).  (Bug #4928.)
799 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
801         * vc.el (vc-log-show-limit): Default to 2000.
802         (vc-print-log-internal): Insert buttons to request more entries
803         when limiting the output.
805         * vc-sccs.el (vc-sccs-print-log):
806         * vc-rcs.el (vc-rcs-print-log):
807         * vc-cvs.el (vc-cvs-print-log):
808         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
809         LIMIT is non-nil.
811 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
813         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
814         error when `tramp-gvfs-dbus-event-vector' is set.
815         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
817 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
821 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
823         * net/dbus.el (dbus-unregister-service): New defun.
824         (dbus-register-property): Register the handlers of
825         "org.freedesktop.DBus.Properties" for SERVICE.
826         (dbus-property-handler): Fix docstring.
828 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
830         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
831         Quote doc string reference in defvaralias as it is not in special form.
832         (byte-compile-output-docform): Doc fix.
834 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
836         * calc/calc.el (math-2-word-size, math-half-2-word-size)
837         (calc-complement-signed-mode): New variables.
838         (calc-set-mode-line): Add indicator for twos-complements.
839         (math-format-number): Format twos-complement notation.
841         * calc/calc-bin.el (calc-word-size): Reset the variables
842         `math-2-word-size' and `math-half-2-word-size'.
843         (math-format-complement-signed, math-symclip, calcFunc-symclip)
844         (calc-symclip): New functions.
846         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
848         * calc/calc-embed.el (calc-embedded-mode-vars):
849         Add `calc-complement-signed-mode' to the list of modes.
851         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
852         (calc-b-oper-keys): Add `calc-symclip' to list.
854         * calc/calc-ext.el (math-read-number-fancy): Read complement
855         signed numbers.
856         (calc-init-extensions): Add binding for `calc-symclip'.
857         Add autoload for `calcFunc-symclip' and `calc-symclip'.
859         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
860         `calc-symclip'.
861         (calc-modes-menu): Add item for twos complement mode.
863         * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
865 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
867         * register.el (jump-to-register, insert-register): Handle Semantic
868         tags.  From commented-out advice in semantic/senator.el.
870 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
872         * vc.el (vc-log-show-limit): New variable.
873         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
874         when using a prefix argument.
875         (vc-print-log-internal): Add new argument LIMIT.
877         * vc-svn.el (vc-svn-print-log):
878         * vc-mtn.el (vc-mtn-print-log):
879         * vc-hg.el (vc-hg-print-log):
880         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
881         pass it to the log command when set.  Make the BUFFER argument
882         non-optional.
884         * vc-sccs.el (vc-sccs-print-log):
885         * vc-rcs.el (vc-rcs-print-log):
886         * vc-git.el (vc-git-print-log):
887         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
888         ignore it.  Make the BUFFER argument non-optional
890         * bindings.el (mode-line-buffer-identification): Do not purecopy.
892 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
894         * dired.el (dired-mode-map): Move encryption items to "Operate"
895         menu (Bug#4703).
897         * strokes.el (strokes-update-window-configuration): Make strokes
898         buffer current before erasing (Bug#4906).
900         * cedet/semantic/idle.el (semantic-idle-summary-mode)
901         (semantic-idle-summary-mode): Define using define-minor-mode
902         instead of define-semantic-idle-service.
903         (semantic-idle-summary-mode): New function.
904         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
905         that mouse motion does not reset the echo area.
907 2009-11-15  Juri Linkov  <juri@jurta.org>
909         * simple.el (set-mark-default-inactive): Add :type, :group
910         and :version.  (Bug#4876)
912 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
914         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
915         (archive-unique-fname): ... here.  (Bug#4929)
917 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
919         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
920         with a real fix.
922         * novice.el (disabled-command-function): Add useful args.
923         Setup the help buffer so that [back] works.
924         Remove redundant call to help-mode.
925         (disabled-command-function): Use `case'.
926         (en/disable-command): New function extracted from enable-command.
927         (enable-command, disable-command): Use it.
929 2009-11-14  Glenn Morris  <rgm@gnu.org>
931         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
932         constants.  (Bug#4913)
934         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
936 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
938         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
939         defined in C that have no doc-strings.  (Bug#1063)
941 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
943         * cus-edit.el (data, files):
944         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
946 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
948         * simple.el (shell-command): Doc fix (Bug#4891).
950         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
952 2009-11-14  Glenn Morris  <rgm@gnu.org>
954         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
955         statements for vc-diff, emerge-quit, and rmail-cease-edit.
956         If they are already loaded, eval-after-load will do the right thing.
958         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
959         compiling.
961         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
963         * simple.el (x-selection-owner-p): Declare.
964         (read-mail-command): Use custom radio type rather than choice.
965         (completion-no-auto-exit): Doc fix.
967         * custom.el (defgroup):
968         * epg-config.el (epg): Doc fixes.
970 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
972         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
973         * international/ccl.el (define-ccl-program): Do not purecopy the
974         docstring, defconst does it anyway.
976 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
978         * add-log.el (add-change-log-entry): Avoid displaying the changelog
979         a second time.
981         * x-dnd.el (x-dnd-maybe-call-test-function):
982         * window.el (split-window-vertically):
983         * whitespace.el (whitespace-help-on):
984         * vc-rcs.el (vc-rcs-consult-headers):
985         * userlock.el (ask-user-about-lock-help)
986         (ask-user-about-supersession-help):
987         * type-break.el (type-break-force-mode-line-update):
988         * time-stamp.el (time-stamp-conv-warn):
989         * terminal.el (te-set-output-log, te-more-break, te-filter)
990         (te-sentinel,terminal-emulator):
991         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
992         (term-write-input-ring, term-check-source, term-start-output-log):
993         (term-display-buffer-line, term-dynamic-list-completions):
994         (term-ansi-make-term, serial-term):
995         * subr.el (selective-display):
996         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
997         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
998         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
999         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1000         (speedbar-remove-localized-speedbar-support)
1001         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1002         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1003         (speedbar-buffers-line-directory):
1004         * simple.el (shell-command-on-region, append-to-buffer)
1005         (prepend-to-buffer):
1006         * shadowfile.el (shadow-save-todo-file):
1007         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1008         (scroll-bar-maybe-set-window-start):
1009         * sb-image.el (speedbar-image-dump):
1010         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1011         (load-save-place-alist-from-file):
1012         * ps-samp.el (ps-print-message-from-summary):
1013         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1014         (ps-background-image, ps-begin-job, ps-do-despool):
1015         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1016         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1017         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1018         (pr-call-process, pr-file-list, pr-interface-save):
1019         * novice.el (disabled-command-function)
1020         (enable-command, disable-command):
1021         * mouse.el (mouse-buffer-menu-alist):
1022         * mouse-copy.el (mouse-kill-preserving-secondary):
1023         * macros.el (kbd-macro-query):
1024         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1025         * informat.el (batch-info-validate):
1026         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1027         * hippie-exp.el (try-expand-dabbrev-visible):
1028         * help-mode.el (help-make-xrefs):
1029         * help-fns.el (describe-variable):
1030         * generic-x.el (bat-generic-mode-run-as-comint):
1031         * finder.el (finder-mouse-select):
1032         * find-dired.el (find-dired-sentinel):
1033         * filesets.el (filesets-file-close):
1034         * files.el (list-directory):
1035         * faces.el (list-faces-display, describe-face):
1036         * facemenu.el (list-colors-display):
1037         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1038         * epg.el (epg--process-filter, epg-cancel):
1039         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1040         (epa--read-signature-type):
1041         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1042         (emerge-file-names):
1043         * ehelp.el (electric-helpify):
1044         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1045         * ediff-vers.el (rcs-ediff-view-revision):
1046         * ediff-util.el (ediff-setup):
1047         * ediff-mult.el (ediff-append-custom-diff):
1048         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1049         (ediff-wordify):
1050         * echistory.el (Electric-command-history-redo-expression):
1051         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1052         * disp-table.el (describe-display-table):
1053         * dired.el (dired-find-buffer-nocreate):
1054         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1055         * dabbrev.el (dabbrev--same-major-mode-p):
1056         * chistory.el (list-command-history):
1057         * apropos.el (apropos-documentation):
1058         * allout.el (allout-obtain-passphrase):
1059         (allout-copy-exposed-to-buffer):
1060         (allout-verify-passphrase): Use with-current-buffer.
1062 2009-11-13  Glenn Morris  <rgm@gnu.org>
1064         * Makefile.in (ELCFILES): Regenerate.
1066 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1068         * net/dbus.el (dbus-registered-objects-table): Rename from
1069         `dbus-registered-functions-table', because it contains also properties.
1070         (dbus-unregister-object): Unregister also properties.
1071         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1072         Use a timeout of 500 msec, in order to not block.
1073         (dbus-register-property, dbus-property-handler): New defuns.
1075 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         * simple.el (minibuffer-default-add-completions): Drop deprecated
1078         4th arg.
1080 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1082         * textmodes/artist.el (artist-mouse-choose-operation):
1083         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1084         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1085         (artist-compute-up-event-key): New function.
1086         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1088 2009-11-13  Kenichi Handa  <handa@m17n.org>
1090         * language/japan-util.el: Make sure that the value of jisx0208
1091         property is jisx0208 character.
1093 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1095         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1096         car or each item, not the whole list.
1098 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * minibuffer.el (minibuffer-completion-help):
1101         Use minibuffer-hide-completions.
1103 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1105         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1106         (dired-revert): Use them (bug#4880).
1108 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1110         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1112 2009-11-12  Juri Linkov  <juri@jurta.org>
1114         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1115         New functions.
1116         (find-file-literally-at-point): Alias of `ffap-literally'.
1118 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1120         * textmodes/ispell.el (ispell-skip-region-alist):
1121         * textmodes/css-mode.el (auto-mode-alist):
1122         * progmodes/compile.el (auto-mode-alist):
1123         * international/mule.el (ctext-non-standard-encodings-alist)
1124         (ctext-non-standard-encodings-regexp):
1125         * simple.el (shell-command-switch, text-read-only):
1126         * replace.el (occur-mode-map):
1127         * paths.el (rmail-file-name):
1128         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1129         * find-file.el (ff-special-constructs):
1130         * files.el (file-name-handler-alist):
1131         * composite.el: Purecopy strings.
1133         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1135 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1137         * widget.el (define-widget): Purecopy the docstring.
1138         * international/mule-cmds.el (charset): Do not purecopy the
1139         docstring here, define-widget does it.
1141         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1142         * textmodes/bibtex-style.el (auto-mode-alist):
1143         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1144         * progmodes/compile.el (compile-command):
1145         * language/korea-util.el (default-korean-keyboard):
1146         * international/mule-conf.el (file-coding-system-alist):
1147         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1148         * tooltip.el (tooltip-frame-parameters):
1149         * newcomment.el (comment-end, comment-padding):
1150         * dired.el (dired-trivial-filenames):
1151         * comint.el (comint-file-name-prefix): Purecopy initial values.
1153 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1155         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1156         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1157         `tramp-unload'.
1158         (tramp-advice-make-auto-save-file-name)
1159         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1160         after removing the advice.
1162 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1164         * progmodes/grep.el (grep-regexp-alist):
1165         * international/mule-cmds.el (iso-2022-control-alist):
1166         * emacs-lisp/timer.el (timer-duration-words):
1167         * subr.el (version-separator, version-regexp-alist):
1168         * minibuffer.el (completion-styles-alist):
1169         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1170         Change defvars to defconsts.
1172         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1173         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1174         * international/mule-conf.el: Allow to be byte compiled.
1176         * international/mule.el (define-charset): Purecopy props.
1177         (load-with-code-conversion): Purecopy doc string and file name.
1178         (put-charset-property): Purecopy strings.
1179         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1181         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1182         (define-char-code-property): Correctly purecopy the table.
1184         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1186         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1188         * subr.el (add-hook): Purecopy strings.
1189         (eval-after-load): Purecopy load-history-regexp and the form.
1191         * custom.el (custom-declare-group): Purecopy load-file-name.
1193         * subr.el (menu-bar-separator): New defconst.
1194         * net/eudc.el (eudc-tools-menu):
1195         * international/mule-cmds.el (set-coding-system-map)
1196         (mule-menu-keymap):
1197         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1198         * vc-hooks.el (vc-menu-map):
1199         * replace.el (occur-mode-map):
1200         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1201         (menu-bar-edit-menu, menu-bar-goto-menu)
1202         (menu-bar-custom-menu, menu-bar-showhide-menu)
1203         (menu-bar-options-menu, menu-bar-tools-menu)
1204         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1205         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1206         (menu-bar-help-menu):
1207         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1208         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1210         * term/x-win.el (x-gtk-stock-map):
1211         * progmodes/vera-mode.el (auto-mode-alist):
1212         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1213         (inferior-lisp-program, inferior-lisp-load-command):
1214         * progmodes/hideshow.el (hs-special-modes-alist):
1215         * progmodes/gud.el (same-window-regexps):
1216         * progmodes/grep.el (grep-program, find-program, xargs-program):
1217         * net/telnet.el (same-window-regexps):
1218         * net/rlogin.el (same-window-regexps):
1219         * language/ethiopic.el (font-ccl-encoder-alist):
1220         * vc-sccs.el (vc-sccs-master-templates):
1221         * vc-rcs.el (vc-rcs-master-templates):
1222         * subr.el (cl-assertion-failed):
1223         * simple.el (next-error-overlay-arrow-position):
1224         * lpr.el (lpr-command):
1225         * locate.el (locate-ls-subdir-switches):
1226         * info.el (same-window-regexps, info)
1227         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1228         * image-mode.el (image-mode, auto-mode-alist):
1229         * hippie-exp.el (hippie-expand-ignore-buffers):
1230         * format.el (format-alist):
1231         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1232         (find-name-arg):
1233         * facemenu.el (facemenu-keybindings):
1234         * dired.el (dired-listing-switches, dired-chown-program):
1235         * diff.el (diff-switches, diff-command):
1236         * cus-edit.el (same-window-regexps):
1237         * bindings.el (mode-line-mule-info)
1238         (mode-line-buffer-identification): Purecopy strings.
1240 2009-11-11  Juri Linkov  <juri@jurta.org>
1242         * simple.el (dired-get-filename)<declare-function>:
1243         Tell the byte-compiler about dired-get-filename.
1244         (shell-command): In Dired mode, get filename from the current line
1245         as the default value.
1247 2009-11-10  Glenn Morris  <rgm@gnu.org>
1249         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1250         * calendar/holidays.el, progmodes/cperl-mode.el:
1251         Update x-popup-menu declarations.
1253         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1254         (list-load-path-shadows): Use dolist.
1255         (list-load-path-shadows): Use with-current-buffer.
1257 2009-11-10  Juri Linkov  <juri@jurta.org>
1259         * minibuffer.el (read-file-name): Support a list of default values
1260         in `default-filename'.  Use the first file name where only one
1261         element is required.  Doc fix.
1263 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1265         * net/dbus.el (dbus-unregister-object): Release service, if no
1266         other method is registered for it.
1268 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1270         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1271         bookmark-sort-flag is non-nil (Bug#4653).
1273 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1275         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1276         the progress reporter entirely.
1278         * emulation/cua-base.el: Add CUA property to some CC mode commands
1279         (Bug#4100).
1281 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1283         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1284         at end of sentence (Bug#4818).
1286 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1288         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1289         Handle "see declaration of" MSFT statements (Bug#4100).
1291 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1293         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1294         (tramp-advice-file-expand-wildcards): Unload via
1295         `ad-remove-advice'.
1297         * net/trampver.el: Update release number.
1299 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1301         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1302         `ad-do-it'.
1304 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1306         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1307         in order to keep context in SELinux.
1309 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1311         * dired-aux.el (dired-query): Place cursor in echo area and allow
1312         C-g.
1314         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1315         menu item if not on a directory (Bug#4701).
1317 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
1319         Sync with Tramp 2.1.17.
1321         * net/tramp.el (tramp-handle-copy-directory): Don't use
1322         `file-remote-p' (due to compatibility).
1324         * net/tramp-compat.el (tramp-compat-copy-directory)
1325         (tramp-compat-delete-directory): New defuns.
1327         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1328         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1329         `tramp-compat-delete-directory'.
1331         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1332         (tramp-smb-handle-delete-directory ): Use
1333         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1335         * net/trampver.el: Update release number.
1337 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
1339         * tar-mode.el (tar-copy): Call write-region on the right buffer
1340         (Bug#4857).
1342         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1343         by hand, if necessary (Bug#4878).
1345 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
1347         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1348         align size column (Bug#4839).
1350         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1351         statement.
1353 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1355         * progmodes/ld-script.el (auto-mode-alist):
1356         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1358         * cus-face.el (custom-declare-face): Purecopy face spec.
1360 2009-11-06  Kenichi Handa  <handa@m17n.org>
1362         * international/uni-bidi.el: Re-generated.
1363         * international/uni-category.el: Re-generated.
1364         * international/uni-combining.el: Re-generated.
1365         * international/uni-mirrored.el: Re-generated.
1367 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1369         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1370         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1371         (tex-start-options, slitex-run-command, latex-run-command)
1372         (tex-run-command, tex-directory):
1373         * textmodes/ispell.el (ispell-html-skip-alists)
1374         (ispell-tex-skip-alists, ispell-tex-skip-alists):
1375         * textmodes/fill.el (adaptive-fill-first-line-regexp):
1376         (adaptive-fill-regexp):
1377         * textmodes/dns-mode.el (auto-mode-alist):
1378         * progmodes/python.el (interpreter-mode-alist):
1379         * progmodes/etags.el (tags-compression-info-list):
1380         * progmodes/etags.el (tags-file-name):
1381         * net/browse-url.el (browse-url-galeon-program)
1382         (browse-url-firefox-program):
1383         * mail/sendmail.el (mail-signature-file)
1384         (mail-citation-prefix-regexp):
1385         * international/mule-conf.el (eight-bit):
1386         * international/latexenc.el (latex-inputenc-coding-alist):
1387         * international/fontset.el (x-pixel-size-width-font-regexp):
1388         * emacs-lisp/warnings.el (warning-type-format):
1389         * emacs-lisp/trace.el (trace-buffer):
1390         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1391         (emacs-lisp-mode-map):
1392         * calendar/holidays.el (holiday-solar-holidays)
1393         (holiday-bahai-holidays, holiday-islamic-holidays)
1394         (holiday-christian-holidays, holiday-hebrew-holidays)
1395         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1396         (hebrew-holidays-1, holiday-oriental-holidays)
1397         (holiday-general-holidays):
1398         * x-dnd.el (x-dnd-known-types):
1399         * tool-bar.el (tool-bar):
1400         * startup.el (site-run-file):
1401         * shell.el (shell-dumb-shell-regexp):
1402         * rfn-eshadow.el (file-name-shadow-tty-properties)
1403         (file-name-shadow-properties):
1404         * paths.el (remote-shell-program, news-directory):
1405         * mouse.el ([C-down-mouse-3]):
1406         * menu-bar.el (menu-bar-tools-menu):
1407         * jka-cmpr-hook.el (jka-compr-load-suffixes)
1408         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1409         (jka-compr-compression-info-list):
1410         * isearch.el (search-whitespace-regexp):
1411         * image-file.el (image-file-name-extensions):
1412         * find-dired.el (find-ls-option):
1413         * files.el (directory-listing-before-filename-regexp)
1414         (directory-free-space-args, insert-directory-program)
1415         (list-directory-brief-switches, magic-fallback-mode-alist)
1416         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1417         (automount-dir-prefix):
1418         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1419         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1420         (face-font-registry-alternatives, face-font-registry-alternatives)
1421         (face-font-family-alternatives):
1422         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1423         (facemenu-foreground-menu, facemenu-face-menu):
1424         * epa-hook.el (epa-file-name-regexp):
1425         * dnd.el (dnd-protocol-alist):
1426         * textmodes/rst.el (auto-mode-alist):
1427         * button.el (default-button): Purecopy strings.
1429 2009-11-06  Glenn Morris  <rgm@gnu.org>
1431         * Makefile.in (ELCFILES): Update.
1433 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1435         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1436         * emacs-lisp/levents.el: Move to obsolete/levents.el.
1438         * nxml/xsd-regexp.el (xsdre-gen-categories):
1439         * nxml/xmltok.el (xmltok-parse-entity):
1440         * nxml/rng-parse.el (rng-parse-validate-file):
1441         * nxml/rng-maint.el (rng-format-manual)
1442         (rng-manual-output-force-new-line):
1443         * nxml/rng-loc.el (rng-save-schema-location-1):
1444         * nxml/rng-cmpct.el (rng-c-parse-file):
1445         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1446         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1448 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
1450         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1451         Remove extra save-excursions and make-variable-buffer-local's.
1452         Suggested by Stefan Monnier.
1454         (verilog-getopt-file, verilog-module-inside-filename-p)
1455         (verilog-set-define): Merge GNU 1.35 and repair changes from
1456         switching to using with-current-buffer.
1458         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1459         being treated as a number and confusing AUTORESET.
1460         Reported by Dan Dever.
1462         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1463         Add verilog-auto-ignore-concat to fix backward compatibility with
1464         older verilog-modes.  Reported by Dan Katz.
1466         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1467         containing closing anchors "...$".
1469         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1470         Reported by Wade Smith.
1472         (verilog-batch-execute-func) Comment on function usage.
1474 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
1476         * verilog-mode.el (verilog-label-re): Fix regular expression for
1477         labels.
1479         (verilog-label-re, verilog-calc-1): Support proper indent of named
1480         asserts.
1482         (verilog-backward-token, verilog-basic-complete-re)
1483         (verilog-beg-of-statement, verilog-indent-re): Support proper
1484         indent of the assert statement at the beginning of a block of text.
1486         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1487         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1488         tokens as begins.
1490 2009-11-05  Glenn Morris  <rgm@gnu.org>
1492         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1493         Emacs 19.  (Bug#1531)
1494         (byte-compile-fix-header): Update for the above change.
1495         Drop test for epoch::version.
1497         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1498         * cus-dep.el (custom-make-dependencies):
1499         * finder.el (finder-compile-keywords):
1500         Use autoload-rubric's feature argument.
1502         * calendar/diary-lib.el (top-level): Make load behave more like require.
1504         * vc-git.el (vc-git-stash-map): Move definition before use.
1506 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1508         * custom.el (custom-declare-group): Purecopy standard-value.
1509         (custom-declare-group): Purecopy custom-prefix.
1511         * international/mule.el (load-with-code-conversion):
1512         Call do-after-load-evaluation unconditionally.
1514         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1516 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1520 2009-11-04  Glenn Morris  <rgm@gnu.org>
1522         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1523         (byte-compile-compatibility): Remove option.
1524         (byte-compile-close-variables, byte-compile-fix-header)
1525         (byte-compile-insert-header, byte-compile-output-docform)
1526         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1527         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1528         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1529         (byte-compile-insert, byte-compile-defun):
1530         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
1531         (byte-defop-compiler19): Remove.
1532         Without byte-compile-compatibility, the 'emacs19-opcode property is not
1533         used by anything.  Replace all calls with byte-defop-compiler.
1535 2009-11-04  Juri Linkov  <juri@jurta.org>
1537         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1538         (menu-bar-options-menu): Don't quote the `prop' arg of
1539         `menu-bar-make-mm-toggle'.
1541 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
1543         * calendar/calendar.el (cal-loaddefs):
1544         * calendar/diary-lib.el (diary-loaddefs):
1545         * calendar/holidays.el (hol-loaddefs):
1546         * eshell/esh-module.el (esh-groups): Load rather than require.
1548 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * calendar/todo-mode.el (todo-add-category): Don't hardcode
1551         point-min==1.
1552         (todo-top-priorities): Only display-buffer when called interactively.
1553         (todo-item-start): Don't save excursion point.
1554         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
1555         (todo-insert-item-here, todo-file-item, todo-remove-item):
1556         Adjust uses of todo-item-start and todo-item-end.
1558         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1559         (autoload-rubric): Don't use any more.
1560         * cedet/semantic/fw.el (semantic/loaddefs):
1561         * cedet/srecode.el (srecode/loaddefs):
1562         * cedet/ede.el (ede/loaddefs): Load rather than require.
1563         * cedet/ede/cpp-root.el:
1564         * cedet/ede/emacs.el:
1565         * cedet/ede/files.el:
1566         * cedet/ede/linux.el:
1567         * cedet/ede/locate.el:
1568         * cedet/ede/make.el:
1569         * cedet/ede/shell.el:
1570         * cedet/ede/speedbar.el:
1571         * cedet/ede/system.el:
1572         * cedet/ede/util.el:
1573         * cedet/semantic/analyze.el:
1574         * cedet/semantic/bovine.el:
1575         * cedet/semantic/complete.el:
1576         * cedet/semantic/ctxt.el:
1577         * cedet/semantic/db-file.el:
1578         * cedet/semantic/db-find.el:
1579         * cedet/semantic/db-global.el:
1580         * cedet/semantic/db-mode.el:
1581         * cedet/semantic/db-typecache.el:
1582         * cedet/semantic/db.el:
1583         * cedet/semantic/debug.el:
1584         * cedet/semantic/dep.el:
1585         * cedet/semantic/doc.el:
1586         * cedet/semantic/edit.el:
1587         * cedet/semantic/find.el:
1588         * cedet/semantic/format.el:
1589         * cedet/semantic/html.el:
1590         * cedet/semantic/ia-sb.el:
1591         * cedet/semantic/ia.el:
1592         * cedet/semantic/idle.el:
1593         * cedet/semantic/lex-spp.el:
1594         * cedet/semantic/lex.el:
1595         * cedet/semantic/mru-bookmark.el:
1596         * cedet/semantic/scope.el:
1597         * cedet/semantic/senator.el:
1598         * cedet/semantic/sort.el:
1599         * cedet/semantic/symref.el:
1600         * cedet/semantic/tag-file.el:
1601         * cedet/semantic/tag-ls.el:
1602         * cedet/semantic/tag-write.el:
1603         * cedet/semantic/tag.el:
1604         * cedet/semantic/util-modes.el:
1605         * cedet/semantic/analyze/complete.el:
1606         * cedet/semantic/analyze/refs.el:
1607         * cedet/semantic/bovine/c.el:
1608         * cedet/semantic/bovine/gcc.el:
1609         * cedet/semantic/bovine/make.el:
1610         * cedet/semantic/bovine/scm.el:
1611         * cedet/semantic/decorate/include.el:
1612         * cedet/semantic/decorate/mode.el:
1613         * cedet/semantic/symref/cscope.el:
1614         * cedet/semantic/symref/global.el:
1615         * cedet/semantic/symref/grep.el:
1616         * cedet/semantic/symref/idutils.el:
1617         * cedet/semantic/symref/list.el:
1618         * cedet/semantic/wisent/java-tags.el:
1619         * cedet/semantic/wisent/javascript.el:
1620         * cedet/srecode/compile.el:
1621         * cedet/srecode/cpp.el:
1622         * cedet/srecode/document.el:
1623         * cedet/srecode/el.el:
1624         * cedet/srecode/expandproto.el:
1625         * cedet/srecode/getset.el:
1626         * cedet/srecode/insert.el:
1627         * cedet/srecode/java.el:
1628         * cedet/srecode/map.el:
1629         * cedet/srecode/mode.el:
1630         * cedet/srecode/template.el:
1631         * cedet/srecode/texi.el: Remove the file-local setting of
1632         generated-autoload-feature.
1634         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1635         and only put a prop if it is non-nil.
1637 2009-11-03  Juri Linkov  <juri@jurta.org>
1639         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1640         (menu-bar-options-menu): Fix list quoting (Bug#4429).
1642         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1643         and "Menu" to make top-level menu item visually one unit (like
1644         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1645         multi-word menu items).  Fix :help string for quit-window.
1647 2009-11-03  Glenn Morris  <rgm@gnu.org>
1649         * cedet/mode-local.el (with-mode-local): Doc fix.
1651         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1652         (byte-compile-file-form-define-abbrev-table)
1653         (byte-compile-file-form-custom-declare-variable)
1654         (byte-compile-variable-ref, byte-compile-defvar):
1655         Whether or not a warning is enabled should only affect whether we issue
1656         the warning, not whether or not we collect the relevant data.
1657         Eg warnings can be turned on and off throughout the course of a file.
1659         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1660         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1662 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1665         * play/mpuz.el (mpuz-create-buffer):
1666         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1667         (lm-print-y,s,noise, lm-print-w0, lm-init):
1668         * play/gomoku.el (gomoku-prompt-for-move):
1669         * play/fortune.el (fortune-in-buffer):
1670         * play/dissociate.el (dissociated-press):
1671         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1672         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1673         * mail/supercite.el (sc-eref-show):
1674         * mail/smtpmail.el (smtpmail-send-it):
1675         * mail/rmailsum.el (rmail-summary-next-labeled-message)
1676         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1677         (rmail-summary-undelete-many, rmail-summary-rmail-update)
1678         (rmail-summary-goto-msg, rmail-summary-expunge)
1679         (rmail-summary-get-new-mail, rmail-summary-search-backward)
1680         (rmail-summary-add-label, rmail-summary-output-menu)
1681         (rmail-summary-output-body):
1682         * mail/rfc822.el (rfc822-addresses):
1683         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1684         * mail/mailpost.el (post-mail-send-it):
1685         * mail/hashcash.el (hashcash-generate-payment):
1686         * mail/feedmail.el (feedmail-run-the-queue)
1687         (feedmail-queue-send-edit-prompt-help-first)
1688         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1689         (feedmail-deduce-address-list):
1690         * eshell/esh-ext.el (eshell-remote-command):
1691         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1692         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1693         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1694         (viper-save-string-in-file, viper-valid-marker):
1695         * emulation/viper-keym.el (viper-toggle-key):
1696         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1697         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1698         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1699         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1700         (viper-exec-form-in-emacs, viper-brac-function):
1701         * emulation/viper.el (viper-delocalize-var):
1702         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1703         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1704         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1705         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1706         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1707         * emulation/edt.el (edt-electric-helpify):
1708         * emulation/cua-rect.el (cua--rectangle-aux-replace):
1709         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1710         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1711         (cua-indent-to-global-mark-column):
1712         * calendar/diary-lib.el (calendar-mark-1):
1713         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1714         Use with-current-buffer.
1715         * emulation/viper.el (viper-delocalize-var): Use dolist.
1717 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
1719         * comint.el (comint-replace-by-expanded-history-before-point):
1720         Replace !! with the previous input string literally (Bug#1795).
1722 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
1724         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1725         to be made up of whitespace.
1727 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1729         * minibuffer.el (read-file-name): Don't use file dialogs for
1730         remote directories (Bug#99).
1732 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
1734         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1736 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
1738         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1739         instead of deleting the window or frame.
1741 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1743         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1744         Support face colors.
1746         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1747         New function.  Support face colors (Bug#1168).
1748         (tex-common-initialization): Use it.
1750         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1751         mode allows it (Bug#1168).
1753 2009-10-31  Juri Linkov  <juri@jurta.org>
1755         * facemenu.el (list-colors-display): Don't mark buffer as
1756         modified (Bug#3948).
1758 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1760         * international/mule-diag.el (list-character-sets-1): Minor
1761         message fix (Bug#3526).
1763         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1764         face property (Bug#4834).
1765         (etags-list-tags, etags-tags-apropos-additional)
1766         (etags-tags-apropos, tags-select-tags-table): Add follow-link
1767         property.
1769         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1770         items.
1772         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1773         items.
1775         * cedet/ede.el (ede-minor-mode):
1776         * cedet/semantic.el (semantic-mode): Toggle menu separators.
1778 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * textmodes/two-column.el (2C-split):
1781         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1782         * textmodes/tex-mode.el (tex-set-buffer-directory):
1783         * textmodes/spell.el (spell-region, spell-string):
1784         * textmodes/reftex.el (reftex-erase-buffer):
1785         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1786         * textmodes/reftex-toc.el (reftex-toc-promote-action):
1787         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1788         (reftex-select-item):
1789         * textmodes/reftex-ref.el (reftex-label-info-update)
1790         (reftex-offer-label-menu):
1791         * textmodes/reftex-index.el (reftex-index-change-entry)
1792         (reftex-index-phrases-info):
1793         * textmodes/reftex-global.el (reftex-create-tags-file)
1794         (reftex-save-all-document-buffers, reftex-ensure-write-access):
1795         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1796         (reftex-view-crossref-from-bibtex):
1797         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1798         (reftex-extract-bib-entries-from-thebibliography)
1799         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1800         * textmodes/refbib.el (r2b-capitalize-title):
1801         (r2b-convert-buffer, r2b-help):
1802         * textmodes/page-ext.el (pages-directory)
1803         (pages-directory-goto-with-mouse):
1804         * textmodes/bibtex.el (bibtex-validate-globally):
1805         * textmodes/bib-mode.el (bib-capitalize-title):
1806         * textmodes/artist.el (artist-clear-buffer, artist-system):
1807         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1808         (local-set-scheme-interaction-buffer, xscheme-process-filter)
1809         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1810         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1811         (xscheme-send-control-g-interrupt, xscheme-start-process)
1812         (xscheme-process-sentinel, xscheme-cd):
1813         * progmodes/verilog-mode.el (verilog-read-always-signals)
1814         (verilog-set-define, verilog-getopt-file)
1815         (verilog-module-inside-filename-p):
1816         * progmodes/sh-script.el:
1817         * progmodes/python.el (python-pdbtrack-get-source-buffer)
1818         (python-pdbtrack-grub-for-buffer, python-execute-file):
1819         * progmodes/octave-inf.el (inferior-octave):
1820         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1821         (idlwave-shell-compile-helper-routines, idlwave-set-local)
1822         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1823         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1824         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1825         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1826         (idlwave-shell-filter, idlwave-shell-examine-highlight)
1827         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1828         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1829         (idlwave-shell-examine-display, idlwave-shell-run-region)
1830         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1831         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1832         * progmodes/idlw-help.el (idlwave-help-get-special-help)
1833         (idlwave-help-get-help-buffer):
1834         * progmodes/gud.el (gud-basic-call, gud-find-class)
1835         (gud-tooltip-activate-mouse-motions-if-enabled):
1836         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1837         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1838         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1839         (ebrowse-tags-next-file):
1840         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1841         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1842         (ebnf-eps-finish-and-write):
1843         * progmodes/cpp.el (cpp-edit-save):
1844         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1845         * progmodes/cc-defs.el (c-emacs-features):
1846         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1847         (antlr-directory-dependencies):
1848         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1849         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1850         (ada-find-any-references, ada-make-filename-from-adaname)
1851         (ada-make-body-gnatstub):
1852         * obsolete/rnews.el (news-list-news-groups):
1853         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1854         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1855         * net/rcirc.el (rcirc-debug):
1856         * net/newst-treeview.el (newsticker--treeview-list-add-item)
1857         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1858         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1859         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1860         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1861         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1862         (newsticker--treeview-list-clear-highlight)
1863         (newsticker--treeview-list-update-highlight)
1864         (newsticker--treeview-list-highlight-start)
1865         (newsticker--treeview-tree-update-highlight)
1866         (newsticker--treeview-get-selected-item)
1867         (newsticker-treeview-mark-list-items-old)
1868         (newsticker--treeview-set-current-node):
1869         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1870         * net/newst-backend.el (newsticker--get-news-by-funcall)
1871         (newsticker--get-news-by-wget, newsticker--image-get)
1872         (newsticker--image-sentinel):
1873         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1874         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1875         (eudc-ph-close-session):
1876         * net/eudc.el (eudc-save-options):
1877         * language/thai-word.el (thai-update-word-table):
1878         * language/japan-util.el (japanese-string-conversion):
1879         * international/titdic-cnv.el (tsang-quick-converter)
1880         (ziranma-converter, ctlau-converter):
1881         * international/mule-cmds.el (describe-language-environment):
1882         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1883         (skkdic-convert-postfix, skkdic-convert-prefix):
1884         (skkdic-convert-okuri-nasi, skkdic-convert):
1885         * emacs-lisp/re-builder.el (reb-update-overlays):
1886         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1887         * emacs-lisp/gulp.el (gulp-send-requests):
1888         * emacs-lisp/find-gc.el (trace-call-tree):
1889         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1890         (eieio-describe-generic):
1891         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1892         * emacs-lisp/edebug.el (edebug-outside-excursion):
1893         * emacs-lisp/debug.el (debugger-make-xrefs):
1894         * emacs-lisp/cust-print.el (custom-prin1-to-string):
1895         * emacs-lisp/chart.el (chart-new-buffer):
1896         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1897         Use with-current-buffer.
1898         * textmodes/artist.el (artist-system): Don't call
1899         copy-sequence on a fresh string.
1900         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1902 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
1904         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1905         is no item to edit.  (Bug#4820)
1906         (todo-top-priorities): Restore point and restore narrowing in Todo
1907         buffer.  (Bug#4820)
1909 2009-10-31  Glenn Morris  <rgm@gnu.org>
1911         * net/ange-ftp.el (top-level): Don't require dired when compiling.
1912         (comint-last-output-start, comint-last-input-start)
1913         (comint-last-input-end): Don't defvar when compiling.
1914         (ange-ftp-process-file): Use bound-and-true-p.
1916         * pcmpl-rpm.el (top-level): Move provide statement to end.
1917         (pcmpl-rpm): Remove unused custom group.
1919         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1921         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1923         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1924         (byte-compile-warnings): Add `constants' as an option.
1925         (byte-compile-callargs-warn, byte-compile-arglist-warn)
1926         (display-call-tree): Update for byte-compile-fdefinition possibly
1927         returning `(macro lambda ...)'.  (Bug#4778)
1928         (byte-compile-variable-ref, byte-compile-setq-default):
1929         Respect `constants' member of byte-compile-warnings.
1931         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1932         Use mapc rather than mapcar because the return value is never used.
1934         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1935         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1936         * cedet/semantic/html.el:
1937         Suppress harmless warnings about setting up semantic-imenu (not
1938         part of Emacs) variables.
1940 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         * vc-bzr.el (vc-bzr-revision-keywords): New var.
1943         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1944         to "submit:".
1946         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1947         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1948         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1949         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1950         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1951         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1952         (semantic-analyzer-debug-global-symbol)
1953         (semantic-analyzer-debug-missing-innertype)
1954         (semantic-analyzer-debug-insert-include-summary):
1955         * cedet/semantic/util.el (semantic-file-tag-table):
1956         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1957         (semantic-recursive-find-nonterminal-by-name):
1958         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1959         * cedet/semantic/tag-file.el (semantic-prototype-file):
1960         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1961         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1962         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1963         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1964         (semantic-idle-summary-maybe-highlight):
1965         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1966         (semantic-ia-sb-tag-info):
1967         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1968         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1969         * cedet/semantic/ede-grammar.el (project-compile-target):
1970         (ede-proj-makefile-insert-variables):
1971         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1972         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1973         (semantic-debug-mode, semantic-debug):
1974         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1975         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1976         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1977         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1978         (semanticdb-find-translate-path-includes--internal)
1979         (semanticdb-reset-log, semanticdb-find-log-activity):
1980         * cedet/semantic/db-file.el (object-write):
1981         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1982         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1983         (semanticdb-create-ebrowse-database):
1984         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1985         * cedet/semantic/complete.el (semantic-displayor-focus-request)
1986         (semantic-collector-calculate-completions-raw)
1987         (semantic-complete-read-tag-analyzer):
1988         * cedet/semantic/analyze.el (semantic-analyze-pulse):
1989         * cedet/ede/util.el (ede-update-version-in-source):
1990         * cedet/ede/proj.el (project-delete-target):
1991         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1992         (ede-proj-flush-autoconf):
1993         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1994         (ede-proj-configure-synchronize):
1995         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1996         * cedet/ede/linux.el (ede-linux-version):
1997         * cedet/ede/emacs.el (ede-emacs-version):
1998         * cedet/ede/dired.el (ede-dired-add-to-target):
1999         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2000         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2001         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2002         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2003         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2004         (cedet-idutils-version-check):
2005         * cedet/cedet-global.el (cedet-gnu-global-call):
2006         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2007         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2008         * cedet/cedet-cscope.el (cedet-cscope-call)
2009         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2010         Use with-current-buffer.
2011         * cedet/ede.el (ede-make-project-local-variable)
2012         (ede-set-project-variables, ede-set): Use dolist.
2014 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2016         * textmodes/ispell.el (ispell-skip-region-alist):
2017         * international/mule-conf.el (eight-bit):
2018         * international/fontset.el (font-encoding-alist):
2019         * startup.el (pure-space-overflow-message):
2020         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2021         * paths.el (gnus-nntp-service, rmail-spool-directory)
2022         (term-file-prefix):
2023         * files.el (save-some-buffers-action-alist):
2024         * cmuscheme.el (same-window-buffer-names):
2025         * ielm.el (same-window-buffer-names):
2026         * shell.el (same-window-buffer-names):
2027         * mail/sendmail.el (same-window-buffer-names):
2028         * progmodes/inf-lisp.el (same-window-buffer-names):
2029         * bindings.el (mode-line-client)
2030         (mode-line-column-line-number-mode-map):
2031         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2032         (tibetan-precomposed-regexp): Purecopy string arguments.
2034 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2036         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2037         (calcDigit-nondigit):
2038         * calc/calc-yank.el (calc-copy-to-buffer):
2039         * calc/calc-units.el (calc-invalidate-units-table):
2040         * calc/calc-trail.el (calc-trail-yank):
2041         * calc/calc-store.el (calc-insert-variables):
2042         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2043         * calc/calc-prog.el (calc-read-parse-table):
2044         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2045         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2046         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2047         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2048         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2049         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2050         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2051         * calc/calc-ext.el (calc-realign):
2052         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2053         (calc-embedded-finish-edit, calc-embedded-make-info)
2054         (calc-embedded-finish-command, calc-embedded-stack-change):
2055         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2057         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2058         (overload-docstring-extension): Use that info.
2059         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2060         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2061         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2062         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2063         (semantic-nonterminal-full-name): Add the new `when' info.
2064         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2065         `assert'.
2067         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2068         shell-dynamic-complete-filename in preference to
2069         comint-dynamic-complete-filename.
2071         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2072         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2073         Don't consider whether the display supports colors.
2074         (bookmark-import-new-list): Use dolist.
2075         (bookmark-bmenu-mode-map): Move initialization into declaration.
2076         (bookmark-bmenu-list): Use dolist, simplify.
2077         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2078         (menu-bar-final-items): Use push.
2080 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2082         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2083         it works on remote files.
2084         (vc-hg-diff): Don't pass any `--cwd' argument.
2086 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2088         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2089         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2090         (Further to Bug#3921).
2092 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2094         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2095         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2096         calling `tramp-imap-put-file'.  Add file size to the call.
2097         (tramp-imap-get-file-entries): Compute also user name, file size,
2098         and date.
2099         (tramp-imap-handle-insert-directory): Insert uid and gid.
2100         (tramp-imap-handle-file-attributes): Transform uid and gid
2101         according to `id-format'.
2102         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2103         size in header X-Size.
2105 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2107         * simple.el (transpose-subr): Give clearer error when the mark
2108         is not set.  (Bug#4807)
2110 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2112         * net/tramp.el (tramp-perl-file-truename): New defconst.
2113         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2114         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2115         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2116         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2118         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2119         Ignore `dired-call-process'.
2120         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2122 2009-10-26  Julian Scheid  <julians37@gmail.com>
2124         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2125         (tramp-get-remote-readlink): New defun.
2126         (tramp-handle-file-truename): Use it.
2127         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2128         file exists if cache value present.
2129         (tramp-check-cached-permissions) New defun.
2130         (tramp-handle-file-readable-p): Use it.
2131         (tramp-handle-file-writable-p): Likewise.
2132         (tramp-handle-file-executable-p): Likewise.
2133         (tramp-handle-file-name-all-completions): Try using Perl to get
2134         partial completions.  When perl not available, combine `cd' and
2135         `ls' into single remote operation and use shell expansion to get
2136         partial remote directory contents.  Set `file-exists-p' cache for
2137         directory and any files returned by ls.  Change cache handling to
2138         support partial directory contents.  Use error message emitted by
2139         remote `cd' or Perl code for local tramp-error.
2140         (tramp-do-copy-or-rename-file-directly): Avoid separate
2141         tramp-send-command-and-check call.
2142         (tramp-handle-process-file): Merge three remote ops into one.
2143         Do not flush all caches when `process-file-side-effects' is set.
2144         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2145         file-attributes shows uid/gid to be set already.
2147 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2149         * textmodes/tex-mode.el (tex-dvi-view-command)
2150         (tex-show-queue-command, tex-open-quote):
2151         * progmodes/ruby-mode.el (auto-mode-alist)
2152         (interpreter-mode-alist): Purecopy strings.
2154         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2156         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2157         string for the hook, keymap and abbrev table.
2159         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2161         * x-dnd.el (x-dnd-xdnd-to-action):
2162         * startup.el (fancy-startup-text, fancy-about-text): Change to
2163         defconst from defvar.
2165         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2167         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2168         Purecopy initialization strings.
2170         * mail/sendmail.el (mail-header-separator)
2171         (mail-personal-alias-file):
2172         * mail/rmail.el (rmail-default-dont-reply-to-names)
2173         (rmail-ignored-headers, rmail-retry-ignored-headers)
2174         (rmail-highlighted-headers, rmail-secondary-file-directory)
2175         (rmail-secondary-file-regexp):
2176         * files.el (null-device, file-name-invalid-regexp)
2177         (locate-dominating-stop-dir-regexp)
2178         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2179         (interpreter-mode-alist): Use mapcar instead of mapc.
2181         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2183         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2184         (completion-ignored-extensions):
2185         (debug-ignored-errors): Purecopy strings.
2187 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2190         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2191         (pcomplete--here): Use push.
2193         * subr.el (all-completions): Declare the 4th arg obsolete.
2195 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2197         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2198         (pcomplete-unquote-argument): New function.
2199         (pcomplete--common-suffix): Always pay attention to case.
2200         (pcomplete--table-subvert): Quote and unquote the text.
2201         (pcomplete--common-quoted-suffix): New function.
2202         (pcomplete-std-complete): Use it and pcomplete-begin.
2204         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2205         we're inside a dedicated or minibuffer window.
2207 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * cedet/semantic/fw.el (semantic-alias-obsolete)
2210         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2211         (define-mode-overload-implementation):
2212         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2213         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2214         * cedet/semantic/util.el (semantic-file-token-stream)
2215         (semantic-something-to-stream):
2216         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2217         (semantic-expand-nonterminal):
2218         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2219         (semantic-find-dependency, semantic-find-nonterminal)
2220         (semantic-find-dependency):
2221         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2222         (semantic-flex-text, semantic-flex-make-keyword-table)
2223         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2224         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2225         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2226         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2227         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2228         (semantic-after-idle-scheduler-reparse-hooks):
2229         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2230         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2231         * cedet/semantic.el (semantic-toplevel-bovine-table)
2232         (semantic-toplevel-bovine-cache)
2233         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2234         (semantic-init-mode-hooks, semantic-init-db-hooks)
2235         (semantic-bovination-working-type): Provide the `when' arg.
2237 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2239         * bookmark.el: Update documentation, especially documentation
2240         of `bookmark-alist' and of the bookmark file format.
2241         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2243 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2245         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2246         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2247         window to buffer.
2249         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2250         (global-whitespace-mode, global-whitespace-newline-mode)
2251         (whitespace-toggle-options, global-whitespace-toggle-options):
2252         Doc fix (Bug#3660).
2254         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2255         of xmltok-start before the end tag was inserted (Bug#2840).
2257         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2258         patterns that are preceded by an open-paren (Bug#1320).
2260 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2262         * files.el (delete-directory): Delete symlinks to directories with
2263         delete-file (Bug#4739).
2265 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2267         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2268         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2269         argument to make-obsolete.
2271         * cedet/semantic/fw.el (semantic-alias-obsolete)
2272         (semantic-varalias-obsolete): Add optional WHEN argument.
2274 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2276         * vc.el (vc-backend-for-registration): Rename from
2277         vc-get-backend-for-registration.  Update callers.
2279         * international/mule-cmds.el (set-language-info-alist):
2280         Purecopy lang-env.
2281         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2282         (charset): Purecopy the name.
2283         (define-char-code-property): Purecopy string arguments.
2285         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2286         Purecopy string arguments.
2288         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2289         * ediff-hook.el (menu-bar-ediff-menu):
2290         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2291         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2293 2009-10-24  Glenn Morris  <rgm@gnu.org>
2295         * comint.el (comint-dynamic-list-completions):
2296         * term.el (term-dynamic-list-completions): Use choose-completion rather
2297         than obsolete alias mouse-choose-completion.
2299         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2300         file-cache-choose-completion.
2301         (file-cache-choose-completion): Handle an optional event argument.
2302         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2304         * progmodes/octave-mod.el (octave-complete-symbol):
2305         Use choose-completion if mouse-choose-completion is ever removed.
2307         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2308         use.
2310         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2311         compiler.
2313         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2315 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2318         Ignore `pred' now that we receive one.
2319         Handle test-completion specially.
2321 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2323         * vc.el (vc-responsible-backend): Throw an error if not backend is
2324         found.  Remove the REGISTER argument.  Move the code dealing with
2325         REGISTER ...
2326         (vc-get-backend-for-registration): ... here.  New function.
2327         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2328         of vc-responsible-backend, pass the file name instead of the
2329         directory name.
2331 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2333         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2334         New funs.
2335         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
2336         (pcomplete-comint-setup): Don't modify a global var via
2337         accidental side-effects.
2338         (pcomplete-shell-setup): Adjust call accordingly.
2339         (pcomplete-parse-comint-arguments): Use push.
2341 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2343         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2344         Allow uncapitalized info node names (Bug#3921).
2346         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2347         to the DEBUG file (Bug#3781).
2349 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
2351         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2352         dictionary entry (Bug#4579).
2354 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2356         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2357         from `rfn-eshadow-update-overlay-hook' when unloading.
2358         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2359         "rsyncc".  Adjust doc string.
2360         (tramp-temp-buffer-file-name) New buffer-local defvar.
2361         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2362         Keep temporary file when indicated by method ("rsync" and
2363         "rsyncc").
2364         (tramp-handle-write-region): Handle APPEND.
2365         (tramp-delete-temp-file-function): New defun.  Added to
2366         `kill-buffer-hook'.
2368 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
2370         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2372 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2374         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2375         (color-name-rgb-alist, tty-standard-colors)
2376         (tty-color-mode-alist): Change to defconst.
2378         * simple.el (mark-inactive): Purecopy message.
2380         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2381         (global-map, yank-menu):
2382         * textmodes/ispell.el (ispell-menu-map):
2383         * net/eudc.el (eudc-tools-menu):
2384         * international/mule-cmds.el (describe-language-environment-map)
2385         (setup-language-environment-map, set-coding-system-map)
2386         (mule-menu-keymap):
2387         * vc-hooks.el (vc-menu-entry, vc-menu-map):
2388         * replace.el (occur-mode-map):
2389         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2391 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
2393         * calc/calc.el (math-read-number, math-read-number-simple): Use
2394         `save-match-data'.
2396 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2398         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2399         rather than fiddling with global-map bindings, since it should only
2400         affect per-terminal settings.
2401         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2403         * minibuffer.el (completion-table-with-terminator): Allow to specify
2404         the terminator-regexp.
2406         * simple.el (switch-to-completions): Look for *Completions* in other
2407         frames as well.
2409         * pcomplete.el: Allow the use of completion-tables.
2410         (pcomplete-std-complete): New command.
2411         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2412         (pcomplete--here): Use a function for `form' rather than an expression,
2413         so it can be byte-compiled.
2414         (pcomplete-here, pcomplete-here*): Adjust accordingly.
2415         Add edebug declaration.
2416         (pcomplete-show-completions): Remove unused var `curbuf'.
2417         (pcomplete-do-complete, pcomplete-stub):
2418         Don't assume `completions' is a list of strings any more.
2420 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
2422         * find-dired.el (find-name-arg): Fix typo in docstring.
2424 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2427         (pcmpl-linux-fs-types): Same, and update to new modules layout.
2429         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2430         pcomplete-entries.
2432         * comint.el (comint-read-input-ring, comint-write-input-ring)
2433         (comint-substitute-in-file-name)
2434         (comint-dynamic-complete-as-filename)
2435         (comint-dynamic-simple-complete)
2436         (comint-dynamic-list-filename-completions)
2437         (comint-dynamic-list-completions)
2438         (comint-redirect-results-list-from-process): Minor simplifications.
2440 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2442         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2443         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2444         the first form.  And insert a blank line after ";;; Code" since
2445         that's usual style.  (My Bug#4612.)
2447         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2449 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2451         * minibuffer.el (completion-table-with-terminator): Properly implement
2452         boundaries, in case `terminator' appears in the suffix.
2453         (completion--embedded-envvar-table): Don't return boundaries if
2454         there's no valid completion.  Simplify.
2455         (completion-file-name-table): New completion table extracted from
2456         completion--file-name-table.
2457         (completion--file-name-table): Use it.
2458         (read-file-name-predicate): Declare obsolete.
2459         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2460         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2461         completion-file-name-table, and use the `pred' argument.
2462         * files.el (locate-file-completion-table): Use the `pred' arg rather
2463         than read-file-name-predicate.
2464         (abbreviate-file-name): Use \` rather than ^ for BOS.
2466 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2468         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2469         vc-responsible-backend to register, it causes problems.
2471 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2475 2009-10-21  Eric Ludlam  <zappo@gnu.org>
2477         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2478         (semantic-c-debug-mode-init-pch): New functions.
2479         (semantic-c-debug-mode-init-last-mode): New var.
2480         (semantic-c-parse-lexical-token): Use them.
2482         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2483         When extracting the argument list, limit only by point-max.
2485 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
2487         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2488         (tramp-smb-handle-file-attributes): Use it.
2489         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2490         (tramp-smb-handle-insert-directory): Use `mapc' rather than
2491         `mapcar'.  Use `tramp-smb-get-stat-capability'.
2492         Add `dired-filename' text properties.
2493         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2494         (tramp-smb-maybe-open-connection): Simplify check for smbclient
2495         version.
2497 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2499         * subr.el (read-key-delay): Reduce to 0.01.
2500         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2501         (bug#4751).
2503 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2507         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2508         (Info-menu): Remove unused vars `last' and `completions'.
2509         (Info-index-nodes): Remove unused var `node'.
2511         * info.el (Info-complete-menu-item): Use complete-with-action.
2513 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2515         Make vc-annotate work through copies and renames.
2516         * vc-annotate.el (vc-annotate-extract-revision-at-line):
2517         Return the file name too.
2518         (vc-annotate-revision-at-line)
2519         (vc-annotate-find-revision-at-line)
2520         (vc-annotate-revision-previous-to-line)
2521         (vc-annotate-show-log-revision-at-line): Update to get the file
2522         name from vc-annotate-extract-revision-at-line.
2523         (vc-annotate-show-diff-revision-at-line-internal): Change the
2524         argument to mean whether to show a file diff or not.  Get the file
2525         name from vc-annotate-extract-revision-at-line.
2526         (vc-annotate-show-diff-revision-at-line):
2527         Update vc-annotate-show-diff-revision-at-line call.
2528         (vc-annotate-warp-revision): Add an optional file argument.
2530         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2531         (vc-git-annotate-extract-revision-at-line): Also return the file
2532         name if found.
2534         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2535         command.  Remove unused code.
2536         (vc-hg-annotate-re): Update to match --follow output.
2537         (vc-hg-annotate-extract-revision-at-line): Also return the file
2538         name if found.
2540         * vc.el: Update annotate-extract-revision-at-line documentation.
2542 2009-10-18  Kevin Ryde  <user42@zip.com.au>
2544         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2545         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2547         * net/browse-url.el (browse-url): Identify alist with "consp and
2548         not functionp" and let all other things go down the `apply' leg,
2549         as suggested by Stefan.  (Further to bug#4531.)
2551 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
2553         * minibuffer.el (read-file-name): Check for repeat before putting
2554         a default argument in file-name-history (Bug#4657).
2556         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2557         read syntax (Bug#4737).
2559         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2561 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2563         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2564         (html-tag-alist, html-tag-help): Add descriptions for undocumented
2565         entries and make note of obsolete tags.
2567 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2571 2009-10-18  Glenn Morris  <rgm@gnu.org>
2573         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2574         grep, so that binary files (eg international/uni-bidi.el) can match.
2575         Remove test for "UnicodeData" files, since it is hopefully unnecessary
2576         now, and in any case the file header format has changed.
2578 2009-10-17  Glenn Morris  <rgm@gnu.org>
2580         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2581         (flyspell-get-word, flyspell-large-region)
2582         (flyspell-auto-correct-previous-word): Doc/error message fixes.
2584 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2586         * Makefile.in (ELCFILES): Add ede/shell.
2588 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2590         * term/common-win.el (x-colors): Purecopy it.
2592 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2594         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2595         permissive for when the buffer is empty.
2596         (tar-header-block-tokenize): Decode the username and groupname.
2597         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2599 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2601         * cedet/srecode/srt.el:
2602         * cedet/srecode/compile.el:
2603         * cedet/semantic/mru-bookmark.el:
2604         * cedet/semantic/debug.el:
2605         * cedet/semantic/complete.el:
2606         * cedet/semantic/analyze.el: Require CL when compiling.
2608 2009-10-17  Eric Ludlam  <zappo@gnu.org>
2610         * cedet/semantic/scope.el
2611         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2612         tmpscope so that the regular scope will continue to work.
2614         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2615         Use semantic-idle-summary-highlight-face as the highlighting.
2617         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2618         contains multibyte characters, choose first applicable coding
2619         system automatically.
2621         * cedet/ede/project-am.el (project-run-target): New method.
2622         (project-run-target): New method.
2624         * cedet/ede.el (ede-target): Add run target menu item.
2625         (ede-project, ede-minor-keymap): Add ede-run-target binding.
2626         (ede-run-target): New function.
2627         (ede-target::project-run-target): New method.
2629         * cedet/ede/proj.el (project-run-target): New method.
2631         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2632         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2633         Add :rules.
2634         (ede-proj-target-makefile-shared-object): Only libtool compilers
2635         now available.  Add linkers for libtool.
2636         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2637         (ede-proj-makefile-target-name): Always use .la extension.
2639         * cedet/ede/proj-prog.el (project-run-target): New method.
2641         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2642         (ede-g++-linker): Change Change link lines.
2644         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2645         When searching for old variables, go to the end of the buffer and
2646         search backward from there.
2647         (ede-proj-makefile-automake-insert-subdirs)
2648         (ede-proj-makefile-automake-insert-extradist): New methods.
2649         (ede-proj-makefile-create): Use them.
2651         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2652         Force FILE to expand to the current target.  Use file-exists-p to
2653         check that it exists.
2655         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2656         (ede-linux-load): Wrap dir in file-name-as-directory.
2657         Set :version slot.
2659         * cedet/ede/files.el (ede-get-locator-object): When enabling
2660         locate, do so on "top".
2662         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2663         file-name-as-directory during compare.
2664         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2665         Get version number from different places.  Don't call egrep.
2666         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2667         to set the directory.
2669         * cedet/ede/shell.el: New file.
2671         * cedet/inversion.el (inversion-decoders): Allow for stray . in
2672         alpha/beta variants.
2674 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * international/mule-cmds.el (select-safe-coding-system): If the file
2677         has a coding cookie, use it regardless of any other setting (bug#4712).
2679 2009-10-17  Glenn Morris  <rgm@gnu.org>
2681         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2682         All errors should have messages.
2684         * foldout.el (foldout-mouse-swallow-events):
2685         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2687         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2688         (dired-keep-marker-copy, dired-keep-marker-hardlink)
2689         (dired-keep-marker-symlink, dired-dwim-target)
2690         (dired-copy-preserve-time): Do not autoload these defcustoms.
2692         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2693         messages from messing up the file coding.  (Bug#4623)
2695 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
2697         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2698         if no match is found for the current dictionary.  (Bug#4578)
2700         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2701         optional, since that is how it is documented, and this is often called
2702         with a nil argument.  (Bug#4577)
2703         (flyspell-external-point-words, flyspell-auto-correct-word)
2704         (flyspell-correct-word-before-point, flyspell-word-search-forward)
2705         (flyspell-word-search-backward): Remove nil argument in calls to
2706         flyspell-get-word, since it is not needed now.
2708 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
2710         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
2712 2009-10-16  Glenn Morris  <rgm@gnu.org>
2714         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2716 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2718         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2719         (ange-ftp-file-size): New function.
2720         (ange-ftp-file-attributes): Use it.
2722 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
2724         * net/tramp-smb.el (tramp-smb-version): New defvar.
2725         (tramp-smb-maybe-open-connection): Use it, in order to avoid
2726         repeated checks.
2728 2009-10-16  Glenn Morris  <rgm@gnu.org>
2730         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2731         Maybe copy some custom properties from old to new name.  (Bug#4706)
2733 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
2735         * subr.el (error, sit-for, start-process-shell-command)
2736         (start-file-process-shell-command): Set the calling convention
2737         after the function definition.
2739 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * subr.el (error, sit-for, start-process-shell-command)
2742         (start-file-process-shell-command): Use the new
2743         set-advertised-calling-convention feature.
2745 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
2747         * international/ucs-normalize.el (ucs-normalize-version):
2748         Change to 1.2.
2749         (check-range): Adjust for Unicode 5.2.
2751 2009-10-15  Juri Linkov  <juri@jurta.org>
2753         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2754         to the `menu-item' format.
2756 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
2758         * net/tramp.el (tramp-replace-environment-variables): Do not fail
2759         if the environment variable does not exist.
2761         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2762         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2763         parameter.
2764         (tramp-smb-handle-add-name-to-file)
2765         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2766         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2767         (tramp-smb-handle-file-attributes)
2768         (tramp-smb-do-file-attributes-with-stat)
2769         (tramp-smb-handle-file-local-copy)
2770         (tramp-smb-handle-insert-directory)
2771         (tramp-smb-handle-make-directory)
2772         (tramp-smb-handle-make-directory-internal)
2773         (tramp-smb-handle-make-symbolic-link)
2774         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2775         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2776         (tramp-smb-maybe-open-connection): Apply the changed parameters.
2777         (tramp-smb-read-file-entry): Read Disk names in compressed format.
2778         Handle long file names.
2779         (tramp-smb-get-cifs-capabilities): Check, whether the connection
2780         process is running.
2781         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2782         Read share names with "-g" option.
2784 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
2786         * net/rcirc.el (rcirc-view-log-file): New command.
2787         (rcirc-track-minor-mode-map): Remove C-c ` binding.
2788         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2789         specified.
2791 2009-10-15  Glenn Morris  <rgm@gnu.org>
2793         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2794         from the second command-line argument.
2795         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2796         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2797         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2798         w32-batch-update-autoloads.
2799         * emacs-lisp/autoload.el (autoload-make-program): New variable.
2800         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2802         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2803         the headers cannot be located.  Simplify, subtracting superflous
2804         save-excursions.
2806 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2808         Replace completion-base-size by completion-base-position to fix bugs
2809         such as (bug#4699).
2810         * simple.el (completion-base-position): New var.
2811         (completion-base-size): Mark as obsolete.
2812         (choose-completion): Make it work for mouse events as well.
2813         Pass the new base-position to choose-completion-string.
2814         (choose-completion-guess-base-position): New function, extracted from
2815         choose-completion-delete-max-match.
2816         (choose-completion-delete-max-match): Use it.  Make obsolete.
2817         (choose-completion-string): Use the new base-position info.
2818         (completion-root-regexp): Delete.
2819         (completion-setup-function): Preserve completion-base-position.
2820         Eliminate obsolete base-size manipulation.
2821         * minibuffer.el (display-completion-list): Don't mess with base-size.
2822         (minibuffer-completion-help): Set completion-base-position instead.
2823         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2824         choose-completion.
2825         * textmodes/bibtex.el (bibtex-complete):
2826         * emacs-lisp/crm.el (crm--choose-completion-string):
2827         Adjust to new calling convention.
2828         * complete.el (partial-completion-mode): Use minibufferp to avoid
2829         bumping into incompatible change to choose-completion-string-functions.
2830         * ido.el (ido-choose-completion-string): Make its calling convention
2831         more permissive.
2832         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2833         base-size manipulation.
2834         (comint-dynamic-list-input-ring): Use dotimes and push.
2835         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2836         fundamental-mode.  Use `or'.
2838 2009-10-14  Juri Linkov  <juri@jurta.org>
2840         * misearch.el (multi-isearch-next-buffer-from-list)
2841         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2843 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * Makefile.in (compile-onefile): Load `bytecomp' rather than
2846         `bytecomp.el'.
2848         * minibuffer.el (completion-pcm--merge-completions): Make sure the
2849         string we return is all made up of text from the completions rather
2850         than part from the completions and part from the input (bug#4219).
2852         * ido.el (ido-everywhere): Use define-minor-mode.
2854         * buff-menu.el (list-buffers, ctl-x-map):
2855         Mark the entry points with ;;;###autoload cookies.
2857 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2859         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2860         correctly in the detached head case.
2861         (vc-git-print-log): Remove unused binding.
2863         * vc.el (vc-responsible-backend): When a directory is passed for
2864         for registration create a VC repository if no backend is
2865         responsible for the directory argument.
2866         (vc-deduce-fileset): Tell vc-responsible-backend to register.
2868         * vc.el: Move comments about RCS and SCCS ...
2869         * vc-rcs.el:
2870         * vc-sccs.el: ... here, respectively.
2872 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         * minibuffer.el (completion--file-name-table): Return nil if there's
2875         no file completion, even if substitute-in-file-name changed
2876         the string (bug#4708).
2878 2009-10-13  Juri Linkov  <juri@jurta.org>
2880         * files-x.el (read-file-local-variable-value): Don't filter out
2881         minor modes from mode name completion (bug#4664).
2883 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2885         * international/mule-cmds.el (ucs-names): Remove exclusion of
2886         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2888 2009-10-13  Kenichi Handa  <handa@m17n.org>
2890         * international/uni-name.el: Regenerated.
2892 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2894         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
2895         should be automatically buffer-local, but isn't.)
2897 2009-10-12  Sam Steingold  <sds@gnu.org>
2899         * progmodes/compile.el (compilation-next-error-function): Fix the
2900         timestamps if the buffer has been visited before.
2901         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2902         non-anchored patterns, like the perl one (bug#3928).
2904 2009-10-12  Glenn Morris  <rgm@gnu.org>
2906         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2907         Let-bind `size'.
2909 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
2911         * proced.el (proced-unload-function): New function.
2913         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2914         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2915         Doc fix.
2917         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2919 2009-10-11  Juri Linkov  <juri@jurta.org>
2921         * files-x.el (read-file-local-variable-value):
2922         Provide default value only for bound variables (bug#4664).
2924 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
2926         * net/tramp.el (tramp-local-host-p): Function shall return nil for
2927         connection methods like smb.
2929         * net/tramp-cache.el (tramp-flush-connection-property): The hash
2930         can be empty.
2932         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2933         (tramp-smb-file-name-handler-alist): Add handlers for
2934         `add-name-to-file', `make-symbolic-link'.
2935         (tramp-smb-handle-add-name-to-file)
2936         (tramp-smb-do-file-attributes-with-stat)
2937         (tramp-smb-handle-make-symbolic-link)
2938         (tramp-smb-get-cifs-capabilities): New defuns.
2939         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2940         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2941         (tramp-smb-handle-file-local-copy)
2942         (tramp-smb-handle-make-directory-internal)
2943         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2944         The file name syntax depends on cifs capabilities.
2945         (tramp-smb-handle-file-attributes):
2946         Call `tramp-smb-do-file-attributes-with-stat' if possible.
2947         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2948         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2950 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
2952         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2953         (eieio-defclass): Apply deftype handler and setf-method properties
2954         directly.
2955         (eieio-add-new-slot): Avoid union function from cl library.
2956         (eieio--typep): New function.
2957         (eieio-perform-slot-validation): Use it.
2959 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2961         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2962         Update documentation to refer to the variables documented in r1.135.
2963         (Bug#4188)
2965 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2967         * bookmark.el (Info-suffix-list): Remove this unused variable.
2968         (bookmark-current-point): Remove this obsolete variable.
2969         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2970         Adjust for removal of bookmark-current-point.
2972         (bookmarks-already-loaded, bookmark-current-buffer)
2973         (bookmark-yank-point): Document.  (Bug#4188)
2975 2009-10-10  Glenn Morris  <rgm@gnu.org>
2977         * frame.el (frame-height): Doc fix.
2979         * calendar/calendar.el (calendar-split-width-threshold): New option.
2980         (calendar-basic-setup): Use calendar-split-width-threshold.
2982 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2984         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2985         Use .la for Automake.
2987 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2989         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2990         Use "autoreconf -i".  Suggested by Andreas Schwab.
2992 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2994         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2995         Ideographic Supplement" range (U+1F200..U+1F2FF).
2997 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2999         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3000         since the list will have been rebuilt anyway.  (Bug#4349)
3002 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3004         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3005         (bookmark-bmenu-execute-deletions): Don't save here, as
3006         bookmark-delete will now do so if necessary.
3007         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3008         (Bug#4348)
3010 2009-10-09  Glenn Morris  <rgm@gnu.org>
3012         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3014 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3016         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3017         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3018         argument now, so the two function's behaviors will match.  (Bug#3645)
3020 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3022         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3023         Fix filename test.
3024         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3025         to expand file names.
3027 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3029         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3030         (tramp-file-name-real-host, tramp-file-name-port):
3031         Apply `save-match-data'.
3033         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3034         case both directories are remote.
3035         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3036         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3038 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3040         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3041         (ede-proj-target-makefile-objectcode): Use it.
3043         * cedet/ede/source.el (ede-want-any-source-files-p)
3044         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3045         Return search result.  This error was introduced while merging.
3047 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3049         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3051 2009-10-07  Glenn Morris  <rgm@gnu.org>
3053         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3054         of concat.
3056 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * files-x.el (read-file-local-variable): Include some
3059         non-user-variables in the completion table (bug#4664).
3061 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3063         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3064         message.
3066         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3067         (tramp-smb-file-name-handler-alist): Add handler for
3068         `copy-directory', `expand-file-name', `set-file-modes'.
3069         (tramp-smb-handle-copy-directory)
3070         (tramp-smb-handle-expand-file-name)
3071         (tramp-smb-handle-set-file-modes): New defuns.
3072         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3073         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3074         entry.
3075         (tramp-smb-handle-insert-directory): Don't flush the cache.
3076         (tramp-smb-maybe-open-connection): Check for samba client and
3077         server versions.
3079 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3081         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3082         to not error out of search for "^lisp=" fails.
3084 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3086         * makefile.w32-in (WINS_UPDATES): New macro.
3087         (custom-deps, finder-data, autoloads): Use it.
3089 2009-10-07  Glenn Morris  <rgm@gnu.org>
3091         * Makefile.in (autoloads): Revert previous change.
3092         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3093         the list of preloaded files passed on the command-line, get
3094         it from src/Makefile.
3096         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3097         show the original buffer rather than a random one.
3099 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3101         * help.el (describe-no-warranty): Place point in a slightly better
3102         position in the GPLv3 text.
3104 2009-10-06  Sam Steingold  <sds@gnu.org>
3106         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3107         the comm attribute is present before calling regexp-quote.
3109 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3111         * play/animate.el (animate-string): For good effect, make sure
3112         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3114         * play/animate.el (animate-sequence, animate-birthday-present):
3115         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3117 2009-10-06  Glenn Morris  <rgm@gnu.org>
3119         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3121         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3122         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3123         (batch-update-autoloads): Process a string value of autoload-excludes,
3124         set during the build process.
3125         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3127         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3128         inside with-parsed...  macro so that `v' is defined.
3130         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3131         * progmodes/fortran.el (fortran-end-of-block)
3132         (fortran-beginning-of-block):
3133         Also push mark in the macro case.
3135         * emerge.el (emerge-show-file-name):
3136         * calc/calc.el (calc-quit):
3137         * calc/calc-misc.el (calc-big-or-small):
3138         * calc/calc-graph.el (calc-graph-view):
3139         * calc/calc-ext.el (calc-reset):
3140         * calendar/calendar.el (calendar-basic-setup):
3141         Use window-full-height-p.
3143         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3144         header we don't understand, don't insert another.  (Bug#4624)
3145         If changing mime charset, insert the new one in the right place.
3147 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3149         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3150         (cal-tex-cursor-month): Correctly increment the end date for diary and
3151         holiday listing.  (Bug#4626)
3153 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * help-fns.el (describe-function-1): Don't burp if the function is not
3156         a symbol.
3158 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3160         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3161         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3162         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3163         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3165         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3166         (eieio-default-superclass): Reflow docstrings.
3167         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3168         (eieio-unbind-method-implementations, defmethod)
3169         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3170         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3171         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3172         (eieio-slot-originating-class-p, eieio-slot-name-index)
3173         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3174         (constructor, initialize-instance, no-next-method, object-print)
3175         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3176         Fix typos in docstrings.
3177         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3178         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3179         (next-method-p): Doc fixes.
3180         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3181         Fix typos in error messages.
3182         (eieio-defmethod): Fix typo in description of generic method.
3184         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3185         (eieio-persistent-save-interactive, slot-missing):
3186         Fix typos in docstrings.
3187         (eieio-instance-inheritor-slot-boundp): Doc fix.
3189         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3190         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3192         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3193         (eieio-custom-object-apply-reset):
3194         Fix typos in docstrings and error messages.
3196         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3197         Fix typo in docstring.
3199         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3200         (eieio-browse-tree): Doc fix.
3201         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3202         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3203         Fix typos in docstrings.
3205         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3206         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3207         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3208         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3209         Reflow docstrings.
3211 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3213         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3214         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3215         Set log-view-vc-backend so that diff can work.
3217         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3218         vc-version-diff.
3219         (vc-diff-internal): Autoload this instead of vc-version-diff.
3221 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3223         * simple.el (eval-expression): Doc fix.
3225         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3227 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3229         * files.el (directory-files-no-dot-files-regexp): New defconst.
3230         (delete-directory): Use it.
3231         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3233         * net/tramp.el (tramp-verbose): Fix docstring.
3234         (tramp-methods): Add recursive option to `tramp-copy-args'.
3235         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3236         "scp1_old", "scp2_old", "rsync", "rsyncc".
3237         (tramp-default-method): Check also for `auth-source-user-or-password'.
3238         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3239         Add handler for `copy-directory'.
3240         (tramp-handle-copy-directory): New defun.
3241         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3242         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3243         Optimize sent command.
3245 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3247         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3248         window if necessary.
3250         * calendar/calendar.el (calendar-basic-setup): Don't call
3251         switch-to-buffer in a dedicated window.
3253 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3255         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3256           don't do anything related to relocating, just return nil.
3257         (bookmark-error-no-filename): New error.
3258         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3259           bookmark has no file.  Don't even attempt to handle things that
3260           are not files; the whole point of custom handlers is to keep that
3261           knowledge elsewhere anyway.  Tighten some comments.
3262         (bookmark-file-or-variation-thereof): Remove now-unused function.
3263         (bookmark-location): Doc string fix.
3264         (Bug#4250)
3266 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3268         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3269         don't use a file dialog, because they usually don't know how to read
3270         a directory target from the user.  (Bug#4230)
3271         Also, make sure the prompt can display directories as well as files.
3273 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3275         * bookmark.el (bookmark-set, bookmark-buffer-name):
3276         Improve doc strings.  (Bug#1193)
3278 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3280         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3281         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3282         (bookmark-get-annotation, bookmark-set-annotation)
3283         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3284         (bookmark-set-position, bookmark-get-front-context-string)
3285         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3286         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3287         (bookmark-jump-other-window, bookmark-handle-bookmark)
3288         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3289         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3290         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3291            Improve doc strings to say whether bookmark can be a string or
3292            a record or both, and make other consistency and clarity fixes.
3293         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3294         (bookmark-default-annotation-text, bookmark-yank-word)
3295         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3296         (bookmark-import-new-list, bookmark-maybe-rename)
3297         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3298         (bookmark-bmenu-bookmark): Give these doc strings.
3299         (bookmark-bmenu-check-position): Give this a doc string, but also
3300            add a FIXME comment about how the function may be pointless.
3301         (bookmark-default-handler): Rework doc string and change a
3302            parameter name, to clarify that this takes a bookmark record
3303            not a bookmark name.
3304         (bookmark-set): Change a parameter name to indicate its meaning,
3305            and improve the doc string a bit.
3306         (Bug#4188)
3308 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3310         * bookmark.el (bookmark-alist): Document the new `handler' element
3311         in the param alist.
3312         (bookmark-make-record-function): Adjust documentation for above.
3313         (Bug#4193)
3315 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3317         * info.el (Info-bookmark-make-record): Document this function.
3318         (Info-bookmark-jump): Document with a doc string, not just a comment.
3319         (Bug#4203)
3321 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3323         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3324         (semantic-new-buffer-fcn): Call parser setup functions here.
3325         (semantic-mode): Don't call parser setup functions here, it's done
3326         in semantic-new-buffer-fcn now.
3327         (semantic-mode): Parse all existing buffers when enabled.
3329         * cedet/srecode/compile.el (srecode-compile-file):
3330         Call semantic-new-buffer-fcn if the buffer has not been parsed.
3332 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3334         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3336         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3337         (proj-comp-insert-variable-once): New macro, renamed from
3338         ede-pmake-insert-variable-once in ede/pmake.edl.
3339         (ede-proj-makefile-insert-variables): Use it.
3341 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
3343         * files.el (copy-directory): New defun.
3345         * dired-aux.el (dired-copy-file-recursive): Use it.
3347 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3349         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3350         (makefile-end-of-command):
3351         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3352         (semantic-end-of-context): Fix previous change.  Doc fixes.
3354 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3356         * files-x.el (modify-dir-local-variable)
3357         (copy-dir-locals-to-file-locals-prop-line):
3358         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3359         (makefile-end-of-command):
3360         * cedet/semantic/lex.el (semantic-lex-token):
3361         * cedet/semantic/analyze/fcn.el
3362         (semantic-analyze-dereference-metatype-1):
3363         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3364         (semantic-lex-cpp-undef):
3365         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3366         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3367         (semantic-end-of-context): Fix typos in docstrings.
3369         * recentf.el (recentf-unload-function): New function.
3371 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3373         * cedet/ede.el (ede-project-placeholder-cache-file):
3374         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3375         * cedet/srecode/map.el (srecode-map-save-file):
3376         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
3378 2009-10-04  Glenn Morris  <rgm@gnu.org>
3380         * window.el (window-full-height-p): Add doc string.
3382 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
3384         * window.el (window-full-height-p): New function.  (Bug#4543)
3386 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
3388         * cedet/srecode/insert.el: Require srecode/args.
3390         * cedet/srecode/args.el: Require srecode/dictionary instead of
3391         srecode/insert.
3393         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3395         * files.el (auto-mode-alist): Add .srt and Project.ede.
3397         * cedet/semantic.el (semantic-mode):
3398         Handle srecode-template-mode-hook as well.
3399         (semantic-mode): Use js-mode-hook for Javascript hook.
3401         * cedet/srecode/template.el: Remove hook variable.
3403         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3405         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3406         projects exist.
3407         (ede-project-placeholder-cache-file): Default to a file in
3408         user-emacs-directory.
3410         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3411         templates in data-directory.
3412         (srecode-map-save-file): Default to a file in user-emacs-directory.
3414         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3415         directory.
3417 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3419         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3420         Doc fix.
3422         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3423         Only insert each variable once.
3425         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3426         (ede-pmake-insert-variable-shared): Use it.
3428         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3429         for lexical table iff table is nil.
3431 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3433         * vc.el: Remove commented out code.
3434         (vc-derived-from-dir-mode): Remove, unused.
3435         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3437 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
3439         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3440         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
3441         there could be recursive loading when `default-directory' is a
3442         remote file name.  (Bug#4614)
3444 2009-10-03  Glenn Morris  <rgm@gnu.org>
3446         * calendar/calendar.el (calendar-basic-setup): Handle the case where
3447         the frame is wide.
3448         (calendar-generate-window): Test for shrinkability rather than width.
3450         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3451         declaration, currently false.
3453         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3454         reusing existing buffers, in case we happen to visit two files with the
3455         same basename.  (Bug#4593)
3457 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3459         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3460         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3461         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3462         subdirs of cedet as well.
3463         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3465 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3467         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3468         Obey advertised-signature-table.
3470         * help-fns.el (help-function-arglist): Don't check
3471         advertised-signature-table.
3472         (describe-function-1): Do it here instead so it also applies to subrs.
3474 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
3476         * simple.el (start-file-process): Say in the doc-string, that file
3477         handlers might not support pty association, if PROGRAM is nil.
3479         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3480         HOST and USER are strings.  They are nil, when there are
3481         incomplete entries in ~/.netrc, for example.
3482         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
3483         root directory ("device busy" error otherwise).
3485         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3486         Flush file properties of created directory.
3488 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3490         * makefile.w32-in (WINS_BASIC): Remove cedet.
3491         (WINS_CEDET): Add cedet.
3492         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3494 2009-10-02  Kevin Ryde  <user42@zip.com.au>
3496         * net/browse-url.el (browse-url): Pass any symbol in
3497         browse-url-browser-function to `apply', since if you've mistakenly put
3498         an unbound symbol then the error is clearer.  (Bug#4531)
3500 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3502         * allout.el (allout-init, allout-back-to-current-heading)
3503         (allout-beginning-of-current-entry, allout-ascend-to-depth)
3504         (allout-ascend, allout-up-current-level, allout-end-of-level)
3505         (allout-previous-visible-heading, allout-forward-current-level)
3506         (allout-backward-current-level, allout-show-children):
3507         * apropos.el (apropos-describe-plist):
3508         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3509         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3510         * completion.el (add-completion, add-permanent-completion):
3511         * descr-text.el (describe-text-category, describe-char):
3512         * desktop.el (desktop-lazy-abort):
3513         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3514         * dired.el (dired-build-subdir-alist):
3515         * ediff.el (ediff-version):
3516         * elide-head.el (elide-head, elide-head-show):
3517         * emerge.el (emerge-version):
3518         * env.el (getenv):
3519         * face-remap.el (variable-pitch-mode):
3520         * faces.el (describe-face):
3521         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3522         (dired-at-point):
3523         * files.el (find-file-existing, auto-save-mode):
3524         * font-lock.el (font-lock-fontify-buffer):
3525         * help-fns.el (describe-function, describe-variable)
3526         (describe-syntax, describe-categories):
3527         * help.el (view-lossage, describe-bindings, describe-key)
3528         (describe-mode):
3529         * hexl.el (hexl-current-address):
3530         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3531         * info.el (Info-goto-emacs-key-command-node):
3532         * log-edit.el (log-edit-insert-cvs-template)
3533         (log-edit-insert-cvs-rcstemplate):
3534         * menu-bar.el (menu-bar-mode):
3535         * mouse.el (mouse-appearance-menu):
3536         * newcomment.el (comment-indent-new-line):
3537         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3538         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3539         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3540         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3541         * recentf.el (recentf-mode):
3542         * savehist.el (savehist-mode, savehist-save):
3543         * shadowfile.el (shadow-copy-files):
3544         * simple.el (kill-ring-save, next-line, previous-line)
3545         (normal-erase-is-backspace-mode):
3546         * strokes.el (strokes-update-window-configuration)
3547         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3548         (strokes-xpm-for-stroke):
3549         * time.el (emacs-uptime, emacs-init-time):
3550         * tutorial.el (tutorial--describe-nonstandard-key)
3551         (tutorial--detailed-help):
3552         * type-break.el (type-break-mode)
3553         (type-break-mode-line-message-mode, type-break-query-mode)
3554         (type-break-guesstimate-keystroke-threshold):
3555         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3556         * version.el (emacs-version):
3557         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3558         * winner.el (winner-mode):
3559         * calendar/timeclock.el (timeclock-in, timeclock-out)
3560         (timeclock-status-string, timeclock-change)
3561         (timeclock-workday-remaining-string)
3562         (timeclock-workday-elapsed-string)
3563         (timeclock-when-to-leave-string):
3564         * calendar/todo-mode.el (todo-add-category):
3565         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3566         * emacs-lisp/autoload.el (update-file-autoloads):
3567         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3568         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3569         (checkdoc-message-text, checkdoc-defun):
3570         * emacs-lisp/debug.el (debugger-list-functions):
3571         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3572         * emacs-lisp/eieio-opt.el (eieio-describe-class)
3573         (eieio-describe-generic):
3574         * emacs-lisp/lisp-mnt.el (lm-synopsis):
3575         * emacs-lisp/shadow.el (list-load-path-shadows):
3576         * emulation/cua-base.el (cua-mode):
3577         * emulation/edt.el (edt-set-scroll-margins):
3578         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3579         (tpu-toggle-regexp, tpu-toggle-search-direction)
3580         (tpu-toggle-rectangle, tpu-toggle-control-keys):
3581         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3582         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3583         (viper-set-parsing-style-toggling-macro)
3584         (viper-set-emacs-state-searchstyle-macros):
3585         * emulation/viper.el (viper-set-hooks):
3586         * eshell/esh-mode.el (eshell-truncate-buffer):
3587         * international/mule-cmds.el (prefer-coding-system)
3588         (describe-input-method, describe-language-environment):
3589         * international/mule-diag.el (list-character-sets)
3590         (describe-character-set, describe-coding-system)
3591         (describe-fontset, list-fontsets, list-input-methods):
3592         * mail/sendmail.el (mail-signature):
3593         * net/ange-ftp.el (ange-ftp-copy-file):
3594         * net/browse-url.el (browse-url):
3595         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3596         * net/quickurl.el (quickurl-add-url):
3597         * net/rcirc.el (names, topic):
3598         * net/xesam.el (xesam-mode):
3599         * play/5x5.el (5x5-new-game):
3600         * play/yow.el (apropos-zippy):
3601         * progmodes/ada-mode.el (ada-mode-version):
3602         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3603         (f90-end-of-block)
3604         (f90-beginning-of-block):
3605         * progmodes/fortran.el (fortran-end-of-block)
3606         (fortran-beginning-of-block):
3607         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3608         * progmodes/python.el (python-describe-symbol, python-shell):
3609         * term/ns-win.el (ns-print-buffer):
3610         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3611         * textmodes/flyspell.el (flyspell-mode-on):
3612         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3613         (pages-directory-for-addresses):
3614         * textmodes/table.el (table-recognize-cell)
3615         (table-query-dimension, table-generate-source)
3616         (table-insert-sequence, table--warn-incompatibility):
3617         * textmodes/tex-mode.el (tex-validate-buffer):
3618         * textmodes/texinfmt.el (texinfmt-version)
3619         (texinfo-format-buffer):
3620         Use `called-interactively-p' instead of `interactive-p'.
3622 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3624         * image-mode.el (image-toggle-display):
3625         * emacs-lisp/elp.el (elp-instrument-function):
3626         * emacs-lisp/advice.el (ad-make-advised-definition):
3627         * emacs-lisp/easy-mmode.el (define-minor-mode):
3628         * net/browse-url.el (browse-url-maybe-new-window):
3629         * progmodes/sh-script.el (sh-learn-buffer-indent):
3630         Pass new argument 'any to `called-interactively-p'.
3632 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3634         * international/uni-bidi.el:
3635         * international/uni-category.el:
3636         * international/uni-combining.el:
3637         * international/uni-comment.el:
3638         * international/uni-decimal.el:
3639         * international/uni-decomposition.el:
3640         * international/uni-digit.el:
3641         * international/uni-lowercase.el:
3642         * international/uni-mirrored.el:
3643         * international/uni-name.el:
3644         * international/uni-numeric.el:
3645         * international/uni-old-name.el:
3646         * international/uni-titlecase.el:
3647         * international/uni-uppercase.el:
3648         Regenerate from Unicode 5.2.0 data.
3650 2009-10-01  Glenn Morris  <rgm@gnu.org>
3652         * Makefile.in (ELCFILES): Regenerate.
3654 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * subr.el (interactive-p): Mark obsolete.
3657         (called-interactively-p): Make the optional-ness of `kind' obsolete.
3658         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3659         advertised-signature-table for subroutines as well.
3661         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3662         (set-advertised-calling-convention): New function.
3663         (make-obsolete, define-obsolete-function-alias)
3664         (make-obsolete-variable, define-obsolete-variable-alias):
3665         Make the optional-ness of `when' obsolete.
3666         (define-obsolete-face-alias): Make `when' non-optional.
3667         * help-fns.el (help-function-arglist):
3668         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3669         Use advertised-signature-table.
3671 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3673         * files.el (delete-directory): New defun.  The original function
3674         in fileio.c has been renamed to `delete-directory-internal'.
3676         * dired.el (dired-delete-file): Call `delete-directory' with
3677         RECURSIVE parameter.
3679         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3680         parameter RECURSIVE.  Implementation is missing.
3682         * net/tramp.el (tramp-handle-make-directory): Flush upper
3683         directory's file properties.
3684         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3685         (tramp-handle-dired-recursive-delete-directory): Flush directory
3686         properties after the remove command only.
3688         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3689         Handle optional parameter RECURSIVE.
3691         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3692         Handle optional parameter RECURSIVE.
3694         * net/tramp-smb.el (tramp-smb-errors): Add error message for
3695         connection timeout.
3696         (tramp-smb-handle-delete-directory): Handle optional parameter
3697         RECURSIVE.
3699 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3701         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3702         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3703         (byte-compile-defmacro): Use backquotes.
3705         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3707         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3708         has no associated file.
3709         (vc-resynch-buffer): Use vc-dir-buffers.
3711 2009-10-01  Glenn Morris  <rgm@gnu.org>
3713         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3714         (chart-file-count):
3715         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3716         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3717         * emacs-lisp/eieio-opt.el (eieio-describe-class):
3718         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3719         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3720         (eieio-copy-parents-into-subclass, make-instance, class-children)
3721         (eieio-generic-form):
3722         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3723         * cedet/cedet-idutils.el (cedet-idutils-search)
3724         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3725         (cedet-idutils-version-check):
3726         * cedet/cedet.el (cedet-version):
3727         * cedet/data-debug.el (data-debug-insert-overlay-button)
3728         (data-debug-insert-overlay-list-button)
3729         (data-debug-insert-buffer-button)
3730         (data-debug-insert-buffer-list-button)
3731         (data-debug-insert-process-button, data-debug-insert-ring-button)
3732         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3733         (data-debug-insert-stuff-vector-button)
3734         (data-debug-insert-symbol-button, data-debug-insert-string)
3735         (data-debug-insert-number, data-debug-insert-lambda-expression)
3736         (data-debug-insert-nil, data-debug-insert-simple-thing)
3737         (data-debug-insert-custom, data-debug-edebug-expr):
3738         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3739         (global-ede-mode-map, ede-new, ede-debug-target)
3740         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3741         * cedet/semantic.el (semantic-minimum-working-buffer-size)
3742         (semantic-fetch-tags, semantic-submode-list)
3743         (semantic-default-submodes):
3744         * cedet/ede/source.el (ede-source-match):
3745         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3746         (project-am-package-info):
3747         * cedet/ede/proj.el (ede-proj-target, project-new-target):
3748         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3749         * cedet/ede/proj-comp.el (ede-current-build-list):
3750         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3751         * cedet/ede/files.el (ede-toplevel-project-or-nil):
3752         * cedet/ede/cpp-root.el (initialize-instance):
3753         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3754         (autoconf-parameter-strip, autoconf-insert-new-macro):
3755         * cedet/semantic/wisent.el (wisent-lex-eoi):
3756         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3757         (semantic-show-parser-state-mode):
3758         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3759         * cedet/semantic/tag.el (semantic-tag-new-variable)
3760         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3761         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3762         (semantic--tag-deep-copy-tag-list)
3763         (semantic-tag-components-with-overlays-default):
3764         * cedet/semantic/symref.el (semantic-symref-find-text):
3765         * cedet/semantic/senator.el (senator-yank-tag)
3766         (senator-transpose-tags-up):
3767         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3768         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3769         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3770         * cedet/semantic/lex.el (semantic-lex-comment-regex)
3771         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3772         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3773         * cedet/semantic/lex-spp.el
3774         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3775         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3776         * cedet/semantic/idle.el
3777         (semantic-idle-summary-current-symbol-info-brutish)
3778         (semantic-idle-summary-current-symbol-info-default):
3779         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3780         (semantic--grammar-macro-compl-dict):
3781         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3782         * cedet/semantic/format.el (semantic-format-tag-custom-list)
3783         (semantic-format-tag-canonical-name-default):
3784         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3785         (semantic-find-tags-for-completion)
3786         (semantic-find-tags-by-scope-protection-default)
3787         (semantic-deep-find-tags-for-completion):
3788         * cedet/semantic/edit.el
3789         (semantic-edits-incremental-reparse-failed-hook)
3790         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3791         (semantic-edits-splice-remove, semantic-edits-splice-replace):
3792         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3793         * cedet/semantic/dep.el (semantic-dependency-include-path):
3794         * cedet/semantic/db.el (semanticdb-default-find-index-class)
3795         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3796         (semanticdb-project-roots):
3797         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3798         (semanticdb-find-adebug-insert-scanned-tag-cons)
3799         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3800         (semanticdb-brute-deep-find-tags-for-completion):
3801         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3802         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3803         (semantic-end-of-context-default)
3804         (semantic-ctxt-current-function-default)
3805         (semantic-ctxt-scoped-types-default):
3806         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3807         (semantic-complete-inline-tag-engine)
3808         (semantic-complete-inline-custom-type)
3809         (semantic-complete-read-tag-analyzer):
3810         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3811         (semantic-chart-database-size):
3812         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3813         (semantic-analyze-current-context):
3814         * cedet/semantic/symref/list.el (semantic-symref)
3815         (semantic-symref-hide-buffer, semantic-symref-symbol):
3816         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3817         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3818         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3819         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3820         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3821         (semantic-c-dereference-template):
3822         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3823         (semantic--analyze-refs-full-lookup-with-parents)
3824         (semantic--analyze-refs-full-lookup-simple):
3825         * cedet/semantic/analyze/complete.el
3826         (semantic-analyze-possible-completions):
3827         * cedet/srecode/table.el (srecode-mode-table-new):
3828         * cedet/srecode/srt.el (srecode-read-variable-name):
3829         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3830         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3831         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3832         * cedet/srecode/map.el (srecode-current-map):
3833         * cedet/srecode/insert.el (srecode-insert)
3834         (srecode-insert-variable-secondname-handler, srecode-insert-method)
3835         (srecode-template-inserter-point-override)
3836         (srecode-insert-include-lookup):
3837         * cedet/srecode/getset.el (srecode-auto-choose-class):
3838         * cedet/srecode/extract.el (srecode-inserter-extract):
3839         * cedet/srecode/document.el
3840         (srecode-document-autocomment-return-last-alist)
3841         (srecode-document-autocomment-param-type-alist)
3842         (srecode-document-insert-function-comment)
3843         (srecode-document-insert-variable-one-line-comment)
3844         (srecode-document-function-name-comment):
3845         * cedet/srecode/dictionary.el (srecode-create-dictionary)
3846         (srecode-compound-toString):
3847         * cedet/srecode/compile.el (srecode-flush-active-templates):
3848         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3849         Doc/message fixes.
3851         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3852         match-data.  (Bug#4555).
3854         * cedet/semantic/bovine/gcc.el
3855         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3856         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3858         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3859         rather than parsing it as a regexp.  This relaxes the layout
3860         requirements and makes errors easier to detect.
3861         (check-declare-verify): Check file is regular.
3862         (check-declare-directory): Doc fix.
3863         * subr.el (declare-function): Doc fix.
3865         * ibuffer.el (ibuffer-format-qualifier):
3866         * isearch.el (hi-lock-regexp-okay):
3867         * calc/calc.el (math-zerop):
3868         * mail/uce.el (rmail-msgbeg, rmail-msgend):
3869         * term/w32-win.el (setup-default-fontset, set-fontset-font):
3870         Remove unused declarations.
3872 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3874         * cedet/semantic/wisent/javat-wy.el
3875         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3877 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
3879         * cedet/srecode/expandproto.el: Fix provide statement.
3881 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3883         * emacs-lisp/eieio.el (boolean-p): Delete.
3885 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
3887         * cedet/ede/srecode.el: Fix provide statement.
3889 2009-09-30  Glenn Morris  <rgm@gnu.org>
3891         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3892         * cedet/ede/proj-aux.el (ede-aux-source):
3893         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3894         (ede-misc-source):
3895         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3896         (semantic-mrub-switch-tags): Fix doc typos.
3898         * cedet/semantic/db-global.el (data-debug-new-buffer)
3899         (data-debug-insert-thing): Remove unneeded declarations (one broken).
3900         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3902         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3904         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3905         use of CL function `remove-if-not'.
3907         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3909         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3910         filename is not a string.
3912 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
3914         * files.el (safe-local-eval-forms): Fix typo.
3916 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3918         * vc-hooks.el (vc-dir-buffers): New var.
3919         (vc-state-refresh): New function.
3920         (vc-state): Use it.
3921         (vc-after-save): Always ask the backend to recompute the new state.
3922         Always call vc-dir if necessary, using vc-dir-buffers.
3923         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3924         Use vc-dir-buffers.
3925         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3926         (vc-dir-prepare-status-buffer, vc-dir-update)
3927         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3928         Don't call expand-file-name on default-directory.
3930 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3932         * speedbar.el (speedbar-item-delete):
3933         * calc/calc-prog.el (calc-kbd-if):
3934         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3936         * epa.el (epa-key-list-mode-map):
3937         * hi-lock.el (hi-lock-menu): Fix typos in menus.
3939         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3940         (hs-show-hook): Fix typo in docstring.
3942 2009-09-29  Glenn Morris  <rgm@gnu.org>
3944         * cedet/semantic/symref/idutils.el:
3945         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3947         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3949         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3950         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3951         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3952         Mark declarations not understood by check-declare.
3954         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3955         file-name-nondirectory call preventing location of cedet files.
3956         (check-declare-verify): Use literal search rather than re-search.
3957         Add basic defmethod and defclass, and define-overloadable-function.
3959         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3960         Use tramp-compat-file-attributes rather than nonexistent
3961         tramp-compat-handle-file-attributes.
3963         * Makefile.in (lisptagsfiles4): New.
3964         (AUTOGENEL): Add cedet loaddefs files.
3965         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3966         (update-elclist, compile-always, backup-compiled-files)
3967         (bootstrap-clean): Add yet another directory level.
3968         (update-elclist): Use LC_COLLATE rather than COLLATE.
3969         (ELCFILES): Update, via `make update-elclist'.
3971 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3973         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3974         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3975         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3977 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
3979         * Makefile.in (lisptagsfiles3): Define.
3980         (TAGS, TAGS-LISP): Use it.
3981         (update-elclist): Add third directory level to look for elc files.
3982         (compile-always): Likewise.
3983         (backup-compiled-files): Likewise.
3984         (bootstrap-clean): Likewise.
3985         (ELCFILES): Update.
3987 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
3989         * Makefile.in (ELCFILES): Add CEDET files.
3991 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3993         CEDET (development tools) package merged.
3995         * cedet/*.el:
3996         * cedet/ede/*.el:
3997         * cedet/semantic/*.el:
3998         * cedet/srecode/*.el: New files.
4000 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4002         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4004         * net/tramp.el (top): Require tramp-imap.
4006         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4007         Use `tramp-compat-handle-file-attributes'.
4009 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4011         * net/tramp-imap.el: New package.
4013 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4015         * emacs-lisp/chart.el:
4016         * emacs-lisp/eieio-base.el:
4017         * emacs-lisp/eieio-comp.el:
4018         * emacs-lisp/eieio-custom.el:
4019         * emacs-lisp/eieio-datadebug.el:
4020         * emacs-lisp/eieio-opt.el:
4021         * emacs-lisp/eieio-speedbar.el:
4022         * emacs-lisp/eieio.el: New files.
4024         * cedet/cedet-cscope.el:
4025         * cedet/cedet-files.el:
4026         * cedet/cedet-global.el:
4027         * cedet/cedet-idutils.el:
4028         * cedet/data-debug.el:
4029         * cedet/inversion.el:
4030         * cedet/mode-local.el:
4031         * cedet/pulse.el: New files.
4033 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4035         * whitespace.el (whitespace-trailing-regexp)
4036         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4037         Fix doc string.
4039 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4041         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4042         menu.
4044         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4045         menu-bar-ediff-menu.
4047         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4048         define-overloadable-function.
4050         * progmodes/autoconf.el: Provide autoconf as well, so that this
4051         file can be `require'd.
4053         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4055         * emacs-lisp/autoload.el (generated-autoload-feature)
4056         (generated-autoload-load-name): New vars.
4057         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4058         (make-autoload): Recognize define-overloadable-function and
4059         defclass forms (for EIEIO).
4061         * Makefile.in (update-subdirs): Exclude cedet directory.
4063 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4065         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4067         * faces.el: Default light-background background for region face to
4068         ns_selection_color under NS.
4070 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4072         * net/imap-hash.el: New library, see NEWS.
4074         * Makefile.in (ELCFILES): Add imap-hash.el.
4076 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4078         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4079         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4080         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4081         definition where the docstring could be taken for the return value.
4083 2009-09-26  Glenn Morris  <rgm@gnu.org>
4085         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4086         Add option to only show images below a certain size.
4087         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4088         save-excursion calls.
4090 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4092         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4093         subdirectories) and eieio.
4095 2009-09-26  Alan Mackenzie  <acm@muc.de>
4097         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4098         buggy bracketing.  (Bug#4289)
4100         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4101         character constants (as case labels).  (Bug#4289)
4103 2009-09-25  Juri Linkov  <juri@jurta.org>
4105         * files.el (safe-local-eval-forms): Allow time-stamp in
4106         before-save-hook (Bug#4554).
4108 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4110         * menu-bar.el (list-buffers-directory): Doc fix.
4112 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4115         Try and avoid copying twice the same paragraph.
4116         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4117         Remove save-excursion.
4118         (log-edit-changelog-entry): Do it here instead.
4120 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4122         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4123         when available, instead of hardcoding mode names.  Doc fix.
4125         * menu-bar.el (list-buffers-directory): Add docstring.
4126         Make automatically buffer-local.
4128         * dired.el (dired-mode):
4129         * files.el (cd-absolute):
4130         * pcvs.el (cvs-temp-buffer):
4131         * pcvs-util.el (cvs-get-buffer-create):
4132         * shell.el (shell-mode):
4133         * vc-dir.el (vc-dir-mode):
4134         Don't make `list-buffers-directory' buffer local.
4136 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4138         * comint.el (comint-exec, comint-run, make-comint):
4139         Doc fixes (Bug#4542).
4141 2009-09-25  Glenn Morris  <rgm@gnu.org>
4143         * mail/rmailmm.el (rmail-mime): New custom group.
4144         Move all defcustoms in this file into this group.
4145         (rmail-mime-media-type-handlers-alist): Revert previous change.
4146         (rmail-mime-show-images): New option.
4147         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4148         references to it, since it wasn't actually used for anything.
4149         (rmail-mime-insert-image): New function.
4150         (rmail-mime-image): Use rmail-mime-insert-image.
4151         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4152         obey the value of `rmail-mime-show-images' option.  Print the size of
4153         attachments.
4155 2009-09-25  David Engster  <deng@randomsample.de>
4157         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4159 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4161         * whitespace.el: Does not highlight trailing spaces While point is
4162         at end of line.  Does not highligt spaces at beginning of buffer
4163         while point is at beginning of buffer.  Does not highlight spaces
4164         at end of buffer while point is at end of buffer.  (Bug#4177)
4165         New version 12.0.
4166         (whitespace-display-mappings): Adjust initialization.
4167         (whitespace-point, whitespace-font-lock-refontify): New vars.
4168         (whitespace-color-on, whitespace-color-off): Adjust code.
4169         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4170         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4171         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4173 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4175         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4177         * textmodes/sgml-mode.el: Remove xml-mode alias.
4179         * files.el (auto-mode-alist, conf-mode-maybe)
4180         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4182 2009-09-24  Alan Mackenzie  <acm@muc.de>
4184         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4185         c-forward-conditionals, but it doesn't move point and doesn't set
4186         the mark.
4187         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4188         (c-down-conditional-with-else, c-backward-conditional)
4189         (c-forward-conditional): Refactor to use c-scan-conditionals.
4191 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4193         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4194         (help-default-arg-highlight): Remove.
4195         (help-highlight-arg): New function.
4196         (help-do-arg-highlight): Use it.
4197         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4199 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4202         Undo last change, which didn't fix the problem and introduced others.
4204 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4206         * progmodes/gdb-mi.el: Don't require speedbar.
4207         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4209 2009-09-24  Glenn Morris  <rgm@gnu.org>
4211         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4213         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4215         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4216         there is no newline after the final mime boundary.  (Bug#4539)
4217         Move markers on insertion so that any buttons inserted don't end up in
4218         the next part of a multipart message.
4219         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4220         (rmail-mime-bulk-handler): Optionally handle images.
4221         (rmail-mime-image): New button action.
4222         (rmail-mime-image-handler): New function.
4223         (rmail-mime-mode): New mode.
4224         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4226 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4228         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4229         than just dropping elements from it (bug#4504).
4231         * term.el (term-set-scroll-region): Don't move cursor any more.
4232         (term-handle-ansi-escape): Call term-goto here instead.
4233         Suggested by Ivan Kanis <apple@kanis.eu>.
4235         * term.el: Require CL.
4236         (term-ansi-reset): New function.
4237         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4238         (term-handle-colors-array): Simplify.
4240 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4242         * allout.el (allout-overlay-interior-modification-handler)
4243         (allout-obtain-passphrase):
4244         * epa-file.el (epa-file-write-region):
4245         * ps-print.el (ps-begin-job):
4246         * vc-hooks.el (vc-toggle-read-only):
4247         * vc-rcs.el (vc-rcs-rollback):
4248         * vc-sccs.el (vc-sccs-rollback):
4249         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4250         (vc-version-diff, vc-revert, vc-rollback):
4251         * wdired.el (wdired-check-kill-buffer):
4252         * emacs-lisp/authors.el (authors):
4253         * net/socks.el (socks-open-connection):
4254         * net/zeroconf.el (zeroconf-service-add-hook):
4255         * obsolete/vc-mcvs.el (vc-mcvs-register):
4256         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4257         (gdb-select-frame):
4258         * progmodes/grep.el (lgrep, rgrep):
4259         * progmodes/idlw-help.el (idlwave-help-check-locations)
4260         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4261         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4262         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4263         (reftex-toc-rename-label): Fix typos in error messages.
4265         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4266         (dired-copy-how-to-fn): Doc fix.
4267         (dired-files-attributes, dired-read-shell-command):
4268         Fix typos in docstrings.
4270         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4271         (dired-x-find-file-other-window): Reflow docstrings.
4272         (dired-omit-marker-char, dired-read-shell-command)
4273         (dired-x-submit-report): Fix typos in docstrings.
4275         * shell.el (shell-mode-hook):
4276         * view.el (View-scroll-line-forward):
4277         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4278         Fix typos in docstrings.
4280         * net/dig.el (dig-invoke): Fix typo in docstring.
4281         (query-dig): Reflow docstring.
4283         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4284         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4285         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4286         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4287         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4288         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4289         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4290         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4291         (idlwave-completion-map, idlwave-current-indent)
4292         (idlwave-custom-ampersand-surround, idlwave-customize)
4293         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4294         (idlwave-define-abbrev, idlwave-determine-class-special)
4295         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4296         (idlwave-end-block-reg, idlwave-end-of-statement)
4297         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4298         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4299         (idlwave-explicit-class-listed, idlwave-file-header)
4300         (idlwave-fill-paragraph, idlwave-find-class-definition)
4301         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4302         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4303         (idlwave-in-quote, idlwave-indent-action-table)
4304         (idlwave-indent-expand-table, idlwave-indent-line)
4305         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4306         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4307         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4308         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4309         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4310         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4311         (idlwave-outlawed-buffers, idlwave-popup-select)
4312         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4313         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4314         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4315         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4316         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4317         (idlwave-statement-type, idlwave-struct-skip)
4318         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4319         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4320         (idlwave-what-module-find-class): Fix typos in docstrings.
4321         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4322         (idlwave-calculate-cont-indent, idlwave-expand-equal)
4323         (idlwave-find-module, idlwave-find-structure-definition)
4324         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4325         (idlwave-list-load-path-shadows, idlwave-next-statement)
4326         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4327         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4328         (idlwave-template): Reflow docstrings.
4330         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4331         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4332         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4333         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4334         (idlwave-shell-display-line, idlwave-shell-display-wframe)
4335         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4336         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4337         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4338         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4339         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4340         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4341         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4342         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4343         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4344         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4345         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4346         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4347         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4348         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4349         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4350         Fix typos in docstrings.
4351         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4352         (idlwave-shell-hide-output, idlwave-shell-mode)
4353         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4354         Reflow docstrings.
4356         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4358 2009-09-24  Ivan Kanis  <apple@kanis.eu>
4360         * term.el (term-bold-attribute): New var.
4361         (term-handle-colors-array): Use it.
4363 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
4365         * progmodes/gdb-mi.el (gdb-version): New variable.
4366         (gdb-non-stop-handler): Set gdb-version.
4367         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4368         Condition "--thread" option on gdb-version.
4369         (gdb-invalidate-threads): Remove unused argument.
4371 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4374         to looking-back to avoid ridiculous slow down in large files (bug#4511).
4376 2009-09-23  Glenn Morris  <rgm@gnu.org>
4378         * mail/rmail.el (rmail-reply): Don't try to add a References header when
4379         replying to mail without References or Message-Id.  (Bug#4525)
4381 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4383         * term/ns-win.el (ns-reg-to-script): New variable.
4385 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
4387         * epg.el (epg-wait-for-status): Preserve existing 'error results.
4389 2009-09-22  Sam Steingold  <sds@gnu.org>
4391         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4392         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4393         to 1 because hg returns status 1 when nothing is found.
4394         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4396 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4398         * textmodes/fill.el: Convert to utf-8 encoding.
4399         (fill-french-nobreak-p): Remove redundant » and « inherited from our
4400         pre-unicode days.
4402         * add-log.el (change-log-fill-forward-paragraph): New function.
4403         (change-log-mode): Use it so fill-region DTRT.
4404         Set fill-indent-according-to-mode here rather than in
4405         change-log-fill-paragraph.
4406         (change-log-fill-paragraph): Remove.
4408 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
4410         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4411         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
4413 2009-09-22  Glenn Morris  <rgm@gnu.org>
4415         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4416         the scroll-bar scroll the calendar window rather than the buffer.
4418         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4419         commands that move point (as opposed to scrolling).
4421         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4423         * emacs-lisp/elint.el (elint): New custom group.
4424         (elint-log-buffer): Make it a defcustom.
4425         (elint-scan-preloaded, elint-ignored-warnings)
4426         (elint-directory-skip-re): New options.
4427         (elint-builtin-variables): Doc fix.
4428         (elint-preloaded-env): New variable.
4429         (elint-unknown-builtin-args): Add an entry for encode-time.
4430         (elint-extra-errors): Make it a variable rather than a constant.
4431         (elint-preloaded-skip-re): New constant.
4432         (elint-directory): Skip files matching elint-directory-skip-re.
4433         (elint-features): New variable, local to linted buffers.
4434         (elint-update-env): Initialize elint-features.  Possibly add
4435         elint-preloaded-env to the buffer's environment.
4436         (elint-get-top-forms): Bind elint-current-pos, for log messages.
4437         Skip quoted forms.
4438         (elint-init-form): New function, extracted from elint-init-env.
4439         Make non-list forms a warning rather than an error.
4440         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
4441         easy-menu-define, put that adds an error-condition, and provide.
4442         When requiring cl, also require cl-macs.  Really require cl, to handle
4443         some cl macros.  Store required libraries in the list elint-features,
4444         so as not to re-load them.  Treat cc-require like require.
4445         (elint-init-env): Call elint-init-form to do the work.
4446         Handle eval-and-compile and such like.
4447         (elint-add-required-env): Do not clear messages.
4448         (elint-special-forms): Add handlers for function, defalias, if, when,
4449         unless, and, or.
4450         (elint-form): Add optional argument to ignore elint-special-forms,
4451         useful to prevent recursive calls from handlers.  Doc fix.
4452         Respect elint-ignored-warnings.
4453         (elint-form): Respect elint-ignored-warnings.
4454         (elint-bound-variable, elint-bound-function): New variables.
4455         (elint-unbound-variable): Respect elint-bound-variable.
4456         (elint-get-args): Respect elint-bound-function.
4457         (elint-check-cond-form): Add some simple handling for (f)boundp and
4458         featurep tests.
4459         (elint-check-defalias-form): New handler.
4460         (elint-check-let-form): Make an empty let a warning rather than an
4461         error.
4462         (elint-check-setq-form): Make an empty setq a warning rather than an
4463         error.  Respect elint-ignored-warnings.
4464         (elint-check-defvar-form): Accept null doc-strings.
4465         (elint-check-conditional-form): New handler.  Does some simple-minded
4466         checking of featurep and (f)boundp tests.
4467         (elint-put-function-args): New function.
4468         (elint-initialize): Use elint-scan-doc-file rather than
4469         elint-find-builtin-variables.  Use elint-put-function-args.
4470         Possibly scan preloaded-file-list.
4471         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4472         extend to handle functions as well.
4474 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
4476         * linum.el (linum-delete-overlays, linum-update-window):
4477         Do not modify the right margin.  (Bug#3971)
4479 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
4481         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4482         nxml-mode instead of xml-mode.
4484 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4486         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
4488 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4490         * net/dig.el (dig-mode): Use define-derived-mode.
4492 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4494         * vc-dispatcher.el (vc-do-command): Return the process object in
4495         the asynchronous case.  Use when instead of if.  Do not run
4496         vc-exec-after to display a message if not enabled.  (Bug#4463)
4498         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4499         properties to the stash strings.
4500         (vc-git-stash-list): Return a list of strings.
4501         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4502         (vc-git-stash-show-at-point): New functions.
4503         (vc-git-stash-map): New keymap.
4505         * register.el (ctl-x-r-map): Define the keys here instead of
4506         using autoload.
4508 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
4510         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4511         list, to workaround performance problem (bug#4485).
4513 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
4515         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4517 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
4519         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4520         Document that this option is not recommended to use.
4522 2009-09-19  Glenn Morris  <rgm@gnu.org>
4524         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4525         variable `var'.
4527         * calc/calc-alg.el (var):
4528         * calc/calcalg2.el (var): Define for compiler.
4530 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
4532         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4533         Doc fix (Bug#3932).
4535         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4537         * time-stamp.el (time-stamp-month-dd-yyyy)
4538         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4539         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4540         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4541         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4542         Remove functions that have been obsolete since 1995 (Bug#4436).
4544         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4545         indent buffer only if called interactively (Bug#4452).
4547 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
4548             Eli Zaretskii  <eliz@gnu.org>
4550         This fixes bug#4197 (merged to bug#865, though not identical).
4551         * server.el (server-auth-dir): Add docstring note about FAT32.
4552         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4553         but warn against using them.
4555 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
4557         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4558         older GDB where there is no has_more field.
4560 2009-09-19  Glenn Morris  <rgm@gnu.org>
4562         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4564 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4566         * files.el (auto-mode-alist): Change default for XML files to nXML
4567         mode (Bug#4169).
4569 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
4571         * server.el (server-ensure-safe-dir): Pass 'integer
4572         to `file-attributes', as suggested.
4574 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4576         * dired-aux.el (dired-query-alist): Remove spurious backslash.
4577         (dired-query): Use read-key.
4579 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4581         * cus-start.el (ns-use-qd-smoothing): Remove.
4583 2009-09-18  Glenn Morris  <rgm@gnu.org>
4585         * allout.el (top-level): Remove unnecessary progn.
4587         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4589         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4590         definition of abbrev table.
4592         * speedbar.el (speedbar-track-mouse):
4593         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4594         * net/eudc.el (eudc-expand-inline):
4595         * net/newst-backend.el (newsticker--cache-read-feed):
4596         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4597         condition-case handlers.
4599 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
4601         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4602         (gdb-var-list): Add an element for has_more field.
4603         (gdb-non-stop-handler): Enable pretty printing for STL containers.
4604         (gdb-var-create-handler, gdb-var-list-children-handler-1)
4605         (gdb-var-update-handler-1): Parse output of dynamic variable
4606         objects (STL containers).
4607         (gdb-var-delete-1): Pass var1 as an explicit second argument.
4608         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
4610         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4611         gdb-var-list.
4612         (gud-speedbar-buttons): Make node expandable if expression "has more"
4613         children.
4615 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4617         * startup.el (emacs-quick-startup): Remove variable and all uses.
4618         (command-line): Set `inhibit-x-resources' instead.
4619         (command-line-1): Use `inhibit-x-resources' instead.
4621 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
4623         * subr.el: Fix last change to avoid using the `unless' macro,
4624         which breaks bootstrapping.
4626 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4629         extended definitions, in case we reload subr.el after having
4630         loaded CL.
4631         (eval-next-after-load): Mark as obsolete.
4633 2009-09-17  Juri Linkov  <juri@jurta.org>
4635         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4636         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4637         (menu-bar-showhide-menu, menu-bar-tools-menu)
4638         (menu-bar-describe-menu, menu-bar-help-menu)
4639         (minibuffer-local-completion-map, minibuffer-local-map):
4640         Fix list quoting.
4642 2009-09-17  Glenn Morris  <rgm@gnu.org>
4644         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4645         arguments, whether or not it has a handler.
4647         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4649         * simple.el (hard-newline): Give it a doc-string.
4651         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4652         (lisp-mode-syntax-table): Give them doc-strings.
4654 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4656         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4657         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4658         (menu-bar-options-menu, menu-bar-showhide-menu)
4659         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4660         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4661         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4662         (menu-bar-options-menu, menu-bar-tools-menu)
4663         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4664         (menu-bar-help-menu):
4665         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4666         string arguments.
4668         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4669         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4670         calls for the menu names and :help.
4672 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4674         * mouse.el (minor-mode-menu-from-indicator): Pay attention
4675         to :minor-mode-function (bug#4455).
4677 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4679         * startup.el (command-line): Initialize the window-system after
4680         processing the command-line.
4682         * textmodes/page.el (what-page): Make sure we don't inf-loop if
4683         page-delimiter matches the empty string.
4685 2009-09-16  Glenn Morris  <rgm@gnu.org>
4687         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4688         byte-compile-not-obsolete-var.  It's a list now.
4689         (byte-compile-not-obsolete-funcs): New variable.
4690         (byte-compile-warn-obsolete): Don't warn about functions if they are in
4691         byte-compile-not-obsolete-funcs.
4692         (byte-compile-variable-ref, byte-compile-defvar): Update for
4693         byte-compile-not-obsolete-vars name-change and list nature.
4694         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4695         and variables behind (f)boundp tests.
4696         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4698 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4700         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4702 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4705         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4706         Don't autoload.
4708 2009-09-15  Stephen Eglen  <stephen@gnu.org>
4710         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4711         the virtual-buffers, use the name of the buffer specified by
4712         find-file-noselect, as the match may be a symlink.  (This was a
4713         problem if the target and the symlink had different names.)
4715 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4719         * desktop.el (desktop-path): Check user-emacs-directory.
4721         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4723         * loadup.el: Use after-load-functions to GC after loading each file.
4724         Remove the explicit GC calls that used to be sprinkled around.
4726         * subr.el (after-load-functions): New hook.
4727         (do-after-load-evaluation): Run it.  Use string-match-p to detect
4728         `obsolete' packages, rather than painfully extracting the relevant
4729         directory name.
4731 2009-09-15  Glenn Morris  <rgm@gnu.org>
4733         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4734         free variable `doc'.
4736         * dired.el (dired-mode-map): Add menu entry for async shell command.
4738         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4739         variables, also consider the .elc files, since the .el files are
4740         normally gzipped (subsequent code locates the .el.gz from the .elc).
4742         * calc/calc-prog.el (arglist): Define for compiler.
4744         * calendar/diary-lib.el (diary-display-function): Change the default to
4745         fancy display.
4746         (body): Define for compiler.
4748         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4749         (byte-compile-file-form, byte-compile-lambda)
4750         (byte-compile-top-level-body, byte-compile-form)
4751         (byte-compile-variable-ref, byte-compile-setq)
4752         (byte-compile-setq-default, byte-compile-body)
4753         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4754         (batch-byte-compile): Give some more local variables with common names
4755         a "bytecomp-" prefix to avoid masking warnings about free variables.
4757         * startup.el (command-line-1): Give local variables with common names a
4758         distinguishing prefix, so as not to hide free variable warnings during
4759         bootstrap.
4761         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4762         clever and add a suffix to make a unique name, just let the user decide
4763         whether or not to overwrite it.  If the input is a directory, write the
4764         default filename to that directory.  (Bug#4388)
4765         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4766         is a filename-as-a-directory.
4768 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4770         * textmodes/page.el (what-page): Don't move to beginning of line.
4771         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4773 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4775         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4777 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4779         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4780         * help.el (help-for-help-internal): Add purecopy calls for text.
4782         * vc.el (top): print-log method now takes an optional SHORTLOG
4783         argument.  Add a new method: root.
4784         (vc-root-diff, vc-print-root-log): New functions.
4785         (vc-log-short-style): New variable.
4786         (vc-print-log-internal): Add support for showing short logs.
4788         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4789         vc-print-root-log and vc-print-root-diff.
4791         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4792         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4793         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4794         short logs.
4796         * vc-cvs.el (vc-cvs-print-log):
4797         * vc-mtn.el (vc-mtn-print-log):
4798         * vc-rcs.el (vc-rcs-print-log):
4799         * vc-sccs.el (vc-sccs-print-log):
4800         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4801         that is ignored for now.
4803         * vc-mtn.el (vc-mtn-annotate-command):
4804         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4806 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4809         to function-key-map, and give them ascii-character property.
4810         * term/x-win.el (x-alternatives-map):
4811         * term/ns-win.el (ns-alternatives-map):
4812         * term/internal.el (msdos-key-remapping-map):
4813         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4815 2009-09-14  Glenn Morris  <rgm@gnu.org>
4817         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4818         temp-buffers (2009-09-12).
4820 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4823         the new read-key function.
4825 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4827         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4828         is defined (Bug#4405).
4830 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
4832         * recentf.el (recentf-cleanup): Use a hash table to find
4833         duplicates (Bug#4407).
4835 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
4837         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4838         kp-0 to ascii equivalents (Bug#4325).
4840 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4842         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4844         * eshell/em-hist.el:
4845         * eshell/em-dirs.el (eshell-complete-user-reference):
4846         Declare pcomplete functions and variables to avoid compiler warnings.
4848 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
4850         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4851         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4852         * eshell/em-alias.el (eshell-aliases-file):
4853         * eshell/em-hist.el (eshell-history-file-name):
4854         Use expand-file-name instead of concat to make file names (Bug#4308).
4856 2009-09-13  Glenn Morris  <rgm@gnu.org>
4858         * ediff-merg.el (ediff-do-merge):
4859         * filesets.el (filesets-run-cmd):
4860         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4861         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4862         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4863         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4864         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4865         Replace empty `let's with `progn'.
4867 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4869         * mail/sendmail.el (send-mail-function):
4870         * tooltip.el (tooltip-mode):
4871         * simple.el (transient-mark-mode):
4872         * rfn-eshadow.el (file-name-shadow-mode):
4873         * frame.el (blink-cursor-mode):
4874         * font-core.el (global-font-lock-mode):
4875         * files.el (temporary-file-directory)
4876         (small-temporary-file-directory, auto-save-file-name-transforms):
4877         * epa-hook.el (auto-encryption-mode):
4878         * composite.el (global-auto-composition-mode):
4879         Use custom-initialize-delay.
4880         * startup.el (command-line): Don't explicitly call
4881         custom-reevaluate-setting for all the above vars.
4882         * custom.el (custom-initialize-safe-set)
4883         (custom-initialize-safe-default): Delete.
4885 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4887         * term/x-win.el (x-initialize-window-system):
4888         * term/w32-win.el (w32-initialize-window-system):
4889         * term/ns-win.el (ns-initialize-window-system): Don't call
4890         mouse-wheel-mode since it's enabled globally by default already.
4892         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4893         actually define the variable, but only silences the byte-compiler.
4894         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4895         before looking it up.
4896         (mouse-wheel-scroll-amount): Also reset the bindings if this value
4897         is changed.
4899 2009-09-12  Glenn Morris  <rgm@gnu.org>
4901         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4902         1000.
4903         (elint-add-required-env): Don't beep on error.
4904         (elint-forms): In case of error, return ENV unchanged.
4905         (elint-init-env): Skip non-list forms.
4906         (elint-log): Handle unknown file positions.
4908 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
4910         * epg.el (epg-make-context): Add autoload cookie.
4911         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4912         (epg-decrypt-string, epg-start-verify, epg-verify-file)
4913         (epg-verify-string, epg-start-sign, epg-sign-file)
4914         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4915         (epg-encrypt-string, epg-start-export-keys)
4916         (epg-export-keys-to-file, epg-export-keys-to-string)
4917         (epg-start-import-keys, epg-import-keys-from-file)
4918         (epg-import-keys-from-string, epg-start-receive-keys)
4919         (epg-receive-keys, epg-import-keys-from-server)
4920         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4921         (epg-sign-keys, epg-start-generate-key)
4922         (epg-generate-key-from-file, epg-generate-key-from-string):
4923         Remove autoload cookie.
4925 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
4927         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4928         reevaluation of trash-directory.
4930         * mwheel.el: Fix last change.
4931         (mouse-wheel-mode): New defvar.
4932         (mouse-wheel-mode): Remove autoload cookie.
4934 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * mwheel.el (mwheel-installed-bindings): New var.
4937         (mouse-wheel-mode): Use it, so as to make sure we really remove all
4938         the bindings we set last time.  Use custom-initialize-delay.
4939         * loadup.el: Load mwheel after term/*-win.el.
4940         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4941         and mouse-wheel-up-event now that their first evaluation is done
4942         sufficiently late to be correct.
4944         * startup.el (tutorial-directory): Make it a defcustom.
4945         Use custom-initialize-delay rather than eval-at-startup to set it.
4946         * image.el (image-load-path): Make it a defcustom.
4947         Use custom-initialize-delay rather than eval-at-startup to set it.
4948         * subr.el (eval-at-startup): Remove.
4949         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4951         * subr.el (do-after-load-evaluation): Warn the user after loading an
4952         obsolete package.
4954 2009-09-12  Glenn Morris  <rgm@gnu.org>
4956         * proced.el (proced-mark-alt): Remove alias.
4957         (proced-mode-map): Remove proced-mark-alt.
4959         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4960         Elint file and directory.  Remove initialization entry.
4962         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4963         commands.
4964         (elint-current-buffer): Set mode-line-process.
4965         (elint-init-env): Handle define-derived-mode.
4966         Fix declare-function with unspecified arglist.  Guard against odd
4967         defalias statements (eg iso-insert's 8859-1-map).
4968         (elint-add-required-env): Use a temp buffer.
4969         (elint-form): Just print the function/macro name, not the whole form.
4970         Return env unchanged if we fail to parse a macro.
4971         (elint-forms): Guard against parse errors.
4972         (elint-output): New function, to handle batch mode.
4973         (elint-log-message): Add optional argument.  Use elint-output.
4974         (elint-set-mode-line): New function.
4976 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4978         * emacs-lisp/elp.el (elp-not-profilable): Add more
4979         functions (Bug#4233).
4981 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4983         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4984         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4986 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4988         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4989         (gdb-var-list-children): Use json parsing.
4991 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
4993         * progmodes/js.el (js--proper-indentation): Handle the case where
4994         char-before is null.  Reported by Deniz Dogan.
4996 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4998         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5000 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5002         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5003         (epg-digest-algorithm-alist): Add SHA224.
5004         (epg-context-set-passphrase-callback)
5005         (epg-context-set-progress-callback): Add description about
5006         callback function.
5008 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5010         * custom.el (custom-delayed-init-variables): New var.
5011         (custom-initialize-delay): New function.
5012         * startup.el (command-line): "Re"evaluate all vars in
5013         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5014         explicitly any more.
5015         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5016         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5018         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5020 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5022         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5023         (gdb-var-update-handler): Use json parsing.
5025 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5027         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5028         decode annotated text, regardless of language environment.  (Bug#2741)
5030 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         * Makefile.in (autoloads): Make rmail.el writable as well.
5034 2009-09-11  Glenn Morris  <rgm@gnu.org>
5036         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5037         loaddefs.el.
5038         * dired.el: Regenerate with extracted autoloads.
5039         * Makefile.in (autoloads): Make dired.el writable.
5041         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5042         * ibuffer.el: Regenerate with extracted autoloads.
5043         * Makefile.in (autoloads): Make ibuffer.el writable.
5045         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5046         * version.el (emacs-copyright, emacs-major-version)
5047         (emacs-minor-version): Reformat doc-strings for make-docfile.
5049         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5050         functions and variables, since they must be stuff specific to some other
5051         platform.
5052         (apropos-print): Make mouse-click message less specific about button.
5054         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5055         that records where a macro was defined.
5056         * help-fns.el (describe-function-1): Mention if a function has a
5057         compiler-macro.
5058         * help-mode.el (help-function-cmacro): New button.
5060         * locate.el (top-level): Always require dired.
5061         (locate-mode-map): Initialize inside the defvar.
5063         * net/ange-ftp.el (dired-compress-file): Declare.
5064         (ange-ftp-dired-compress-file): Add doc string.
5066         * term/ns-win.el (x-display-name, x-setup-function-keys):
5067         Unify doc-strings with X versions.
5069 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5071         * emulation/crisp.el (crisp-mode-map): Move initialization
5072         into declaration.
5073         (crisp-mode): Use define-minor-mode.
5075         * progmodes/xscheme.el (xscheme-evaluation-commands):
5076         Put a :advertised-binding property rather than using
5077         advertised-xscheme-send-previous-expression.
5078         (advertised-xscheme-send-previous-expression): Declare obsolete.
5079         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5080         `advertised-undo'.
5081         (crisp-mode): Add corresponding bindings to
5082         undo's :advertised-binding instead.
5083         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5084         than using dired-advertised-find-file.
5085         (dired-advertised-find-file):
5086         * simple.el (advertised-undo):
5087         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5088         (widget-keymap): Put a :advertised-binding property rather
5089         than using advertised-widget-backward.
5090         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5091         than using advertised-undo.
5092         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5094 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5096         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5097         Mark mode is enabled and region is active; otherwise indent or
5098         insert TAB as usual.
5099         (delphi-mode): Update description of TAB-key binding.
5101 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5103         * subr.el (define-key-rebound-commands): Mark obsolete.
5104         * startup.el (precompute-menubar-bindings): Remove.
5105         (normal-top-level): Remove obsolete code that tried to precompute
5106         menubar bindings.
5107         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5108         define-key-rebound-commands and precompute-menubar-bindings.
5110 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5112         * net/imap.el (imap-interactive-login): Better messages.
5113         (imap-open): Fix bug with renamed buffer on reconnect.
5114         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5115         for easier debugging and cleaner code.  On successful (guessed based on
5116         server capabilities) secondary authentication, set imap-state
5117         correctly.
5118         (imap-last-authenticator): Define imap-last-authenticator as a variable
5119         to avoid warnings.
5121 2009-09-10  Glenn Morris  <rgm@gnu.org>
5123         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5125         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5126         (byte-compile-file-form-autoload): Don't warn about unknown functions
5127         where the autoload statement comes after the use.
5128         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5129         that any handlers inside the body (eg require) are in turn respected.
5131         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5132         effects.
5134         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5135         and syntax and abbrev tables basic docs, if they don't have any.
5137         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5139         * international/mule-cmds.el (top-level): Require cl when compiling.
5140         (view-hello-file): Use default-value rather than
5141         default-enable-multibyte-characters.
5143         * progmodes/fortran.el: Move all safe and risky properties into the
5144         defcustoms.
5146         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5147         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5148         * mail/undigest.el:
5149         Put autoloads in rmail.el rather than loaddefs.el.
5150         * mail/rmail.el: Regenerate with extracted autoloads.
5152         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5153         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5155 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5157         Reported in thread for Bug#4375.
5158         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5159         "-data-evaluate-expression" instead of print.
5160         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5161         (gdb-tooltip-print): Parse output from above MI command.
5162         (gdb): Revert 2009-08-11 change.  User should detach inferior
5163         manually.
5165         Remove the word "separate" from IO functions as inferior
5166         output is now never displayed in the GUD buffer.
5168 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5170         * startup.el (command-line-normalize-file-name): On Windows and
5171         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5173 2009-09-10  Juri Linkov  <juri@jurta.org>
5175         * isearch.el (isearch-text-char-description): Propertize escape
5176         character sequences with the `escape-glyph' face.  (Bug#4344)
5178         * simple.el (shell-command): Set asynchronous process filter to
5179         `comint-output-filter'.  (Bug#4343)
5181         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5182         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5183         the list.  Move "asm" to the bottom.
5184         (grep-find-ignored-directories): Add `choice' with nil value
5185         to empty the list easily.
5186         (grep-find-ignored-files): New option.
5187         (grep-files-history): Set to nil by default instead of '("ch" "el").
5188         (grep-compute-defaults): Add "<X>" to `grep-template'.
5189         (grep-read-files): Bind new local variables `default-alias' and
5190         `default-extension'.  Use a list of default values for the file prompt.
5191         (lgrep): Add `--exclude=' command line options composed from
5192         `grep-find-ignored-files'.
5193         (rgrep): Add `-name' command line options composed from
5194         `grep-find-ignored-files'.  (Bug#4301)
5196 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5199         (bug#4368).
5201 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5203         * calendar/time-date.el (autoload):
5204         Expand define-obsolete-function-alias into defalias and make-obsolete
5205         for old Emacsen that Gnus supports.
5206         (with-no-warnings): Define it for old Emacsen.
5207         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5208         is available.
5209         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5210         float-time is available; suppress compile warning for time-to-seconds.
5212 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5214         * net/imap.el (imap-message-map): Docstring fix.
5216 2009-09-09  Glenn Morris  <rgm@gnu.org>
5218         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5219         line numbers too.  (Bug#4374)
5221 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5223         * smerge-mode.el (smerge-remove-props, smerge-refine):
5224         Use with-silent-modifications (bug#4342).
5226         * subr.el (with-silent-modifications): New macro.
5228 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5230         * files.el (top-level): Require `cl' when compiling.
5232 2009-09-07  Glenn Morris  <rgm@gnu.org>
5234         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5236         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5237         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5239 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5241         * vc-git.el (vc-git-annotate-command): Use separator to parse
5242         arguments correctly.
5244 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5246         * proced.el (proced-mode): Doc fix.
5248 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5250         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5251         lstat fails.
5252         (tramp-do-file-attributes-with-ls): Check for file existence at
5253         remote end.
5254         (tramp-do-file-attributes-with-stat): Likewise.
5255         (tramp-convert-file-attributes): Return nil when attr is nil.
5257 2009-09-05  Glenn Morris  <rgm@gnu.org>
5259         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5260         properties to this button.
5261         (diary-fancy-display): Don't extend the button to the final newline.
5262         (diary-fancy-display-mode): Continue to define "q" as a local key.
5264         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5265         efficient.
5267         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5269         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5270         (byte-compile-dest-file-function): New option.
5271         (byte-compile-dest-file): Doc fix.
5272         Obey byte-compile-dest-file-function.
5273         (byte-compile-cl-file-p): New function.
5274         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5275         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5276         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5277         than for file being previously loaded.
5278         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5279         (byte-compile-file-form-require): Handle the case where requiring a file
5280         indirectly causes CL to be loaded.
5282 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5284         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5285         before killing the old buffer, since by the time `kill-buffer' is
5286         run so many buffer variables have been set to nil that it may not
5287         behave as expected.  (Bug#4061)
5289 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5291         * files.el (find-alternate-file): If the old buffer is modified
5292         and visiting a file, behave similarly to `kill-buffer' when
5293         killing it, thus reverting to the pre-1.878 behavior; see
5294         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5295         for discussion.  Also, consult `buffer-file-name' as a variable
5296         not as a function, for consistency with the rest of the code.
5298 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5300         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5301         also when adding a new directory.
5303         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5304         defun.
5306 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * files.el (locate-file-completion-table): Make it provide boundary
5309         information, so partial-completion works better.
5311 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5313         * mail/footnote.el (Footnote-text-under-cursor):
5314         Check footnote-text-marker-alist before using it (bug#4324).
5316 2009-09-04  Glenn Morris  <rgm@gnu.org>
5318         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5319         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5320         * play/solitaire.el, play/tetris.el:
5321         Remove leading * from defcustom and defface docs.
5323         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5324         necessary.
5325         (diary-fancy-overriding-map): New variable.
5326         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5327         Use view-mode.
5329         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5330         goto-line.
5332 2009-09-03  Glenn Morris  <rgm@gnu.org>
5334         * arc-mode.el (archive-mode):
5335         * dos-fns.el (set-default-process-coding-system):
5336         * man.el (Man-getpage-in-background):
5337         * menu-bar.el (menu-bar-describe-menu):
5338         * server.el (server-process-filter):
5339         * startup.el (command-line):
5340         * tar-mode.el (tar-header-block-tokenize, tar-extract):
5341         * w32-fns.el (set-default-process-coding-system):
5342         * x-dnd.el (x-dnd-handle-file-name):
5343         * international/mule-cmds.el (mule-menu-keymap)
5344         (set-default-coding-systems, language-info-alist, set-language-info)
5345         (set-language-environment, standard-display-european-internal)
5346         (set-locale-environment):
5347         * international/mule-diag.el (mule-diag):
5348         * mail/emacsbug.el (report-emacs-bug):
5349         * mail/rmail.el (rmail-mode):
5350         * mail/sendmail.el (mail-setup):
5351         Use default-value rather than default-enable-multibyte-characters.
5353         * progmodes/f90.el: Move all safe properties into the defcustoms.
5354         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5356         * calendar/appt.el (appt-check):
5357         * calendar/diary-lib.el (diary-set-header, diary-live-p)
5358         (diary-check-diary-file, diary-list-entries)
5359         (diary-include-other-diary-files, diary-simple-display)
5360         (diary-fancy-display, diary-print-entries)
5361         (diary-mark-included-diary-files, diary-make-entry):
5362         Don't call substitute-in-file-name on diary-file.
5364 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
5365             Stefan Monnier  <monnier@iro.umontreal.ca>
5367         * mail/footnote.el (footnote-prefix): Make it a defcustom.
5368         (footnote-mode-map): Move initialization into the declaration.
5369         (footnote-minor-mode-map): Define it rather than changing global-map.
5370         (footnote-mode): Use define-minor-mode.
5372 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
5374         * net/tramp.el (tramp-handle-file-attributes-with-ls)
5375         (tramp-do-file-attributes-with-perl)
5376         (tramp-do-file-attributes-with-stat): Rename from
5377         `tramp-handle-file-attributes-with-*'.
5378         (tramp-handle-file-attributes): Use them.
5379         (tramp-do-directory-files-and-attributes-with-perl)
5380         (tramp-do-directory-files-and-attributes-with-stat): Rename from
5381         `tramp-handle-directory-files-and-attributes-with-*'.
5382         (tramp-handle-directory-files-and-attributes): Use them.
5383         (tramp-method-out-of-band-p): Additional parameter SIZE.
5384         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5385         (tramp-handle-write-region): Use it.
5386         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5387         (tramp-handle-vc-registered): Check, whether the first run did
5388         return files to be tested.
5389         (tramp-advice-make-auto-save-file-name): Do not call directly
5390         `tramp-handle-make-auto-save-file-name', because this would bypass
5391         the locking mechanism.
5393         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5394         (file-remote-p, process-file, start-file-process, set-file-times)
5395         (tramp-compat-file-attributes): Compatibility functions shall not
5396         call directly `tramp-handle-*', because this would bypass the
5397         locking mechanism.
5398         (tramp-compat-number-sequence): New defun.
5400 2009-09-02  Glenn Morris  <rgm@gnu.org>
5402         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5403         alias for float-time.
5404         (time-to-number-of-days): In Emacs, use float-time.
5405         * net/newst-backend.el (time-add): Suppress warnings from compat
5406         function.
5407         * time.el (emacs-uptime, emacs-init-time):
5408         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5409         Use float-time rather than time-to-seconds.
5411         * minibuffer.el (completion-initials-expand): Fix typo.
5413         * faces.el (modeline, modeline-inactive, modeline-highlight)
5414         (modeline-buffer-id):
5415         * info.el (info-menu-5): Mark these face aliases as obsolete.
5417 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5419         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5420         space ...
5421         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5422         no "--thread" option.
5423         (gdb-stopped): Don't print "Switched to thread" message when it is
5424         unchanged.
5426 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * minibuffer.el (completion-try-completion)
5429         (completion-all-completions): Remove ill-defined (and
5430         mistakenly installed and luckily never used nor documented)
5431         `completion-styles' property.
5432         (completion-initials-expand, completion-initials-all-completions)
5433         (completion-initials-try-completion): New functions.
5434         (completion-styles-alist): Add doc to each entry.
5435         Add new `initials' entry.
5437 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5439         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5440         MI command -var-evaluate-expression.
5441         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5442         and tweak for case of string child.
5443         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5445 2009-09-01  Glenn Morris  <rgm@gnu.org>
5447         * add-log.el (change-log-date-face, change-log-name-face)
5448         (change-log-email-face, change-log-file-face, change-log-list-face)
5449         (change-log-conditionals-face, change-log-function-face)
5450         (change-log-acknowledgement-face):
5451         * cus-edit.el (custom-invalid-face, custom-rogue-face)
5452         (custom-modified-face, custom-set-face, custom-changed-face)
5453         (custom-saved-face, custom-button-face, custom-button-pressed-face)
5454         (custom-documentation-face, custom-state-face, custom-comment-face)
5455         (custom-comment-tag-face, custom-variable-tag-face)
5456         (custom-variable-button-face, custom-face-tag-face)
5457         (custom-group-tag-face-1, custom-group-tag-face):
5458         * diff-mode.el (diff-header-face, diff-file-header-face)
5459         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5460         (diff-added-face, diff-changed-face, diff-function-face)
5461         (diff-context-face, diff-nonexistent-face):
5462         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5463         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5464         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5465         (Info-title-4-face):
5466         * isearch.el (isearch-lazy-highlight-face):
5467         * log-view.el (log-view-file-face, log-view-message-face):
5468         * paren.el (show-paren-match-face, show-paren-mismatch-face):
5469         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5470         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5471         (cvs-msg-face):
5472         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5473         (smerge-base-face, smerge-markers-face):
5474         * wid-edit.el (widget-documentation-face, widget-button-face)
5475         (widget-field-face, widget-single-line-field-face)
5476         (widget-inactive-face, widget-button-pressed-face):
5477         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5478         (woman-addition-face):
5479         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5480         (eshell-ls-executable-face, eshell-ls-readonly-face)
5481         (eshell-ls-unreadable-face, eshell-ls-special-face)
5482         (eshell-ls-missing-face, eshell-ls-archive-face)
5483         (eshell-ls-backup-face, eshell-ls-product-face)
5484         (eshell-ls-clutter-face):
5485         * eshell/em-prompt.el (eshell-prompt-face):
5486         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5487         * obsolete/old-whitespace.el (whitespace-highlight-face):
5488         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5489         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5490         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5491         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5492         (antlr-font-lock-literal-face):
5493         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5494         (ebrowse-root-class-face, ebrowse-file-name-face)
5495         (ebrowse-default-face, ebrowse-member-attribute-face)
5496         (ebrowse-member-class-face, ebrowse-progress-face):
5497         * progmodes/make-mode.el (makefile-space-face):
5498         * progmodes/sh-script.el (sh-heredoc-face):
5499         * textmodes/flyspell.el (flyspell-incorrect-face)
5500         (flyspell-duplicate-face):
5501         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5502         * textmodes/texinfo.el (texinfo-heading-face):
5503         Mark face aliases with "-face" suffix as obsolete.
5505         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5506         compiler.
5508         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5509         (eudc-bob-sound-menu): Use defvar rather than defconst, since
5510         easy-menu-define wants to modify these.
5512         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5514         * net/browse-url.el (browse-url-file-url):
5515         * term/internal.el (dos-codepage-setup):
5516         Use default-value rather than default-enable-multibyte-characters.
5518         * progmodes/etags.el (etags-goto-tag-location):
5519         * progmodes/flymake.el (flymake-highlight-line)
5520         (flymake-goto-file-and-line, flymake-goto-line):
5521         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5522         (gdb-goto-breakpoint):
5523         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5524         * progmodes/python.el (python-find-function)
5525         (python-pdbtrack-track-stack-file):
5526         * progmodes/verilog-mode.el (verilog-surelint-off):
5527         * term/ns-win.el (ns-open-file-select-line):
5528         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5529         Use forward-line rather than goto-line.
5531         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5532         * textmodes/reftex-index.el (reftex-display-index):
5533         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5534         * textmodes/reftex-toc.el (reftex-toc):
5535         Remove unnecessary bindings of default-major-mode (all are followed by
5536         major-mode check and possible mode switch).
5538 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5540         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5541         Handle watchpoints (bug#4282).
5542         (def-gdb-thread-buffer-command): Enable thread to be selected by
5543         clicking without selecting threads buffer first.
5544         (gdb-current-context-command): Use selected frame so that "up",
5545         "down" etc work in the GUD buffer.
5546         (gdb-update): Find selected frame before rendering stack buffer.
5547         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5549 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * progmodes/sym-comp.el (displayed-completions): Remove.
5552         (symbol-complete): Use minibuffer-complete.
5554 2009-08-31  Glenn Morris  <rgm@gnu.org>
5556         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5558         * apropos.el (apropos-symbols-internal):
5559         Handle (obsolete) face aliases.
5561         * faces.el (describe-face): Adjust the output format to be more like
5562         describe-variable, and to mention (obsolete) face aliases.
5563         Adjust the whitespace so that help-setup-xref works.
5565         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5566         * calendar/diary-lib.el (diary-button-face):
5567         Mark these face aliases as obsolete.
5569         * calendar/calendar.el (calendar-today): Doc fix.
5571 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5573         * progmodes/gdb-mi.el (gdb-control-all-threads)
5574         (gdb-control-current-thread): Force tool bar update.
5575         (gdb-non-stop-handler): New function.
5576         (gdb-init-1): Use it to test if non-stop mode is supported.
5577         Remove unused gdbmi buffer type.
5579 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5581         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5582         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
5584 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
5586         * comint.el (comint-exec-1): Check command is non-null first.
5587         Part of gdb-mi.el change (2009-08-28).
5589 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5593 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
5595         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5596         instead of `dolist' to avoid a recursive require when bootstrapping.
5598 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5602         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5604         * net/imap.el (imap-send-command): Simplify.
5605         (imap-wait-for-tag): point-max -> buffer-size.
5607         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5609         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5610         with constant argument.
5612         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5614         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5616         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5617         Change default, since most of our files don't have a history.
5618         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5619         the user.
5621         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5622         Add comint-run.
5624         * calc/calc.el: Improve commenting convention.
5625         (calc-digit-map, toplevel): Simplify.
5627         * comint.el (comint-insert-input): Be careful to only set point if we
5628         don't delegate to some other command.
5630         * proced.el (proced-signal-list): Make it an alist.
5631         (proced-grammar-alist): Capitalize names.
5632         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5633         Disable undo manually and make it read-only.
5634         Use completion-annotate-function.
5636         * minibuffer.el (minibuffer-message): If the current buffer is not
5637         a minibuffer, insert the message in the echo area rather than at the
5638         end of the buffer.
5639         (completion-annotate-function): New variable.
5640         (minibuffer-completion-help): Use it.
5641         (completion--embedded-envvar-table): Environment vars are
5642         always case-sensitive.
5644 2009-08-30  Glenn Morris  <rgm@gnu.org>
5646         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5647         from fortran-current-defun.
5648         (fortran-beginning-of-subprogram): Be more precise about finding the
5649         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
5650         (fortran-end-of-subprogram): Simplify.
5651         (fortran-current-defun): Use fortran-start-prog-re.
5653 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
5655         * subr.el (do-after-load-evaluation): Simplify.
5657 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5659         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5661         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
5662         (vc-rcs-print-log): Use it.
5664         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5666 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5668         * paths.el (abbrev-file-name): Move to abbrev.el.
5669         * abbrev.el (abbrev-file-name): Move from paths.el.
5670         Obey user-emacs-directory.
5671         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5672         user-emacs-directory.
5673         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5674         abbrev-file-name and calc-settings-file any more.
5675         * startup.el (command-line): Recompute abbrev-file-name and
5676         abbreviated-home-dir.
5677         (normal-no-mouse-startup-screen): Improve the generic code and get rid
5678         of the special code for when C-h bindings haven't been changed.
5679         (display-startup-echo-area-message): Use with-current-buffer.
5680         (command-line-1): Use a list of strings, rather than a list of lists
5681         of strings for longopts.
5683         * files.el (get-free-disk-space): Use / for default-directory.
5685         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5686         Use with-current-buffer.
5688         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5689         Recognize immutable variables like most-positive-fixnum.
5690         (byte-compile-setq-default): Check and warn if trying to assign
5691         to an immutable variable, or a non-variable.
5693         * progmodes/cc-vars.el (c-comment-continuation-stars):
5694         * progmodes/cc-engine.el (c-looking-at-bos):
5695         * progmodes/cc-cmds.el (c-toggle-auto-state)
5696         (c-forward-into-nomenclature, c-backward-into-nomenclature)
5697         (c-comment-line-break-function): Add version of obsolescence.
5699 2009-08-28  Juri Linkov  <juri@jurta.org>
5701         * files.el (magic-fallback-mode-alist): Add ZIP magic number
5702         associated with `archive-mode'.
5704         * image.el (image-type-header-regexps): Use only JPEG magic number
5705         to determine JPEG images, and don't use `image-jpeg-p' because
5706         Emacs can display non-JFIF non-Exif JPEG images.
5708 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5710         * arc-mode.el (archive-mode):
5711         * emacs-lisp/re-builder.el (re-builder-unload-function):
5712         Protect against the default value of `major-mode' being nil.
5714 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5716         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5717         Fix typos in docstrings.
5719         * progmodes/js.el (js--macro-decl-re): Doc fix.
5720         (js--plain-method-re, js--split-name): Refloc docstring.
5721         (js--class-styles, js--make-merged-item, js--splice-into-items):
5722         Fix typos in docstrings; reflow docstrings.
5723         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5724         (js--variable-decl-matcher, js--inside-pitem-p)
5725         (js--parse-state-at-point, js--get-all-known-symbols)
5726         (js--symbol-history, js-find-symbol, js--js-references)
5727         (js--moz-interactor, js--js-encode-value, js--read-tab):
5728         Fix typos in docstrings.
5730 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5732         * textmodes/reftex.el (reftex-get-file-buffer-force):
5733         * progmodes/verilog-mode.el (verilog-batch-execute-func):
5734         * emulation/viper.el (viper-go-away, viper-set-hooks):
5735         * emacs-lisp/re-builder.el (re-builder-unload-function):
5736         * emacs-lisp/bytecomp.el (byte-compile-file):
5737         * ses.el (ses-unload-function):
5738         * hexl.el (hexl-find-file):
5739         * files.el (normal-mode):
5740         * ehelp.el (with-electric-help):
5741         * autoinsert.el (auto-insert-alist):
5742         * arc-mode.el (archive-mode):
5743         Use (default-value 'major-mode) instead of default-major-mode.
5745         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5746         * international/mule.el (load-with-code-conversion):
5747         * emacs-lisp/debug.el (debug):
5748         * ediff-vers.el (ediff-rcs-get-output-buffer):
5749         * dired.el (dired-internal-noselect): Don't let-bind
5750         default-major-mode around code that doesn't use it.
5751         E.g. buffer creation via get-buffer-create doesn't use it.
5753 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5755         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5756         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5757         when writing the temp file.  Otherwise, epa-file gets confused.
5758         (tramp-register-file-name-handlers): Make it a defun.  Move also
5759         `epa-file-handler' to the front of `file-name-handler-alist'.
5761 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5763         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5764         start right after a ^M.
5765         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5766         (tramp-completion-file-name-regexp-separate)
5767         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5768         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5769         Don't modify last-coding-system-used by accident.
5770         (tramp-completion-file-name-handler): Apply the checks here,
5771         instead during registration.
5772         (tramp-register-file-name-handlers) Renamed from
5773         `tramp-register-file-name-handler'.  Register both
5774         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5775         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
5777 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
5779         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5780         Remove variable ...
5781         (gdb-init-1, gdb-display-separate-io-buffer)
5782         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5783         references to it.
5784         (gdb-inferior-io-mode): Use make-comint-in-buffer.
5785         (gdb-inferior-filter): Use comint-output-filter to stop
5786         echoing and remove ^M characters.
5788 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5790         * emulation/viper-init.el (viper-restore-cursor-type):
5791         * emulation/cua-base.el (cua--update-indications):
5792         Replace default-cursor-type with (default-value 'cursor-type).
5794         * mail/sendmail.el (mail-recover-1):
5795         * international/mule-diag.el (describe-current-coding-system-briefly)
5796         (describe-current-coding-system):
5797         * international/mule-cmds.el (select-safe-coding-system)
5798         (select-message-coding-system)
5799         (set-language-environment-coding-systems, set-locale-environment):
5800         * hexl.el (hexl-insert-multibyte-char):
5801         * dos-w32.el (find-buffer-file-type-coding-system):
5802         * simple.el (what-cursor-position):
5803         Replace uses of default-buffer-file-coding-system
5804         with (default-value 'buffer-file-coding-system).
5806         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5807         Replace uses of default-cursor-in-non-selected-windows
5808         with (default-value 'cursor-in-non-selected-windows).
5809         Use with-current-buffer.
5811         * mail/feedmail.el: Use CL macros.
5812         (feedmail-run-the-queue, feedmail-send-it-immediately):
5813         * dos-w32.el (find-buffer-file-type): Replace uses of
5814         default-buffer-file-type with (default-value 'buffer-file-type).
5816 2009-08-28  Glenn Morris  <rgm@gnu.org>
5818         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5819         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5820         Use default-value of major-mode rather than default-major-mode.
5822 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5824         * Makefile.in (update-elcfiles): Report left over elc files.
5826         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5827         expand-file-name and with-current-buffer.
5828         (mail-get-names, mail-directory): Use with-current-buffer.
5830         * vc.el (vc-read-revision): New function.
5831         (vc-version-diff, vc-merge): Use it.
5833 2009-08-27  Sam Steingold  <sds@gnu.org>
5835         * simple.el (kill-do-not-save-duplicates): New user option.
5836         (kill-new): When it is non-nil, and the new string is the same as
5837         the latest kill, set replace to t to avoid duplicates in kill-ring.
5839 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
5841         * net/tramp.el (tramp-handle-process-file): Do not flush all
5842         caches when `process-file-side-effects' is set.
5843         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5844         instead of `tramp-find-file-exists-command'.
5845         Unset `process-file-side-effects'.
5847 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
5849         * net/tramp.el (tramp-methods): New method "rsyncc".
5850         (top): Add completion function for "rsyncc".
5851         (tramp-message-show-message): New defvar.
5852         (tramp-message, tramp-error): Use it.
5853         (tramp-do-copy-or-rename-file-directly): Extend check for direct
5854         remote copying.
5855         (tramp-do-copy-or-rename-file-out-of-band): Handle new
5856         `tramp-methods' entry `copy-env' of "rsyncc".
5857         (tramp-vc-registered-read-file-names): New defconst.
5858         (tramp-vc-registered-file-names): New defvar.
5859         (tramp-handle-vc-registered): Implement optimization strategy.
5860         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5861         (tramp-vc-file-name-handler): New defun.
5862         (tramp-get-ls-command, tramp-get-test-command)
5863         (tramp-get-file-exists-command, tramp-get-remote-ln)
5864         (tramp-get-remote-perl, tramp-get-remote-stat)
5865         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5867         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5868         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
5869         timestamps.
5870         (tramp-get-file-property): Check for timestamps in
5871         `tramp-cache-inhibit-cache'.
5872         (tramp-set-file-property): Write timestamp.
5874 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5876         * language/japan-util.el (japanese-symbol-table): Add entries for
5877         cp932-2-byte.
5879         * international/characters.el: Add category `j' to cp932-2-byte.
5881 2009-08-27  Kenichi Handa  <handa@m17n.org>
5883         * international/fontset.el (build-default-fontset-data): New macro.
5884         (setup-default-fontset): Use build-default-fontset-data for CJK,
5885         tibetan, ethiopic, and ipa.
5887 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5889         * cus-start.el (default-major-mode): Customize `major-mode' instead.
5890         (enable-multibyte-characters): Not customizable any more.
5892         * subr.el (default-mode-line-format, default-header-line-format)
5893         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5894         (default-direction-reversed, default-truncate-lines)
5895         (default-left-margin, default-tab-width, default-case-fold-search)
5896         (default-left-margin-width, default-right-margin-width)
5897         (default-left-fringe-width, default-right-fringe-width)
5898         (default-fringes-outside-margins, default-scroll-bar-width)
5899         (default-vertical-scroll-bar, default-indicate-empty-lines)
5900         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5901         (default-fringe-cursor-alist, default-scroll-up-aggressively)
5902         (default-scroll-down-aggressively, default-fill-column)
5903         (default-cursor-type, default-buffer-file-type)
5904         (default-cursor-in-non-selected-windows)
5905         (default-buffer-file-coding-system, default-major-mode)
5906         (default-enable-multibyte-characters): Mark as obsolete.
5908 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
5910         * vc-dir.el (vc-dir-update): Remove debug helper.
5912         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5914 2009-08-26  Sam Steingold  <sds@gnu.org>
5916         * simple.el (save-interprogram-paste-before-kill): New user option.
5917         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5918         save the interprogram-paste into kill-ring before overriding it
5919         with the Emacs kill.
5921 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5923         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5924         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5925         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5926         and move to vc-rcs.el.
5927         (vc-default-next-revision): Rename to vc-rcs-next-revision and
5928         move to vc-rcs.el.
5929         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5930         (vc-rcs-update-changelog): Remove.
5931         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5932         and move to vc-rcs.el.
5934         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5935         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5936         renaming.
5937         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5938         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5939         vc.el, renamed to be RCS specific.
5941         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5942         New functions.
5943         (vc-cvs-update-changelog): Move here from vc.el.
5945         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5946         New functions.
5948 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5950         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5952 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5954         * vc-git.el (vc-git-register): Use "git add" for directories.
5955         (vc-git-stash, vc-git-stash-show): New functions.
5956         (vc-git-extra-menu-map): Bind them.
5958         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5959         directory correctly in case the item is a directory itself.
5961         * vc.el: Document the desired behavior for reverted files in the
5962         `added' state.
5963         (vc-default-prettify-state-info): Remove function, unused.
5965         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5967 2009-08-26  Glenn Morris  <rgm@gnu.org>
5969         * bindings.el (standard-mode-line-format): Reposition dashes in
5970         which-func entry.  (Bug#4217)
5972         * files.el (enable-local-variables, enable-local-eval)
5973         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5974         the defcustoms.
5975         (auto-mode-alist, ignored-local-variables)
5976         (save-some-buffers-action-alist): Move risky declarations to the
5977         definitions.
5978         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5979         (font-lock-defaults, format-alist, imenu--index-alist)
5980         (imenu-generic-expression, input-method-alist, minor-mode-alist)
5981         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5982         (mode-line-modified, mode-line-mule-info, mode-line-position)
5983         (mode-line-process, mode-line-remote, outline-level)
5984         (parse-time-rules, rmail-output-file-alist)
5985         (special-display-buffer-names, vc-mode):
5986         Move risky declarations to the relevant files.
5987         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5988         (mode-line-modified, mode-line-process, mode-line-position)
5989         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5990         * font-core.el (font-lock-defaults):
5991         * format.el (format-alist):
5992         * vc-hooks.el (vc-mode):
5993         * window.el (special-display-buffer-names):
5994         * international/mule-cmds.el (input-method-alist):
5995         Define riskiness here (dumped file) rather than in files.el.
5996         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5997         * imenu.el (imenu-generic-expression, imenu--index-alist):
5998         * outline.el (outline-level):
5999         * time.el (display-time-string):
6000         * calendar/parse-time.el (parse-time-rules):
6001         * mail/rmailout.el (rmail-output-file-alist):
6002         Autoload riskiness here, rather than placing in files.el.
6004 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6006         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6008 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6010         * simple.el (process-file-side-effects): New defvar.
6012         * dired-aux.el (dired-show-file-type):
6013         * vc.el (vc-diff-internal):
6014         * vc-arch.el (vc-arch-diff):
6015         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6016         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6017         * vc-git.el (vc-git-registered, vc-git-working-revision)
6018         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6019         (vc-git--empty-db-p):
6020         * vc-hooks.el (vc-user-login-name):
6021         * vc-svn.el (vc-svn-registered, vc-svn-state)
6022         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6023         * progmodes/grep.el (grep-probe): Let-bind
6024         `process-file-side-effects' with nil.
6026         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6028         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6029         daemon.  Replace ping by checking for running service for bluez
6030         and zeroconf.  (Bug#4239)
6032 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6034         * net/dig.el (dig): Add autoload cookie.
6036 2009-08-25  Glenn Morris  <rgm@gnu.org>
6038         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6039         load-history for absolute file-names.
6040         (byte-compile-file-form-require): Warn about use of the cl package.
6042         * format.el (format-alist): Doc fix.
6044         * play/bubbles.el (top-level): Don't require cl at run-time.
6046         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6047         run-time cl).
6049 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6051         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6052         from cl package.
6053         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6055 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6057         * calc/calc-alg.el (math-trig-rewrite)
6058         (math-hyperbolic-trig-rewrite): New functions.
6059         (calc-simplify): Simplify trig functions when asked.
6061 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6063         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6065 2009-08-24  Kenichi Handa  <handa@m17n.org>
6067         * language/ind-util.el (mapthread): Delete it.
6068         (combinatorial): New function.
6069         (indian--puthash-cv): Use combinatorial instead of mapthread.
6071 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6073         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6074         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6075         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6076         Clarify docstring that the value is strings not symbols.
6077         (checkdoc-list-of-strings-p): New function.
6079 2009-08-22  Glenn Morris  <rgm@gnu.org>
6081         * files.el (auto-mode-alist):
6082         * hippie-exp.el (he-concat-directory-file-name):
6083         * lpr.el (lpr-windows-system, printer-name):
6084         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6085         * ps-print.el (ps-windows-system):
6086         * startup.el (command-line):
6087         * emulation/viper-ex.el (viper-glob-function):
6088         * international/mule-cmds.el (set-language-environment-coding-systems):
6089         * net/ange-ftp.el (ange-ftp-write-region):
6090         * obsolete/fast-lock.el (fast-lock-cache-name):
6091         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6092         unisoft-unix, vax-vms, win32, w32.
6094         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6095         given name if the pattern is not more specific.
6097         * calendar/lunar.el (lunar-phase-names): New option.
6098         (lunar-phase): Doc fix.
6099         (lunar-cycles-per-year): New constant.
6100         (lunar-index): New function.
6101         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6102         (lunar-phase-name): Use lunar-phase-names.
6103         (calendar-lunar-phases): Use format.
6104         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6106         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6107         Copy imenu-example--name-and-position function here for own use.
6108         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6110         * bs.el (bs--redisplay):
6111         * cus-edit.el (custom-redraw):
6112         * ibuffer.el (ibuffer-bury-buffer):
6113         * server.el (server-goto-line-column):
6114         * startup.el (command-line-1):
6115         * strokes.el (strokes-xpm-for-stroke):
6116         * term.el (term-display-buffer-line):
6117         * view.el (View-goto-line):
6118         * calc/calc.el (calc-do, calc-trail-buffer):
6119         * play/gamegrid.el (gamegrid-add-score-insecure):
6120         * progmodes/ada-mode.el (ada-compile-goto-error):
6121         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6122         (ebrowse-select-1st-to-9nth):
6123         * progmodes/cperl-mode.el (cperl-time-fontification):
6124         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6125         * progmodes/gud.el (gud-display-line):
6126         (idlwave-shell-display-line):
6127         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6128         * progmodes/make-mode.el (makefile-browser-toggle):
6129         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6130         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6131         * textmodes/picture.el (picture-draw-rectangle):
6132         * textmodes/reftex-index.el (reftex-index-goto-letter):
6133         (reftex-select-jump-to-previous):
6134         * textmodes/reftex-sel.el (reftex-find-start-point)
6135         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6136         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6137         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6138         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6139         * textmodes/two-column.el (2C-associated-buffer):
6140         Use forward-line rather than goto-line.
6142         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6143         goto-line.
6145         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6146         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6147         (quick-check-list-to-regexp): Declare.
6149         * progmodes/make-mode.el (makefile-browser-insert-selection):
6150         Use goto-char rather than goto-line.
6152         * progmodes/prolog.el (compilation-error-regexp-alist)
6153         (compilation-forget-errors): Declare.
6155 2009-08-22  Juri Linkov  <juri@jurta.org>
6157         * progmodes/grep.el (lgrep, rgrep): At the beginning
6158         set `dir' to `default-directory' unless `dir' is a non-nil
6159         readable directory.  (Bug#4052)
6160         (lgrep, rgrep): Change a weird way to report an error
6161         from using `read-string' to using `error'.
6162         Instead of using interactive arguments in the function body,
6163         add new argument `confirm'.
6165 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6167         * textmodes/remember.el (remember-buffer):
6168         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6169         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6170         (icalendar-extract-ical-from-buffer):
6171         * net/newst-treeview.el (newsticker-groups-filename):
6172         * net/newst-backend.el (newsticker-cache-filename):
6173         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6174         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6175         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6176         (speedbar-buffers-line-path, speedbar-path-line)
6177         (speedbar-buffers-line-path):
6178         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6179         (epg-sign-keys):
6180         * epa.el (epa-display-verify-result):
6181         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6183 2009-08-21  Glenn Morris  <rgm@gnu.org>
6185         * progmodes/js.el (inferior-moz-process): Fix declaration.
6187         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6189         * obsolete/rnewspost.el (news-mail-reply):
6190         Use goto-char rather than goto-line.
6192         * term/ns-win.el (ns-open-file-select-line):
6193         Use line-beginning-position rather than goto-line.
6195         * apropos.el (apropos-command):
6196         * ehelp.el (electric-helpify):
6197         * printing.el (pr-show-setup):
6198         * strokes.el (strokes-help):
6199         * tutorial.el (tutorial--describe-nonstandard-key)
6200         (tutorial--detailed-help):
6201         * woman.el (woman-mini-help, woman-display-extended-fonts):
6202         * calc/calc-help.el (calc-describe-key):
6203         * emulation/edt.el (edt-electric-helpify):
6204         * international/mule-diag.el (mule-diag):
6205         * play/yow.el (apropos-zippy):
6206         * progmodes/python.el (python-describe-symbol):
6207         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6208         * textmodes/table.el (*table--cell-describe-mode)
6209         (*table--cell-describe-bindings):
6210         Use help-print-return-message rather than the now obsolete alias.
6212         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6213         (calendar-cursor-to-visible-date):
6214         * play/5x5.el (5x5-position-cursor):
6215         * play/decipher.el (decipher):
6216         * play/gomoku.el (gomoku-goto-xy):
6217         * play/landmark.el (lm-goto-xy):
6218         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6219         (mpuz-paint-digit):
6220         Use forward-line, not goto-line.
6222         * mail/rmail.el (rmail-obsolete): Delete custom group.
6223         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6224         (rmail-remote-password, rmail-remote-password-required):
6225         Remove unneeded :set-after and :set properties.
6227 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6229         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6231 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6233         * loadup.el: Remove leftover macos code.
6235         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6236         Explicitly pass the date format to git blame so that user local
6237         so that the output format can be parsed.
6239 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6241         * net/dbus.el (top): Don't check for (getenv
6242         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6244 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6246         * log-edit.el (log-edit-strip-single-file-name): New var.
6247         (log-edit-insert-changelog): Use it.  Bug#3571
6249 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6251         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6252         Bug#3287
6254         * help.el (help-print-return-message): Rename from
6255         print-help-return-message.
6257         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6258         cvs-mode-map parent hack.
6259         (log-view-mode): Derive from special-mode.
6261         * linum.el (linum-mode): window-size-change-functions is redundant.
6262         Adapt to new window-configuration-change-hook behavior.
6263         (linum-after-size, linum-after-config): Remove.
6265         * imenu.el (imenu-example--name-and-position)
6266         (imenu-example--lisp-extract-index-name)
6267         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6268         Mark as obsolete.
6270         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6271         (inferior-prolog-mode): Use it.
6272         (inferior-prolog-load-file): Reset list of errors.
6274 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6276         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6278         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6280 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6282         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6283         is running already.
6285 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * subr.el (listify-key-sequence-1): Use normal syntax since those
6288         integers are nowadays always represented by the same (positive) number
6289         on all platforms.
6290         (read-key-empty-map): New const.
6291         (read-key-delay): New var.
6292         (read-key): New function.
6293         (force-mode-line-update): Use with-current-buffer.
6294         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6295         (start-process-shell-command, start-file-process-shell-command):
6296         Discourage the use of command-args.
6298 2009-08-19  Glenn Morris  <rgm@gnu.org>
6300         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6302 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * simple.el (choose-completion-string): Don't rely on
6305         minibuffer-completing-file-name and ad-hoc checks to decide whether
6306         to continue completion or not.
6308         * minibuffer.el (minibuffer-hide-completions): New function.
6309         (completion--do-completion): Use it.
6310         (completions-annotations): New face.
6311         (completion--insert-strings): Use it.
6312         (completion-pcm--delim-wild-regex): Add docstring.
6313         (completion-pcm--string->pattern): Add support for 0-width delimiters
6314         in completion-pcm--delim-wild-regex.
6316 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6319         Remove unused var `buffer-modified-p'.
6321         * minibuffer.el (completion--do-completion): Move point for the #b001
6322         case as well (bug#4176).
6323         (minibuffer-complete, minibuffer-complete-word): Don't move point.
6325 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
6327         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
6328         and :session buses.
6330 2009-08-18  Kenichi Handa  <handa@m17n.org>
6332         * international/ucs-normalize.el (ucs-normalize-version):
6333         Change to 1.1.
6334         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6335         (utf-8-hfs): Make it perform normalization on encoding too.
6337         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
6338         (sentence-end-without-space): Delete duplicated chars.
6339         (sentence-end-base): Likewise.
6341         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
6342         (html-mode): Delete duplicated chars from sentence-end-base.
6344         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
6345         (texinfo-mode): Delete duplicated chars from sentence-end-base.
6347 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
6349         * files.el (hack-one-local-variable): If the mode function is for
6350         a minor mode, pass it an argument (Bug#4148).
6352 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
6354         * net/tramp.el (tramp-register-completion-file-name-handler):
6355         Check also for (member 'partial-completion completion-styles).
6357 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6359         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6360         abbrev (Bug#3943).
6362 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
6364         * progmodes/cperl-mode.el: Merge upstream 6.2.
6365         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6366         (cperl-forward-re): Check cperl-brace-recursing.
6367         (cperl-highlight-charclass): New function.
6368         (cperl-find-pods-heres): Use it.
6369         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6370         (cperl-beautify-regexp-piece): Fix column calculation.
6371         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6372         (cperl-beautify-level): Don't process entire regexp.
6373         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6374         calling man.
6375         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6376         (cperl-init-faces): Build a list in the normal way.
6378 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6380         * calendar/parse-time.el (parse-time-string-chars): Save match
6381         data.
6383 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6386         (sql-product): Use it.
6387         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6388         (sql-set-product): Add completion.
6389         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6390         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6391         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6392         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6393         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6394         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6395         (sql-highlight-db2-keywords): Remove.
6396         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6397         (sql-highlight-product): Use derived-mode-p.
6398         (sql-set-sqli-buffer): Use with-current-buffer.
6399         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6400         Simplify.
6402         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6404         * term.el: Fix commenting convention, turn comments into docstrings.
6406 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6408         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6410 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6412         * calendar/parse-time.el (parse-time-string-chars): Compute using
6413         character classes, to handle non-ascii characters (Bug#3190).
6415 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6417         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6418         another heredoc if the user adds another < (Bug#3226).
6420         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6421         Don't initialize based on window-system (Bug#4124).
6423         * facemenu.el (facemenu-read-color): Use a completion function
6424         that accepts any defined color, such as RGB triplets (Bug#3677).
6426         * files.el (get-free-disk-space): Change fallback default
6427         directory to /.  Expand DIR argument before switching to fallback.
6428         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6430 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6432         * files.el (load-library): Doc fix.
6434 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6436         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6437         (viper-if-string): Redefine C-s in the minibuffer to insert the last
6438         incremental search string.
6440         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6441         XEmacs.
6443         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6444         (ediff-merge-region-is-non-clash)
6445         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6446         Also check if the job is really a merge job.
6448         * ediff.el (ediff-current-file): New function.
6450 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6452         * progmodes/js.el: Edit docstrings throughout to follow Emacs
6453         conventions.
6454         (js-insert-and-indent): Delete function.
6455         (js-mode-map): Don't bind keys to js-insert-and-indent.
6456         (js-beginning-of-defun): Rename from js--beginning-of-defun.
6457         (js-end-of-defun): Rename from js--end-of-defun.
6458         (js-auto-indent-flag): Delete variable.
6460 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
6462         * progmodes/js.el: Remove proclaim statement.
6463         Defvar which-func-imenu-joiner-function to silence compiler.
6465         * files.el (auto-mode-alist): Use js-mode for .js files.
6467         * progmodes/js2-mode.el: Remove file.
6469         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6471         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6473         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6475 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
6476             Karl Landstrom  <karl.landstrom@brgeight.se>
6478         * progmodes/js.el: New file.
6480 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
6482         * timezone.el (timezone-parse-date): Add ability to understand ISO
6483         basic format (minimal separators) dates in addition to the
6484         already-supported extended format dates.
6486 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
6488         * international/ucs-normalize.el: Add a `coding' file variable.
6490         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6492 2009-08-14  Sam Steingold  <sds@gnu.org>
6494         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6496 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
6498         * faces.el (help-argument-name): Define it here instead of
6499         help-fns.el, because in daemon mode help-fns.el may be loaded when
6500         faces are still uninitialized (Bug#1078).
6502         * help-fns.el (help-argument-name): Move defface to faces.el.
6504 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
6506         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6507         create buffer with a pty but no process so that GDB can make the
6508         inferior the controlling process.
6510 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
6512         * international/ucs-normalize.el: New file.
6514 2009-08-13  Richard Stallman  <rms@gnu.org>
6516         * mail/rmail.el (rmail-get-attr-names):
6517         Accept an attribute header that is too short.
6519         * mail/rmail.el (rmail-forget-messages):
6520         Ignore nil elt in rmail-message-vector.  Use dotimes.
6522         * progmodes/compile.el (compilation-goto-locus):
6523         Use next-error-move-function.
6525         * simple.el (next-error-move-function): New variable.
6527 2009-08-12  Juri Linkov  <juri@jurta.org>
6529         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6530         always non-nil.  (Bug#4052)
6532         * replace.el (read-regexp): Return empty string when
6533         `default-value' is nil.
6534         (keep-lines-read-args): Don't use empty string as the
6535         default value for `read-regexp'.  (Bug#2495)
6537 2009-08-12  Juri Linkov  <juri@jurta.org>
6539         * international/mule-cmds.el (ucs-insert): Change arguments
6540         from `arg' to `character', `count', `inherit' to be the same
6541         as in `insert-char'.  Doc fix.  (Bug#4039)
6543         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6545 2009-08-12  Juri Linkov  <juri@jurta.org>
6547         * files-x.el: New file.
6549         * files.el: Move code that deals with adding/deleting
6550         file/directory-local variables to files-x.el.
6552         * Makefile.in (ELCFILES): Add files-x.elc.
6554 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
6556         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6557         to use `goto-line'.
6558         (gdb-place-breakpoints, gdb-get-location): Rewritten without
6559         `goto-line'.
6560         (gdb-invalidate-disassembly): Do not refresh upon receiving
6561         'update signal.  Instead, update all disassembly buffers only after
6562         threads list.
6563         (gdb): Send -target-detach when buffer is killed (Bug#3794).
6564         (gdb-starting): Moved -data-list-register-names...
6565         (gdb-stopped): ...here so it's sent when first thread stops.
6566         (gdb-registers-handler-custom): Do nothing if register names are
6567         unknown yet.
6569         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6570         from `gdb-mi.el' to avoid extra tangling.
6572         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6573         change which breaks `gud-def' definitions used in `gdb'.
6574         (gdb-update-gud-running): No extra fuss for updating frame number.
6576 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6579         (describe-language-environment-map, setup-language-environment-map)
6580         (set-coding-system-map): Move initialization into declaration.
6581         (set-language-info-alist): Last arg to define-key-after can be skipped.
6583         * international/quail.el (quail-completion-1): Simplify.
6584         (quail-define-rules): Use slightly more compact code.
6585         (quail-insert-decode-map): Propertize keys, compact columns.
6587         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6588         Add goto-line.
6590 2009-08-10  Miles Bader  <miles@gnu.org>
6592         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6593         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6594         (js2-instance-member, js2-private-member, js2-private-function-call)
6595         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6596         (js2-magic-paren, js2-external-variable):
6597         Remove "-face" suffix from face names.
6598         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6599         (js2-highlight-undeclared-vars, js2-peek-token)
6600         (js2-parse-function-params, js2-mode-show-errors)
6601         (js2-mode-show-warnings, js2-make-magic-delimiter)
6602         (js2-mode-highlight-magic-parens): Update to use new face names.
6604 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
6606         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6607         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
6609 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
6611         * subr.el: Provide hashtable-print-readable.
6613         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6614         hs-c-like-adjust-block-beginning.
6615         (hs-hide-block-at-point): Stop hiding at the beginning of
6616         hs-block-end-regexp (Bug#700).
6618 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
6620         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6621         a macro.
6622         (gdb-registers-handler-custom): Do not fail when register names
6623         are unavailable.
6625 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6627         * progmodes/gdb-mi.el (gdb-control-all-threads)
6628         (gdb-control-current-thread): Interactive setters for
6629         `gdb-gud-control-all-threads' to use in menu.
6630         (gdb-show-run-p): Show «Go» when process is not active.
6631         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
6632         gud/thread.xpm and gud/all.xpm.
6634 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
6636         * net/net-utils.el (net-utils-font-lock-keywords): New var.
6637         (nslookup-font-lock-keywords): Make it a variable.
6638         (net-utils-mode): New mode for viewing diagnostic network output.
6639         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6640         (net-utils-run-simple): New function.
6641         (ifconfig, iwconfig, netstat, arp, route): Use it.
6643 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6645         * progmodes/gdb-mi.el (gdb-read-memory-custom)
6646         (gdb-memory-set-address, def-gdb-set-positive-number)
6647         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6648         after changing settings.
6649         (gdb-invalidate-disassembly): Update when first shown.
6650         (gdb-edit-locals-value): Fixed.
6651         (gdb-registers-handler-custom): Print registers in right order and
6652         allow changing register values (only for current thread yet).
6653         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6654         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6655         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6656         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6657         info in mode name.
6658         (gdb-registers-mode-map): TAB to switch to locals.
6660 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
6662         * mail/rmail.el (rmail-add-mbox-headers)
6663         (rmail-set-message-counters-counter): Search for
6664         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
6666 2009-08-08  Glenn Morris  <rgm@gnu.org>
6668         * Makefile.in (ELCFILES): Update.
6670 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6672         * mail/sendmail.el (mail-yank-original): Set
6673         buffer-file-coding-system from the one used by the message whose
6674         text is yanked.
6676         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6677         to "windows" when "pgnuplot" is used.
6678         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6679         call accept-process-output if "pgnuplot" is used.
6680         (calc-graph-init): Don't send -display and -geometry to
6681         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
6682         running "pgnuplot -V" with shell-command-to-string.
6684         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6685         the default.
6687 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6689         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6690         org/org-latex.elc.
6692 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6694         * vc-dispatcher.el (vc-resynch-window): Update comment.
6696         * term.el (term-handle-ansi-escape): Add comments with the
6697         terminfo capabilities implemented.
6699 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
6701         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6702         (gdb-var-create-handler): Rewritten using JSON parser.
6703         (gdb-propertize-header): Moved earlier.
6704         (gdb-set-header): Removed to avoid duplication.
6705         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6706         Refresh disassembly buffers only after threads list have been
6707         update.
6708         (gdb-threads-header, gdb-registers-header): Per-buffer header line
6709         variables.
6711 2009-08-04  Juri Linkov  <juri@jurta.org>
6713         * files.el: Commands to add/delete file/directory-local variables.
6714         (read-file-local-variable, read-file-local-variable-value)
6715         (read-file-local-variable-mode, modify-file-local-variable)
6716         (modify-file-local-variable-prop-line)
6717         (modify-dir-local-variable): New functions.
6718         (add-file-local-variable, delete-file-local-variable)
6719         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6720         (add-dir-local-variable, delete-dir-local-variable)
6721         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6722         (copy-dir-locals-to-file-locals-prop-line): New commands.
6724 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
6726         * abbrev.el (insert-abbrev-table-description): Prettify output.
6727         Suggested by Karl Chen.
6729 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
6731         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6732         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6733         (gdb-overlay-arrow-position, gdb-thread-position)
6734         (gdb-disassembly-position): Declare variables.
6735         (gdb-wait-for-pending): Function now.
6736         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6737         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6738         compilation goes smoothly.
6739         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6740         (gdb-non-stop-setting): New customization setting which replaces
6741         `gdb-non-stop' so changing it doesn't break active GDB session.
6742         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6743         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6744         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6745         (gdb-show-threads-by-default): New customization options.
6746         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6747         routines.
6748         (gdb-get-buffer-create): Send buffers update signal when they are
6749         created.
6750         (gdb-invalidate-locals, gdb-invalidate-registers)
6751         (gdb-invalidate-breakpoints)
6752         (gdb-invalidate-threads, gdb-invalidate-disassembly)
6753         (gdb-invalidate-memory): Accept update signal.
6754         (gdb-current-context-command): Use --frame option.
6755         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6756         Implement `gdb-frame-number' selection logic.
6757         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6758         whether to show GUD toolbar buttons.
6759         (gdb-thread-exited): Unselect current thread when it exits.
6760         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6761         (gdb-mark-line): Routine which sets overlay arrow or inverses
6762         video on fringeless displays.
6763         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6764         to build aligned columns of data in GDB buffers and set text
6765         properties line-by-line.
6766         (gdb-invalidate-breakpoints)
6767         (gdb-breakpoints-list-handler-custom)
6768         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6769         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6770         (gdb-registers-handler-custom): Align data columns.
6771         (gdb-locals-handler-custom): Now prints data like in variable
6772         declarations.
6773         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6774         Removed confusing buttons.
6775         (gdb-invalidate-threads): Append --frame.
6776         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6777         between breakpoints/threads buffers.
6778         (gdb-set-window-buffer): Now can ignore dedicated windows.
6779         (gdb-propertize-header): Use `gdb-set-window-buffer'.
6780         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6781         (def-gdb-thread-buffer-gud-command): Replaces
6782         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6783         for fine thread control.
6784         (gdb-preempt-existing-or-display-buffer): New function used to
6785         display bound buffers without breaking window layout.
6786         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6787         (gdb-select-frame): New version of `gdb-frames-select' which now
6788         sets `gdb-frame-number' so commands may use --frame option instead
6789         of inner debugger state.
6790         (gdb-frame-handler): Do not set `gdb-frame-number'.
6791         (gdb-threads-mode-map): Select threads with mouse.
6793         * progmodes/gud.el (gdb-gud-context-call): Declare function to
6794         avoid compilation warning.
6795         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6796         `gdb-show-stop-p`.
6798         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6799         Argument `key' renamed to `buffer-type'.
6800         (gdb-current-context-buffer-name): Do not add thread info to
6801         buffer name when no thread is selected.
6802         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6803         command (bug 3794).
6804         (gdb-thread-selected): Handle `=thread-selected' notification.
6805         (gdb-wait-for-pending): New macro to deal with congestion problems.
6806         (gdb-breakpoints-list-handler-custom): Don't fail on pending
6807         breakpoints.
6808         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6809         This fixes problem similar to one described in bug 3947.
6810         (gud-menu-map): More menu items.
6811         (gdb-init-1): Reset `gdb-thread-number' to nil.
6813         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6814         non-stop settings.
6816         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6817         (gdb-current-context-command): Do not append --thread if
6818         `gdb-thread-number' is nil.
6819         (gdb-running-threads-count, gdb-stopped-threads-count): New
6820         variables.
6821         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6822         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6823         customization options.
6824         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6825         GUD commands.
6826         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6827         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6828         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6829         set `gdb-thread-number' and update `gud-running' properly.
6830         (gdb-running): Update threads list when new threads appear.
6831         (gdb-stopped): Support non-stop operation and new thread switching
6832         logic.
6833         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6834         (gdb-json-partial-output): New set of JSON routines.
6835         (def-gdb-auto-update-trigger): New `signal-list' optional
6836         argument.
6837         (gdb-thread-list-handler-custom): Update `gud-running',
6838         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6839         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6840         (gdb-continue-thread, gdb-step-thread): New commands for fine
6841         thread execution control.
6842         (gud-menu-map): New menu items to switch non-stop options.
6843         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6844         (gdb-send): Mimic RET properly (bug 3794).
6846         * progmodes/gdb-mi.el (gdb-rules-name-maker)
6847         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6848         gdb-buffer-rules.
6849         (def-gdb-auto-update-handler): New nopreserve optional argument.
6850         (gdb-stack-list-frames-custom): Print stack from top to bottom.
6852         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6853         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6854         (gdb-parent-mode): New mode to derive other GDB modes from.
6855         (gdb-display-disassembly-for-thread)
6856         (gdb-frame-disassembly-for-thread): New commands for threads
6857         buffer.
6859         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6860         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6861         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6862         (gdb-update): We now store all GDB buffers in a list so that they
6863         can be updated by traversing a list instead of calling invalidate
6864         triggers explicitly.
6865         (def-gdb-trigger-and-handler): New macro to define trigger-handler
6866         pair for GDB buffer.
6867         (gdb-stack-buffer-name): Add thread information.
6868         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6869         handle pending triggers.
6870         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6871         (def-gdb-thread-buffer-simple-command)
6872         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6873         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6874         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6875         New commands which show buffers bound to thread.
6876         (gdb-stack-list-locals-regexp): Removed unused regexp.
6878         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6879         (gdb-locals-buffer-name, gdb-registers-buffer-name)
6880         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6881         to (gud-comint-buffer) in *-buffer-name functions
6882         because (gdb-get-target-string) already does that.
6883         (gdb-locals-handler-custom, gdb-registers-handler-custom)
6884         (gdb-changed-registers-handler): Rewritten without regexps.
6886         * progmodes/gdb-mi.el: Basic thread selection support.
6887         (gdb-thread-number): New variable.
6888         (gdb-current-context-command): New macro which adds --thread
6889         option to command.
6890         (gdb-threads-mode-map): Select thread with SPC.
6891         (gdb-thread-list-handler-custom): Mark current thread with overlay
6892         arrow.  Synchronize GDB thread and Emacs thread.
6893         (gdb-select-thread): New command which selects current thread.
6894         (gdb-invalidate-frames, gdb-invalidate-locals)
6895         (gdb-invalidate-registers): Use --thread option.
6897 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
6899         * net/tramp.el (top): Make check for tramp-gvfs loading more
6900         robust.  (Bug#3977)
6901         (tramp-handle-insert-file-contents): `unwind-protect' must be
6902         inside `with-parsed-tramp-file-name'.
6904         * net/tramp-gvfs.el (top): Remove superfluous message when loading
6905         fails.
6907 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
6909         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6910         directory if CLASSPATH is not set.
6912 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
6914         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6915         New defconst.
6916         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
6918 2009-08-02  Kevin Ryde  <user42@zip.com.au>
6920         * net/newst-backend.el (newsticker--raw-url-list-defaults):
6921         Update freshmeat link.  Delete newsforge.com as it seems gone.
6923 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6925         * select.el (x-set-selection): Doc fix (Bug#4021).
6927         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6929         * help-fns.el (describe-variable): Treat list return values from
6930         dir-locals-find-file properly (Bug#4005).
6932 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
6934         * net/tramp.el (tramp-debug-message): Print also microseconds.
6936 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
6938         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6939         or END is non-nil.
6940         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6941         (tramp-get-debug-buffer): Change `outline-regexp' according to new
6942         format.
6944         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6945         (tramp-get-file-property): Use it.
6947         * autorevert.el (auto-revert-handler): Allow
6948         `auto-revert-tail-mode' for remote files.
6950 2009-08-02  Jason Rumney  <jasonr@gnu.org>
6952         * minibuffer.el (read-file-name): Treat confirm options to
6953         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
6955 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6957         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6958         (font-lock-variable-name-face, font-lock-constant-face): Darken
6959         the colors for light backgrounds.
6961 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
6963         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6964         month names.  (Bug#3987)
6966 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
6968         * simple.el (line-move-finish): Pass whole number to
6969         line-move-to-column.
6970         (line-move-visual): Perform hscroll to the recorded position.
6972 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
6974         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6976 2009-07-29  Alan Mackenzie  <acm@muc.de>
6978         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6980 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
6982         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6983         (gdb-place-breakpoints): Use full path when setting breakpoints.
6985 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6987         * calc/calc.el (calc-mode-map): Add keybinding for
6988         `calc-transpose-lines'.
6990 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
6992         * calc/calc-misc.el (calc-transpose-lines): New function.
6994 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
6996         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6997         Simplify check for out-of-band methods.
6998         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6999         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7001 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7003         * vc-git.el (vc-git-checkin): Fix typo.
7005 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7007         * progmodes/js2-mode.el: New file.
7009 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7011         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7012         (gud-menu-map): Adjust tooltip accordingly.
7014 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7016         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7017         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7019         * add-log.el (change-log-mode-map): Add a menu.
7021 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7023         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7024         function returns nil.
7025         (dbus-handle-event): Handle special return value :ignore.
7026         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7028 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7030         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7031         it's not needed.
7033 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7035         Fix Bug#3888:
7037         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7039         * term/pc-win.el (x-display-name, x-colors)
7040         (x-select-enable-clipboard, x-select-text): Doc fix.
7042         * term/common-win.el (x-display-name, x-colors): Doc fix.
7044         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7045         (xw-defined-colors): Doc fix.
7047         * w32-fns.el (x-select-text, x-setup-function-keys)
7048         (x-get-selection, x-set-selection): Doc fix.
7050         * term/x-win.el (x-select-text, x-setup-function-keys)
7051         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7053         * select.el (x-set-selection): Doc fix.
7055 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7057         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7058         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7059         "IsNSSSupportAvailable" method is not available.  Reported by
7060         Steve Youngs <steve@sxemacs.org>.
7062 2009-07-24  Kenichi Handa  <handa@m17n.org>
7064         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7065         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7066         (build-unicode-category-table): Fix range checks.
7068 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7070         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7071         the buffer we try to sync is current when calling
7072         vc-resynch-buffer.
7074         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7075         not show up to date files.
7077 2009-07-24  Glenn Morris  <rgm@gnu.org>
7079         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7080         Add autoload cookies.  If necessary, initialize.
7081         (elint-log): Handle non-file buffers.
7082         (elint-initialize): Add optional argument to reinitialize.
7083         (elint-find-builtin-variables): Save excursion.
7085 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7087         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7088         for Lint.
7090 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7092         * vc.el (vc-print-log-internal): New function, split out from ...
7093         (vc-print-log): ... here.
7094         (vc-dir-move-to-goal-column): Declare.
7096         * vc-git.el (vc-git-add-signoff): New variable.
7097         (vc-git-checkin): Use it.
7098         (vc-git-toggle-signoff): New function.
7099         (vc-git-extra-menu-map): Bind it to menu.
7100         (vc-git--run-command-string): Accept a nil FILE argument.
7101         (vc-git-stash-list): New function.
7102         (vc-git-dir-extra-headers): Use it.
7104 2009-07-23  Glenn Morris  <rgm@gnu.org>
7106         * help-fns.el (describe-variable): Describe ignored and risky local
7107         variables in a similar way to that in which we describe safe ones.
7109         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7110         (byte-compile-output-file-form, byte-compile-output-docform)
7111         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7112         Give some more local variables with common names a "bytecomp-" prefix,
7113         so as not to shadow things during compilation.
7114         * emacs-lisp/cl-macs.el (load-time-value)
7115         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7116         `outbuffer' to `bytecomp-outbuffer'.
7118         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7119         since the next two variables cover them automatically now.
7120         (elint-builtin-variables, elint-autoloaded-variables): New.
7121         (elint-unknown-builtin-args): Remove all members, since they can be
7122         parsed automatically now.
7123         (elint-extra-errors): New.
7124         (elint-env-add-env, elint-env-add-macro): Use cadr.
7125         (elint-current-buffer): Use or.  Change final message.
7126         (elint-get-top-forms): Use line-end-position.
7127         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7128         and defalias.
7129         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7130         (regexp-assoc): Remove unused function.
7131         (elint-top-form): Set elint-current-pos, to record the start of the
7132         top-level form, for compilation-mode.
7133         (elint-form): Trap errors in macro expansion.  Use dolist.
7134         (elint-unbound-variable): Use elint-builtin-variables and
7135         elint-autoloaded-variables.
7136         (elint-get-args): Use cadr, or.
7137         (elint-check-cond-form): Use dolist, cadr.
7138         (elint-check-condition-case-form): Doc fix.  Use cadr.
7139         Use elint-extra-errors.
7140         (elint-log): New function.
7141         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7142         Distinguish errors and warnings.
7143         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7144         Use a bytecomp-style format.
7145         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7146         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7147         Don't truncate lines.
7148         (elint-initialize): Set builtin and autoloaded variable lists.
7149         Only process elint-unknown-builtin-args if non-nil.
7150         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7151         New functions.
7152         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7154 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7156         * net/newst-backend.el (newsticker--parse-atom-1.0)
7157         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7158         (newsticker--parse-rss-1.0):
7159         * progmodes/idlwave.el (idlwave-mode):
7160         * progmodes/idlw-shell.el (idlwave-shell-mode):
7161         * progmodes/vera-mode.el (vera-mode):
7162         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7163         * progmodes/vhdl-mode.el (vhdl-mode):
7164         * textmodes/table.el (table-generate-source)
7165         (table--warn-incompatibility):
7166         Hyperlink urls in docstrings with URL `...'.
7168 2009-07-22  Glenn Morris  <rgm@gnu.org>
7170         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7171         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7172         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7173         Remove leading * from defcustom docs.
7175         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7177         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7178         defcustom doc.
7179         (list-load-path-shadows): Optionally, just return shadows as a string.
7181         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7183 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7185         * mail/rmailedit.el (rmail-edit-mode): Use
7186         auto-save-include-big-deletions.
7188         * mail/rmail.el (rmail-variables): Use
7189         auto-save-include-big-deletions.
7191         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7192         changes.
7194 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7196         * calc/calc.el (calc-undo-length): New variable.
7197         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7199 2009-07-21  Richard Stallman  <rms@gnu.org>
7201         * files.el (auto-save-mode): Handle buffer-save-size = -2
7202         for toggling mode.
7204 2009-07-21  Glenn Morris  <rgm@gnu.org>
7206         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7208         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7210         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7211         silence compiler.  Instead...
7212         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7213         (ps-print-ensure-fontified): Update for above function name changes.
7215         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7216         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7217         silence compiler.  Instead...
7218         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7219         (mh-show-buffer): Only define for compiler.
7220         (pr-mh-current-message): Update for above function name changes.
7222         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7223         as an argument.
7224         (find-file-noselect, insert-file-1): Update for above change.
7226         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7228         * mail/mailclient.el (mailclient-send-it): Fix message.
7230         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7231         (edebug-eval): Check cl-debug-env is bound.
7232         (print-level, print-circle): Don't redefine built-in variables.
7234         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7235         (custom-print-vectors): Remove old comments from doc.
7237         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7238         (emerge-version): Make the variable an obsolete alias for the
7239         emacs-version variable.  Make the function obsolete.
7240         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7241         Emerge options, rather than merging in into the main Options menu.
7242         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7243         and auto advance modes.  Disable edit/fast items when not relevant.
7245 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7247         * term/vt420.el (terminal-init-vt420): Fix typo.
7249 2009-07-20  Sam Steingold  <sds@gnu.org>
7251         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7252         variable (removed from compile.el on 2004-03-11).
7254 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7256         * files.el (hack-local-variables-filter): Fix last change.
7258 2009-07-19  Juri Linkov  <juri@jurta.org>
7260         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7261         (dir-local-variables-alist): New buffer-local variable.
7262         (hack-local-variables-filter): If variable is not dir-local,
7263         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7264         because file-local overrides dir-local.
7265         (c-postprocess-file-styles)<declare-function>:
7266         Remove obsolete declaration.
7267         (hack-dir-local-variables): Add dir-local variable/value pair to
7268         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7270         * help-fns.el (describe-variable): Add information about
7271         file-local and dir-local variables.
7273 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7275         * files.el (hack-local-variables-filter): Rewrite.
7277 2009-07-19  Glenn Morris  <rgm@gnu.org>
7279         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7280         Silence compiler by only defining on XEmacs.
7282         * international/mule.el (auto-coding-regexp-alist): Only match
7283         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7285         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7286         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7287         (cal-menu-context-mouse-menu): Doc fix.
7289         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7291         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7293 2009-07-18  Juri Linkov  <juri@jurta.org>
7295         * info.el: Virtual Info keyword finder.
7296         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7297         (Info-finder-file): New variable.
7298         (Info-finder-find-file): New function.
7299         (finder-known-keywords, finder-package-info)
7300         (find-library-name, lm-commentary): Use defvar and
7301         declare-function to silence compiler warnings.
7302         (Info-finder-find-node): New function.
7303         (info-finder): New command.
7305         * subr.el (process-kill-buffer-query-function): New function.
7306         (add-hook)<kill-buffer-query-functions>: Add hook
7307         `process-kill-buffer-query-function'.
7309 2009-07-18  Alan Mackenzie  <acm@muc.de>
7311         * progmodes/cc-mode.el (c-before-hack-hook)
7312         (c-postprocess-file-styles): Give invocation of `c-set-style'
7313         DONT-OVERRIDE parameter of t.  Already set style variables will
7314         thus not be overridden by style settings given by `c-file-syle'.
7316         * files.el (hack-local-variables-filter): Remove entries with
7317         duplicate keys from `file-local-variables-alist'.
7319 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7321         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7322         x-set-selection if display-selections-p returns nil for the
7323         current frame.
7325 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
7327         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7329 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7331         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7332         Accept nil in addition to a regexp.
7333         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7334         Accept nil in addition to a regexp.
7335         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7336         buffers that have an associated file.  Handle nil values of
7337         desktop-buffers-not-to-save and desktop-files-not-to-save.
7338         (Bug#3833)
7340         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7341         (x-disown-selection-internal): New functions.
7343 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
7345         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7346         warning.
7347         (gdb-breakpoints-header): Move forward to avoid compiler warning.
7348         (gdb-make-header-line-mouse-map): Remove duplicate definition.
7350 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
7352         * simple.el (set-mark): Revert last change.
7354 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
7356         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7357         rendering of pngs is not possible instead of messaging a long
7358         description.
7360 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
7362         * w32-fns.el (x-selection-owner-p): New function.
7364         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7365         (mouse-yank-at-click, mouse-yank-primary): If
7366         select-active-regions is non-nil, deactivate the mark before
7367         insertion.
7369         * simple.el (deactivate-mark, set-mark): Only save selection if we
7370         own it.
7372 2009-07-17  Kenichi Handa  <handa@m17n.org>
7374         * case-table.el (describe-buffer-case-table): Fix for the case
7375         that KEY is a cons.
7377 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7379         * vc-rcs.el (vc-rcs-find-file-hook):
7380         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7382 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
7384         * net/tramp.el (tramp-wait-for-output): Handle the case when
7385         commands do not return a newline but a null byte before the shell
7386         prompt.  (Bug#3858)
7388 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7390         * term/ns-win.el (ns-set-alpha): Don't declare.
7391         (ns-set-background-alpha): Remove function.
7393 2009-07-16  Kevin Ryde  <user42@zip.com.au>
7395         * emacs-lisp/copyright.el (copyright-update): Save match-data across
7396         y-or-n-p, for safety.
7398 2009-07-16  Richard Stallman  <rms@gnu.org>
7400         * files.el (auto-save-mode): If buffer-saved-size is -2,
7401         don't clobber it.
7403         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7404         (rmail-retry-ignored-headers): Add more uninteresting fields.
7406 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
7408         * net/rcirc.el (rcirc): Use history variables.
7409         (rcirc-server-name-history, rcirc-nick-name-history)
7410         (rcirc-server-port-history): New variables.
7412 2009-07-15  Kenichi Handa  <handa@m17n.org>
7414         * international/mule-cmds.el (set-language-environment-charset):
7415         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7416         ignore them.
7418         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7419         Delete unibyte-display.
7421 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7423         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7425 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7427         * simple.el (deactivate-mark): Optional argument FORCE.
7428         (set-mark): Use deactivate-mark.
7430         * info.el (Info-search): No need to check transient-mark-mode
7431         before calling deactivate-mark.
7433         * select.el (x-set-selection): Doc fix.
7434         (x-valid-simple-selection-p): Allow buffer values.
7435         (xselect--selection-bounds): Handle buffer values.  Suggested by
7436         David De La Harpe Golden.
7438         * mouse.el (mouse-set-region, mouse-drag-track): Call
7439         copy-region-as-kill before setting the mark, to let
7440         select-active-regions work.
7442 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
7444         * simple.el (deactivate-mark): If select-active-regions is
7445         non-nil, copy the selection data into a string.
7446         (activate-mark): If select-active-regions is non-nil, set the
7447         selection to the current buffer.
7448         (set-mark): Update selection if select-active-regions is non-nil.
7450         * select.el (x-valid-simple-selection-p): Allow buffer values.
7452 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7455         and more featureful message-mode.
7457 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
7459         * select.el (x-set-selection): Doc fix.
7460         (x-valid-simple-selection-p): Disallow selection data consisting
7461         of a list or cons of integers, since that is not used.
7462         (xselect--selection-bounds, xselect--int-to-cons): New functions.
7463         (xselect-convert-to-string, xselect-convert-to-length)
7464         (xselect-convert-to-filename, xselect-convert-to-charpos)
7465         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7467 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
7469         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7470         output in -break-info command (Emacs bug #3794).
7472 2009-07-14  Glenn Morris  <rgm@gnu.org>
7474         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7475         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7476         (edebug-print-length, edebug-print-level, edebug-print-circle)
7477         (edebug-sit-for-seconds, edebug-view-outside)
7478         (edebug-bounce-point, edebug-set-global-break-condition)
7479         (edebug-Go-nonstop-mode, edebug-trace-mode)
7480         (edebug-Trace-fast-mode, edebug-continue-mode)
7481         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7482         (edebug-visit-eval-list): Doc fixes.
7484         * subr.el (def-edebug-spec): Doc fix.
7486 2009-07-14  Kenichi Handa  <handa@m17n.org>
7488         * international/characters.el: Fix setting of category ?C.
7490 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
7492         * term/ns-win.el (x-select-font): defalias x-select-font to
7493         ns-popup-font-panel instead of generate-fontset-menu.
7495 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
7497         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
7499 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
7501         * arc-mode.el (archive-find-type): Allow for a PK00 string before
7502         the PK\003\004 header (Bug#3770).
7504 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
7506         * pcomplete.el (pcomplete-comint-setup): Check for
7507         shell-dynamic-complete-filename too.
7509 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
7511         * simple.el (temporary-goal-column): Change the value for
7512         line-move-visual to a cons cell.
7513         (line-move-visual): Record or set the window hscroll, if
7514         necessary (Bug#3494).
7515         (line-move-1): Handle cons value of temporary-goal-column.
7517 2009-07-11  Kenichi Handa  <handa@m17n.org>
7519         * international/mule-diag.el (describe-character-set): Don't show
7520         width.
7522 2009-07-10  Sam Steingold  <sds@gnu.org>
7524         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7525         Omake sometimes indents the errors it prints, so allow all
7526         regexps to start with spaces.
7528 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
7530         * cus-edit.el (customize-changed-options-previous-release):
7531         Bump value to 22.1.  (Bug#3804)
7533 2009-07-08  Sam Steingold  <sds@gnu.org>
7535         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7536         to be a cons cell (test . ignored-directory) to selectively ignore
7537         some directories depending on the location of the search.
7539 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
7541         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7542         remote user is root, on the local host.
7543         (tramp-local-host-p): Either the local user or the remote user
7544         must be root.  (Bug#3771)
7546 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7548         * progmodes/gdb-mi.el (gdb): Remove description of
7549         gdb-use-separate-io-buffer.
7550         (menu): Don't allow toggling of or enable
7551         gdb-use-separate-io-buffer from menubar.
7553 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7555         * mail/unrmail.el (unrmail): Make sure the message ends with two
7556         newlines (Bug#3769).
7558 2009-07-08  Glenn Morris  <rgm@gnu.org>
7560         * calendar/calendar.el (calendar-current-date): Rework previous change.
7562 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
7564         * calendar/calendar.el (calendar-current-date):
7565         Add an optional argument giving an offset from today.
7567 2009-07-08  Glenn Morris  <rgm@gnu.org>
7569         * tutorial.el (tutorial--describe-nonstandard-key):
7570         Adjust the message for when a key has been unbound.
7571         (help-with-tutorial): Hide the arch-tag.
7573 2009-07-08  Kenichi Handa  <handa@m17n.org>
7575         * international/fontset.el (setup-default-fontset): For each
7576         script, append (not set) font-specs.
7578         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7579         docstring.
7581 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7583         * progmodes/gdb-mi.el (gdb-init-1): Move sending
7584         -data-list-register-names to ...
7585         (gdb-starting): ... here because GDB 7.0 requires execution to
7586         have started when using this MI command.
7587         (gdb-set-header): New function to distinguish select and
7588         unselected tabs in gdb buffers.
7589         (gdb-propertize-header): New macro that uses gdb-set-header.
7590         (gdb-breakpoints-header, gdb-locals-header): Use it.
7591         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7593 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
7595         * Makefile.in (ELCFILES): Remove fadr.elc.
7597 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
7599         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7600         may contain frame information, so `string-match' should be used.
7601         (gdb-update): Disassembly is invalidated through
7602         `gdb-get-selected-frame'.
7603         (gdb-pad-string): New function to pad string with spaces.
7604         (gdb-invalidate-disassembly): Invalidate only if the buffer
7605         exists.
7606         (gdb-disassembly-handler-custom): Column alignment.
7607         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7608         placing new ones.
7609         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7610         end of line, too.
7611         (gdb-frame-handler): Match convention to for disassembly buffer
7612         mode name.
7613         (gdb-stack-list-frames-handler): Rewritten without regexps.
7614         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7615         not highlight breakpoints without line information.
7616         (gdb-input): Add trailing newline to command.
7618         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7619         buffer properly.
7620         (gdb-breakpoints-list-handler-custom): Replacement for
7621         `gdb-break-list-handler'.  Using real parser instead of regexps
7622         now.
7623         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7624         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7625         to place breakpoints.
7626         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7627         functions.
7628         (gdb-disassembly-handler-custom): Show overlay arrow.
7629         (gdb-disassembly-place-breakpoints): Show breakpoints in
7630         disassembly buffer.
7631         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7632         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7633         instead of parsing breakpoints buffer.  Fixed old menu references
7634         in `gud-menu-map'.
7636         * fadr.el: Remove.
7638         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7639         (gdb-memory-address): New variable which holds top address of
7640         memory page shown in memory buffer.
7641         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7642         customization variables.
7643         New functions:
7644         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7645         display the memory buffer.
7646         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7647         buffer display parameters.
7648         (def-gdb-memory-format, gdb-memory-format-binary)
7649         (gdb-memory-format-octal, gdb-memory-format-unsigned)
7650         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7651         Functions for setting memory buffer format.
7652         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7653         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7654         unit size used in memory buffer.
7655         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7656         to next/previous page of memory buffer.
7657         Now using (bindat-get-field) instead of fadr functions.
7659 2009-07-07  Sam Steingold  <sds@gnu.org>
7661         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7662         non-top-level files.
7664 2009-07-07  Kenichi Handa  <handa@m17n.org>
7666         * international/mule-cmds.el (reset-language-environment): Put
7667         the highset priority to the charset iso-8859-1.
7669 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7671         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7672         to the end of the line when locating the block (Bug#700).
7674 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
7676         * net/tramp.el (tramp-handle-write-region): Flush file properties
7677         in case of short track.
7679 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
7681         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7682         representation of verilog error regular expressions to work with
7683         Emacs-22's new format.
7684         (verilog-error-regexp-xemacs-alist): Coded custom representation
7685         of verilog error regular expressions to work with XEmacs format.
7686         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7687         error recognition into XEmacs.
7688         (verilog-error-regexp-add-emacs): Hook routine to install verilog
7689         error recognition into Emacs-22.
7691 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7693         * woman.el: Remove stand-alone closing parentheses.
7694         (woman-file-name, woman2-format-paragraphs)
7695         (woman-leave-blank-lines): Code cleanup.
7696         (woman-use-own-frame): Change default to nil.
7697         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7698         defaults to inherit from default faces.
7699         (woman2-process-escapes): Consume the newline after a stand-alone
7700         filler character (Bug#3651).
7702 2009-07-06  Glenn Morris  <rgm@gnu.org>
7704         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7705         (top-level): Move provide to the end.
7706         (ffap): Remove defunct URL from custom group.
7708         * subr.el (eval-after-load): Doc fix.
7710 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
7712         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7713         `calc-embedded-word' is called twice.
7715 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7717         * files.el (find-alternate-file-other-window, find-alternate-file):
7718         Obey confirm-nonexistent-file-or-buffer.
7720 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
7722         * dired-aux.el (dired-show-file-type): Handle remote files.
7724 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
7726         * desktop.el (desktop-globals-to-save):
7727         Add file-name-history (Bug#2750).
7729 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
7731         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7733 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
7735         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7736         property on entire argument since this is what eshell-lisp-command
7737         expects.
7739 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
7741         * net/tramp-gvfs.el (tramp-gvfs-methods)
7742         (tramp-gvfs-zeroconf-domain)
7743         (tramp-bluez-discover-devices-timeout): Add version flag.
7744         (tramp-gvfs-handler-mounted-unmounted)
7745         (tramp-gvfs-connection-mounted-p): Polish handling of
7746         incompatibilities between GVFS 0.2 and 1.0.
7748 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
7750         * cus-start.el (all): Add make-pointer-invisible.
7752 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
7754         * calc-math.el (math-use-emacs-fn): Make sure that the number is
7755         formatted correctly.
7757 2009-07-02  Juri Linkov  <juri@jurta.org>
7759         * info.el: Virtual Info files and nodes.
7760         (Info-virtual-files, Info-virtual-nodes): New variables.
7761         (Info-current-node-virtual): New variable.
7762         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7763         New functions.
7764         (Info-file-supports-index-cookies): Use Info-virtual-file-p
7765         to check for a virtual file instead of checking a fixed list
7766         of node names.
7767         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7768         instead of ad-hoc processing of "dir" and (apropos history toc).
7769         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7770         instead of ad-hoc processing of "dir" and (apropos history toc).
7771         Reread a file when moving from a virtual node.
7772         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7773         (Info-directory-toc-nodes, Info-directory-find-file)
7774         (Info-directory-find-node): New functions.
7775         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7776         (Info-history): Move part of code to
7777         `Info-history-find-node'.
7778         (Info-history-toc-nodes, Info-history-find-file)
7779         (Info-history-find-node): New functions.
7780         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7781         (Info-toc): Move part of code to `Info-toc-find-node'.
7782         (Info-toc-find-node): New function.
7783         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
7784         the current Info file name to references because now the node
7785         "*TOC*" belongs to the same Info manual.
7786         (Info-toc-build): Rename from `Info-build-toc'.
7787         (Info-toc-nodes): Rename input argument `file' to `filename'.
7788         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7789         instead of ad-hoc processing of ("dir" apropos history toc).
7790         (Info-index-nodes): Use Info-virtual-file-p
7791         to check for a virtual file instead of checking a fixed list
7792         of node names.
7793         (Info-index-node): Add check for `Info-current-node-virtual'.
7794         Raise `save-match-data' higher up the tree to contain
7795         `search-forward' too (bug fix).
7796         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7797         (Info-virtual-index-nodes): New variable.
7798         (Info-virtual-index-find-node, Info-virtual-index): New functions.
7799         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7800         (Info-apropos-file, Info-apropos-nodes): New variables.
7801         (Info-apropos-toc-nodes, Info-apropos-find-file)
7802         (Info-apropos-find-node, Info-apropos-matches): New functions.
7803         (info-apropos): Move part of code to `Info-apropos-find-node' and
7804         `Info-apropos-matches'.
7805         (Info-mode-map): Bind "I" to `Info-virtual-index'.
7806         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7807         for a virtual file instead of checking a fixed list of node names.
7809         * simple.el (async-shell-command): New command.
7811         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7813         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7814         instead of `mount-info'.
7816 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
7818         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7819         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7821 2009-07-02  Kenichi Handa  <handa@m17n.org>
7823         * international/mule.el (set-keyboard-coding-system): Force *-unix
7824         coding-system to avoid eol conversion.
7826 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
7828         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7829         Add handler for `process-file', `shell-command' and
7830         `start-file-process'.
7831         (tramp-gvfs-handle-shell-command)
7832         (tramp-gvfs-handle-start-file-process)
7833         (tramp-gvfs-handle-process-file): New defuns.
7834         (tramp-synce-list-devices): Simplify check for existence of property.
7836 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
7838         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7840 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7842         * language/korean.el (set-language-info-alist): Add korean-cp949,
7843         cp949 to spec.
7845 2009-07-01  Kenichi Handa  <handa@m17n.org>
7847         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7849         * international/encoded-kb.el: Deleted.
7851         * international/mule.el (set-keyboard-coding-system): Perform the
7852         necessary setup here instead of calling encoded-kbd-setup-display.
7854 2009-07-01  Glenn Morris  <rgm@gnu.org>
7856         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7858 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7860         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
7862 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
7864         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7865         Handle also the 'rename case, when setting file modes.  (Bug#3712)
7866         (tramp-default-file-modes) Remove execute permissions.
7868         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7869         (top): Add a default for "synce" in `tramp-default-user-alist'.
7870         Add completion function for "synce" method.
7871         (tramp-hal-service, tramp-hal-path-manager)
7872         (tramp-hal-interface-manager, tramp-hal-interface-device):
7873         New defconst.
7874         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7875         (tramp-synce-list-devices, tramp-synce-parse-device-names):
7876         New defuns.
7878         * net/trampver.el: Update release number.
7880 2009-06-30  Kenichi Handa  <handa@m17n.org>
7882         * international/fontset.el (setup-default-fontset): Add CJK fonts
7883         for symbols and the other miscellaneous characters.
7885         * language/korea-util.el (setup-korean-environment-internal):
7886         Make char-width-table suitable for Korean environments.
7887         (exit-korean-environment): Cancel above.
7889         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7890         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7891         setup-funcion to make char-widht-table suitable for respective
7892         environments, and an exit-function to cancel that.
7894         * language/japan-util.el (setup-japanese-environment-internal):
7895         Call use-cjk-char-width-table with arg `ja_JP'.
7897         * international/characters.el (cjk-char-width-table): Delete it.
7898         (cjk-char-width-table-list): New variable.
7899         (use-cjk-char-width-table): New arg local-name.
7900         (use-default-char-width-table): Fix for the case that Emacs is
7901         already using the default char-width-table.
7903 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
7905         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7906         modes mandatory.  (Bug#3712)
7908 2009-06-29  Alan Mackenzie  <acm@muc.de>
7910         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7911         correction between the visible width of TABs and their number of bytes.
7913 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
7915         * server.el (server-buffer-done): Prevent kill-buffer from
7916         prompting by clearing the buffer modification flag (Bug#3696).
7918 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
7920         * verilog-mode.el (verilog-beg-of-statement)
7921         (verilog-endcomment-reason-re): Support unique case and priority case.
7922         (verilog-basic-complete-re): Support localparam lineup.
7923         (verilog-beg-of-statement-1): Fix for robustness, unique case.
7924         (verilog-set-auto-endcomments): Fix for unique case, always_comb
7925         commenting.
7926         (verilog-leap-to-case-head): Now support *nested* unique &
7927         priority case statements.
7928         (verilog-auto-lineup): Make just declarations the default (as it
7929         had been).
7930         (verilog-leap-to-case-head): Support priority/unique case statements.
7931         (verilog-auto-lineup): Rework to give users radio buttons to
7932         select the various styles of automatic lineup.
7933         (verilog-error-regexp-alist): Rework to support the XEmacs style
7934         of error regular expressions from compilers, lint tools &
7935         simulators.  Note that GNU Emacs has made it impossible for a mode
7936         to load such things.
7937         (electric-verilog-terminate-line, verilog-indent-declaration)
7938         (verilog-auto-wiure): Rework for radio button selection of
7939         auto-lineup selection of specification of auto lineup.
7940         (verilog-beg-of-statement-1): Redesign to support proper operation
7941         in additional code, based on testing with auto-lineup.
7942         (verilog-calculate-indent, assignments & declarations)
7943         (verilog-backward-token): Enhance to support auto-lineup of
7944         assignments & declarations.
7945         (verilog-in-directive-p, verilog-at-struct-p): New function for
7946         easy test of whether we are.
7947         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7948         to support safe execution at almost anyline.
7949         (verilog-calc-1): Properly support indenting deep inside generate
7950         blocks.
7951         (verilog-init-font) Remove definition & use of verilog-init-font,
7952         as it is redundant with font-lock-defaults.
7953         (verilog-mode): Alter the definition of verilog-font-lock-defaults
7954         to avoid circular calls if syntax-ppss is a function (as is the
7955         case now in 22.x GNU Emacs) as that function would sometimes call
7956         itself, leading to (nearly) infinite recursion.
7957         (verilog-ovm-begin-re, verilog-ovm-end-re)
7958         (verilog-ovm-statement-re, verilog-leap-to-head)
7959         (verilog-backward-token): Add support for OVM macros.  Some are
7960         complete statements, and others open and close scopes like begin
7961         and end.
7962         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7963         (verilog-defun-level-generate-only-re): Really fix the defun-list
7964         compilation issue.
7965         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7966         coverpoint, constraint and cross statements.
7967         (verilog-defun-level-list, verilog-generate-defun-level-list)
7968         (verilog-all-defun-level-list): Redo these specifications - it is
7969         too hard to support eval-when compile aggregation of lists also
7970         built at when-compile time.
7971         (verilog-defun-level-list): Place defconsts of variables used in
7972         building regular expressions which are built in eval-when-compile
7973         bodies in the same eval-when-compile body to facilitate compile
7974         without load.
7975         (verilog-beg-block-re-ordered): Support indenting
7976         virtual/protected tasks and functions.
7977         (verilog-defun-level-list, verilog-in-generate-region-p)
7978         (verilog-backward-ws&directives, verilog-calc-1): Speed up
7979         indentation of some module items (generate items).
7980         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7981         across virtual/protected tasks and functions.
7983 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
7985         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7986         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
7987         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7988         in concatenations.  Reported by Yishay Belkind.
7989         (verilog-auto-ascii-enum): Support one-hot state machines in
7990         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
7991         (verilog-auto-inst, verilog-auto-inst-port): Include interface
7992         modport in AUTOINST and add vl-modport for users.  Reported by
7993         David Rogoff.
7994         (verilog-auto-inout-module, verilog-auto-inst)
7995         (verilog-decls-get-interfaces, verilog-insert-definition)
7996         (verilog-insert-one-definition, verilog-read-decls)
7997         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7998         (verilog-sig-modport, verilog-signals-combine-bus)
7999         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8000         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8001         Suggested by David Rogoff.
8002         (verilog-repair-open-comma): Fix non-insertion of comma when
8003         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8004         (verilog-make-width-expression): Simplify [A-1:0] expression
8005         widths to just {A{1'b0}}.
8006         (verilog-mode): Cleanup checkdoc warnings.
8007         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8008         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8009         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8010         (next-error-last-buffer): Fix byte-compiler warning.
8011         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8012         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8013         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8014         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8015         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8016         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8017         in AUTOINOUT.  Reported by Matthew Lovell.
8018         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8019         causing use of <= assignments.  Reported by Alex Reed.
8020         (verilog-read-decls): Fix triand, trior, wand, wor to be
8021         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8022         (verilog-extended-complete-re): Support import "DPI-C" functions.
8023         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8024         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8025         (verilog-insert-date, verilog-insert-year)
8026         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8027         Windows systems.  Reported by Michael Potts.
8028         (verilog-read-module-name): Fix AUTOINST when the child module
8029         declaration's name is a tick define.  Reported by Elliot Mednick.
8030         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8031         passed to next parameter's definition.  Reported by Bruce T.
8032         (verilog-read-decls): Fix detecting "parameter int" when using
8033         AUTOINSTPARAM.  Reported by Bruce T.
8034         (verilog-goto-defun): Fix goto not finding modules unless first
8035         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8036         (verilog-mode): Expand -f flag arguments on entry to mode so
8037         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8038         (verilog-getopt): Expand environment variables in -f file
8039         arguments.  Suggested by Lawrence Butcher.
8040         (verilog-set-define): Fix "Symbol's value as variable is void"
8041         when reading enumerations.
8042         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8043         Suggested by Stephen Peltan.
8044         (verilog-read-defines): Fix reading of enumerations in include
8045         files.  Reported by Steve Peltan.
8047 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8049         * files.el (trash-directory): Fix defcustom type.
8051 2009-06-28  Juri Linkov  <juri@jurta.org>
8053         * help-fns.el (describe-function-1): Correctly locate adviced
8054         functions in hyperlink (Bug#2438).
8056 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8058         * files.el (trash-directory): Change default to nil.
8059         (move-file-to-trash): If trash-directory is nil and
8060         system-move-file-to-trash is unbound, perform freedesktop-style
8061         trashing.
8063 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8065         * files.el (move-file-to-trash): Add freedesktop trash
8066         support (Bug#973).
8068 2009-06-28  Glenn Morris  <rgm@gnu.org>
8070         * autorevert.el (global-auto-revert-non-file-buffers)
8071         (global-auto-revert-mode): Doc fixes.
8073 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8075         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8077 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8079         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8080         opened an X connection before calling x-get-resource (Bug#3194).
8082         * play/doctor.el: Remove reference to obsolete website.
8083         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8085 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8087         Remove find-file-not-found-hook VC method.  (Bug#2757)
8088         * vc-hooks.el (vc-file-not-found-hook)
8089         (vc-default-find-file-not-found-hook): Remove functions.
8090         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8091         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8092         * vc.el:
8093         * vc-hg.el:
8094         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8096 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8098         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8099           compatibility function for `looking-back'.
8101         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8102         Use `ispell-looking-back'.
8104 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8106         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8107         rather than `filename'.
8109 2009-06-23  Miles Bader  <miles@gnu.org>
8111         * face-remap.el (text-scale-set): New function.
8113 2009-06-23  Glenn Morris  <rgm@gnu.org>
8115         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8117         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8119         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8121         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8123         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8124         Simplify Persian conditionals.
8126         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8127         variable `filename'.
8129         * comint.el (comint-insert-input): Doc fix.
8131         * Makefile.in (ELCFILES): Fix typo in previous change.
8133 2009-06-23  Miles Bader  <miles@gnu.org>
8135         * cus-start.el: Add entry for `recenter-redisplay'.
8137 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8139         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8140         Add an optional argument for the backend, use it instead of
8141         calling vc-backend.
8142         (vc-mode-line): Add an optional argument for the backend.
8143         Pass the backend to vc-state and vc-working-revision.  Move code for
8144         special handling for vc-state being a buffer to ...
8146         * vc-rcs.el (vc-rcs-find-file-hook):
8147         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8149         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8150         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8151         vc-stay-local-p and vc-mode-line calls.
8153         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8154         (vc-cvs-diff, vc-cvs-annotate-command)
8155         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8156         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8157         vc-mode-line calls.
8159         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8160         direct comparison.
8161         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8162         backend when calling vc-mode-line.
8163         (vc-register): Do not create a closure for calling the vc register
8164         function, call it directly.
8166 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8168         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8169         to make it obvious item can be clicked.
8171         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8173 2009-06-23  Kenichi Handa  <handa@m17n.org>
8175         * language/korea-util.el (korean-key-bindings): Change the binding
8176         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8177         same command.
8179 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8181         Sync with Tramp 2.1.16.
8183         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8185         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8186         when a loading of a package fails.  Completion function for rsync
8187         is `tramp-completion-function-alist-ssh'.
8188         (all): Replace all calls of `split-string' and
8189         `tramp-split-string' by `tramp-compat-split-string'.
8190         (tramp-default-method): Use `tramp-compat-process-running-p'.
8191         (tramp-default-proxies-alist): Allow also Lisp forms.
8192         (tramp-remote-path): Add choice "Private Directories".
8193         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8194         (tramp-domain-regexp): Allow also "-", "_" and ".".
8195         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8196         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8197         (tramp-debug-message): Insert header line in debug buffer.
8198         (tramp-handle-directory-files-and-attributes-with-stat):
8199         Care about filenames with spaces, or starting with "-".
8200         (tramp-handle-dired-uncache): New defun.
8201         (tramp-handle-insert-directory): Don't flush the directory from
8202         cache, this is handled by `dired-uncache' now.
8203         (tramp-handle-insert-file-contents): Improve error handling.
8204         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8205         Quote `tramp-end-of-output'.
8206         (tramp-action-password): Improve trace message.
8207         (tramp-check-for-regexp): Both echoes must be present, before removing.
8208         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8209         (tramp-compute-multi-hops): Eval cons cells of
8210         `tramp-default-proxies-alist'.
8211         (tramp-maybe-open-connection): Use the same command pattern for
8212         first hop and further hops.
8213         (tramp-wait-for-output): Remove handling of newlines.
8214         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8215         (tramp-split-string): Remove function.  It is handled in
8216         tramp-compat now.
8218         * net/tramp-cmds.el (tramp-bug):
8219         Recommend `tramp-cleanup-all-connections' in the bug mail.
8221         * net/tramp-compat.el (tramp-compat-split-string)
8222         (tramp-compat-process-running-p): New defuns.
8224         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8225         for `dired-uncache'.
8227         * net/tramp-gvfs.el: New package.
8229         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8230         Add handler for `dired-uncache'.
8231         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8233         * net/trampver.el: Update release number.  Make version check fit
8234         for SXEmacs 22.
8236 2009-06-22  Jim Meyering  <meyering@redhat.com>
8238         Automatically handle .xz suffix (XZ-compressed files), too.
8239         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8240         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8242 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8243             Nick Roberts  <nickrob@snap.net.nz>
8245         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8246         repository (http://sphinx.net.ru/hg/gdb-mi/).
8248 2009-06-22  Glenn Morris  <rgm@gnu.org>
8250         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8251         `mode' and `eval' entries.  (Bug#3430)
8253         * Makefile.in (ELCFILES): Add fadr.elc.
8255         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8256         differing behavior of \n and ^ in strings.  (Bug#3385)
8258         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8260         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8261         property.
8262         (lisp-indent-function): Make it a defcustom.
8264 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8266         * progmodes/gdb-ui.el: Replace with ...
8267         * progmodes/gdb-mi.el: ... this file.
8268         * progmodes/gud.el: Modify for gdb-mi.el.
8270 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8272         * fadr.el: New file.
8274 See ChangeLog.14 for earlier changes.
8276 ;; Local Variables:
8277 ;; coding: utf-8
8278 ;; End:
8280     Copyright (C) 2009  Free Software Foundation, Inc.
8282   This file is part of GNU Emacs.
8284   GNU Emacs is free software: you can redistribute it and/or modify
8285   it under the terms of the GNU General Public License as published by
8286   the Free Software Foundation, either version 3 of the License, or
8287   (at your option) any later version.
8289   GNU Emacs is distributed in the hope that it will be useful,
8290   but WITHOUT ANY WARRANTY; without even the implied warranty of
8291   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8292   GNU General Public License for more details.
8294   You should have received a copy of the GNU General Public License
8295   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8297 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1