* sem-user.texi (Semantic mode): Link to Idle Scheduler.
[emacs.git] / lisp / ChangeLog
blob39a55c525ccac6eb70da13187607ab5b2a300b9a
1 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
8         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9         `cd' doesn't always do it for us (bug#5067).
11         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
12         on 2009-10-25 as part of some other change (bug#5067).
14 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
17         `suspicious'.
18         (byte-compile-warnings): Use byte-compile-warning-types.
19         (byte-compile-save-excursion): Warn about use of set-buffer right
20         after save-excursion.
22         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
23         the excursion as well.
25 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
27         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
28         providing a Tramp related implementation of "su" and "sudo".
29         (eshell-unix-initialize): Add "su" and "sudo".
31 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
33         * net/socks.el (socks-send-command): Convert binary request to
34         unibyte before sending.  This fixes mishandling of some port
35         numbers such as 129.
37 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * help.el (describe-bindings-internal): Remove `interactive'.
41         * man.el (Man-completion-table): Trim a terminating "(".
42         Remove the space between name page a section.
43         Add the command's description on the `help-echo' property.
44         Remove `process-connection-type' binding since it's unused by
45         call-process.
46         Provide completion for the "<section> <name>" format as well.
47         (Man-default-man-entry): Remove spurious var shadowing the argument.
49 2009-11-26  Kevin Ryde  <user42@zip.com.au>
51         * log-view.el: Add "Keywords: tools", since its other keywords
52         aren't in finder-known-keywords, and following vc.el.
54         * sha1.el (sha1-string-external): default-directory "/" in case
55         otherwise non-existent.  process-connection-type pipe for touch of
56         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
58 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
60         Misc coding convention cleanups.
61         * htmlfontify.el (hfy-init-kludge-hook): Rename from
62         hfy-init-kludge-hooks.
63         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
64         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
65         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
66         and push.
67         (hfy-slant, hfy-weight): Use tables rather than code.
68         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
69         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
70         (hfy-face-attr-for-class): Initialize `face-spec' directly.
71         (hfy-face-to-css): Remove `nconc' with single arg.
72         (hfy-p-to-face-lennart): Use `or'.
73         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
74         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
75         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
76         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
77         (hfy-force-fontification): Use run-hooks.
79 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
81         Various minor fixes.
82         * htmlfontify.el (hfy-default-header): Add toggle_invis since
83         Javascript belongs in the header, not the body.
84         (hfy-javascript): Remove.
85         (hfy-fontify-buffer): Don't insert it any more.
86         (hfy-face-at): Handle (face0 face1 face2) style face properties.
87         Fix bug in invis handling when there were no invis props in a chunk.
89 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
93 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
95         * finder.el (finder-mode-map): Add a menu.
97 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
99         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
100         "unsigned" structs.
102         (verilog-leap-to-head, verilog-backward-token): Handle "disable
103         fork" statement better.
105 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
107         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
108         (verilog-delete-empty-auto-pair, verilog-library-filenames):
109         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
111         (verilog-auto-inst, verilog-auto-star-safe)
112         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
113         Fix removing "// Interfaces" when saving .* expansions.  Reported by
114         Pierre-David Pfister.
116 2009-11-26  Glenn Morris  <rgm@gnu.org>
118         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
119         the scope.
121 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
123         * vc-annotate.el (vc-annotate-revision-previous-to-line):
124         Really use previous revision.
126 2009-11-25  Kevin Ryde  <user42@zip.com.au>
128         * man.el (Man-completion-table): default-directory "/" in case
129         doesn't otherwise exist.  process-environment COLUMNS=999 so as
130         not to truncate long names.  process-connection-type pipe to avoid
131         any chance of hitting the pseudo-tty TIOCGWINSZ.
132         (man): completion-ignore-case t for friendliness and since man
133         itself is case-insensitive on the command line.
134         Further to Bug#3717.
136         * arc-mode.el: Add "Keywords: files", so the details in its
137         commentary can be reached from finder-by-keyword.
138         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
139         editing mode, but it's comms related and sgml-mode.el has "comm"
140         on that basis too.
141         * textmodes/bibtex-style.el: Add "Keywords: tex".
142         * international/isearch-x.el, international/ja-dic-cnv.el:
143         * international/ja-dic-utl.el, international/kkc.el:
144         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
146 2009-11-25  Juri Linkov  <juri@jurta.org>
148         * man.el (Man-completion-table): Modify regexp to include
149         section names to completion strings.  (Bug#3717)
151 2009-11-25  Juri Linkov  <juri@jurta.org>
153         Search recursively in gzipped files.  (Bug#4982)
155         * progmodes/grep.el (grep-highlight-matches): Add new options
156         `always' and `auto'.  Doc fix.
157         (grep-process-setup): Check `grep-highlight-matches' for
158         `auto-detect' to determine the need to compute grep defaults.
159         Move Windows/DOS specific --colors settings handling
160         to `grep-compute-defaults'.  Check `grep-highlight-matches'
161         to get the value of "--color=".
162         (grep-compute-defaults): Compute `grep-highlight-matches' when it
163         has the value `auto-detect'.  Move Windows/DOS specific settings
164         from `grep-process-setup'.
165         (zrgrep): New command with alias `rzgrep'.
167 2009-11-25  Juri Linkov  <juri@jurta.org>
169         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
170         to nil instead of switching off view-mode.  (Bug#4896)
172 2009-11-25  Juri Linkov  <juri@jurta.org>
174         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
176         * mwheel.el (mwheel-scroll-up-function)
177         (mwheel-scroll-down-function): New defvars.
178         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
179         `scroll-up', and `mwheel-scroll-down-function' instead of
180         `scroll-down'.
182         * doc-view.el (doc-view-scroll-up-or-next-page)
183         (doc-view-scroll-down-or-previous-page): Add optional ARG.
184         Use this ARG in the call to image-scroll-up/image-scroll-down.
185         Change `interactive' spec to "P".  Goto next/previous page only
186         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
187         SPC/DEL case).  Doc fix.
188         (doc-view-next-line-or-next-page)
189         (doc-view-previous-line-or-previous-page): Rename arg to ARG
190         for consistency.
191         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
192         `doc-view-scroll-up-or-next-page', and buffer-local
193         `mwheel-scroll-down-function' to
194         `doc-view-scroll-down-or-previous-page'.
196 2009-11-25  Juri Linkov  <juri@jurta.org>
198         Provide additional default values (directories at other Dired
199         windows) via M-n in the minibuffer of some Dired commands.
201         * dired-aux.el (dired-diff, dired-compare-directories)
202         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
203         `minibuffer-default' in `minibuffer-with-setup-hook'.
204         (dired-dwim-target-directory): Find a window that displays Dired
205         buffer instead of failing when the next window is not Dired.
206         Use `get-window-with-predicate' to find for the next Dired window.
207         (dired-dwim-target-defaults): New function.
209         * ediff-util.el (ediff-read-file-name):
210         Use `dired-dwim-target-defaults' to set `minibuffer-default'
211         in `minibuffer-with-setup-hook'.
213 2009-11-25  Juri Linkov  <juri@jurta.org>
215         Provide additional default values (file name at point or at the
216         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
218         * minibuffer.el (read-file-name-defaults): New function.
219         (read-file-name): Reset `minibuffer-default' to nil when
220         it duplicates initial input `insdef'.
221         Bind `minibuffer-default-add-function' to lambda that
222         calls `read-file-name-defaults' in `minibuffer-selected-window'.
223         (minibuffer-insert-file-name-at-point): New command.
225         * files.el (file-name-at-point-functions): New defcustom.
226         (find-file-default): Remove defvar.
227         (find-file-read-args): Don't use `find-file-default'.
228         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
229         to `read-file-name'.
230         (find-file-literally): Use `read-file-name' with
231         `confirm-nonexistent-file-or-buffer'.
233         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
235         * dired.el (dired-read-dir-and-switches):
236         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
237         to `read-file-name'.
238         (dired-file-name-at-point): New function.
239         (dired-mode): Add hook `dired-file-name-at-point' to
240         `file-name-at-point-functions'.
242 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
244         Really make the *Completions* window soft-dedicated (bug#5030).
245         * window.el (window--display-buffer-2): Add `dedicated' argument.
246         (display-buffer): Pass it when needed so the dedicated flag is set
247         after calling set-window-buffer, which would otherwise reset it.
249 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
251         * progmodes/meta-mode.el (meta-complete-symbol):
252         * progmodes/etags.el (complete-tag):
253         * mail/mailabbrev.el (mail-abbrev-complete-alias):
254         Use completion-in-region.
256         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
257         (dabbrev-completion): Use completion-in-region.
258         (dabbrev--abbrev-at-point): Simplify regexp.
260         * abbrev.el (abbrev--before-point): Use word-motion functions
261         if :regexp is not specified (bug#5031).
263         * subr.el (string-prefix-p): New function.
265         * man.el (Man-completion-cache): New var.
266         (Man-completion-table): Use it.
268         * vc.el (vc-print-log-internal): Make `limit' optional for better
269         compatibility (e.g. with vc-annotate.el).
271 2009-11-24  Kevin Ryde  <user42@zip.com.au>
273         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
274         Build value with regexp-opt instead of explicit joining loop.  (My
275         Bug#4927.)
277         * emacs-lisp/elint.el (elint-add-required-env): Better error message
278         when .el source file not found or other error.
280 2009-11-24  Markus Triska  <markus.triska@gmx.at>
282         * linum.el (linum-update-window): Ignore intangible (bug#4996).
284 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
286         Handle the [back] button properly (bug#4979).
287         * descr-text.el (describe-text-properties): Add a `buffer' argument.
288         Use help-setup-xref, help-buffer, and with-help-window.
289         (describe-char): Add `buffer' argument.
290         Pass proper command to help-setup-xref.  Don't meddle with
291         help-xref-stack-item directly.
292         (describe-text-category): Use with-help-window and help-buffer.
294         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
295         for the displayed buffer (bug#4887).
297         * man.el (Man-completion-table): New function.
298         (man): Use it.
300 2009-11-24  David Reitter  <david.reitter@gmail.com>
302         * vc-git.el (vc-git-registered): Use checkout directory (where
303         .git is) rather than the file's directory and a relative path spec
304         to work around a bug in git.
306 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
308         Improve handling of processes on remote hosts.
310         * eshell/esh-util.el (eshell-path-env): New defvar.
311         (eshell-parse-colon-path): New defun.
312         (eshell-file-attributes): Use `eshell-parse-colon-path'.
314         * eshell/esh-ext.el (eshell-search-path):
315         Use `eshell-parse-colon-path'.
316         (eshell-remote-command): Remove argument HANDLER.
317         (eshell-external-command): Check for FTP remote connection.
319         * eshell/esh-proc.el (eshell-gather-process-output):
320         Use `file-truename', in order to start also symlinked files.
321         Apply `start-file-process' instead of `start-process'.
322         Shorten `command' to the local file name part.
324         * eshell/em-cmpl.el (eshell-complete-commands-list):
325         Use `eshell-parse-colon-path'.
327         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
329         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
330         to `eshell-directory-change-hook'.
332 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
334         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
335         because it could be enabled automatically if view-read-only is non-nil.
337 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
339         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
340         made on 2009-11-22.
342 2009-11-24  Glenn Morris  <rgm@gnu.org>
344         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
345         deleted variable bookmark-bmenu-bookmark-column.
347         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
348         Move after definition of global-semantic-idle-tag-highlight-mode.
350 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
352         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
354 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
356         * net/browse-url.el (browse-url-filename-alist): On Windows, add
357         two slashes to the "file:" prefix.
358         (browse-url-file-url): De-munge Cygwin filenames before passing
359         them to Windows browser.
360         (browse-url-default-windows-browser): Use call-process.
362 2009-11-23  Juri Linkov  <juri@jurta.org>
364         Implement DocView Continuous mode.  (Bug#4896)
365         * doc-view.el (doc-view-continuous-mode): New defcustom.
366         (doc-view-mode-map): Bind C-n/<down> to
367         `doc-view-next-line-or-next-page', C-p/<up> to
368         `doc-view-previous-line-or-previous-page'.
369         (doc-view-next-line-or-next-page)
370         (doc-view-previous-line-or-previous-page): New commands.
372 2009-11-23  Juri Linkov  <juri@jurta.org>
374         Implement Isearch in comint input history.  (Bug#3746)
375         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
376         `isearch-mode-hook'.
377         (comint-history-isearch): New defcustom.
378         (comint-history-isearch-backward)
379         (comint-history-isearch-backward-regexp): New commands.
380         (comint-history-isearch-message-overlay): New buffer-local variable.
381         (comint-history-isearch-setup, comint-history-isearch-end)
382         (comint-goto-input, comint-history-isearch-search)
383         (comint-history-isearch-message, comint-history-isearch-wrap)
384         (comint-history-isearch-push-state)
385         (comint-history-isearch-pop-state): New functions.
387 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
389         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
390         return.
391         (tramp-handle-make-symbolic-link)
392         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
393         Quote file names.
394         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
395         (tramp-handle-process-file): Use it.
397 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
399         * window.el (move-to-window-line-last-op): Remove.
400         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
402 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
404         Make M-r mirror the new cycling behavior of C-l.
405         * window.el (move-to-window-line-last-op): New var.
406         (move-to-window-line-top-bottom): New command.
407         (global-map): Bind M-r move-to-window-line-top-bottom.
409 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
411         * dired-x.el (dired-guess-shell-alist-default):
412         Support xz format.  (Bug#4953)
414 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
416         * cedet/srecode/map.el (srecode-get-maps):
417         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
418         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
419         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
420         (semantic-toggle-decoration-style):
421         * cedet/semantic/decorate/include.el
422         (semantic-decoration-include-describe)
423         (semantic-decoration-unknown-include-describe)
424         (semantic-decoration-unparsed-include-describe)
425         (semantic-decoration-all-include-summary):
426         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
427         * cedet/semantic/analyze/complete.el
428         (semantic-analyze-possible-completions):
429         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
430         (semantic-show-unmatched-syntax-mode)
431         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
432         (semantic-highlight-func-mode):
433         * cedet/semantic/util.el (semantic-describe-buffer):
434         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
435         (semantic-symref-find-tags-by-name)
436         (semantic-symref-find-tags-by-regexp)
437         (semantic-symref-find-tags-by-completion)
438         (semantic-symref-find-file-references-by-name)
439         (semantic-symref-find-text):
440         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
441         (senator-yank-tag):
442         * cedet/semantic/scope.el (semantic-calculate-scope):
443         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
444         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
445         (define-semantic-idle-service):
446         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
447         (semantic-complete-analyze-inline-idle):
448         * cedet/semantic/analyze.el (semantic-analyze-current-context):
449         * cedet/mode-local.el (describe-mode-local-bindings)
450         (describe-mode-local-bindings-in-mode):
451         * cedet/ede/make.el (ede-make-check-version):
452         * cedet/ede/locate.el (ede-enable-locate-on-project):
453         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
454         (cedet-idutils-version-check):
455         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
456         (cedet-gnu-global-version-check):
457         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
458         (cedet-cscope-version-check): Use called-interactively-p instead
459         of interactive-p.
461         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
462         Use semantic-format-tag-prototype.
464 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
466         * emulation/viper-cmd.el: Use viper-last-command-char instead of
467         last-command-char/last-command-event.
468         (viper-prefix-arg-value): Do correct conversion of event-char for
469         XEmacs.
471         * emulation/viper-util.el, emulation/viper.el:
472         Use viper-last-command-char instead of
473         last-command-char/last-command-event.
475         * ediff-init.el, ediff-mult.el, ediff-util.el:
476         Replace last-command-char and last-command-event
477         with (ediff-last-command-char) everywhere.
479         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
480         created in fundamental mode.
482         * ediff.el (ediff-version): Revert the change of interactive-p to
483         called-interactively-p.
485 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
487         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
488         generation from word-movement command names.
490 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
492         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
493         (semantic-complete-jump-local, semantic-complete-jump):
494         Improve prompt string.
496 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
498         * cus-start.el (all): Add native condition for font-use-system-font.
500 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
502         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
503         Correct the patch from 2009-11-18.  (Bug#3910)
505 2009-11-21  Alan Mackenzie  <acm@muc.de>
507         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
508         Update to deal with modern Java constructs.
510 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
512         * progmodes/subword.el: Rename from lisp/subword.el.
514         * subword.el: Rename to progmodes/subword.el.
516         * Makefile.in (ELCFILES): Adapt to subword.el move.
518 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
519             Stefan Monnier  <monnier@iro.umontreal.ca>
521         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
522         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
523         (bookmark-bmenu-show-filenames): Use push.
524         (bookmark-bmenu-hide-filenames): Use local var instead of
525         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
526         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
527         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
528         filenames now that the bookmark names are always available.
530 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
533         (bookmark-search-pattern): Move and leave unbound.
534         (bookmark-bmenu-mode-map): Change binding.
535         (bookmark-read-search-input): Simplify.
536         Don't use text-char-description.  Don't error on non-char events.
537         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
538         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
539         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
540         Use a local var for the timer.
541         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
542         (i.e. bookmark-bmenu-search).
544 2009-11-21  Glenn Morris  <rgm@gnu.org>
546         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
548 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
550         * net/browse-url.el (browse-url-default-windows-browser):
551         Use cygstart for cygwin.
553 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
555         * bookmark.el Formatting and doc fixes only:
556         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
557         (bookmark-bmenu-search): Wrap to fit within 80 columns.
558           Minor grammar and punctuation fixes in doc string.
559         (bookmark-read-search-input): Adjust to fit within 80 columns.
561 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
563         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
564         (c-backward-into-nomenclature): Adapt to subword renaming.
566         * subword.el (subword-forward, subword-backward, subword-mark)
567         (subword-kill, subword-backward-kill, subword-transpose)
568         (subword-downcase, subword-upcase, subword-capitalize)
569         (subword-forward-internal, subword-backward-internal):
570         Rename from forward-subword, backward-subword, mark-subword,
571         kill-subword, backward-kill-subword, transpose-subwords,
572         downcase-subword, upcase-subword, capitalize-subword,
573         forward-subword-internal, backward-subword-internal.
575 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
577         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
578         New options.
579         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
580         New vars.
581         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
582         (bookmark-bmenu-filter-alist-by-regexp)
583         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
584         (bookmark-bmenu-search): New command.
585         (bookmark-bmenu-mode-map): Bind it.
587 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
589         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
591         * cedet/semantic/idle.el (define-semantic-idle-service)
592         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
594 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
596         * progmodes/cc-cmds.el: declare-functioned forward-subword and
597         backward-subword to quit the byte-compiler.
599         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
601         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
603         * progmodes/cc-cmds.el (c-update-modeline)
604         (c-forward-into-nomenclature, c-backward-into-nomenclature):
605         Refer to subword.el functions instead of cc-subword.el.
607         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
608         subword.el functions instead of cc-subword.el.
610         * progmodes/cc-subword.el: Rename to subword.el.
611         * subword.el: Rename from progmodes/cc-subword.el.
612         (subword-mode-map): Rename from c-subword-mode-map.
613         (subword-mode): Rename from c-subword-mode.
614         (global-subword-mode): New global minor mode.
615         (forward-subword): Rename from c-forward-subword.
616         (backward-subword): Rename from c-backward-subword.
617         (mark-subword): Rename from c-mark-subword.
618         (kill-subword): Rename from c-kill-subword.
619         (backward-kill-subword): Rename from c-backward-kill-subword.
620         (transpose-subwords): Rename from c-tranpose-subword.
621         (downcase-subword): Rename from c-downcase-subword.
622         (capitalize-subword): Rename from c-capitalize-subword.
623         (forward-subword-internal): Rename from c-forward-subword-internal.
624         (backward-subword-internal): Rename from c-backward-subword-internal.
626 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
628         * vc.el (vc-deduce-fileset): Allow non-state changing operations
629         from a dired buffer.
630         (vc-dired-deduce-fileset): New function.
631         (vc-root-diff, vc-print-root-log): Use it.
633         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
634         nil LIMIT argument to vc-print-log-internal.
636 2009-11-20  Glenn Morris  <rgm@gnu.org>
638         * Makefile.in (ELCFILES): Regenerate.
640 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
642         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
644         * cedet/semantic.el: Enable idle-mode menu items only if
645         global-semantic-idle-scheduler-mode is enabled.
646         (semantic-default-submodes): Doc fix.
648         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
649         When turning off, disable other idle modes.
651 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
653         * calc/calc.el (calc-set-mode-line):
654         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
655         (math-format-number): Rename `math-format-complement-signed' to
656         `math-format-twos-complement'.
658         * calc/calc-bin.el (math-format-twos-complement): Rename from
659         math-format-complement-signed.
660         (calc-radix): Rename `calc-complement-signed-mode' to
661         `calc-twos-complement-mode'.
662         (calc-octal-radix, calc-hex-radix): Add an argument for
663         two's complement.
665         * calc/calc-embed.el (calc-embedded-mode-vars):
666         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
668         * calc/calc-ext.el (calc-init-extensions):
669         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
670         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
672         * calc/calc-units.el (math-build-units-table-buffer):
673         Let `calc-twos-complement-mode' be nil.
675         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
676         entries.
678         * calc/calc-vec.el (calcFunc-vunpack):
679         * calc/calc-aent.el (calc-do-calc-eval):
680         * calc/calc-forms.el (math-format-date):
681         * calc/calc-graph.el (calc-graph-plot):
682         * calc/calc-math.el (math-use-emacs-fn):
683         * calc/calccomp.el (math-compose-expr):
684         Let `calc-twos-complement-mode' be nil.
686 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
689         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
690         * minibuffer.el (completion-in-region-functions): New hook.
691         (completion-in-region): New function.
692         * emacs-lisp/lisp.el (lisp-complete-symbol):
693         * pcomplete.el (pcomplete-std-complete): Use it.
695 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
698         (latex-complete-alist): New vars.
699         (latex-string-prefix-p, latex-complete-bibtex-keys)
700         (latex-complete-envnames, latex-complete-refkeys)
701         (latex-complete-data): New functions.
702         (latex-complete, latex-indent-or-complete): New commands.
704         * window.el (display-buffer-mark-dedicated): New var.
705         (display-buffer): Obey it.
706         * minibuffer.el (minibuffer-completion-help): Use it.
708         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
710         * filecache.el (file-cache-add-file): Use push and cons.
711         (file-cache-delete-file-regexp): Use push.
712         (file-cache-complete): Use completion-in-region.
714         * simple.el (with-wrapper-hook): Fix thinko.
716         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
717         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
718         Use with-current-buffer and string-to-number.
719         (hfy-fallback-colour-values): Use assoc-string.
720         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
721         (hfy-face-at): Remove unused var `found-face'.
722         (hfy-compile-stylesheet): Remove unused var `css'.
723         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
724         and `orig-buffer'.
725         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
726         Use with-current-buffer.
727         (hfy-text-p): Use expand-file-name and fewer setq.
729 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
731         * htmlfontify.el, hfy-cmap.el: New files.
733 2009-11-19  Juri Linkov  <juri@jurta.org>
735         * minibuffer.el (completions-format): New defcustom.
736         (completion--insert-strings): Implement vertical format.
738         * simple.el (switch-to-completions): Move point to the first
739         completion when point was at the beginning of the buffer.
741 2009-11-19  Juri Linkov  <juri@jurta.org>
743         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
745         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
747 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
749         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
750         (mail-signature): Change default to t.
751         (mail-from-style): Deprecate `system-default' value.
752         (mail-insert-from-field): For default value of mail-from-style,
753         default to `angles' unless `angles' needs quoting and `parens'
754         does not.
755         (mail-citation-prefix-regexp): Use citation regexp from
756         message-mode.
758 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
760         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
761         Set variables for computing the prompt for reading password.
763 2009-11-19  Glenn Morris  <rgm@gnu.org>
765         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
767         * textmodes/flyspell.el (sgml-lexical-context): Declare.
769         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
770         (newsticker-treeview-listwindow-height): Fix custom type.
772 2009-11-19  Kenichi Handa  <handa@m17n.org>
774         * descr-text.el (describe-char-padded-string): Compose with TAB
775         only if there's a font for CH.
776         (describe-char): Fix the condition for detecting a trivial composition.
778 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
780         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
781         more accurate version of the regexp.  (Bug#3910)
783 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
785         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
787 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
789         * font-setting.el (font-use-system-font): Declare for byte-compiler.
790         (font-setting-change-default-font): Fix typo in docstring.
792 2009-11-18  Alan Mackenzie  <acm@muc.de>
794         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
796 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
798         * font-setting.el (font-use-system-font): Move ...
800         * cus-start.el (all): ... to here.
802 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
804         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
805         Don't set `ad-return-value' if `ad-do-it' doesn't.
807         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
808         modification time.
810 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
812         * menu-bar.el: Put "Use system font" in Option-menu.
813         (menu-bar-options-save): Add font-use-system-font.
815         * loadup.el: If feature system-font-setting or font-render-setting is
816         there, load font-setting.
818         * Makefile.in (ELCFILES): Add font-settings.el.
819         * font-setting.el: New file.
821 2009-11-17  Glenn Morris  <rgm@gnu.org>
823         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
825         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
826         Preserve point in the list buffer.  (Bug#4939)
827         Use point-at-eol.
828         (newsticker--treeview-list-update-highlight)
829         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
831 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
833         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
834         Remove.
836         * calc/calc-ext.el (calc-init-extensions): Remove references to
837         symclip.
839         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
841         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
842         * calc/calc-help.el (calc-b-prefix-help):  Remove references to
843         `calc-symclip'.
845 2009-11-16  Kevin Ryde  <user42@zip.com.au>
847         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
848         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
850         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
851         (lm-keywords-list): Allow comma-only separator like "foo,bar".
852         Ignore trailing spaces by omit-nulls to split-string (fixing
853         regression from Emacs 21 due to the incompatible split-string
854         change).  (Bug #4928.)
856 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
858         * vc.el (vc-log-show-limit): Default to 2000.
859         (vc-print-log-internal): Insert buttons to request more entries
860         when limiting the output.
862         * vc-sccs.el (vc-sccs-print-log):
863         * vc-rcs.el (vc-rcs-print-log):
864         * vc-cvs.el (vc-cvs-print-log):
865         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
866         LIMIT is non-nil.
868 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
870         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
871         error when `tramp-gvfs-dbus-event-vector' is set.
872         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
874 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
878 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
880         * net/dbus.el (dbus-unregister-service): New defun.
881         (dbus-register-property): Register the handlers of
882         "org.freedesktop.DBus.Properties" for SERVICE.
883         (dbus-property-handler): Fix docstring.
885 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
887         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
888         Quote doc string reference in defvaralias as it is not in special form.
889         (byte-compile-output-docform): Doc fix.
891 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
893         * calc/calc.el (math-2-word-size, math-half-2-word-size)
894         (calc-complement-signed-mode): New variables.
895         (calc-set-mode-line): Add indicator for twos-complements.
896         (math-format-number): Format twos-complement notation.
898         * calc/calc-bin.el (calc-word-size): Reset the variables
899         `math-2-word-size' and `math-half-2-word-size'.
900         (math-format-complement-signed, math-symclip, calcFunc-symclip)
901         (calc-symclip): New functions.
903         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
905         * calc/calc-embed.el (calc-embedded-mode-vars):
906         Add `calc-complement-signed-mode' to the list of modes.
908         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
909         (calc-b-oper-keys): Add `calc-symclip' to list.
911         * calc/calc-ext.el (math-read-number-fancy): Read complement
912         signed numbers.
913         (calc-init-extensions): Add binding for `calc-symclip'.
914         Add autoload for `calcFunc-symclip' and `calc-symclip'.
916         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
917         `calc-symclip'.
918         (calc-modes-menu): Add item for twos complement mode.
920         * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
922 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
924         * register.el (jump-to-register, insert-register): Handle Semantic
925         tags.  From commented-out advice in semantic/senator.el.
927 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
929         * vc.el (vc-log-show-limit): New variable.
930         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
931         when using a prefix argument.
932         (vc-print-log-internal): Add new argument LIMIT.
934         * vc-svn.el (vc-svn-print-log):
935         * vc-mtn.el (vc-mtn-print-log):
936         * vc-hg.el (vc-hg-print-log):
937         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
938         pass it to the log command when set.  Make the BUFFER argument
939         non-optional.
941         * vc-sccs.el (vc-sccs-print-log):
942         * vc-rcs.el (vc-rcs-print-log):
943         * vc-git.el (vc-git-print-log):
944         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
945         ignore it.  Make the BUFFER argument non-optional
947         * bindings.el (mode-line-buffer-identification): Do not purecopy.
949 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
951         * dired.el (dired-mode-map): Move encryption items to "Operate"
952         menu (Bug#4703).
954         * strokes.el (strokes-update-window-configuration): Make strokes
955         buffer current before erasing (Bug#4906).
957         * cedet/semantic/idle.el (semantic-idle-summary-mode)
958         (semantic-idle-summary-mode): Define using define-minor-mode
959         instead of define-semantic-idle-service.
960         (semantic-idle-summary-mode): New function.
961         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
962         that mouse motion does not reset the echo area.
964 2009-11-15  Juri Linkov  <juri@jurta.org>
966         * simple.el (set-mark-default-inactive): Add :type, :group
967         and :version.  (Bug#4876)
969 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
971         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
972         (archive-unique-fname): ... here.  (Bug#4929)
974 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
976         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
977         with a real fix.
979         * novice.el (disabled-command-function): Add useful args.
980         Setup the help buffer so that [back] works.
981         Remove redundant call to help-mode.
982         (disabled-command-function): Use `case'.
983         (en/disable-command): New function extracted from enable-command.
984         (enable-command, disable-command): Use it.
986 2009-11-14  Glenn Morris  <rgm@gnu.org>
988         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
989         constants.  (Bug#4913)
991         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
993 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
995         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
996         defined in C that have no doc-strings.  (Bug#1063)
998 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1000         * cus-edit.el (data, files):
1001         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1003 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1005         * simple.el (shell-command): Doc fix (Bug#4891).
1007         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1009 2009-11-14  Glenn Morris  <rgm@gnu.org>
1011         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1012         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1013         If they are already loaded, eval-after-load will do the right thing.
1015         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1016         compiling.
1018         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1020         * simple.el (x-selection-owner-p): Declare.
1021         (read-mail-command): Use custom radio type rather than choice.
1022         (completion-no-auto-exit): Doc fix.
1024         * custom.el (defgroup):
1025         * epg-config.el (epg): Doc fixes.
1027 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1029         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1030         * international/ccl.el (define-ccl-program): Do not purecopy the
1031         docstring, defconst does it anyway.
1033 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * add-log.el (add-change-log-entry): Avoid displaying the changelog
1036         a second time.
1038         * x-dnd.el (x-dnd-maybe-call-test-function):
1039         * window.el (split-window-vertically):
1040         * whitespace.el (whitespace-help-on):
1041         * vc-rcs.el (vc-rcs-consult-headers):
1042         * userlock.el (ask-user-about-lock-help)
1043         (ask-user-about-supersession-help):
1044         * type-break.el (type-break-force-mode-line-update):
1045         * time-stamp.el (time-stamp-conv-warn):
1046         * terminal.el (te-set-output-log, te-more-break, te-filter)
1047         (te-sentinel,terminal-emulator):
1048         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1049         (term-write-input-ring, term-check-source, term-start-output-log):
1050         (term-display-buffer-line, term-dynamic-list-completions):
1051         (term-ansi-make-term, serial-term):
1052         * subr.el (selective-display):
1053         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1054         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1055         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1056         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1057         (speedbar-remove-localized-speedbar-support)
1058         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1059         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1060         (speedbar-buffers-line-directory):
1061         * simple.el (shell-command-on-region, append-to-buffer)
1062         (prepend-to-buffer):
1063         * shadowfile.el (shadow-save-todo-file):
1064         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1065         (scroll-bar-maybe-set-window-start):
1066         * sb-image.el (speedbar-image-dump):
1067         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1068         (load-save-place-alist-from-file):
1069         * ps-samp.el (ps-print-message-from-summary):
1070         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1071         (ps-background-image, ps-begin-job, ps-do-despool):
1072         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1073         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1074         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1075         (pr-call-process, pr-file-list, pr-interface-save):
1076         * novice.el (disabled-command-function)
1077         (enable-command, disable-command):
1078         * mouse.el (mouse-buffer-menu-alist):
1079         * mouse-copy.el (mouse-kill-preserving-secondary):
1080         * macros.el (kbd-macro-query):
1081         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1082         * informat.el (batch-info-validate):
1083         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1084         * hippie-exp.el (try-expand-dabbrev-visible):
1085         * help-mode.el (help-make-xrefs):
1086         * help-fns.el (describe-variable):
1087         * generic-x.el (bat-generic-mode-run-as-comint):
1088         * finder.el (finder-mouse-select):
1089         * find-dired.el (find-dired-sentinel):
1090         * filesets.el (filesets-file-close):
1091         * files.el (list-directory):
1092         * faces.el (list-faces-display, describe-face):
1093         * facemenu.el (list-colors-display):
1094         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1095         * epg.el (epg--process-filter, epg-cancel):
1096         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1097         (epa--read-signature-type):
1098         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1099         (emerge-file-names):
1100         * ehelp.el (electric-helpify):
1101         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1102         * ediff-vers.el (rcs-ediff-view-revision):
1103         * ediff-util.el (ediff-setup):
1104         * ediff-mult.el (ediff-append-custom-diff):
1105         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1106         (ediff-wordify):
1107         * echistory.el (Electric-command-history-redo-expression):
1108         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1109         * disp-table.el (describe-display-table):
1110         * dired.el (dired-find-buffer-nocreate):
1111         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1112         * dabbrev.el (dabbrev--same-major-mode-p):
1113         * chistory.el (list-command-history):
1114         * apropos.el (apropos-documentation):
1115         * allout.el (allout-obtain-passphrase):
1116         (allout-copy-exposed-to-buffer):
1117         (allout-verify-passphrase): Use with-current-buffer.
1119 2009-11-13  Glenn Morris  <rgm@gnu.org>
1121         * Makefile.in (ELCFILES): Regenerate.
1123 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1125         * net/dbus.el (dbus-registered-objects-table): Rename from
1126         `dbus-registered-functions-table', because it contains also properties.
1127         (dbus-unregister-object): Unregister also properties.
1128         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1129         Use a timeout of 500 msec, in order to not block.
1130         (dbus-register-property, dbus-property-handler): New defuns.
1132 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * simple.el (minibuffer-default-add-completions): Drop deprecated
1135         4th arg.
1137 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1139         * textmodes/artist.el (artist-mouse-choose-operation):
1140         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1141         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1142         (artist-compute-up-event-key): New function.
1143         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1145 2009-11-13  Kenichi Handa  <handa@m17n.org>
1147         * language/japan-util.el: Make sure that the value of jisx0208
1148         property is jisx0208 character.
1150 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1152         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1153         car or each item, not the whole list.
1155 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         * minibuffer.el (minibuffer-completion-help):
1158         Use minibuffer-hide-completions.
1160 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1162         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1163         (dired-revert): Use them (bug#4880).
1165 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1167         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1169 2009-11-12  Juri Linkov  <juri@jurta.org>
1171         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1172         New functions.
1173         (find-file-literally-at-point): Alias of `ffap-literally'.
1175 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1177         * textmodes/ispell.el (ispell-skip-region-alist):
1178         * textmodes/css-mode.el (auto-mode-alist):
1179         * progmodes/compile.el (auto-mode-alist):
1180         * international/mule.el (ctext-non-standard-encodings-alist)
1181         (ctext-non-standard-encodings-regexp):
1182         * simple.el (shell-command-switch, text-read-only):
1183         * replace.el (occur-mode-map):
1184         * paths.el (rmail-file-name):
1185         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1186         * find-file.el (ff-special-constructs):
1187         * files.el (file-name-handler-alist):
1188         * composite.el: Purecopy strings.
1190         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1192 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1194         * widget.el (define-widget): Purecopy the docstring.
1195         * international/mule-cmds.el (charset): Do not purecopy the
1196         docstring here, define-widget does it.
1198         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1199         * textmodes/bibtex-style.el (auto-mode-alist):
1200         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1201         * progmodes/compile.el (compile-command):
1202         * language/korea-util.el (default-korean-keyboard):
1203         * international/mule-conf.el (file-coding-system-alist):
1204         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1205         * tooltip.el (tooltip-frame-parameters):
1206         * newcomment.el (comment-end, comment-padding):
1207         * dired.el (dired-trivial-filenames):
1208         * comint.el (comint-file-name-prefix): Purecopy initial values.
1210 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1212         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1213         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1214         `tramp-unload'.
1215         (tramp-advice-make-auto-save-file-name)
1216         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1217         after removing the advice.
1219 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1221         * progmodes/grep.el (grep-regexp-alist):
1222         * international/mule-cmds.el (iso-2022-control-alist):
1223         * emacs-lisp/timer.el (timer-duration-words):
1224         * subr.el (version-separator, version-regexp-alist):
1225         * minibuffer.el (completion-styles-alist):
1226         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1227         Change defvars to defconsts.
1229         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1230         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1231         * international/mule-conf.el: Allow to be byte compiled.
1233         * international/mule.el (define-charset): Purecopy props.
1234         (load-with-code-conversion): Purecopy doc string and file name.
1235         (put-charset-property): Purecopy strings.
1236         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1238         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1239         (define-char-code-property): Correctly purecopy the table.
1241         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1243         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1245         * subr.el (add-hook): Purecopy strings.
1246         (eval-after-load): Purecopy load-history-regexp and the form.
1248         * custom.el (custom-declare-group): Purecopy load-file-name.
1250         * subr.el (menu-bar-separator): New defconst.
1251         * net/eudc.el (eudc-tools-menu):
1252         * international/mule-cmds.el (set-coding-system-map)
1253         (mule-menu-keymap):
1254         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1255         * vc-hooks.el (vc-menu-map):
1256         * replace.el (occur-mode-map):
1257         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1258         (menu-bar-edit-menu, menu-bar-goto-menu)
1259         (menu-bar-custom-menu, menu-bar-showhide-menu)
1260         (menu-bar-options-menu, menu-bar-tools-menu)
1261         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1262         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1263         (menu-bar-help-menu):
1264         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1265         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1267         * term/x-win.el (x-gtk-stock-map):
1268         * progmodes/vera-mode.el (auto-mode-alist):
1269         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1270         (inferior-lisp-program, inferior-lisp-load-command):
1271         * progmodes/hideshow.el (hs-special-modes-alist):
1272         * progmodes/gud.el (same-window-regexps):
1273         * progmodes/grep.el (grep-program, find-program, xargs-program):
1274         * net/telnet.el (same-window-regexps):
1275         * net/rlogin.el (same-window-regexps):
1276         * language/ethiopic.el (font-ccl-encoder-alist):
1277         * vc-sccs.el (vc-sccs-master-templates):
1278         * vc-rcs.el (vc-rcs-master-templates):
1279         * subr.el (cl-assertion-failed):
1280         * simple.el (next-error-overlay-arrow-position):
1281         * lpr.el (lpr-command):
1282         * locate.el (locate-ls-subdir-switches):
1283         * info.el (same-window-regexps, info)
1284         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1285         * image-mode.el (image-mode, auto-mode-alist):
1286         * hippie-exp.el (hippie-expand-ignore-buffers):
1287         * format.el (format-alist):
1288         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1289         (find-name-arg):
1290         * facemenu.el (facemenu-keybindings):
1291         * dired.el (dired-listing-switches, dired-chown-program):
1292         * diff.el (diff-switches, diff-command):
1293         * cus-edit.el (same-window-regexps):
1294         * bindings.el (mode-line-mule-info)
1295         (mode-line-buffer-identification): Purecopy strings.
1297 2009-11-11  Juri Linkov  <juri@jurta.org>
1299         * simple.el (dired-get-filename)<declare-function>:
1300         Tell the byte-compiler about dired-get-filename.
1301         (shell-command): In Dired mode, get filename from the current line
1302         as the default value.
1304 2009-11-10  Glenn Morris  <rgm@gnu.org>
1306         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1307         * calendar/holidays.el, progmodes/cperl-mode.el:
1308         Update x-popup-menu declarations.
1310         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1311         (list-load-path-shadows): Use dolist.
1312         (list-load-path-shadows): Use with-current-buffer.
1314 2009-11-10  Juri Linkov  <juri@jurta.org>
1316         * minibuffer.el (read-file-name): Support a list of default values
1317         in `default-filename'.  Use the first file name where only one
1318         element is required.  Doc fix.
1320 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1322         * net/dbus.el (dbus-unregister-object): Release service, if no
1323         other method is registered for it.
1325 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1327         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1328         bookmark-sort-flag is non-nil (Bug#4653).
1330 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1332         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1333         the progress reporter entirely.
1335         * emulation/cua-base.el: Add CUA property to some CC mode commands
1336         (Bug#4100).
1338 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1340         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1341         at end of sentence (Bug#4818).
1343 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1345         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1346         Handle "see declaration of" MSFT statements (Bug#4100).
1348 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1350         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1351         (tramp-advice-file-expand-wildcards): Unload via
1352         `ad-remove-advice'.
1354         * net/trampver.el: Update release number.
1356 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1358         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1359         `ad-do-it'.
1361 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1363         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1364         in order to keep context in SELinux.
1366 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1368         * dired-aux.el (dired-query): Place cursor in echo area and allow
1369         C-g.
1371         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1372         menu item if not on a directory (Bug#4701).
1374 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
1376         Sync with Tramp 2.1.17.
1378         * net/tramp.el (tramp-handle-copy-directory): Don't use
1379         `file-remote-p' (due to compatibility).
1381         * net/tramp-compat.el (tramp-compat-copy-directory)
1382         (tramp-compat-delete-directory): New defuns.
1384         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1385         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1386         `tramp-compat-delete-directory'.
1388         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1389         (tramp-smb-handle-delete-directory ): Use
1390         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1392         * net/trampver.el: Update release number.
1394 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
1396         * tar-mode.el (tar-copy): Call write-region on the right buffer
1397         (Bug#4857).
1399         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1400         by hand, if necessary (Bug#4878).
1402 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
1404         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1405         align size column (Bug#4839).
1407         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1408         statement.
1410 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1412         * progmodes/ld-script.el (auto-mode-alist):
1413         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1415         * cus-face.el (custom-declare-face): Purecopy face spec.
1417 2009-11-06  Kenichi Handa  <handa@m17n.org>
1419         * international/uni-bidi.el: Re-generated.
1420         * international/uni-category.el: Re-generated.
1421         * international/uni-combining.el: Re-generated.
1422         * international/uni-mirrored.el: Re-generated.
1424 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1426         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1427         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1428         (tex-start-options, slitex-run-command, latex-run-command)
1429         (tex-run-command, tex-directory):
1430         * textmodes/ispell.el (ispell-html-skip-alists)
1431         (ispell-tex-skip-alists, ispell-tex-skip-alists):
1432         * textmodes/fill.el (adaptive-fill-first-line-regexp):
1433         (adaptive-fill-regexp):
1434         * textmodes/dns-mode.el (auto-mode-alist):
1435         * progmodes/python.el (interpreter-mode-alist):
1436         * progmodes/etags.el (tags-compression-info-list):
1437         * progmodes/etags.el (tags-file-name):
1438         * net/browse-url.el (browse-url-galeon-program)
1439         (browse-url-firefox-program):
1440         * mail/sendmail.el (mail-signature-file)
1441         (mail-citation-prefix-regexp):
1442         * international/mule-conf.el (eight-bit):
1443         * international/latexenc.el (latex-inputenc-coding-alist):
1444         * international/fontset.el (x-pixel-size-width-font-regexp):
1445         * emacs-lisp/warnings.el (warning-type-format):
1446         * emacs-lisp/trace.el (trace-buffer):
1447         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1448         (emacs-lisp-mode-map):
1449         * calendar/holidays.el (holiday-solar-holidays)
1450         (holiday-bahai-holidays, holiday-islamic-holidays)
1451         (holiday-christian-holidays, holiday-hebrew-holidays)
1452         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1453         (hebrew-holidays-1, holiday-oriental-holidays)
1454         (holiday-general-holidays):
1455         * x-dnd.el (x-dnd-known-types):
1456         * tool-bar.el (tool-bar):
1457         * startup.el (site-run-file):
1458         * shell.el (shell-dumb-shell-regexp):
1459         * rfn-eshadow.el (file-name-shadow-tty-properties)
1460         (file-name-shadow-properties):
1461         * paths.el (remote-shell-program, news-directory):
1462         * mouse.el ([C-down-mouse-3]):
1463         * menu-bar.el (menu-bar-tools-menu):
1464         * jka-cmpr-hook.el (jka-compr-load-suffixes)
1465         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1466         (jka-compr-compression-info-list):
1467         * isearch.el (search-whitespace-regexp):
1468         * image-file.el (image-file-name-extensions):
1469         * find-dired.el (find-ls-option):
1470         * files.el (directory-listing-before-filename-regexp)
1471         (directory-free-space-args, insert-directory-program)
1472         (list-directory-brief-switches, magic-fallback-mode-alist)
1473         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1474         (automount-dir-prefix):
1475         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1476         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1477         (face-font-registry-alternatives, face-font-registry-alternatives)
1478         (face-font-family-alternatives):
1479         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1480         (facemenu-foreground-menu, facemenu-face-menu):
1481         * epa-hook.el (epa-file-name-regexp):
1482         * dnd.el (dnd-protocol-alist):
1483         * textmodes/rst.el (auto-mode-alist):
1484         * button.el (default-button): Purecopy strings.
1486 2009-11-06  Glenn Morris  <rgm@gnu.org>
1488         * Makefile.in (ELCFILES): Update.
1490 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1492         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1493         * emacs-lisp/levents.el: Move to obsolete/levents.el.
1495         * nxml/xsd-regexp.el (xsdre-gen-categories):
1496         * nxml/xmltok.el (xmltok-parse-entity):
1497         * nxml/rng-parse.el (rng-parse-validate-file):
1498         * nxml/rng-maint.el (rng-format-manual)
1499         (rng-manual-output-force-new-line):
1500         * nxml/rng-loc.el (rng-save-schema-location-1):
1501         * nxml/rng-cmpct.el (rng-c-parse-file):
1502         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
1503         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
1505 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
1507         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
1508         Remove extra save-excursions and make-variable-buffer-local's.
1509         Suggested by Stefan Monnier.
1511         (verilog-getopt-file, verilog-module-inside-filename-p)
1512         (verilog-set-define): Merge GNU 1.35 and repair changes from
1513         switching to using with-current-buffer.
1515         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
1516         being treated as a number and confusing AUTORESET.
1517         Reported by Dan Dever.
1519         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
1520         Add verilog-auto-ignore-concat to fix backward compatibility with
1521         older verilog-modes.  Reported by Dan Katz.
1523         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
1524         containing closing anchors "...$".
1526         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
1527         Reported by Wade Smith.
1529         (verilog-batch-execute-func) Comment on function usage.
1531 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
1533         * verilog-mode.el (verilog-label-re): Fix regular expression for
1534         labels.
1536         (verilog-label-re, verilog-calc-1): Support proper indent of named
1537         asserts.
1539         (verilog-backward-token, verilog-basic-complete-re)
1540         (verilog-beg-of-statement, verilog-indent-re): Support proper
1541         indent of the assert statement at the beginning of a block of text.
1543         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
1544         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
1545         tokens as begins.
1547 2009-11-05  Glenn Morris  <rgm@gnu.org>
1549         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
1550         Emacs 19.  (Bug#1531)
1551         (byte-compile-fix-header): Update for the above change.
1552         Drop test for epoch::version.
1554         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
1555         * cus-dep.el (custom-make-dependencies):
1556         * finder.el (finder-compile-keywords):
1557         Use autoload-rubric's feature argument.
1559         * calendar/diary-lib.el (top-level): Make load behave more like require.
1561         * vc-git.el (vc-git-stash-map): Move definition before use.
1563 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1565         * custom.el (custom-declare-group): Purecopy standard-value.
1566         (custom-declare-group): Purecopy custom-prefix.
1568         * international/mule.el (load-with-code-conversion):
1569         Call do-after-load-evaluation unconditionally.
1571         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
1573 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1575         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
1577 2009-11-04  Glenn Morris  <rgm@gnu.org>
1579         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
1580         (byte-compile-compatibility): Remove option.
1581         (byte-compile-close-variables, byte-compile-fix-header)
1582         (byte-compile-insert-header, byte-compile-output-docform)
1583         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
1584         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
1585         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
1586         (byte-compile-insert, byte-compile-defun):
1587         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
1588         (byte-defop-compiler19): Remove.
1589         Without byte-compile-compatibility, the 'emacs19-opcode property is not
1590         used by anything.  Replace all calls with byte-defop-compiler.
1592 2009-11-04  Juri Linkov  <juri@jurta.org>
1594         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1595         (menu-bar-options-menu): Don't quote the `prop' arg of
1596         `menu-bar-make-mm-toggle'.
1598 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
1600         * calendar/calendar.el (cal-loaddefs):
1601         * calendar/diary-lib.el (diary-loaddefs):
1602         * calendar/holidays.el (hol-loaddefs):
1603         * eshell/esh-module.el (esh-groups): Load rather than require.
1605 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1607         * calendar/todo-mode.el (todo-add-category): Don't hardcode
1608         point-min==1.
1609         (todo-top-priorities): Only display-buffer when called interactively.
1610         (todo-item-start): Don't save excursion point.
1611         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
1612         (todo-insert-item-here, todo-file-item, todo-remove-item):
1613         Adjust uses of todo-item-start and todo-item-end.
1615         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1616         (autoload-rubric): Don't use any more.
1617         * cedet/semantic/fw.el (semantic/loaddefs):
1618         * cedet/srecode.el (srecode/loaddefs):
1619         * cedet/ede.el (ede/loaddefs): Load rather than require.
1620         * cedet/ede/cpp-root.el:
1621         * cedet/ede/emacs.el:
1622         * cedet/ede/files.el:
1623         * cedet/ede/linux.el:
1624         * cedet/ede/locate.el:
1625         * cedet/ede/make.el:
1626         * cedet/ede/shell.el:
1627         * cedet/ede/speedbar.el:
1628         * cedet/ede/system.el:
1629         * cedet/ede/util.el:
1630         * cedet/semantic/analyze.el:
1631         * cedet/semantic/bovine.el:
1632         * cedet/semantic/complete.el:
1633         * cedet/semantic/ctxt.el:
1634         * cedet/semantic/db-file.el:
1635         * cedet/semantic/db-find.el:
1636         * cedet/semantic/db-global.el:
1637         * cedet/semantic/db-mode.el:
1638         * cedet/semantic/db-typecache.el:
1639         * cedet/semantic/db.el:
1640         * cedet/semantic/debug.el:
1641         * cedet/semantic/dep.el:
1642         * cedet/semantic/doc.el:
1643         * cedet/semantic/edit.el:
1644         * cedet/semantic/find.el:
1645         * cedet/semantic/format.el:
1646         * cedet/semantic/html.el:
1647         * cedet/semantic/ia-sb.el:
1648         * cedet/semantic/ia.el:
1649         * cedet/semantic/idle.el:
1650         * cedet/semantic/lex-spp.el:
1651         * cedet/semantic/lex.el:
1652         * cedet/semantic/mru-bookmark.el:
1653         * cedet/semantic/scope.el:
1654         * cedet/semantic/senator.el:
1655         * cedet/semantic/sort.el:
1656         * cedet/semantic/symref.el:
1657         * cedet/semantic/tag-file.el:
1658         * cedet/semantic/tag-ls.el:
1659         * cedet/semantic/tag-write.el:
1660         * cedet/semantic/tag.el:
1661         * cedet/semantic/util-modes.el:
1662         * cedet/semantic/analyze/complete.el:
1663         * cedet/semantic/analyze/refs.el:
1664         * cedet/semantic/bovine/c.el:
1665         * cedet/semantic/bovine/gcc.el:
1666         * cedet/semantic/bovine/make.el:
1667         * cedet/semantic/bovine/scm.el:
1668         * cedet/semantic/decorate/include.el:
1669         * cedet/semantic/decorate/mode.el:
1670         * cedet/semantic/symref/cscope.el:
1671         * cedet/semantic/symref/global.el:
1672         * cedet/semantic/symref/grep.el:
1673         * cedet/semantic/symref/idutils.el:
1674         * cedet/semantic/symref/list.el:
1675         * cedet/semantic/wisent/java-tags.el:
1676         * cedet/semantic/wisent/javascript.el:
1677         * cedet/srecode/compile.el:
1678         * cedet/srecode/cpp.el:
1679         * cedet/srecode/document.el:
1680         * cedet/srecode/el.el:
1681         * cedet/srecode/expandproto.el:
1682         * cedet/srecode/getset.el:
1683         * cedet/srecode/insert.el:
1684         * cedet/srecode/java.el:
1685         * cedet/srecode/map.el:
1686         * cedet/srecode/mode.el:
1687         * cedet/srecode/template.el:
1688         * cedet/srecode/texi.el: Remove the file-local setting of
1689         generated-autoload-feature.
1691         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1692         and only put a prop if it is non-nil.
1694 2009-11-03  Juri Linkov  <juri@jurta.org>
1696         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1697         (menu-bar-options-menu): Fix list quoting (Bug#4429).
1699         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1700         and "Menu" to make top-level menu item visually one unit (like
1701         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1702         multi-word menu items).  Fix :help string for quit-window.
1704 2009-11-03  Glenn Morris  <rgm@gnu.org>
1706         * cedet/mode-local.el (with-mode-local): Doc fix.
1708         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1709         (byte-compile-file-form-define-abbrev-table)
1710         (byte-compile-file-form-custom-declare-variable)
1711         (byte-compile-variable-ref, byte-compile-defvar):
1712         Whether or not a warning is enabled should only affect whether we issue
1713         the warning, not whether or not we collect the relevant data.
1714         Eg warnings can be turned on and off throughout the course of a file.
1716         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1717         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1719 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1722         * play/mpuz.el (mpuz-create-buffer):
1723         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1724         (lm-print-y,s,noise, lm-print-w0, lm-init):
1725         * play/gomoku.el (gomoku-prompt-for-move):
1726         * play/fortune.el (fortune-in-buffer):
1727         * play/dissociate.el (dissociated-press):
1728         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1729         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1730         * mail/supercite.el (sc-eref-show):
1731         * mail/smtpmail.el (smtpmail-send-it):
1732         * mail/rmailsum.el (rmail-summary-next-labeled-message)
1733         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1734         (rmail-summary-undelete-many, rmail-summary-rmail-update)
1735         (rmail-summary-goto-msg, rmail-summary-expunge)
1736         (rmail-summary-get-new-mail, rmail-summary-search-backward)
1737         (rmail-summary-add-label, rmail-summary-output-menu)
1738         (rmail-summary-output-body):
1739         * mail/rfc822.el (rfc822-addresses):
1740         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1741         * mail/mailpost.el (post-mail-send-it):
1742         * mail/hashcash.el (hashcash-generate-payment):
1743         * mail/feedmail.el (feedmail-run-the-queue)
1744         (feedmail-queue-send-edit-prompt-help-first)
1745         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1746         (feedmail-deduce-address-list):
1747         * eshell/esh-ext.el (eshell-remote-command):
1748         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1749         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1750         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1751         (viper-save-string-in-file, viper-valid-marker):
1752         * emulation/viper-keym.el (viper-toggle-key):
1753         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1754         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1755         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1756         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1757         (viper-exec-form-in-emacs, viper-brac-function):
1758         * emulation/viper.el (viper-delocalize-var):
1759         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1760         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1761         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1762         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1763         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1764         * emulation/edt.el (edt-electric-helpify):
1765         * emulation/cua-rect.el (cua--rectangle-aux-replace):
1766         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1767         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1768         (cua-indent-to-global-mark-column):
1769         * calendar/diary-lib.el (calendar-mark-1):
1770         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1771         Use with-current-buffer.
1772         * emulation/viper.el (viper-delocalize-var): Use dolist.
1774 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
1776         * comint.el (comint-replace-by-expanded-history-before-point):
1777         Replace !! with the previous input string literally (Bug#1795).
1779 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
1781         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1782         to be made up of whitespace.
1784 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1786         * minibuffer.el (read-file-name): Don't use file dialogs for
1787         remote directories (Bug#99).
1789 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
1791         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1793 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
1795         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1796         instead of deleting the window or frame.
1798 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1800         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1801         Support face colors.
1803         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1804         New function.  Support face colors (Bug#1168).
1805         (tex-common-initialization): Use it.
1807         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1808         mode allows it (Bug#1168).
1810 2009-10-31  Juri Linkov  <juri@jurta.org>
1812         * facemenu.el (list-colors-display): Don't mark buffer as
1813         modified (Bug#3948).
1815 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1817         * international/mule-diag.el (list-character-sets-1): Minor
1818         message fix (Bug#3526).
1820         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1821         face property (Bug#4834).
1822         (etags-list-tags, etags-tags-apropos-additional)
1823         (etags-tags-apropos, tags-select-tags-table): Add follow-link
1824         property.
1826         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1827         items.
1829         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1830         items.
1832         * cedet/ede.el (ede-minor-mode):
1833         * cedet/semantic.el (semantic-mode): Toggle menu separators.
1835 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * textmodes/two-column.el (2C-split):
1838         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1839         * textmodes/tex-mode.el (tex-set-buffer-directory):
1840         * textmodes/spell.el (spell-region, spell-string):
1841         * textmodes/reftex.el (reftex-erase-buffer):
1842         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1843         * textmodes/reftex-toc.el (reftex-toc-promote-action):
1844         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1845         (reftex-select-item):
1846         * textmodes/reftex-ref.el (reftex-label-info-update)
1847         (reftex-offer-label-menu):
1848         * textmodes/reftex-index.el (reftex-index-change-entry)
1849         (reftex-index-phrases-info):
1850         * textmodes/reftex-global.el (reftex-create-tags-file)
1851         (reftex-save-all-document-buffers, reftex-ensure-write-access):
1852         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1853         (reftex-view-crossref-from-bibtex):
1854         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1855         (reftex-extract-bib-entries-from-thebibliography)
1856         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1857         * textmodes/refbib.el (r2b-capitalize-title):
1858         (r2b-convert-buffer, r2b-help):
1859         * textmodes/page-ext.el (pages-directory)
1860         (pages-directory-goto-with-mouse):
1861         * textmodes/bibtex.el (bibtex-validate-globally):
1862         * textmodes/bib-mode.el (bib-capitalize-title):
1863         * textmodes/artist.el (artist-clear-buffer, artist-system):
1864         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1865         (local-set-scheme-interaction-buffer, xscheme-process-filter)
1866         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1867         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1868         (xscheme-send-control-g-interrupt, xscheme-start-process)
1869         (xscheme-process-sentinel, xscheme-cd):
1870         * progmodes/verilog-mode.el (verilog-read-always-signals)
1871         (verilog-set-define, verilog-getopt-file)
1872         (verilog-module-inside-filename-p):
1873         * progmodes/sh-script.el:
1874         * progmodes/python.el (python-pdbtrack-get-source-buffer)
1875         (python-pdbtrack-grub-for-buffer, python-execute-file):
1876         * progmodes/octave-inf.el (inferior-octave):
1877         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1878         (idlwave-shell-compile-helper-routines, idlwave-set-local)
1879         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1880         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1881         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1882         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1883         (idlwave-shell-filter, idlwave-shell-examine-highlight)
1884         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1885         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1886         (idlwave-shell-examine-display, idlwave-shell-run-region)
1887         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1888         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1889         * progmodes/idlw-help.el (idlwave-help-get-special-help)
1890         (idlwave-help-get-help-buffer):
1891         * progmodes/gud.el (gud-basic-call, gud-find-class)
1892         (gud-tooltip-activate-mouse-motions-if-enabled):
1893         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1894         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1895         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1896         (ebrowse-tags-next-file):
1897         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1898         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1899         (ebnf-eps-finish-and-write):
1900         * progmodes/cpp.el (cpp-edit-save):
1901         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1902         * progmodes/cc-defs.el (c-emacs-features):
1903         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1904         (antlr-directory-dependencies):
1905         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1906         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1907         (ada-find-any-references, ada-make-filename-from-adaname)
1908         (ada-make-body-gnatstub):
1909         * obsolete/rnews.el (news-list-news-groups):
1910         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1911         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1912         * net/rcirc.el (rcirc-debug):
1913         * net/newst-treeview.el (newsticker--treeview-list-add-item)
1914         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1915         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1916         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1917         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1918         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1919         (newsticker--treeview-list-clear-highlight)
1920         (newsticker--treeview-list-update-highlight)
1921         (newsticker--treeview-list-highlight-start)
1922         (newsticker--treeview-tree-update-highlight)
1923         (newsticker--treeview-get-selected-item)
1924         (newsticker-treeview-mark-list-items-old)
1925         (newsticker--treeview-set-current-node):
1926         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1927         * net/newst-backend.el (newsticker--get-news-by-funcall)
1928         (newsticker--get-news-by-wget, newsticker--image-get)
1929         (newsticker--image-sentinel):
1930         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1931         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1932         (eudc-ph-close-session):
1933         * net/eudc.el (eudc-save-options):
1934         * language/thai-word.el (thai-update-word-table):
1935         * language/japan-util.el (japanese-string-conversion):
1936         * international/titdic-cnv.el (tsang-quick-converter)
1937         (ziranma-converter, ctlau-converter):
1938         * international/mule-cmds.el (describe-language-environment):
1939         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1940         (skkdic-convert-postfix, skkdic-convert-prefix):
1941         (skkdic-convert-okuri-nasi, skkdic-convert):
1942         * emacs-lisp/re-builder.el (reb-update-overlays):
1943         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1944         * emacs-lisp/gulp.el (gulp-send-requests):
1945         * emacs-lisp/find-gc.el (trace-call-tree):
1946         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1947         (eieio-describe-generic):
1948         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1949         * emacs-lisp/edebug.el (edebug-outside-excursion):
1950         * emacs-lisp/debug.el (debugger-make-xrefs):
1951         * emacs-lisp/cust-print.el (custom-prin1-to-string):
1952         * emacs-lisp/chart.el (chart-new-buffer):
1953         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1954         Use with-current-buffer.
1955         * textmodes/artist.el (artist-system): Don't call
1956         copy-sequence on a fresh string.
1957         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1959 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
1961         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1962         is no item to edit.  (Bug#4820)
1963         (todo-top-priorities): Restore point and restore narrowing in Todo
1964         buffer.  (Bug#4820)
1966 2009-10-31  Glenn Morris  <rgm@gnu.org>
1968         * net/ange-ftp.el (top-level): Don't require dired when compiling.
1969         (comint-last-output-start, comint-last-input-start)
1970         (comint-last-input-end): Don't defvar when compiling.
1971         (ange-ftp-process-file): Use bound-and-true-p.
1973         * pcmpl-rpm.el (top-level): Move provide statement to end.
1974         (pcmpl-rpm): Remove unused custom group.
1976         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1978         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1980         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1981         (byte-compile-warnings): Add `constants' as an option.
1982         (byte-compile-callargs-warn, byte-compile-arglist-warn)
1983         (display-call-tree): Update for byte-compile-fdefinition possibly
1984         returning `(macro lambda ...)'.  (Bug#4778)
1985         (byte-compile-variable-ref, byte-compile-setq-default):
1986         Respect `constants' member of byte-compile-warnings.
1988         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1989         Use mapc rather than mapcar because the return value is never used.
1991         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1992         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1993         * cedet/semantic/html.el:
1994         Suppress harmless warnings about setting up semantic-imenu (not
1995         part of Emacs) variables.
1997 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2000         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2001         to "submit:".
2003         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2004         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2005         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2006         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2007         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2008         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2009         (semantic-analyzer-debug-global-symbol)
2010         (semantic-analyzer-debug-missing-innertype)
2011         (semantic-analyzer-debug-insert-include-summary):
2012         * cedet/semantic/util.el (semantic-file-tag-table):
2013         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2014         (semantic-recursive-find-nonterminal-by-name):
2015         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2016         * cedet/semantic/tag-file.el (semantic-prototype-file):
2017         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2018         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2019         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2020         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2021         (semantic-idle-summary-maybe-highlight):
2022         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2023         (semantic-ia-sb-tag-info):
2024         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2025         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2026         * cedet/semantic/ede-grammar.el (project-compile-target):
2027         (ede-proj-makefile-insert-variables):
2028         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2029         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2030         (semantic-debug-mode, semantic-debug):
2031         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2032         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2033         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2034         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2035         (semanticdb-find-translate-path-includes--internal)
2036         (semanticdb-reset-log, semanticdb-find-log-activity):
2037         * cedet/semantic/db-file.el (object-write):
2038         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2039         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2040         (semanticdb-create-ebrowse-database):
2041         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2042         * cedet/semantic/complete.el (semantic-displayor-focus-request)
2043         (semantic-collector-calculate-completions-raw)
2044         (semantic-complete-read-tag-analyzer):
2045         * cedet/semantic/analyze.el (semantic-analyze-pulse):
2046         * cedet/ede/util.el (ede-update-version-in-source):
2047         * cedet/ede/proj.el (project-delete-target):
2048         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2049         (ede-proj-flush-autoconf):
2050         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2051         (ede-proj-configure-synchronize):
2052         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2053         * cedet/ede/linux.el (ede-linux-version):
2054         * cedet/ede/emacs.el (ede-emacs-version):
2055         * cedet/ede/dired.el (ede-dired-add-to-target):
2056         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2057         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2058         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2059         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2060         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2061         (cedet-idutils-version-check):
2062         * cedet/cedet-global.el (cedet-gnu-global-call):
2063         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2064         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2065         * cedet/cedet-cscope.el (cedet-cscope-call)
2066         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2067         Use with-current-buffer.
2068         * cedet/ede.el (ede-make-project-local-variable)
2069         (ede-set-project-variables, ede-set): Use dolist.
2071 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2073         * textmodes/ispell.el (ispell-skip-region-alist):
2074         * international/mule-conf.el (eight-bit):
2075         * international/fontset.el (font-encoding-alist):
2076         * startup.el (pure-space-overflow-message):
2077         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2078         * paths.el (gnus-nntp-service, rmail-spool-directory)
2079         (term-file-prefix):
2080         * files.el (save-some-buffers-action-alist):
2081         * cmuscheme.el (same-window-buffer-names):
2082         * ielm.el (same-window-buffer-names):
2083         * shell.el (same-window-buffer-names):
2084         * mail/sendmail.el (same-window-buffer-names):
2085         * progmodes/inf-lisp.el (same-window-buffer-names):
2086         * bindings.el (mode-line-client)
2087         (mode-line-column-line-number-mode-map):
2088         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2089         (tibetan-precomposed-regexp): Purecopy string arguments.
2091 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2094         (calcDigit-nondigit):
2095         * calc/calc-yank.el (calc-copy-to-buffer):
2096         * calc/calc-units.el (calc-invalidate-units-table):
2097         * calc/calc-trail.el (calc-trail-yank):
2098         * calc/calc-store.el (calc-insert-variables):
2099         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2100         * calc/calc-prog.el (calc-read-parse-table):
2101         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2102         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2103         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2104         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2105         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2106         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2107         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2108         * calc/calc-ext.el (calc-realign):
2109         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2110         (calc-embedded-finish-edit, calc-embedded-make-info)
2111         (calc-embedded-finish-command, calc-embedded-stack-change):
2112         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2114         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2115         (overload-docstring-extension): Use that info.
2116         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2117         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2118         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2119         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2120         (semantic-nonterminal-full-name): Add the new `when' info.
2121         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2122         `assert'.
2124         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2125         shell-dynamic-complete-filename in preference to
2126         comint-dynamic-complete-filename.
2128         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2129         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2130         Don't consider whether the display supports colors.
2131         (bookmark-import-new-list): Use dolist.
2132         (bookmark-bmenu-mode-map): Move initialization into declaration.
2133         (bookmark-bmenu-list): Use dolist, simplify.
2134         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2135         (menu-bar-final-items): Use push.
2137 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2139         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2140         it works on remote files.
2141         (vc-hg-diff): Don't pass any `--cwd' argument.
2143 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2145         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2146         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2147         (Further to Bug#3921).
2149 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2151         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2152         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2153         calling `tramp-imap-put-file'.  Add file size to the call.
2154         (tramp-imap-get-file-entries): Compute also user name, file size,
2155         and date.
2156         (tramp-imap-handle-insert-directory): Insert uid and gid.
2157         (tramp-imap-handle-file-attributes): Transform uid and gid
2158         according to `id-format'.
2159         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2160         size in header X-Size.
2162 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2164         * simple.el (transpose-subr): Give clearer error when the mark
2165         is not set.  (Bug#4807)
2167 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2169         * net/tramp.el (tramp-perl-file-truename): New defconst.
2170         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2171         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2172         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2173         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2175         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2176         Ignore `dired-call-process'.
2177         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2179 2009-10-26  Julian Scheid  <julians37@gmail.com>
2181         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2182         (tramp-get-remote-readlink): New defun.
2183         (tramp-handle-file-truename): Use it.
2184         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2185         file exists if cache value present.
2186         (tramp-check-cached-permissions) New defun.
2187         (tramp-handle-file-readable-p): Use it.
2188         (tramp-handle-file-writable-p): Likewise.
2189         (tramp-handle-file-executable-p): Likewise.
2190         (tramp-handle-file-name-all-completions): Try using Perl to get
2191         partial completions.  When perl not available, combine `cd' and
2192         `ls' into single remote operation and use shell expansion to get
2193         partial remote directory contents.  Set `file-exists-p' cache for
2194         directory and any files returned by ls.  Change cache handling to
2195         support partial directory contents.  Use error message emitted by
2196         remote `cd' or Perl code for local tramp-error.
2197         (tramp-do-copy-or-rename-file-directly): Avoid separate
2198         tramp-send-command-and-check call.
2199         (tramp-handle-process-file): Merge three remote ops into one.
2200         Do not flush all caches when `process-file-side-effects' is set.
2201         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2202         file-attributes shows uid/gid to be set already.
2204 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2206         * textmodes/tex-mode.el (tex-dvi-view-command)
2207         (tex-show-queue-command, tex-open-quote):
2208         * progmodes/ruby-mode.el (auto-mode-alist)
2209         (interpreter-mode-alist): Purecopy strings.
2211         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2213         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2214         string for the hook, keymap and abbrev table.
2216         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2218         * x-dnd.el (x-dnd-xdnd-to-action):
2219         * startup.el (fancy-startup-text, fancy-about-text): Change to
2220         defconst from defvar.
2222         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2224         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2225         Purecopy initialization strings.
2227         * mail/sendmail.el (mail-header-separator)
2228         (mail-personal-alias-file):
2229         * mail/rmail.el (rmail-default-dont-reply-to-names)
2230         (rmail-ignored-headers, rmail-retry-ignored-headers)
2231         (rmail-highlighted-headers, rmail-secondary-file-directory)
2232         (rmail-secondary-file-regexp):
2233         * files.el (null-device, file-name-invalid-regexp)
2234         (locate-dominating-stop-dir-regexp)
2235         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2236         (interpreter-mode-alist): Use mapcar instead of mapc.
2238         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2240         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2241         (completion-ignored-extensions):
2242         (debug-ignored-errors): Purecopy strings.
2244 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2247         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2248         (pcomplete--here): Use push.
2250         * subr.el (all-completions): Declare the 4th arg obsolete.
2252 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2254         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2255         (pcomplete-unquote-argument): New function.
2256         (pcomplete--common-suffix): Always pay attention to case.
2257         (pcomplete--table-subvert): Quote and unquote the text.
2258         (pcomplete--common-quoted-suffix): New function.
2259         (pcomplete-std-complete): Use it and pcomplete-begin.
2261         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2262         we're inside a dedicated or minibuffer window.
2264 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * cedet/semantic/fw.el (semantic-alias-obsolete)
2267         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2268         (define-mode-overload-implementation):
2269         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2270         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2271         * cedet/semantic/util.el (semantic-file-token-stream)
2272         (semantic-something-to-stream):
2273         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2274         (semantic-expand-nonterminal):
2275         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2276         (semantic-find-dependency, semantic-find-nonterminal)
2277         (semantic-find-dependency):
2278         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2279         (semantic-flex-text, semantic-flex-make-keyword-table)
2280         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2281         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2282         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2283         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2284         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2285         (semantic-after-idle-scheduler-reparse-hooks):
2286         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2287         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2288         * cedet/semantic.el (semantic-toplevel-bovine-table)
2289         (semantic-toplevel-bovine-cache)
2290         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2291         (semantic-init-mode-hooks, semantic-init-db-hooks)
2292         (semantic-bovination-working-type): Provide the `when' arg.
2294 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2296         * bookmark.el: Update documentation, especially documentation
2297         of `bookmark-alist' and of the bookmark file format.
2298         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2300 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2302         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2303         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2304         window to buffer.
2306         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2307         (global-whitespace-mode, global-whitespace-newline-mode)
2308         (whitespace-toggle-options, global-whitespace-toggle-options):
2309         Doc fix (Bug#3660).
2311         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2312         of xmltok-start before the end tag was inserted (Bug#2840).
2314         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2315         patterns that are preceded by an open-paren (Bug#1320).
2317 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2319         * files.el (delete-directory): Delete symlinks to directories with
2320         delete-file (Bug#4739).
2322 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2324         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2325         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2326         argument to make-obsolete.
2328         * cedet/semantic/fw.el (semantic-alias-obsolete)
2329         (semantic-varalias-obsolete): Add optional WHEN argument.
2331 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2333         * vc.el (vc-backend-for-registration): Rename from
2334         vc-get-backend-for-registration.  Update callers.
2336         * international/mule-cmds.el (set-language-info-alist):
2337         Purecopy lang-env.
2338         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2339         (charset): Purecopy the name.
2340         (define-char-code-property): Purecopy string arguments.
2342         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2343         Purecopy string arguments.
2345         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2346         * ediff-hook.el (menu-bar-ediff-menu):
2347         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2348         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2350 2009-10-24  Glenn Morris  <rgm@gnu.org>
2352         * comint.el (comint-dynamic-list-completions):
2353         * term.el (term-dynamic-list-completions): Use choose-completion rather
2354         than obsolete alias mouse-choose-completion.
2356         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2357         file-cache-choose-completion.
2358         (file-cache-choose-completion): Handle an optional event argument.
2359         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2361         * progmodes/octave-mod.el (octave-complete-symbol):
2362         Use choose-completion if mouse-choose-completion is ever removed.
2364         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2365         use.
2367         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2368         compiler.
2370         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2372 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2375         Ignore `pred' now that we receive one.
2376         Handle test-completion specially.
2378 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2380         * vc.el (vc-responsible-backend): Throw an error if not backend is
2381         found.  Remove the REGISTER argument.  Move the code dealing with
2382         REGISTER ...
2383         (vc-get-backend-for-registration): ... here.  New function.
2384         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2385         of vc-responsible-backend, pass the file name instead of the
2386         directory name.
2388 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2390         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2391         New funs.
2392         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
2393         (pcomplete-comint-setup): Don't modify a global var via
2394         accidental side-effects.
2395         (pcomplete-shell-setup): Adjust call accordingly.
2396         (pcomplete-parse-comint-arguments): Use push.
2398 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2400         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2401         Allow uncapitalized info node names (Bug#3921).
2403         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2404         to the DEBUG file (Bug#3781).
2406 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
2408         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2409         dictionary entry (Bug#4579).
2411 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2413         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2414         from `rfn-eshadow-update-overlay-hook' when unloading.
2415         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2416         "rsyncc".  Adjust doc string.
2417         (tramp-temp-buffer-file-name) New buffer-local defvar.
2418         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2419         Keep temporary file when indicated by method ("rsync" and
2420         "rsyncc").
2421         (tramp-handle-write-region): Handle APPEND.
2422         (tramp-delete-temp-file-function): New defun.  Added to
2423         `kill-buffer-hook'.
2425 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
2427         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2429 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2431         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2432         (color-name-rgb-alist, tty-standard-colors)
2433         (tty-color-mode-alist): Change to defconst.
2435         * simple.el (mark-inactive): Purecopy message.
2437         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2438         (global-map, yank-menu):
2439         * textmodes/ispell.el (ispell-menu-map):
2440         * net/eudc.el (eudc-tools-menu):
2441         * international/mule-cmds.el (describe-language-environment-map)
2442         (setup-language-environment-map, set-coding-system-map)
2443         (mule-menu-keymap):
2444         * vc-hooks.el (vc-menu-entry, vc-menu-map):
2445         * replace.el (occur-mode-map):
2446         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2448 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
2450         * calc/calc.el (math-read-number, math-read-number-simple): Use
2451         `save-match-data'.
2453 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2455         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2456         rather than fiddling with global-map bindings, since it should only
2457         affect per-terminal settings.
2458         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2460         * minibuffer.el (completion-table-with-terminator): Allow to specify
2461         the terminator-regexp.
2463         * simple.el (switch-to-completions): Look for *Completions* in other
2464         frames as well.
2466         * pcomplete.el: Allow the use of completion-tables.
2467         (pcomplete-std-complete): New command.
2468         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2469         (pcomplete--here): Use a function for `form' rather than an expression,
2470         so it can be byte-compiled.
2471         (pcomplete-here, pcomplete-here*): Adjust accordingly.
2472         Add edebug declaration.
2473         (pcomplete-show-completions): Remove unused var `curbuf'.
2474         (pcomplete-do-complete, pcomplete-stub):
2475         Don't assume `completions' is a list of strings any more.
2477 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
2479         * find-dired.el (find-name-arg): Fix typo in docstring.
2481 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2484         (pcmpl-linux-fs-types): Same, and update to new modules layout.
2486         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2487         pcomplete-entries.
2489         * comint.el (comint-read-input-ring, comint-write-input-ring)
2490         (comint-substitute-in-file-name)
2491         (comint-dynamic-complete-as-filename)
2492         (comint-dynamic-simple-complete)
2493         (comint-dynamic-list-filename-completions)
2494         (comint-dynamic-list-completions)
2495         (comint-redirect-results-list-from-process): Minor simplifications.
2497 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2499         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2500         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2501         the first form.  And insert a blank line after ";;; Code" since
2502         that's usual style.  (My Bug#4612.)
2504         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
2506 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2508         * minibuffer.el (completion-table-with-terminator): Properly implement
2509         boundaries, in case `terminator' appears in the suffix.
2510         (completion--embedded-envvar-table): Don't return boundaries if
2511         there's no valid completion.  Simplify.
2512         (completion-file-name-table): New completion table extracted from
2513         completion--file-name-table.
2514         (completion--file-name-table): Use it.
2515         (read-file-name-predicate): Declare obsolete.
2516         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
2517         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
2518         completion-file-name-table, and use the `pred' argument.
2519         * files.el (locate-file-completion-table): Use the `pred' arg rather
2520         than read-file-name-predicate.
2521         (abbreviate-file-name): Use \` rather than ^ for BOS.
2523 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
2525         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
2526         vc-responsible-backend to register, it causes problems.
2528 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2530         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
2532 2009-10-21  Eric Ludlam  <zappo@gnu.org>
2534         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
2535         (semantic-c-debug-mode-init-pch): New functions.
2536         (semantic-c-debug-mode-init-last-mode): New var.
2537         (semantic-c-parse-lexical-token): Use them.
2539         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
2540         When extracting the argument list, limit only by point-max.
2542 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
2544         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
2545         (tramp-smb-handle-file-attributes): Use it.
2546         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
2547         (tramp-smb-handle-insert-directory): Use `mapc' rather than
2548         `mapcar'.  Use `tramp-smb-get-stat-capability'.
2549         Add `dired-filename' text properties.
2550         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
2551         (tramp-smb-maybe-open-connection): Simplify check for smbclient
2552         version.
2554 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2556         * subr.el (read-key-delay): Reduce to 0.01.
2557         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
2558         (bug#4751).
2560 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
2564         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
2565         (Info-menu): Remove unused vars `last' and `completions'.
2566         (Info-index-nodes): Remove unused var `node'.
2568         * info.el (Info-complete-menu-item): Use complete-with-action.
2570 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2572         Make vc-annotate work through copies and renames.
2573         * vc-annotate.el (vc-annotate-extract-revision-at-line):
2574         Return the file name too.
2575         (vc-annotate-revision-at-line)
2576         (vc-annotate-find-revision-at-line)
2577         (vc-annotate-revision-previous-to-line)
2578         (vc-annotate-show-log-revision-at-line): Update to get the file
2579         name from vc-annotate-extract-revision-at-line.
2580         (vc-annotate-show-diff-revision-at-line-internal): Change the
2581         argument to mean whether to show a file diff or not.  Get the file
2582         name from vc-annotate-extract-revision-at-line.
2583         (vc-annotate-show-diff-revision-at-line):
2584         Update vc-annotate-show-diff-revision-at-line call.
2585         (vc-annotate-warp-revision): Add an optional file argument.
2587         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
2588         (vc-git-annotate-extract-revision-at-line): Also return the file
2589         name if found.
2591         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2592         command.  Remove unused code.
2593         (vc-hg-annotate-re): Update to match --follow output.
2594         (vc-hg-annotate-extract-revision-at-line): Also return the file
2595         name if found.
2597         * vc.el: Update annotate-extract-revision-at-line documentation.
2599 2009-10-18  Kevin Ryde  <user42@zip.com.au>
2601         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2602         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2604         * net/browse-url.el (browse-url): Identify alist with "consp and
2605         not functionp" and let all other things go down the `apply' leg,
2606         as suggested by Stefan.  (Further to bug#4531.)
2608 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
2610         * minibuffer.el (read-file-name): Check for repeat before putting
2611         a default argument in file-name-history (Bug#4657).
2613         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2614         read syntax (Bug#4737).
2616         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2618 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2620         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2621         (html-tag-alist, html-tag-help): Add descriptions for undocumented
2622         entries and make note of obsolete tags.
2624 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2628 2009-10-18  Glenn Morris  <rgm@gnu.org>
2630         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2631         grep, so that binary files (eg international/uni-bidi.el) can match.
2632         Remove test for "UnicodeData" files, since it is hopefully unnecessary
2633         now, and in any case the file header format has changed.
2635 2009-10-17  Glenn Morris  <rgm@gnu.org>
2637         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2638         (flyspell-get-word, flyspell-large-region)
2639         (flyspell-auto-correct-previous-word): Doc/error message fixes.
2641 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2643         * Makefile.in (ELCFILES): Add ede/shell.
2645 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2647         * term/common-win.el (x-colors): Purecopy it.
2649 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2652         permissive for when the buffer is empty.
2653         (tar-header-block-tokenize): Decode the username and groupname.
2654         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2656 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2658         * cedet/srecode/srt.el:
2659         * cedet/srecode/compile.el:
2660         * cedet/semantic/mru-bookmark.el:
2661         * cedet/semantic/debug.el:
2662         * cedet/semantic/complete.el:
2663         * cedet/semantic/analyze.el: Require CL when compiling.
2665 2009-10-17  Eric Ludlam  <zappo@gnu.org>
2667         * cedet/semantic/scope.el
2668         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2669         tmpscope so that the regular scope will continue to work.
2671         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2672         Use semantic-idle-summary-highlight-face as the highlighting.
2674         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2675         contains multibyte characters, choose first applicable coding
2676         system automatically.
2678         * cedet/ede/project-am.el (project-run-target): New method.
2679         (project-run-target): New method.
2681         * cedet/ede.el (ede-target): Add run target menu item.
2682         (ede-project, ede-minor-keymap): Add ede-run-target binding.
2683         (ede-run-target): New function.
2684         (ede-target::project-run-target): New method.
2686         * cedet/ede/proj.el (project-run-target): New method.
2688         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2689         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2690         Add :rules.
2691         (ede-proj-target-makefile-shared-object): Only libtool compilers
2692         now available.  Add linkers for libtool.
2693         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2694         (ede-proj-makefile-target-name): Always use .la extension.
2696         * cedet/ede/proj-prog.el (project-run-target): New method.
2698         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2699         (ede-g++-linker): Change Change link lines.
2701         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2702         When searching for old variables, go to the end of the buffer and
2703         search backward from there.
2704         (ede-proj-makefile-automake-insert-subdirs)
2705         (ede-proj-makefile-automake-insert-extradist): New methods.
2706         (ede-proj-makefile-create): Use them.
2708         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2709         Force FILE to expand to the current target.  Use file-exists-p to
2710         check that it exists.
2712         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2713         (ede-linux-load): Wrap dir in file-name-as-directory.
2714         Set :version slot.
2716         * cedet/ede/files.el (ede-get-locator-object): When enabling
2717         locate, do so on "top".
2719         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2720         file-name-as-directory during compare.
2721         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2722         Get version number from different places.  Don't call egrep.
2723         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2724         to set the directory.
2726         * cedet/ede/shell.el: New file.
2728         * cedet/inversion.el (inversion-decoders): Allow for stray . in
2729         alpha/beta variants.
2731 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         * international/mule-cmds.el (select-safe-coding-system): If the file
2734         has a coding cookie, use it regardless of any other setting (bug#4712).
2736 2009-10-17  Glenn Morris  <rgm@gnu.org>
2738         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2739         All errors should have messages.
2741         * foldout.el (foldout-mouse-swallow-events):
2742         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2744         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2745         (dired-keep-marker-copy, dired-keep-marker-hardlink)
2746         (dired-keep-marker-symlink, dired-dwim-target)
2747         (dired-copy-preserve-time): Do not autoload these defcustoms.
2749         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2750         messages from messing up the file coding.  (Bug#4623)
2752 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
2754         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2755         if no match is found for the current dictionary.  (Bug#4578)
2757         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2758         optional, since that is how it is documented, and this is often called
2759         with a nil argument.  (Bug#4577)
2760         (flyspell-external-point-words, flyspell-auto-correct-word)
2761         (flyspell-correct-word-before-point, flyspell-word-search-forward)
2762         (flyspell-word-search-backward): Remove nil argument in calls to
2763         flyspell-get-word, since it is not needed now.
2765 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
2767         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
2769 2009-10-16  Glenn Morris  <rgm@gnu.org>
2771         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2773 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2775         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2776         (ange-ftp-file-size): New function.
2777         (ange-ftp-file-attributes): Use it.
2779 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
2781         * net/tramp-smb.el (tramp-smb-version): New defvar.
2782         (tramp-smb-maybe-open-connection): Use it, in order to avoid
2783         repeated checks.
2785 2009-10-16  Glenn Morris  <rgm@gnu.org>
2787         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2788         Maybe copy some custom properties from old to new name.  (Bug#4706)
2790 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
2792         * subr.el (error, sit-for, start-process-shell-command)
2793         (start-file-process-shell-command): Set the calling convention
2794         after the function definition.
2796 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2798         * subr.el (error, sit-for, start-process-shell-command)
2799         (start-file-process-shell-command): Use the new
2800         set-advertised-calling-convention feature.
2802 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
2804         * international/ucs-normalize.el (ucs-normalize-version):
2805         Change to 1.2.
2806         (check-range): Adjust for Unicode 5.2.
2808 2009-10-15  Juri Linkov  <juri@jurta.org>
2810         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2811         to the `menu-item' format.
2813 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
2815         * net/tramp.el (tramp-replace-environment-variables): Do not fail
2816         if the environment variable does not exist.
2818         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2819         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2820         parameter.
2821         (tramp-smb-handle-add-name-to-file)
2822         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2823         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2824         (tramp-smb-handle-file-attributes)
2825         (tramp-smb-do-file-attributes-with-stat)
2826         (tramp-smb-handle-file-local-copy)
2827         (tramp-smb-handle-insert-directory)
2828         (tramp-smb-handle-make-directory)
2829         (tramp-smb-handle-make-directory-internal)
2830         (tramp-smb-handle-make-symbolic-link)
2831         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2832         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2833         (tramp-smb-maybe-open-connection): Apply the changed parameters.
2834         (tramp-smb-read-file-entry): Read Disk names in compressed format.
2835         Handle long file names.
2836         (tramp-smb-get-cifs-capabilities): Check, whether the connection
2837         process is running.
2838         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2839         Read share names with "-g" option.
2841 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
2843         * net/rcirc.el (rcirc-view-log-file): New command.
2844         (rcirc-track-minor-mode-map): Remove C-c ` binding.
2845         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2846         specified.
2848 2009-10-15  Glenn Morris  <rgm@gnu.org>
2850         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2851         from the second command-line argument.
2852         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2853         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2854         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2855         w32-batch-update-autoloads.
2856         * emacs-lisp/autoload.el (autoload-make-program): New variable.
2857         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2859         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2860         the headers cannot be located.  Simplify, subtracting superflous
2861         save-excursions.
2863 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         Replace completion-base-size by completion-base-position to fix bugs
2866         such as (bug#4699).
2867         * simple.el (completion-base-position): New var.
2868         (completion-base-size): Mark as obsolete.
2869         (choose-completion): Make it work for mouse events as well.
2870         Pass the new base-position to choose-completion-string.
2871         (choose-completion-guess-base-position): New function, extracted from
2872         choose-completion-delete-max-match.
2873         (choose-completion-delete-max-match): Use it.  Make obsolete.
2874         (choose-completion-string): Use the new base-position info.
2875         (completion-root-regexp): Delete.
2876         (completion-setup-function): Preserve completion-base-position.
2877         Eliminate obsolete base-size manipulation.
2878         * minibuffer.el (display-completion-list): Don't mess with base-size.
2879         (minibuffer-completion-help): Set completion-base-position instead.
2880         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2881         choose-completion.
2882         * textmodes/bibtex.el (bibtex-complete):
2883         * emacs-lisp/crm.el (crm--choose-completion-string):
2884         Adjust to new calling convention.
2885         * complete.el (partial-completion-mode): Use minibufferp to avoid
2886         bumping into incompatible change to choose-completion-string-functions.
2887         * ido.el (ido-choose-completion-string): Make its calling convention
2888         more permissive.
2889         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2890         base-size manipulation.
2891         (comint-dynamic-list-input-ring): Use dotimes and push.
2892         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2893         fundamental-mode.  Use `or'.
2895 2009-10-14  Juri Linkov  <juri@jurta.org>
2897         * misearch.el (multi-isearch-next-buffer-from-list)
2898         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2900 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * Makefile.in (compile-onefile): Load `bytecomp' rather than
2903         `bytecomp.el'.
2905         * minibuffer.el (completion-pcm--merge-completions): Make sure the
2906         string we return is all made up of text from the completions rather
2907         than part from the completions and part from the input (bug#4219).
2909         * ido.el (ido-everywhere): Use define-minor-mode.
2911         * buff-menu.el (list-buffers, ctl-x-map):
2912         Mark the entry points with ;;;###autoload cookies.
2914 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2916         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2917         correctly in the detached head case.
2918         (vc-git-print-log): Remove unused binding.
2920         * vc.el (vc-responsible-backend): When a directory is passed for
2921         for registration create a VC repository if no backend is
2922         responsible for the directory argument.
2923         (vc-deduce-fileset): Tell vc-responsible-backend to register.
2925         * vc.el: Move comments about RCS and SCCS ...
2926         * vc-rcs.el:
2927         * vc-sccs.el: ... here, respectively.
2929 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2931         * minibuffer.el (completion--file-name-table): Return nil if there's
2932         no file completion, even if substitute-in-file-name changed
2933         the string (bug#4708).
2935 2009-10-13  Juri Linkov  <juri@jurta.org>
2937         * files-x.el (read-file-local-variable-value): Don't filter out
2938         minor modes from mode name completion (bug#4664).
2940 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2942         * international/mule-cmds.el (ucs-names): Remove exclusion of
2943         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2945 2009-10-13  Kenichi Handa  <handa@m17n.org>
2947         * international/uni-name.el: Regenerated.
2949 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2951         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
2952         should be automatically buffer-local, but isn't.)
2954 2009-10-12  Sam Steingold  <sds@gnu.org>
2956         * progmodes/compile.el (compilation-next-error-function): Fix the
2957         timestamps if the buffer has been visited before.
2958         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2959         non-anchored patterns, like the perl one (bug#3928).
2961 2009-10-12  Glenn Morris  <rgm@gnu.org>
2963         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2964         Let-bind `size'.
2966 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
2968         * proced.el (proced-unload-function): New function.
2970         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2971         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2972         Doc fix.
2974         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2976 2009-10-11  Juri Linkov  <juri@jurta.org>
2978         * files-x.el (read-file-local-variable-value):
2979         Provide default value only for bound variables (bug#4664).
2981 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
2983         * net/tramp.el (tramp-local-host-p): Function shall return nil for
2984         connection methods like smb.
2986         * net/tramp-cache.el (tramp-flush-connection-property): The hash
2987         can be empty.
2989         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2990         (tramp-smb-file-name-handler-alist): Add handlers for
2991         `add-name-to-file', `make-symbolic-link'.
2992         (tramp-smb-handle-add-name-to-file)
2993         (tramp-smb-do-file-attributes-with-stat)
2994         (tramp-smb-handle-make-symbolic-link)
2995         (tramp-smb-get-cifs-capabilities): New defuns.
2996         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2997         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2998         (tramp-smb-handle-file-local-copy)
2999         (tramp-smb-handle-make-directory-internal)
3000         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3001         The file name syntax depends on cifs capabilities.
3002         (tramp-smb-handle-file-attributes):
3003         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3004         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3005         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3007 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3009         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3010         (eieio-defclass): Apply deftype handler and setf-method properties
3011         directly.
3012         (eieio-add-new-slot): Avoid union function from cl library.
3013         (eieio--typep): New function.
3014         (eieio-perform-slot-validation): Use it.
3016 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3018         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3019         Update documentation to refer to the variables documented in r1.135.
3020         (Bug#4188)
3022 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3024         * bookmark.el (Info-suffix-list): Remove this unused variable.
3025         (bookmark-current-point): Remove this obsolete variable.
3026         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3027         Adjust for removal of bookmark-current-point.
3029         (bookmarks-already-loaded, bookmark-current-buffer)
3030         (bookmark-yank-point): Document.  (Bug#4188)
3032 2009-10-10  Glenn Morris  <rgm@gnu.org>
3034         * frame.el (frame-height): Doc fix.
3036         * calendar/calendar.el (calendar-split-width-threshold): New option.
3037         (calendar-basic-setup): Use calendar-split-width-threshold.
3039 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
3041         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3042         Use .la for Automake.
3044 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
3046         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3047         Use "autoreconf -i".  Suggested by Andreas Schwab.
3049 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3051         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3052         Ideographic Supplement" range (U+1F200..U+1F2FF).
3054 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3056         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3057         since the list will have been rebuilt anyway.  (Bug#4349)
3059 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3061         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3062         (bookmark-bmenu-execute-deletions): Don't save here, as
3063         bookmark-delete will now do so if necessary.
3064         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3065         (Bug#4348)
3067 2009-10-09  Glenn Morris  <rgm@gnu.org>
3069         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3071 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3073         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3074         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3075         argument now, so the two function's behaviors will match.  (Bug#3645)
3077 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3079         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3080         Fix filename test.
3081         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3082         to expand file names.
3084 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3086         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3087         (tramp-file-name-real-host, tramp-file-name-port):
3088         Apply `save-match-data'.
3090         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3091         case both directories are remote.
3092         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3093         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3095 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3097         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3098         (ede-proj-target-makefile-objectcode): Use it.
3100         * cedet/ede/source.el (ede-want-any-source-files-p)
3101         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3102         Return search result.  This error was introduced while merging.
3104 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3106         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3108 2009-10-07  Glenn Morris  <rgm@gnu.org>
3110         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3111         of concat.
3113 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * files-x.el (read-file-local-variable): Include some
3116         non-user-variables in the completion table (bug#4664).
3118 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3120         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3121         message.
3123         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3124         (tramp-smb-file-name-handler-alist): Add handler for
3125         `copy-directory', `expand-file-name', `set-file-modes'.
3126         (tramp-smb-handle-copy-directory)
3127         (tramp-smb-handle-expand-file-name)
3128         (tramp-smb-handle-set-file-modes): New defuns.
3129         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3130         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3131         entry.
3132         (tramp-smb-handle-insert-directory): Don't flush the cache.
3133         (tramp-smb-maybe-open-connection): Check for samba client and
3134         server versions.
3136 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3138         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3139         to not error out of search for "^lisp=" fails.
3141 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3143         * makefile.w32-in (WINS_UPDATES): New macro.
3144         (custom-deps, finder-data, autoloads): Use it.
3146 2009-10-07  Glenn Morris  <rgm@gnu.org>
3148         * Makefile.in (autoloads): Revert previous change.
3149         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3150         the list of preloaded files passed on the command-line, get
3151         it from src/Makefile.
3153         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3154         show the original buffer rather than a random one.
3156 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3158         * help.el (describe-no-warranty): Place point in a slightly better
3159         position in the GPLv3 text.
3161 2009-10-06  Sam Steingold  <sds@gnu.org>
3163         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3164         the comm attribute is present before calling regexp-quote.
3166 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3168         * play/animate.el (animate-string): For good effect, make sure
3169         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3171         * play/animate.el (animate-sequence, animate-birthday-present):
3172         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3174 2009-10-06  Glenn Morris  <rgm@gnu.org>
3176         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3178         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3179         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3180         (batch-update-autoloads): Process a string value of autoload-excludes,
3181         set during the build process.
3182         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3184         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3185         inside with-parsed...  macro so that `v' is defined.
3187         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3188         * progmodes/fortran.el (fortran-end-of-block)
3189         (fortran-beginning-of-block):
3190         Also push mark in the macro case.
3192         * emerge.el (emerge-show-file-name):
3193         * calc/calc.el (calc-quit):
3194         * calc/calc-misc.el (calc-big-or-small):
3195         * calc/calc-graph.el (calc-graph-view):
3196         * calc/calc-ext.el (calc-reset):
3197         * calendar/calendar.el (calendar-basic-setup):
3198         Use window-full-height-p.
3200         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3201         header we don't understand, don't insert another.  (Bug#4624)
3202         If changing mime charset, insert the new one in the right place.
3204 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3206         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3207         (cal-tex-cursor-month): Correctly increment the end date for diary and
3208         holiday listing.  (Bug#4626)
3210 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3212         * help-fns.el (describe-function-1): Don't burp if the function is not
3213         a symbol.
3215 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3217         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3218         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3219         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3220         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3222         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3223         (eieio-default-superclass): Reflow docstrings.
3224         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3225         (eieio-unbind-method-implementations, defmethod)
3226         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3227         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3228         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3229         (eieio-slot-originating-class-p, eieio-slot-name-index)
3230         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3231         (constructor, initialize-instance, no-next-method, object-print)
3232         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3233         Fix typos in docstrings.
3234         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3235         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3236         (next-method-p): Doc fixes.
3237         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3238         Fix typos in error messages.
3239         (eieio-defmethod): Fix typo in description of generic method.
3241         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3242         (eieio-persistent-save-interactive, slot-missing):
3243         Fix typos in docstrings.
3244         (eieio-instance-inheritor-slot-boundp): Doc fix.
3246         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3247         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3249         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3250         (eieio-custom-object-apply-reset):
3251         Fix typos in docstrings and error messages.
3253         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3254         Fix typo in docstring.
3256         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3257         (eieio-browse-tree): Doc fix.
3258         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3259         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3260         Fix typos in docstrings.
3262         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3263         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3264         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3265         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3266         Reflow docstrings.
3268 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3270         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3271         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3272         Set log-view-vc-backend so that diff can work.
3274         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3275         vc-version-diff.
3276         (vc-diff-internal): Autoload this instead of vc-version-diff.
3278 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3280         * simple.el (eval-expression): Doc fix.
3282         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3284 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3286         * files.el (directory-files-no-dot-files-regexp): New defconst.
3287         (delete-directory): Use it.
3288         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3290         * net/tramp.el (tramp-verbose): Fix docstring.
3291         (tramp-methods): Add recursive option to `tramp-copy-args'.
3292         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3293         "scp1_old", "scp2_old", "rsync", "rsyncc".
3294         (tramp-default-method): Check also for `auth-source-user-or-password'.
3295         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3296         Add handler for `copy-directory'.
3297         (tramp-handle-copy-directory): New defun.
3298         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3299         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3300         Optimize sent command.
3302 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3304         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3305         window if necessary.
3307         * calendar/calendar.el (calendar-basic-setup): Don't call
3308         switch-to-buffer in a dedicated window.
3310 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3312         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3313           don't do anything related to relocating, just return nil.
3314         (bookmark-error-no-filename): New error.
3315         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3316           bookmark has no file.  Don't even attempt to handle things that
3317           are not files; the whole point of custom handlers is to keep that
3318           knowledge elsewhere anyway.  Tighten some comments.
3319         (bookmark-file-or-variation-thereof): Remove now-unused function.
3320         (bookmark-location): Doc string fix.
3321         (Bug#4250)
3323 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3325         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3326         don't use a file dialog, because they usually don't know how to read
3327         a directory target from the user.  (Bug#4230)
3328         Also, make sure the prompt can display directories as well as files.
3330 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3332         * bookmark.el (bookmark-set, bookmark-buffer-name):
3333         Improve doc strings.  (Bug#1193)
3335 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3337         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3338         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3339         (bookmark-get-annotation, bookmark-set-annotation)
3340         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3341         (bookmark-set-position, bookmark-get-front-context-string)
3342         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3343         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3344         (bookmark-jump-other-window, bookmark-handle-bookmark)
3345         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3346         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3347         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3348            Improve doc strings to say whether bookmark can be a string or
3349            a record or both, and make other consistency and clarity fixes.
3350         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3351         (bookmark-default-annotation-text, bookmark-yank-word)
3352         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3353         (bookmark-import-new-list, bookmark-maybe-rename)
3354         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3355         (bookmark-bmenu-bookmark): Give these doc strings.
3356         (bookmark-bmenu-check-position): Give this a doc string, but also
3357            add a FIXME comment about how the function may be pointless.
3358         (bookmark-default-handler): Rework doc string and change a
3359            parameter name, to clarify that this takes a bookmark record
3360            not a bookmark name.
3361         (bookmark-set): Change a parameter name to indicate its meaning,
3362            and improve the doc string a bit.
3363         (Bug#4188)
3365 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3367         * bookmark.el (bookmark-alist): Document the new `handler' element
3368         in the param alist.
3369         (bookmark-make-record-function): Adjust documentation for above.
3370         (Bug#4193)
3372 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3374         * info.el (Info-bookmark-make-record): Document this function.
3375         (Info-bookmark-jump): Document with a doc string, not just a comment.
3376         (Bug#4203)
3378 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3380         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3381         (semantic-new-buffer-fcn): Call parser setup functions here.
3382         (semantic-mode): Don't call parser setup functions here, it's done
3383         in semantic-new-buffer-fcn now.
3384         (semantic-mode): Parse all existing buffers when enabled.
3386         * cedet/srecode/compile.el (srecode-compile-file):
3387         Call semantic-new-buffer-fcn if the buffer has not been parsed.
3389 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3391         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3393         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3394         (proj-comp-insert-variable-once): New macro, renamed from
3395         ede-pmake-insert-variable-once in ede/pmake.edl.
3396         (ede-proj-makefile-insert-variables): Use it.
3398 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
3400         * files.el (copy-directory): New defun.
3402         * dired-aux.el (dired-copy-file-recursive): Use it.
3404 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3406         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3407         (makefile-end-of-command):
3408         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3409         (semantic-end-of-context): Fix previous change.  Doc fixes.
3411 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3413         * files-x.el (modify-dir-local-variable)
3414         (copy-dir-locals-to-file-locals-prop-line):
3415         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3416         (makefile-end-of-command):
3417         * cedet/semantic/lex.el (semantic-lex-token):
3418         * cedet/semantic/analyze/fcn.el
3419         (semantic-analyze-dereference-metatype-1):
3420         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3421         (semantic-lex-cpp-undef):
3422         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3423         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3424         (semantic-end-of-context): Fix typos in docstrings.
3426         * recentf.el (recentf-unload-function): New function.
3428 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3430         * cedet/ede.el (ede-project-placeholder-cache-file):
3431         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3432         * cedet/srecode/map.el (srecode-map-save-file):
3433         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
3435 2009-10-04  Glenn Morris  <rgm@gnu.org>
3437         * window.el (window-full-height-p): Add doc string.
3439 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
3441         * window.el (window-full-height-p): New function.  (Bug#4543)
3443 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
3445         * cedet/srecode/insert.el: Require srecode/args.
3447         * cedet/srecode/args.el: Require srecode/dictionary instead of
3448         srecode/insert.
3450         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3452         * files.el (auto-mode-alist): Add .srt and Project.ede.
3454         * cedet/semantic.el (semantic-mode):
3455         Handle srecode-template-mode-hook as well.
3456         (semantic-mode): Use js-mode-hook for Javascript hook.
3458         * cedet/srecode/template.el: Remove hook variable.
3460         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3462         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3463         projects exist.
3464         (ede-project-placeholder-cache-file): Default to a file in
3465         user-emacs-directory.
3467         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3468         templates in data-directory.
3469         (srecode-map-save-file): Default to a file in user-emacs-directory.
3471         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3472         directory.
3474 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3476         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3477         Doc fix.
3479         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3480         Only insert each variable once.
3482         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3483         (ede-pmake-insert-variable-shared): Use it.
3485         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3486         for lexical table iff table is nil.
3488 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3490         * vc.el: Remove commented out code.
3491         (vc-derived-from-dir-mode): Remove, unused.
3492         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3494 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
3496         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3497         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
3498         there could be recursive loading when `default-directory' is a
3499         remote file name.  (Bug#4614)
3501 2009-10-03  Glenn Morris  <rgm@gnu.org>
3503         * calendar/calendar.el (calendar-basic-setup): Handle the case where
3504         the frame is wide.
3505         (calendar-generate-window): Test for shrinkability rather than width.
3507         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
3508         declaration, currently false.
3510         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
3511         reusing existing buffers, in case we happen to visit two files with the
3512         same basename.  (Bug#4593)
3514 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3516         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
3517         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
3518         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
3519         subdirs of cedet as well.
3520         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
3522 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3524         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
3525         Obey advertised-signature-table.
3527         * help-fns.el (help-function-arglist): Don't check
3528         advertised-signature-table.
3529         (describe-function-1): Do it here instead so it also applies to subrs.
3531 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
3533         * simple.el (start-file-process): Say in the doc-string, that file
3534         handlers might not support pty association, if PROGRAM is nil.
3536         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
3537         HOST and USER are strings.  They are nil, when there are
3538         incomplete entries in ~/.netrc, for example.
3539         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
3540         root directory ("device busy" error otherwise).
3542         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
3543         Flush file properties of created directory.
3545 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
3547         * makefile.w32-in (WINS_BASIC): Remove cedet.
3548         (WINS_CEDET): Add cedet.
3549         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
3551 2009-10-02  Kevin Ryde  <user42@zip.com.au>
3553         * net/browse-url.el (browse-url): Pass any symbol in
3554         browse-url-browser-function to `apply', since if you've mistakenly put
3555         an unbound symbol then the error is clearer.  (Bug#4531)
3557 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3559         * allout.el (allout-init, allout-back-to-current-heading)
3560         (allout-beginning-of-current-entry, allout-ascend-to-depth)
3561         (allout-ascend, allout-up-current-level, allout-end-of-level)
3562         (allout-previous-visible-heading, allout-forward-current-level)
3563         (allout-backward-current-level, allout-show-children):
3564         * apropos.el (apropos-describe-plist):
3565         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
3566         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
3567         * completion.el (add-completion, add-permanent-completion):
3568         * descr-text.el (describe-text-category, describe-char):
3569         * desktop.el (desktop-lazy-abort):
3570         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
3571         * dired.el (dired-build-subdir-alist):
3572         * ediff.el (ediff-version):
3573         * elide-head.el (elide-head, elide-head-show):
3574         * emerge.el (emerge-version):
3575         * env.el (getenv):
3576         * face-remap.el (variable-pitch-mode):
3577         * faces.el (describe-face):
3578         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
3579         (dired-at-point):
3580         * files.el (find-file-existing, auto-save-mode):
3581         * font-lock.el (font-lock-fontify-buffer):
3582         * help-fns.el (describe-function, describe-variable)
3583         (describe-syntax, describe-categories):
3584         * help.el (view-lossage, describe-bindings, describe-key)
3585         (describe-mode):
3586         * hexl.el (hexl-current-address):
3587         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
3588         * info.el (Info-goto-emacs-key-command-node):
3589         * log-edit.el (log-edit-insert-cvs-template)
3590         (log-edit-insert-cvs-rcstemplate):
3591         * menu-bar.el (menu-bar-mode):
3592         * mouse.el (mouse-appearance-menu):
3593         * newcomment.el (comment-indent-new-line):
3594         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3595         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3596         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3597         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3598         * recentf.el (recentf-mode):
3599         * savehist.el (savehist-mode, savehist-save):
3600         * shadowfile.el (shadow-copy-files):
3601         * simple.el (kill-ring-save, next-line, previous-line)
3602         (normal-erase-is-backspace-mode):
3603         * strokes.el (strokes-update-window-configuration)
3604         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3605         (strokes-xpm-for-stroke):
3606         * time.el (emacs-uptime, emacs-init-time):
3607         * tutorial.el (tutorial--describe-nonstandard-key)
3608         (tutorial--detailed-help):
3609         * type-break.el (type-break-mode)
3610         (type-break-mode-line-message-mode, type-break-query-mode)
3611         (type-break-guesstimate-keystroke-threshold):
3612         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3613         * version.el (emacs-version):
3614         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3615         * winner.el (winner-mode):
3616         * calendar/timeclock.el (timeclock-in, timeclock-out)
3617         (timeclock-status-string, timeclock-change)
3618         (timeclock-workday-remaining-string)
3619         (timeclock-workday-elapsed-string)
3620         (timeclock-when-to-leave-string):
3621         * calendar/todo-mode.el (todo-add-category):
3622         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3623         * emacs-lisp/autoload.el (update-file-autoloads):
3624         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3625         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3626         (checkdoc-message-text, checkdoc-defun):
3627         * emacs-lisp/debug.el (debugger-list-functions):
3628         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3629         * emacs-lisp/eieio-opt.el (eieio-describe-class)
3630         (eieio-describe-generic):
3631         * emacs-lisp/lisp-mnt.el (lm-synopsis):
3632         * emacs-lisp/shadow.el (list-load-path-shadows):
3633         * emulation/cua-base.el (cua-mode):
3634         * emulation/edt.el (edt-set-scroll-margins):
3635         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3636         (tpu-toggle-regexp, tpu-toggle-search-direction)
3637         (tpu-toggle-rectangle, tpu-toggle-control-keys):
3638         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3639         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3640         (viper-set-parsing-style-toggling-macro)
3641         (viper-set-emacs-state-searchstyle-macros):
3642         * emulation/viper.el (viper-set-hooks):
3643         * eshell/esh-mode.el (eshell-truncate-buffer):
3644         * international/mule-cmds.el (prefer-coding-system)
3645         (describe-input-method, describe-language-environment):
3646         * international/mule-diag.el (list-character-sets)
3647         (describe-character-set, describe-coding-system)
3648         (describe-fontset, list-fontsets, list-input-methods):
3649         * mail/sendmail.el (mail-signature):
3650         * net/ange-ftp.el (ange-ftp-copy-file):
3651         * net/browse-url.el (browse-url):
3652         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3653         * net/quickurl.el (quickurl-add-url):
3654         * net/rcirc.el (names, topic):
3655         * net/xesam.el (xesam-mode):
3656         * play/5x5.el (5x5-new-game):
3657         * play/yow.el (apropos-zippy):
3658         * progmodes/ada-mode.el (ada-mode-version):
3659         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3660         (f90-end-of-block)
3661         (f90-beginning-of-block):
3662         * progmodes/fortran.el (fortran-end-of-block)
3663         (fortran-beginning-of-block):
3664         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3665         * progmodes/python.el (python-describe-symbol, python-shell):
3666         * term/ns-win.el (ns-print-buffer):
3667         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3668         * textmodes/flyspell.el (flyspell-mode-on):
3669         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3670         (pages-directory-for-addresses):
3671         * textmodes/table.el (table-recognize-cell)
3672         (table-query-dimension, table-generate-source)
3673         (table-insert-sequence, table--warn-incompatibility):
3674         * textmodes/tex-mode.el (tex-validate-buffer):
3675         * textmodes/texinfmt.el (texinfmt-version)
3676         (texinfo-format-buffer):
3677         Use `called-interactively-p' instead of `interactive-p'.
3679 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3681         * image-mode.el (image-toggle-display):
3682         * emacs-lisp/elp.el (elp-instrument-function):
3683         * emacs-lisp/advice.el (ad-make-advised-definition):
3684         * emacs-lisp/easy-mmode.el (define-minor-mode):
3685         * net/browse-url.el (browse-url-maybe-new-window):
3686         * progmodes/sh-script.el (sh-learn-buffer-indent):
3687         Pass new argument 'any to `called-interactively-p'.
3689 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3691         * international/uni-bidi.el:
3692         * international/uni-category.el:
3693         * international/uni-combining.el:
3694         * international/uni-comment.el:
3695         * international/uni-decimal.el:
3696         * international/uni-decomposition.el:
3697         * international/uni-digit.el:
3698         * international/uni-lowercase.el:
3699         * international/uni-mirrored.el:
3700         * international/uni-name.el:
3701         * international/uni-numeric.el:
3702         * international/uni-old-name.el:
3703         * international/uni-titlecase.el:
3704         * international/uni-uppercase.el:
3705         Regenerate from Unicode 5.2.0 data.
3707 2009-10-01  Glenn Morris  <rgm@gnu.org>
3709         * Makefile.in (ELCFILES): Regenerate.
3711 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3713         * subr.el (interactive-p): Mark obsolete.
3714         (called-interactively-p): Make the optional-ness of `kind' obsolete.
3715         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3716         advertised-signature-table for subroutines as well.
3718         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3719         (set-advertised-calling-convention): New function.
3720         (make-obsolete, define-obsolete-function-alias)
3721         (make-obsolete-variable, define-obsolete-variable-alias):
3722         Make the optional-ness of `when' obsolete.
3723         (define-obsolete-face-alias): Make `when' non-optional.
3724         * help-fns.el (help-function-arglist):
3725         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3726         Use advertised-signature-table.
3728 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3730         * files.el (delete-directory): New defun.  The original function
3731         in fileio.c has been renamed to `delete-directory-internal'.
3733         * dired.el (dired-delete-file): Call `delete-directory' with
3734         RECURSIVE parameter.
3736         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3737         parameter RECURSIVE.  Implementation is missing.
3739         * net/tramp.el (tramp-handle-make-directory): Flush upper
3740         directory's file properties.
3741         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3742         (tramp-handle-dired-recursive-delete-directory): Flush directory
3743         properties after the remove command only.
3745         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3746         Handle optional parameter RECURSIVE.
3748         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3749         Handle optional parameter RECURSIVE.
3751         * net/tramp-smb.el (tramp-smb-errors): Add error message for
3752         connection timeout.
3753         (tramp-smb-handle-delete-directory): Handle optional parameter
3754         RECURSIVE.
3756 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3759         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3760         (byte-compile-defmacro): Use backquotes.
3762         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3764         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3765         has no associated file.
3766         (vc-resynch-buffer): Use vc-dir-buffers.
3768 2009-10-01  Glenn Morris  <rgm@gnu.org>
3770         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3771         (chart-file-count):
3772         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3773         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3774         * emacs-lisp/eieio-opt.el (eieio-describe-class):
3775         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3776         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3777         (eieio-copy-parents-into-subclass, make-instance, class-children)
3778         (eieio-generic-form):
3779         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3780         * cedet/cedet-idutils.el (cedet-idutils-search)
3781         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3782         (cedet-idutils-version-check):
3783         * cedet/cedet.el (cedet-version):
3784         * cedet/data-debug.el (data-debug-insert-overlay-button)
3785         (data-debug-insert-overlay-list-button)
3786         (data-debug-insert-buffer-button)
3787         (data-debug-insert-buffer-list-button)
3788         (data-debug-insert-process-button, data-debug-insert-ring-button)
3789         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3790         (data-debug-insert-stuff-vector-button)
3791         (data-debug-insert-symbol-button, data-debug-insert-string)
3792         (data-debug-insert-number, data-debug-insert-lambda-expression)
3793         (data-debug-insert-nil, data-debug-insert-simple-thing)
3794         (data-debug-insert-custom, data-debug-edebug-expr):
3795         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3796         (global-ede-mode-map, ede-new, ede-debug-target)
3797         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3798         * cedet/semantic.el (semantic-minimum-working-buffer-size)
3799         (semantic-fetch-tags, semantic-submode-list)
3800         (semantic-default-submodes):
3801         * cedet/ede/source.el (ede-source-match):
3802         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3803         (project-am-package-info):
3804         * cedet/ede/proj.el (ede-proj-target, project-new-target):
3805         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3806         * cedet/ede/proj-comp.el (ede-current-build-list):
3807         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3808         * cedet/ede/files.el (ede-toplevel-project-or-nil):
3809         * cedet/ede/cpp-root.el (initialize-instance):
3810         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3811         (autoconf-parameter-strip, autoconf-insert-new-macro):
3812         * cedet/semantic/wisent.el (wisent-lex-eoi):
3813         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3814         (semantic-show-parser-state-mode):
3815         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3816         * cedet/semantic/tag.el (semantic-tag-new-variable)
3817         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3818         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3819         (semantic--tag-deep-copy-tag-list)
3820         (semantic-tag-components-with-overlays-default):
3821         * cedet/semantic/symref.el (semantic-symref-find-text):
3822         * cedet/semantic/senator.el (senator-yank-tag)
3823         (senator-transpose-tags-up):
3824         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3825         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3826         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3827         * cedet/semantic/lex.el (semantic-lex-comment-regex)
3828         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3829         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3830         * cedet/semantic/lex-spp.el
3831         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3832         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3833         * cedet/semantic/idle.el
3834         (semantic-idle-summary-current-symbol-info-brutish)
3835         (semantic-idle-summary-current-symbol-info-default):
3836         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3837         (semantic--grammar-macro-compl-dict):
3838         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3839         * cedet/semantic/format.el (semantic-format-tag-custom-list)
3840         (semantic-format-tag-canonical-name-default):
3841         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3842         (semantic-find-tags-for-completion)
3843         (semantic-find-tags-by-scope-protection-default)
3844         (semantic-deep-find-tags-for-completion):
3845         * cedet/semantic/edit.el
3846         (semantic-edits-incremental-reparse-failed-hook)
3847         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3848         (semantic-edits-splice-remove, semantic-edits-splice-replace):
3849         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3850         * cedet/semantic/dep.el (semantic-dependency-include-path):
3851         * cedet/semantic/db.el (semanticdb-default-find-index-class)
3852         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3853         (semanticdb-project-roots):
3854         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3855         (semanticdb-find-adebug-insert-scanned-tag-cons)
3856         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3857         (semanticdb-brute-deep-find-tags-for-completion):
3858         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3859         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3860         (semantic-end-of-context-default)
3861         (semantic-ctxt-current-function-default)
3862         (semantic-ctxt-scoped-types-default):
3863         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3864         (semantic-complete-inline-tag-engine)
3865         (semantic-complete-inline-custom-type)
3866         (semantic-complete-read-tag-analyzer):
3867         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3868         (semantic-chart-database-size):
3869         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3870         (semantic-analyze-current-context):
3871         * cedet/semantic/symref/list.el (semantic-symref)
3872         (semantic-symref-hide-buffer, semantic-symref-symbol):
3873         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3874         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3875         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3876         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3877         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3878         (semantic-c-dereference-template):
3879         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3880         (semantic--analyze-refs-full-lookup-with-parents)
3881         (semantic--analyze-refs-full-lookup-simple):
3882         * cedet/semantic/analyze/complete.el
3883         (semantic-analyze-possible-completions):
3884         * cedet/srecode/table.el (srecode-mode-table-new):
3885         * cedet/srecode/srt.el (srecode-read-variable-name):
3886         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3887         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3888         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3889         * cedet/srecode/map.el (srecode-current-map):
3890         * cedet/srecode/insert.el (srecode-insert)
3891         (srecode-insert-variable-secondname-handler, srecode-insert-method)
3892         (srecode-template-inserter-point-override)
3893         (srecode-insert-include-lookup):
3894         * cedet/srecode/getset.el (srecode-auto-choose-class):
3895         * cedet/srecode/extract.el (srecode-inserter-extract):
3896         * cedet/srecode/document.el
3897         (srecode-document-autocomment-return-last-alist)
3898         (srecode-document-autocomment-param-type-alist)
3899         (srecode-document-insert-function-comment)
3900         (srecode-document-insert-variable-one-line-comment)
3901         (srecode-document-function-name-comment):
3902         * cedet/srecode/dictionary.el (srecode-create-dictionary)
3903         (srecode-compound-toString):
3904         * cedet/srecode/compile.el (srecode-flush-active-templates):
3905         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3906         Doc/message fixes.
3908         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3909         match-data.  (Bug#4555).
3911         * cedet/semantic/bovine/gcc.el
3912         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3913         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3915         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3916         rather than parsing it as a regexp.  This relaxes the layout
3917         requirements and makes errors easier to detect.
3918         (check-declare-verify): Check file is regular.
3919         (check-declare-directory): Doc fix.
3920         * subr.el (declare-function): Doc fix.
3922         * ibuffer.el (ibuffer-format-qualifier):
3923         * isearch.el (hi-lock-regexp-okay):
3924         * calc/calc.el (math-zerop):
3925         * mail/uce.el (rmail-msgbeg, rmail-msgend):
3926         * term/w32-win.el (setup-default-fontset, set-fontset-font):
3927         Remove unused declarations.
3929 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3931         * cedet/semantic/wisent/javat-wy.el
3932         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3934 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
3936         * cedet/srecode/expandproto.el: Fix provide statement.
3938 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3940         * emacs-lisp/eieio.el (boolean-p): Delete.
3942 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
3944         * cedet/ede/srecode.el: Fix provide statement.
3946 2009-09-30  Glenn Morris  <rgm@gnu.org>
3948         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3949         * cedet/ede/proj-aux.el (ede-aux-source):
3950         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3951         (ede-misc-source):
3952         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3953         (semantic-mrub-switch-tags): Fix doc typos.
3955         * cedet/semantic/db-global.el (data-debug-new-buffer)
3956         (data-debug-insert-thing): Remove unneeded declarations (one broken).
3957         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3959         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3961         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3962         use of CL function `remove-if-not'.
3964         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3966         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3967         filename is not a string.
3969 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
3971         * files.el (safe-local-eval-forms): Fix typo.
3973 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3975         * vc-hooks.el (vc-dir-buffers): New var.
3976         (vc-state-refresh): New function.
3977         (vc-state): Use it.
3978         (vc-after-save): Always ask the backend to recompute the new state.
3979         Always call vc-dir if necessary, using vc-dir-buffers.
3980         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3981         Use vc-dir-buffers.
3982         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3983         (vc-dir-prepare-status-buffer, vc-dir-update)
3984         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3985         Don't call expand-file-name on default-directory.
3987 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3989         * speedbar.el (speedbar-item-delete):
3990         * calc/calc-prog.el (calc-kbd-if):
3991         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3993         * epa.el (epa-key-list-mode-map):
3994         * hi-lock.el (hi-lock-menu): Fix typos in menus.
3996         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3997         (hs-show-hook): Fix typo in docstring.
3999 2009-09-29  Glenn Morris  <rgm@gnu.org>
4001         * cedet/semantic/symref/idutils.el:
4002         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4004         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4006         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4007         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4008         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4009         Mark declarations not understood by check-declare.
4011         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4012         file-name-nondirectory call preventing location of cedet files.
4013         (check-declare-verify): Use literal search rather than re-search.
4014         Add basic defmethod and defclass, and define-overloadable-function.
4016         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4017         Use tramp-compat-file-attributes rather than nonexistent
4018         tramp-compat-handle-file-attributes.
4020         * Makefile.in (lisptagsfiles4): New.
4021         (AUTOGENEL): Add cedet loaddefs files.
4022         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4023         (update-elclist, compile-always, backup-compiled-files)
4024         (bootstrap-clean): Add yet another directory level.
4025         (update-elclist): Use LC_COLLATE rather than COLLATE.
4026         (ELCFILES): Update, via `make update-elclist'.
4028 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4030         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4031         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4032         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4034 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
4036         * Makefile.in (lisptagsfiles3): Define.
4037         (TAGS, TAGS-LISP): Use it.
4038         (update-elclist): Add third directory level to look for elc files.
4039         (compile-always): Likewise.
4040         (backup-compiled-files): Likewise.
4041         (bootstrap-clean): Likewise.
4042         (ELCFILES): Update.
4044 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
4046         * Makefile.in (ELCFILES): Add CEDET files.
4048 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4050         CEDET (development tools) package merged.
4052         * cedet/*.el:
4053         * cedet/ede/*.el:
4054         * cedet/semantic/*.el:
4055         * cedet/srecode/*.el: New files.
4057 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4059         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4061         * net/tramp.el (top): Require tramp-imap.
4063         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4064         Use `tramp-compat-handle-file-attributes'.
4066 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4068         * net/tramp-imap.el: New package.
4070 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4072         * emacs-lisp/chart.el:
4073         * emacs-lisp/eieio-base.el:
4074         * emacs-lisp/eieio-comp.el:
4075         * emacs-lisp/eieio-custom.el:
4076         * emacs-lisp/eieio-datadebug.el:
4077         * emacs-lisp/eieio-opt.el:
4078         * emacs-lisp/eieio-speedbar.el:
4079         * emacs-lisp/eieio.el: New files.
4081         * cedet/cedet-cscope.el:
4082         * cedet/cedet-files.el:
4083         * cedet/cedet-global.el:
4084         * cedet/cedet-idutils.el:
4085         * cedet/data-debug.el:
4086         * cedet/inversion.el:
4087         * cedet/mode-local.el:
4088         * cedet/pulse.el: New files.
4090 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4092         * whitespace.el (whitespace-trailing-regexp)
4093         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4094         Fix doc string.
4096 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4098         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4099         menu.
4101         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4102         menu-bar-ediff-menu.
4104         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4105         define-overloadable-function.
4107         * progmodes/autoconf.el: Provide autoconf as well, so that this
4108         file can be `require'd.
4110         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4112         * emacs-lisp/autoload.el (generated-autoload-feature)
4113         (generated-autoload-load-name): New vars.
4114         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4115         (make-autoload): Recognize define-overloadable-function and
4116         defclass forms (for EIEIO).
4118         * Makefile.in (update-subdirs): Exclude cedet directory.
4120 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4122         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4124         * faces.el: Default light-background background for region face to
4125         ns_selection_color under NS.
4127 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4129         * net/imap-hash.el: New library, see NEWS.
4131         * Makefile.in (ELCFILES): Add imap-hash.el.
4133 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4135         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4136         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4137         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4138         definition where the docstring could be taken for the return value.
4140 2009-09-26  Glenn Morris  <rgm@gnu.org>
4142         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4143         Add option to only show images below a certain size.
4144         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4145         save-excursion calls.
4147 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4149         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4150         subdirectories) and eieio.
4152 2009-09-26  Alan Mackenzie  <acm@muc.de>
4154         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4155         buggy bracketing.  (Bug#4289)
4157         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4158         character constants (as case labels).  (Bug#4289)
4160 2009-09-25  Juri Linkov  <juri@jurta.org>
4162         * files.el (safe-local-eval-forms): Allow time-stamp in
4163         before-save-hook (Bug#4554).
4165 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4167         * menu-bar.el (list-buffers-directory): Doc fix.
4169 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4171         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4172         Try and avoid copying twice the same paragraph.
4173         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4174         Remove save-excursion.
4175         (log-edit-changelog-entry): Do it here instead.
4177 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4179         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4180         when available, instead of hardcoding mode names.  Doc fix.
4182         * menu-bar.el (list-buffers-directory): Add docstring.
4183         Make automatically buffer-local.
4185         * dired.el (dired-mode):
4186         * files.el (cd-absolute):
4187         * pcvs.el (cvs-temp-buffer):
4188         * pcvs-util.el (cvs-get-buffer-create):
4189         * shell.el (shell-mode):
4190         * vc-dir.el (vc-dir-mode):
4191         Don't make `list-buffers-directory' buffer local.
4193 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4195         * comint.el (comint-exec, comint-run, make-comint):
4196         Doc fixes (Bug#4542).
4198 2009-09-25  Glenn Morris  <rgm@gnu.org>
4200         * mail/rmailmm.el (rmail-mime): New custom group.
4201         Move all defcustoms in this file into this group.
4202         (rmail-mime-media-type-handlers-alist): Revert previous change.
4203         (rmail-mime-show-images): New option.
4204         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4205         references to it, since it wasn't actually used for anything.
4206         (rmail-mime-insert-image): New function.
4207         (rmail-mime-image): Use rmail-mime-insert-image.
4208         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4209         obey the value of `rmail-mime-show-images' option.  Print the size of
4210         attachments.
4212 2009-09-25  David Engster  <deng@randomsample.de>
4214         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4216 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4218         * whitespace.el: Does not highlight trailing spaces While point is
4219         at end of line.  Does not highligt spaces at beginning of buffer
4220         while point is at beginning of buffer.  Does not highlight spaces
4221         at end of buffer while point is at end of buffer.  (Bug#4177)
4222         New version 12.0.
4223         (whitespace-display-mappings): Adjust initialization.
4224         (whitespace-point, whitespace-font-lock-refontify): New vars.
4225         (whitespace-color-on, whitespace-color-off): Adjust code.
4226         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4227         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4228         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4230 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4232         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4234         * textmodes/sgml-mode.el: Remove xml-mode alias.
4236         * files.el (auto-mode-alist, conf-mode-maybe)
4237         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4239 2009-09-24  Alan Mackenzie  <acm@muc.de>
4241         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4242         c-forward-conditionals, but it doesn't move point and doesn't set
4243         the mark.
4244         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4245         (c-down-conditional-with-else, c-backward-conditional)
4246         (c-forward-conditional): Refactor to use c-scan-conditionals.
4248 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4250         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4251         (help-default-arg-highlight): Remove.
4252         (help-highlight-arg): New function.
4253         (help-do-arg-highlight): Use it.
4254         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4256 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4259         Undo last change, which didn't fix the problem and introduced others.
4261 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4263         * progmodes/gdb-mi.el: Don't require speedbar.
4264         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4266 2009-09-24  Glenn Morris  <rgm@gnu.org>
4268         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4270         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4272         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4273         there is no newline after the final mime boundary.  (Bug#4539)
4274         Move markers on insertion so that any buttons inserted don't end up in
4275         the next part of a multipart message.
4276         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4277         (rmail-mime-bulk-handler): Optionally handle images.
4278         (rmail-mime-image): New button action.
4279         (rmail-mime-image-handler): New function.
4280         (rmail-mime-mode): New mode.
4281         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4283 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4285         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4286         than just dropping elements from it (bug#4504).
4288         * term.el (term-set-scroll-region): Don't move cursor any more.
4289         (term-handle-ansi-escape): Call term-goto here instead.
4290         Suggested by Ivan Kanis <apple@kanis.eu>.
4292         * term.el: Require CL.
4293         (term-ansi-reset): New function.
4294         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4295         (term-handle-colors-array): Simplify.
4297 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4299         * allout.el (allout-overlay-interior-modification-handler)
4300         (allout-obtain-passphrase):
4301         * epa-file.el (epa-file-write-region):
4302         * ps-print.el (ps-begin-job):
4303         * vc-hooks.el (vc-toggle-read-only):
4304         * vc-rcs.el (vc-rcs-rollback):
4305         * vc-sccs.el (vc-sccs-rollback):
4306         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4307         (vc-version-diff, vc-revert, vc-rollback):
4308         * wdired.el (wdired-check-kill-buffer):
4309         * emacs-lisp/authors.el (authors):
4310         * net/socks.el (socks-open-connection):
4311         * net/zeroconf.el (zeroconf-service-add-hook):
4312         * obsolete/vc-mcvs.el (vc-mcvs-register):
4313         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4314         (gdb-select-frame):
4315         * progmodes/grep.el (lgrep, rgrep):
4316         * progmodes/idlw-help.el (idlwave-help-check-locations)
4317         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4318         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4319         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4320         (reftex-toc-rename-label): Fix typos in error messages.
4322         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4323         (dired-copy-how-to-fn): Doc fix.
4324         (dired-files-attributes, dired-read-shell-command):
4325         Fix typos in docstrings.
4327         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4328         (dired-x-find-file-other-window): Reflow docstrings.
4329         (dired-omit-marker-char, dired-read-shell-command)
4330         (dired-x-submit-report): Fix typos in docstrings.
4332         * shell.el (shell-mode-hook):
4333         * view.el (View-scroll-line-forward):
4334         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4335         Fix typos in docstrings.
4337         * net/dig.el (dig-invoke): Fix typo in docstring.
4338         (query-dig): Reflow docstring.
4340         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4341         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4342         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4343         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4344         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4345         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4346         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4347         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4348         (idlwave-completion-map, idlwave-current-indent)
4349         (idlwave-custom-ampersand-surround, idlwave-customize)
4350         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4351         (idlwave-define-abbrev, idlwave-determine-class-special)
4352         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4353         (idlwave-end-block-reg, idlwave-end-of-statement)
4354         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4355         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4356         (idlwave-explicit-class-listed, idlwave-file-header)
4357         (idlwave-fill-paragraph, idlwave-find-class-definition)
4358         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4359         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4360         (idlwave-in-quote, idlwave-indent-action-table)
4361         (idlwave-indent-expand-table, idlwave-indent-line)
4362         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4363         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4364         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4365         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4366         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4367         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4368         (idlwave-outlawed-buffers, idlwave-popup-select)
4369         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4370         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4371         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4372         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4373         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4374         (idlwave-statement-type, idlwave-struct-skip)
4375         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4376         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4377         (idlwave-what-module-find-class): Fix typos in docstrings.
4378         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4379         (idlwave-calculate-cont-indent, idlwave-expand-equal)
4380         (idlwave-find-module, idlwave-find-structure-definition)
4381         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4382         (idlwave-list-load-path-shadows, idlwave-next-statement)
4383         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4384         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4385         (idlwave-template): Reflow docstrings.
4387         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4388         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4389         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4390         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4391         (idlwave-shell-display-line, idlwave-shell-display-wframe)
4392         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4393         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4394         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4395         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4396         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4397         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4398         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4399         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4400         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4401         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4402         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4403         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4404         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4405         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4406         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4407         Fix typos in docstrings.
4408         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4409         (idlwave-shell-hide-output, idlwave-shell-mode)
4410         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4411         Reflow docstrings.
4413         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4415 2009-09-24  Ivan Kanis  <apple@kanis.eu>
4417         * term.el (term-bold-attribute): New var.
4418         (term-handle-colors-array): Use it.
4420 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
4422         * progmodes/gdb-mi.el (gdb-version): New variable.
4423         (gdb-non-stop-handler): Set gdb-version.
4424         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4425         Condition "--thread" option on gdb-version.
4426         (gdb-invalidate-threads): Remove unused argument.
4428 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4431         to looking-back to avoid ridiculous slow down in large files (bug#4511).
4433 2009-09-23  Glenn Morris  <rgm@gnu.org>
4435         * mail/rmail.el (rmail-reply): Don't try to add a References header when
4436         replying to mail without References or Message-Id.  (Bug#4525)
4438 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4440         * term/ns-win.el (ns-reg-to-script): New variable.
4442 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
4444         * epg.el (epg-wait-for-status): Preserve existing 'error results.
4446 2009-09-22  Sam Steingold  <sds@gnu.org>
4448         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4449         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4450         to 1 because hg returns status 1 when nothing is found.
4451         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4453 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         * textmodes/fill.el: Convert to utf-8 encoding.
4456         (fill-french-nobreak-p): Remove redundant » and « inherited from our
4457         pre-unicode days.
4459         * add-log.el (change-log-fill-forward-paragraph): New function.
4460         (change-log-mode): Use it so fill-region DTRT.
4461         Set fill-indent-according-to-mode here rather than in
4462         change-log-fill-paragraph.
4463         (change-log-fill-paragraph): Remove.
4465 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
4467         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4468         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
4470 2009-09-22  Glenn Morris  <rgm@gnu.org>
4472         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4473         the scroll-bar scroll the calendar window rather than the buffer.
4475         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4476         commands that move point (as opposed to scrolling).
4478         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4480         * emacs-lisp/elint.el (elint): New custom group.
4481         (elint-log-buffer): Make it a defcustom.
4482         (elint-scan-preloaded, elint-ignored-warnings)
4483         (elint-directory-skip-re): New options.
4484         (elint-builtin-variables): Doc fix.
4485         (elint-preloaded-env): New variable.
4486         (elint-unknown-builtin-args): Add an entry for encode-time.
4487         (elint-extra-errors): Make it a variable rather than a constant.
4488         (elint-preloaded-skip-re): New constant.
4489         (elint-directory): Skip files matching elint-directory-skip-re.
4490         (elint-features): New variable, local to linted buffers.
4491         (elint-update-env): Initialize elint-features.  Possibly add
4492         elint-preloaded-env to the buffer's environment.
4493         (elint-get-top-forms): Bind elint-current-pos, for log messages.
4494         Skip quoted forms.
4495         (elint-init-form): New function, extracted from elint-init-env.
4496         Make non-list forms a warning rather than an error.
4497         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
4498         easy-menu-define, put that adds an error-condition, and provide.
4499         When requiring cl, also require cl-macs.  Really require cl, to handle
4500         some cl macros.  Store required libraries in the list elint-features,
4501         so as not to re-load them.  Treat cc-require like require.
4502         (elint-init-env): Call elint-init-form to do the work.
4503         Handle eval-and-compile and such like.
4504         (elint-add-required-env): Do not clear messages.
4505         (elint-special-forms): Add handlers for function, defalias, if, when,
4506         unless, and, or.
4507         (elint-form): Add optional argument to ignore elint-special-forms,
4508         useful to prevent recursive calls from handlers.  Doc fix.
4509         Respect elint-ignored-warnings.
4510         (elint-form): Respect elint-ignored-warnings.
4511         (elint-bound-variable, elint-bound-function): New variables.
4512         (elint-unbound-variable): Respect elint-bound-variable.
4513         (elint-get-args): Respect elint-bound-function.
4514         (elint-check-cond-form): Add some simple handling for (f)boundp and
4515         featurep tests.
4516         (elint-check-defalias-form): New handler.
4517         (elint-check-let-form): Make an empty let a warning rather than an
4518         error.
4519         (elint-check-setq-form): Make an empty setq a warning rather than an
4520         error.  Respect elint-ignored-warnings.
4521         (elint-check-defvar-form): Accept null doc-strings.
4522         (elint-check-conditional-form): New handler.  Does some simple-minded
4523         checking of featurep and (f)boundp tests.
4524         (elint-put-function-args): New function.
4525         (elint-initialize): Use elint-scan-doc-file rather than
4526         elint-find-builtin-variables.  Use elint-put-function-args.
4527         Possibly scan preloaded-file-list.
4528         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
4529         extend to handle functions as well.
4531 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
4533         * linum.el (linum-delete-overlays, linum-update-window):
4534         Do not modify the right margin.  (Bug#3971)
4536 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
4538         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
4539         nxml-mode instead of xml-mode.
4541 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4543         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
4545 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * net/dig.el (dig-mode): Use define-derived-mode.
4549 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4551         * vc-dispatcher.el (vc-do-command): Return the process object in
4552         the asynchronous case.  Use when instead of if.  Do not run
4553         vc-exec-after to display a message if not enabled.  (Bug#4463)
4555         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
4556         properties to the stash strings.
4557         (vc-git-stash-list): Return a list of strings.
4558         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
4559         (vc-git-stash-show-at-point): New functions.
4560         (vc-git-stash-map): New keymap.
4562         * register.el (ctl-x-r-map): Define the keys here instead of
4563         using autoload.
4565 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
4567         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
4568         list, to workaround performance problem (bug#4485).
4570 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
4572         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
4574 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
4576         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
4577         Document that this option is not recommended to use.
4579 2009-09-19  Glenn Morris  <rgm@gnu.org>
4581         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
4582         variable `var'.
4584         * calc/calc-alg.el (var):
4585         * calc/calcalg2.el (var): Define for compiler.
4587 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
4589         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
4590         Doc fix (Bug#3932).
4592         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4594         * time-stamp.el (time-stamp-month-dd-yyyy)
4595         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4596         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4597         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4598         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4599         Remove functions that have been obsolete since 1995 (Bug#4436).
4601         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4602         indent buffer only if called interactively (Bug#4452).
4604 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
4605             Eli Zaretskii  <eliz@gnu.org>
4607         This fixes bug#4197 (merged to bug#865, though not identical).
4608         * server.el (server-auth-dir): Add docstring note about FAT32.
4609         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4610         but warn against using them.
4612 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
4614         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4615         older GDB where there is no has_more field.
4617 2009-09-19  Glenn Morris  <rgm@gnu.org>
4619         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4621 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4623         * files.el (auto-mode-alist): Change default for XML files to nXML
4624         mode (Bug#4169).
4626 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
4628         * server.el (server-ensure-safe-dir): Pass 'integer
4629         to `file-attributes', as suggested.
4631 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         * dired-aux.el (dired-query-alist): Remove spurious backslash.
4634         (dired-query): Use read-key.
4636 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4638         * cus-start.el (ns-use-qd-smoothing): Remove.
4640 2009-09-18  Glenn Morris  <rgm@gnu.org>
4642         * allout.el (top-level): Remove unnecessary progn.
4644         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4646         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4647         definition of abbrev table.
4649         * speedbar.el (speedbar-track-mouse):
4650         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4651         * net/eudc.el (eudc-expand-inline):
4652         * net/newst-backend.el (newsticker--cache-read-feed):
4653         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4654         condition-case handlers.
4656 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
4658         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4659         (gdb-var-list): Add an element for has_more field.
4660         (gdb-non-stop-handler): Enable pretty printing for STL containers.
4661         (gdb-var-create-handler, gdb-var-list-children-handler-1)
4662         (gdb-var-update-handler-1): Parse output of dynamic variable
4663         objects (STL containers).
4664         (gdb-var-delete-1): Pass var1 as an explicit second argument.
4665         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
4667         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4668         gdb-var-list.
4669         (gud-speedbar-buttons): Make node expandable if expression "has more"
4670         children.
4672 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4674         * startup.el (emacs-quick-startup): Remove variable and all uses.
4675         (command-line): Set `inhibit-x-resources' instead.
4676         (command-line-1): Use `inhibit-x-resources' instead.
4678 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
4680         * subr.el: Fix last change to avoid using the `unless' macro,
4681         which breaks bootstrapping.
4683 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4686         extended definitions, in case we reload subr.el after having
4687         loaded CL.
4688         (eval-next-after-load): Mark as obsolete.
4690 2009-09-17  Juri Linkov  <juri@jurta.org>
4692         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4693         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4694         (menu-bar-showhide-menu, menu-bar-tools-menu)
4695         (menu-bar-describe-menu, menu-bar-help-menu)
4696         (minibuffer-local-completion-map, minibuffer-local-map):
4697         Fix list quoting.
4699 2009-09-17  Glenn Morris  <rgm@gnu.org>
4701         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4702         arguments, whether or not it has a handler.
4704         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4706         * simple.el (hard-newline): Give it a doc-string.
4708         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4709         (lisp-mode-syntax-table): Give them doc-strings.
4711 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4713         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4714         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4715         (menu-bar-options-menu, menu-bar-showhide-menu)
4716         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4717         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4718         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4719         (menu-bar-options-menu, menu-bar-tools-menu)
4720         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4721         (menu-bar-help-menu):
4722         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4723         string arguments.
4725         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4726         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4727         calls for the menu names and :help.
4729 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4731         * mouse.el (minor-mode-menu-from-indicator): Pay attention
4732         to :minor-mode-function (bug#4455).
4734 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4736         * startup.el (command-line): Initialize the window-system after
4737         processing the command-line.
4739         * textmodes/page.el (what-page): Make sure we don't inf-loop if
4740         page-delimiter matches the empty string.
4742 2009-09-16  Glenn Morris  <rgm@gnu.org>
4744         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4745         byte-compile-not-obsolete-var.  It's a list now.
4746         (byte-compile-not-obsolete-funcs): New variable.
4747         (byte-compile-warn-obsolete): Don't warn about functions if they are in
4748         byte-compile-not-obsolete-funcs.
4749         (byte-compile-variable-ref, byte-compile-defvar): Update for
4750         byte-compile-not-obsolete-vars name-change and list nature.
4751         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4752         and variables behind (f)boundp tests.
4753         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4755 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4759 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4761         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4762         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4763         Don't autoload.
4765 2009-09-15  Stephen Eglen  <stephen@gnu.org>
4767         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4768         the virtual-buffers, use the name of the buffer specified by
4769         find-file-noselect, as the match may be a symlink.  (This was a
4770         problem if the target and the symlink had different names.)
4772 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4776         * desktop.el (desktop-path): Check user-emacs-directory.
4778         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4780         * loadup.el: Use after-load-functions to GC after loading each file.
4781         Remove the explicit GC calls that used to be sprinkled around.
4783         * subr.el (after-load-functions): New hook.
4784         (do-after-load-evaluation): Run it.  Use string-match-p to detect
4785         `obsolete' packages, rather than painfully extracting the relevant
4786         directory name.
4788 2009-09-15  Glenn Morris  <rgm@gnu.org>
4790         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4791         free variable `doc'.
4793         * dired.el (dired-mode-map): Add menu entry for async shell command.
4795         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4796         variables, also consider the .elc files, since the .el files are
4797         normally gzipped (subsequent code locates the .el.gz from the .elc).
4799         * calc/calc-prog.el (arglist): Define for compiler.
4801         * calendar/diary-lib.el (diary-display-function): Change the default to
4802         fancy display.
4803         (body): Define for compiler.
4805         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4806         (byte-compile-file-form, byte-compile-lambda)
4807         (byte-compile-top-level-body, byte-compile-form)
4808         (byte-compile-variable-ref, byte-compile-setq)
4809         (byte-compile-setq-default, byte-compile-body)
4810         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4811         (batch-byte-compile): Give some more local variables with common names
4812         a "bytecomp-" prefix to avoid masking warnings about free variables.
4814         * startup.el (command-line-1): Give local variables with common names a
4815         distinguishing prefix, so as not to hide free variable warnings during
4816         bootstrap.
4818         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4819         clever and add a suffix to make a unique name, just let the user decide
4820         whether or not to overwrite it.  If the input is a directory, write the
4821         default filename to that directory.  (Bug#4388)
4822         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4823         is a filename-as-a-directory.
4825 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * textmodes/page.el (what-page): Don't move to beginning of line.
4828         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4830 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4832         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4834 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4836         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4837         * help.el (help-for-help-internal): Add purecopy calls for text.
4839         * vc.el (top): print-log method now takes an optional SHORTLOG
4840         argument.  Add a new method: root.
4841         (vc-root-diff, vc-print-root-log): New functions.
4842         (vc-log-short-style): New variable.
4843         (vc-print-log-internal): Add support for showing short logs.
4845         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4846         vc-print-root-log and vc-print-root-diff.
4848         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4849         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4850         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4851         short logs.
4853         * vc-cvs.el (vc-cvs-print-log):
4854         * vc-mtn.el (vc-mtn-print-log):
4855         * vc-rcs.el (vc-rcs-print-log):
4856         * vc-sccs.el (vc-sccs-print-log):
4857         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4858         that is ignored for now.
4860         * vc-mtn.el (vc-mtn-annotate-command):
4861         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4863 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4866         to function-key-map, and give them ascii-character property.
4867         * term/x-win.el (x-alternatives-map):
4868         * term/ns-win.el (ns-alternatives-map):
4869         * term/internal.el (msdos-key-remapping-map):
4870         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4872 2009-09-14  Glenn Morris  <rgm@gnu.org>
4874         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4875         temp-buffers (2009-09-12).
4877 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4880         the new read-key function.
4882 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4884         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4885         is defined (Bug#4405).
4887 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
4889         * recentf.el (recentf-cleanup): Use a hash table to find
4890         duplicates (Bug#4407).
4892 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
4894         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4895         kp-0 to ascii equivalents (Bug#4325).
4897 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4899         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4901         * eshell/em-hist.el:
4902         * eshell/em-dirs.el (eshell-complete-user-reference):
4903         Declare pcomplete functions and variables to avoid compiler warnings.
4905 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
4907         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4908         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4909         * eshell/em-alias.el (eshell-aliases-file):
4910         * eshell/em-hist.el (eshell-history-file-name):
4911         Use expand-file-name instead of concat to make file names (Bug#4308).
4913 2009-09-13  Glenn Morris  <rgm@gnu.org>
4915         * ediff-merg.el (ediff-do-merge):
4916         * filesets.el (filesets-run-cmd):
4917         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4918         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4919         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4920         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4921         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4922         Replace empty `let's with `progn'.
4924 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * mail/sendmail.el (send-mail-function):
4927         * tooltip.el (tooltip-mode):
4928         * simple.el (transient-mark-mode):
4929         * rfn-eshadow.el (file-name-shadow-mode):
4930         * frame.el (blink-cursor-mode):
4931         * font-core.el (global-font-lock-mode):
4932         * files.el (temporary-file-directory)
4933         (small-temporary-file-directory, auto-save-file-name-transforms):
4934         * epa-hook.el (auto-encryption-mode):
4935         * composite.el (global-auto-composition-mode):
4936         Use custom-initialize-delay.
4937         * startup.el (command-line): Don't explicitly call
4938         custom-reevaluate-setting for all the above vars.
4939         * custom.el (custom-initialize-safe-set)
4940         (custom-initialize-safe-default): Delete.
4942 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4944         * term/x-win.el (x-initialize-window-system):
4945         * term/w32-win.el (w32-initialize-window-system):
4946         * term/ns-win.el (ns-initialize-window-system): Don't call
4947         mouse-wheel-mode since it's enabled globally by default already.
4949         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4950         actually define the variable, but only silences the byte-compiler.
4951         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4952         before looking it up.
4953         (mouse-wheel-scroll-amount): Also reset the bindings if this value
4954         is changed.
4956 2009-09-12  Glenn Morris  <rgm@gnu.org>
4958         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4959         1000.
4960         (elint-add-required-env): Don't beep on error.
4961         (elint-forms): In case of error, return ENV unchanged.
4962         (elint-init-env): Skip non-list forms.
4963         (elint-log): Handle unknown file positions.
4965 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
4967         * epg.el (epg-make-context): Add autoload cookie.
4968         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4969         (epg-decrypt-string, epg-start-verify, epg-verify-file)
4970         (epg-verify-string, epg-start-sign, epg-sign-file)
4971         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4972         (epg-encrypt-string, epg-start-export-keys)
4973         (epg-export-keys-to-file, epg-export-keys-to-string)
4974         (epg-start-import-keys, epg-import-keys-from-file)
4975         (epg-import-keys-from-string, epg-start-receive-keys)
4976         (epg-receive-keys, epg-import-keys-from-server)
4977         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4978         (epg-sign-keys, epg-start-generate-key)
4979         (epg-generate-key-from-file, epg-generate-key-from-string):
4980         Remove autoload cookie.
4982 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
4984         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4985         reevaluation of trash-directory.
4987         * mwheel.el: Fix last change.
4988         (mouse-wheel-mode): New defvar.
4989         (mouse-wheel-mode): Remove autoload cookie.
4991 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4993         * mwheel.el (mwheel-installed-bindings): New var.
4994         (mouse-wheel-mode): Use it, so as to make sure we really remove all
4995         the bindings we set last time.  Use custom-initialize-delay.
4996         * loadup.el: Load mwheel after term/*-win.el.
4997         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4998         and mouse-wheel-up-event now that their first evaluation is done
4999         sufficiently late to be correct.
5001         * startup.el (tutorial-directory): Make it a defcustom.
5002         Use custom-initialize-delay rather than eval-at-startup to set it.
5003         * image.el (image-load-path): Make it a defcustom.
5004         Use custom-initialize-delay rather than eval-at-startup to set it.
5005         * subr.el (eval-at-startup): Remove.
5006         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5008         * subr.el (do-after-load-evaluation): Warn the user after loading an
5009         obsolete package.
5011 2009-09-12  Glenn Morris  <rgm@gnu.org>
5013         * proced.el (proced-mark-alt): Remove alias.
5014         (proced-mode-map): Remove proced-mark-alt.
5016         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5017         Elint file and directory.  Remove initialization entry.
5019         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5020         commands.
5021         (elint-current-buffer): Set mode-line-process.
5022         (elint-init-env): Handle define-derived-mode.
5023         Fix declare-function with unspecified arglist.  Guard against odd
5024         defalias statements (eg iso-insert's 8859-1-map).
5025         (elint-add-required-env): Use a temp buffer.
5026         (elint-form): Just print the function/macro name, not the whole form.
5027         Return env unchanged if we fail to parse a macro.
5028         (elint-forms): Guard against parse errors.
5029         (elint-output): New function, to handle batch mode.
5030         (elint-log-message): Add optional argument.  Use elint-output.
5031         (elint-set-mode-line): New function.
5033 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5035         * emacs-lisp/elp.el (elp-not-profilable): Add more
5036         functions (Bug#4233).
5038 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
5040         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5041         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5043 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5045         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5046         (gdb-var-list-children): Use json parsing.
5048 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
5050         * progmodes/js.el (js--proper-indentation): Handle the case where
5051         char-before is null.  Reported by Deniz Dogan.
5053 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5055         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5057 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5059         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5060         (epg-digest-algorithm-alist): Add SHA224.
5061         (epg-context-set-passphrase-callback)
5062         (epg-context-set-progress-callback): Add description about
5063         callback function.
5065 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5067         * custom.el (custom-delayed-init-variables): New var.
5068         (custom-initialize-delay): New function.
5069         * startup.el (command-line): "Re"evaluate all vars in
5070         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5071         explicitly any more.
5072         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5073         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5075         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5077 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5079         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5080         (gdb-var-update-handler): Use json parsing.
5082 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5084         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5085         decode annotated text, regardless of language environment.  (Bug#2741)
5087 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5089         * Makefile.in (autoloads): Make rmail.el writable as well.
5091 2009-09-11  Glenn Morris  <rgm@gnu.org>
5093         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5094         loaddefs.el.
5095         * dired.el: Regenerate with extracted autoloads.
5096         * Makefile.in (autoloads): Make dired.el writable.
5098         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5099         * ibuffer.el: Regenerate with extracted autoloads.
5100         * Makefile.in (autoloads): Make ibuffer.el writable.
5102         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5103         * version.el (emacs-copyright, emacs-major-version)
5104         (emacs-minor-version): Reformat doc-strings for make-docfile.
5106         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5107         functions and variables, since they must be stuff specific to some other
5108         platform.
5109         (apropos-print): Make mouse-click message less specific about button.
5111         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5112         that records where a macro was defined.
5113         * help-fns.el (describe-function-1): Mention if a function has a
5114         compiler-macro.
5115         * help-mode.el (help-function-cmacro): New button.
5117         * locate.el (top-level): Always require dired.
5118         (locate-mode-map): Initialize inside the defvar.
5120         * net/ange-ftp.el (dired-compress-file): Declare.
5121         (ange-ftp-dired-compress-file): Add doc string.
5123         * term/ns-win.el (x-display-name, x-setup-function-keys):
5124         Unify doc-strings with X versions.
5126 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5128         * emulation/crisp.el (crisp-mode-map): Move initialization
5129         into declaration.
5130         (crisp-mode): Use define-minor-mode.
5132         * progmodes/xscheme.el (xscheme-evaluation-commands):
5133         Put a :advertised-binding property rather than using
5134         advertised-xscheme-send-previous-expression.
5135         (advertised-xscheme-send-previous-expression): Declare obsolete.
5136         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5137         `advertised-undo'.
5138         (crisp-mode): Add corresponding bindings to
5139         undo's :advertised-binding instead.
5140         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5141         than using dired-advertised-find-file.
5142         (dired-advertised-find-file):
5143         * simple.el (advertised-undo):
5144         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5145         (widget-keymap): Put a :advertised-binding property rather
5146         than using advertised-widget-backward.
5147         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5148         than using advertised-undo.
5149         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5151 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5153         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5154         Mark mode is enabled and region is active; otherwise indent or
5155         insert TAB as usual.
5156         (delphi-mode): Update description of TAB-key binding.
5158 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         * subr.el (define-key-rebound-commands): Mark obsolete.
5161         * startup.el (precompute-menubar-bindings): Remove.
5162         (normal-top-level): Remove obsolete code that tried to precompute
5163         menubar bindings.
5164         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5165         define-key-rebound-commands and precompute-menubar-bindings.
5167 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5169         * net/imap.el (imap-interactive-login): Better messages.
5170         (imap-open): Fix bug with renamed buffer on reconnect.
5171         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5172         for easier debugging and cleaner code.  On successful (guessed based on
5173         server capabilities) secondary authentication, set imap-state
5174         correctly.
5175         (imap-last-authenticator): Define imap-last-authenticator as a variable
5176         to avoid warnings.
5178 2009-09-10  Glenn Morris  <rgm@gnu.org>
5180         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5182         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5183         (byte-compile-file-form-autoload): Don't warn about unknown functions
5184         where the autoload statement comes after the use.
5185         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5186         that any handlers inside the body (eg require) are in turn respected.
5188         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5189         effects.
5191         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5192         and syntax and abbrev tables basic docs, if they don't have any.
5194         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5196         * international/mule-cmds.el (top-level): Require cl when compiling.
5197         (view-hello-file): Use default-value rather than
5198         default-enable-multibyte-characters.
5200         * progmodes/fortran.el: Move all safe and risky properties into the
5201         defcustoms.
5203         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5204         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5205         * mail/undigest.el:
5206         Put autoloads in rmail.el rather than loaddefs.el.
5207         * mail/rmail.el: Regenerate with extracted autoloads.
5209         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5210         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5212 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5214         Reported in thread for Bug#4375.
5215         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5216         "-data-evaluate-expression" instead of print.
5217         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5218         (gdb-tooltip-print): Parse output from above MI command.
5219         (gdb): Revert 2009-08-11 change.  User should detach inferior
5220         manually.
5222         Remove the word "separate" from IO functions as inferior
5223         output is now never displayed in the GUD buffer.
5225 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5227         * startup.el (command-line-normalize-file-name): On Windows and
5228         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5230 2009-09-10  Juri Linkov  <juri@jurta.org>
5232         * isearch.el (isearch-text-char-description): Propertize escape
5233         character sequences with the `escape-glyph' face.  (Bug#4344)
5235         * simple.el (shell-command): Set asynchronous process filter to
5236         `comint-output-filter'.  (Bug#4343)
5238         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5239         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5240         the list.  Move "asm" to the bottom.
5241         (grep-find-ignored-directories): Add `choice' with nil value
5242         to empty the list easily.
5243         (grep-find-ignored-files): New option.
5244         (grep-files-history): Set to nil by default instead of '("ch" "el").
5245         (grep-compute-defaults): Add "<X>" to `grep-template'.
5246         (grep-read-files): Bind new local variables `default-alias' and
5247         `default-extension'.  Use a list of default values for the file prompt.
5248         (lgrep): Add `--exclude=' command line options composed from
5249         `grep-find-ignored-files'.
5250         (rgrep): Add `-name' command line options composed from
5251         `grep-find-ignored-files'.  (Bug#4301)
5253 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5255         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5256         (bug#4368).
5258 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5260         * calendar/time-date.el (autoload):
5261         Expand define-obsolete-function-alias into defalias and make-obsolete
5262         for old Emacsen that Gnus supports.
5263         (with-no-warnings): Define it for old Emacsen.
5264         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5265         is available.
5266         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5267         float-time is available; suppress compile warning for time-to-seconds.
5269 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5271         * net/imap.el (imap-message-map): Docstring fix.
5273 2009-09-09  Glenn Morris  <rgm@gnu.org>
5275         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5276         line numbers too.  (Bug#4374)
5278 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * smerge-mode.el (smerge-remove-props, smerge-refine):
5281         Use with-silent-modifications (bug#4342).
5283         * subr.el (with-silent-modifications): New macro.
5285 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5287         * files.el (top-level): Require `cl' when compiling.
5289 2009-09-07  Glenn Morris  <rgm@gnu.org>
5291         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5293         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5294         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5296 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5298         * vc-git.el (vc-git-annotate-command): Use separator to parse
5299         arguments correctly.
5301 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5303         * proced.el (proced-mode): Doc fix.
5305 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5307         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5308         lstat fails.
5309         (tramp-do-file-attributes-with-ls): Check for file existence at
5310         remote end.
5311         (tramp-do-file-attributes-with-stat): Likewise.
5312         (tramp-convert-file-attributes): Return nil when attr is nil.
5314 2009-09-05  Glenn Morris  <rgm@gnu.org>
5316         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5317         properties to this button.
5318         (diary-fancy-display): Don't extend the button to the final newline.
5319         (diary-fancy-display-mode): Continue to define "q" as a local key.
5321         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5322         efficient.
5324         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5326         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5327         (byte-compile-dest-file-function): New option.
5328         (byte-compile-dest-file): Doc fix.
5329         Obey byte-compile-dest-file-function.
5330         (byte-compile-cl-file-p): New function.
5331         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5332         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5333         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5334         than for file being previously loaded.
5335         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5336         (byte-compile-file-form-require): Handle the case where requiring a file
5337         indirectly causes CL to be loaded.
5339 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5341         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5342         before killing the old buffer, since by the time `kill-buffer' is
5343         run so many buffer variables have been set to nil that it may not
5344         behave as expected.  (Bug#4061)
5346 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5348         * files.el (find-alternate-file): If the old buffer is modified
5349         and visiting a file, behave similarly to `kill-buffer' when
5350         killing it, thus reverting to the pre-1.878 behavior; see
5351         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5352         for discussion.  Also, consult `buffer-file-name' as a variable
5353         not as a function, for consistency with the rest of the code.
5355 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5357         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5358         also when adding a new directory.
5360         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5361         defun.
5363 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5365         * files.el (locate-file-completion-table): Make it provide boundary
5366         information, so partial-completion works better.
5368 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5370         * mail/footnote.el (Footnote-text-under-cursor):
5371         Check footnote-text-marker-alist before using it (bug#4324).
5373 2009-09-04  Glenn Morris  <rgm@gnu.org>
5375         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5376         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5377         * play/solitaire.el, play/tetris.el:
5378         Remove leading * from defcustom and defface docs.
5380         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5381         necessary.
5382         (diary-fancy-overriding-map): New variable.
5383         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5384         Use view-mode.
5386         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5387         goto-line.
5389 2009-09-03  Glenn Morris  <rgm@gnu.org>
5391         * arc-mode.el (archive-mode):
5392         * dos-fns.el (set-default-process-coding-system):
5393         * man.el (Man-getpage-in-background):
5394         * menu-bar.el (menu-bar-describe-menu):
5395         * server.el (server-process-filter):
5396         * startup.el (command-line):
5397         * tar-mode.el (tar-header-block-tokenize, tar-extract):
5398         * w32-fns.el (set-default-process-coding-system):
5399         * x-dnd.el (x-dnd-handle-file-name):
5400         * international/mule-cmds.el (mule-menu-keymap)
5401         (set-default-coding-systems, language-info-alist, set-language-info)
5402         (set-language-environment, standard-display-european-internal)
5403         (set-locale-environment):
5404         * international/mule-diag.el (mule-diag):
5405         * mail/emacsbug.el (report-emacs-bug):
5406         * mail/rmail.el (rmail-mode):
5407         * mail/sendmail.el (mail-setup):
5408         Use default-value rather than default-enable-multibyte-characters.
5410         * progmodes/f90.el: Move all safe properties into the defcustoms.
5411         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5413         * calendar/appt.el (appt-check):
5414         * calendar/diary-lib.el (diary-set-header, diary-live-p)
5415         (diary-check-diary-file, diary-list-entries)
5416         (diary-include-other-diary-files, diary-simple-display)
5417         (diary-fancy-display, diary-print-entries)
5418         (diary-mark-included-diary-files, diary-make-entry):
5419         Don't call substitute-in-file-name on diary-file.
5421 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
5422             Stefan Monnier  <monnier@iro.umontreal.ca>
5424         * mail/footnote.el (footnote-prefix): Make it a defcustom.
5425         (footnote-mode-map): Move initialization into the declaration.
5426         (footnote-minor-mode-map): Define it rather than changing global-map.
5427         (footnote-mode): Use define-minor-mode.
5429 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
5431         * net/tramp.el (tramp-handle-file-attributes-with-ls)
5432         (tramp-do-file-attributes-with-perl)
5433         (tramp-do-file-attributes-with-stat): Rename from
5434         `tramp-handle-file-attributes-with-*'.
5435         (tramp-handle-file-attributes): Use them.
5436         (tramp-do-directory-files-and-attributes-with-perl)
5437         (tramp-do-directory-files-and-attributes-with-stat): Rename from
5438         `tramp-handle-directory-files-and-attributes-with-*'.
5439         (tramp-handle-directory-files-and-attributes): Use them.
5440         (tramp-method-out-of-band-p): Additional parameter SIZE.
5441         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5442         (tramp-handle-write-region): Use it.
5443         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5444         (tramp-handle-vc-registered): Check, whether the first run did
5445         return files to be tested.
5446         (tramp-advice-make-auto-save-file-name): Do not call directly
5447         `tramp-handle-make-auto-save-file-name', because this would bypass
5448         the locking mechanism.
5450         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5451         (file-remote-p, process-file, start-file-process, set-file-times)
5452         (tramp-compat-file-attributes): Compatibility functions shall not
5453         call directly `tramp-handle-*', because this would bypass the
5454         locking mechanism.
5455         (tramp-compat-number-sequence): New defun.
5457 2009-09-02  Glenn Morris  <rgm@gnu.org>
5459         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5460         alias for float-time.
5461         (time-to-number-of-days): In Emacs, use float-time.
5462         * net/newst-backend.el (time-add): Suppress warnings from compat
5463         function.
5464         * time.el (emacs-uptime, emacs-init-time):
5465         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5466         Use float-time rather than time-to-seconds.
5468         * minibuffer.el (completion-initials-expand): Fix typo.
5470         * faces.el (modeline, modeline-inactive, modeline-highlight)
5471         (modeline-buffer-id):
5472         * info.el (info-menu-5): Mark these face aliases as obsolete.
5474 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5476         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5477         space ...
5478         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5479         no "--thread" option.
5480         (gdb-stopped): Don't print "Switched to thread" message when it is
5481         unchanged.
5483 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * minibuffer.el (completion-try-completion)
5486         (completion-all-completions): Remove ill-defined (and
5487         mistakenly installed and luckily never used nor documented)
5488         `completion-styles' property.
5489         (completion-initials-expand, completion-initials-all-completions)
5490         (completion-initials-try-completion): New functions.
5491         (completion-styles-alist): Add doc to each entry.
5492         Add new `initials' entry.
5494 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5496         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5497         MI command -var-evaluate-expression.
5498         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
5499         and tweak for case of string child.
5500         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
5502 2009-09-01  Glenn Morris  <rgm@gnu.org>
5504         * add-log.el (change-log-date-face, change-log-name-face)
5505         (change-log-email-face, change-log-file-face, change-log-list-face)
5506         (change-log-conditionals-face, change-log-function-face)
5507         (change-log-acknowledgement-face):
5508         * cus-edit.el (custom-invalid-face, custom-rogue-face)
5509         (custom-modified-face, custom-set-face, custom-changed-face)
5510         (custom-saved-face, custom-button-face, custom-button-pressed-face)
5511         (custom-documentation-face, custom-state-face, custom-comment-face)
5512         (custom-comment-tag-face, custom-variable-tag-face)
5513         (custom-variable-button-face, custom-face-tag-face)
5514         (custom-group-tag-face-1, custom-group-tag-face):
5515         * diff-mode.el (diff-header-face, diff-file-header-face)
5516         (diff-index-face, diff-hunk-header-face, diff-removed-face)
5517         (diff-added-face, diff-changed-face, diff-function-face)
5518         (diff-context-face, diff-nonexistent-face):
5519         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5520         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
5521         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5522         (Info-title-4-face):
5523         * isearch.el (isearch-lazy-highlight-face):
5524         * log-view.el (log-view-file-face, log-view-message-face):
5525         * paren.el (show-paren-match-face, show-paren-mismatch-face):
5526         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
5527         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
5528         (cvs-msg-face):
5529         * smerge-mode.el (smerge-mine-face, smerge-other-face)
5530         (smerge-base-face, smerge-markers-face):
5531         * wid-edit.el (widget-documentation-face, widget-button-face)
5532         (widget-field-face, widget-single-line-field-face)
5533         (widget-inactive-face, widget-button-pressed-face):
5534         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
5535         (woman-addition-face):
5536         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
5537         (eshell-ls-executable-face, eshell-ls-readonly-face)
5538         (eshell-ls-unreadable-face, eshell-ls-special-face)
5539         (eshell-ls-missing-face, eshell-ls-archive-face)
5540         (eshell-ls-backup-face, eshell-ls-product-face)
5541         (eshell-ls-clutter-face):
5542         * eshell/em-prompt.el (eshell-prompt-face):
5543         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
5544         * obsolete/old-whitespace.el (whitespace-highlight-face):
5545         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
5546         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
5547         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
5548         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
5549         (antlr-font-lock-literal-face):
5550         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5551         (ebrowse-root-class-face, ebrowse-file-name-face)
5552         (ebrowse-default-face, ebrowse-member-attribute-face)
5553         (ebrowse-member-class-face, ebrowse-progress-face):
5554         * progmodes/make-mode.el (makefile-space-face):
5555         * progmodes/sh-script.el (sh-heredoc-face):
5556         * textmodes/flyspell.el (flyspell-incorrect-face)
5557         (flyspell-duplicate-face):
5558         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
5559         * textmodes/texinfo.el (texinfo-heading-face):
5560         Mark face aliases with "-face" suffix as obsolete.
5562         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
5563         compiler.
5565         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
5566         (eudc-bob-sound-menu): Use defvar rather than defconst, since
5567         easy-menu-define wants to modify these.
5569         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
5571         * net/browse-url.el (browse-url-file-url):
5572         * term/internal.el (dos-codepage-setup):
5573         Use default-value rather than default-enable-multibyte-characters.
5575         * progmodes/etags.el (etags-goto-tag-location):
5576         * progmodes/flymake.el (flymake-highlight-line)
5577         (flymake-goto-file-and-line, flymake-goto-line):
5578         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
5579         (gdb-goto-breakpoint):
5580         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
5581         * progmodes/python.el (python-find-function)
5582         (python-pdbtrack-track-stack-file):
5583         * progmodes/verilog-mode.el (verilog-surelint-off):
5584         * term/ns-win.el (ns-open-file-select-line):
5585         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5586         Use forward-line rather than goto-line.
5588         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
5589         * textmodes/reftex-index.el (reftex-display-index):
5590         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5591         * textmodes/reftex-toc.el (reftex-toc):
5592         Remove unnecessary bindings of default-major-mode (all are followed by
5593         major-mode check and possible mode switch).
5595 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5597         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5598         Handle watchpoints (bug#4282).
5599         (def-gdb-thread-buffer-command): Enable thread to be selected by
5600         clicking without selecting threads buffer first.
5601         (gdb-current-context-command): Use selected frame so that "up",
5602         "down" etc work in the GUD buffer.
5603         (gdb-update): Find selected frame before rendering stack buffer.
5604         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5606 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5608         * progmodes/sym-comp.el (displayed-completions): Remove.
5609         (symbol-complete): Use minibuffer-complete.
5611 2009-08-31  Glenn Morris  <rgm@gnu.org>
5613         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5615         * apropos.el (apropos-symbols-internal):
5616         Handle (obsolete) face aliases.
5618         * faces.el (describe-face): Adjust the output format to be more like
5619         describe-variable, and to mention (obsolete) face aliases.
5620         Adjust the whitespace so that help-setup-xref works.
5622         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5623         * calendar/diary-lib.el (diary-button-face):
5624         Mark these face aliases as obsolete.
5626         * calendar/calendar.el (calendar-today): Doc fix.
5628 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5630         * progmodes/gdb-mi.el (gdb-control-all-threads)
5631         (gdb-control-current-thread): Force tool bar update.
5632         (gdb-non-stop-handler): New function.
5633         (gdb-init-1): Use it to test if non-stop mode is supported.
5634         Remove unused gdbmi buffer type.
5636 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5638         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5639         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
5641 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
5643         * comint.el (comint-exec-1): Check command is non-null first.
5644         Part of gdb-mi.el change (2009-08-28).
5646 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5648         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5650 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
5652         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5653         instead of `dolist' to avoid a recursive require when bootstrapping.
5655 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5659         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5661         * net/imap.el (imap-send-command): Simplify.
5662         (imap-wait-for-tag): point-max -> buffer-size.
5664         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5666         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5667         with constant argument.
5669         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5671         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5673         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5674         Change default, since most of our files don't have a history.
5675         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5676         the user.
5678         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5679         Add comint-run.
5681         * calc/calc.el: Improve commenting convention.
5682         (calc-digit-map, toplevel): Simplify.
5684         * comint.el (comint-insert-input): Be careful to only set point if we
5685         don't delegate to some other command.
5687         * proced.el (proced-signal-list): Make it an alist.
5688         (proced-grammar-alist): Capitalize names.
5689         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5690         Disable undo manually and make it read-only.
5691         Use completion-annotate-function.
5693         * minibuffer.el (minibuffer-message): If the current buffer is not
5694         a minibuffer, insert the message in the echo area rather than at the
5695         end of the buffer.
5696         (completion-annotate-function): New variable.
5697         (minibuffer-completion-help): Use it.
5698         (completion--embedded-envvar-table): Environment vars are
5699         always case-sensitive.
5701 2009-08-30  Glenn Morris  <rgm@gnu.org>
5703         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5704         from fortran-current-defun.
5705         (fortran-beginning-of-subprogram): Be more precise about finding the
5706         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
5707         (fortran-end-of-subprogram): Simplify.
5708         (fortran-current-defun): Use fortran-start-prog-re.
5710 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
5712         * subr.el (do-after-load-evaluation): Simplify.
5714 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5716         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5718         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
5719         (vc-rcs-print-log): Use it.
5721         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5723 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5725         * paths.el (abbrev-file-name): Move to abbrev.el.
5726         * abbrev.el (abbrev-file-name): Move from paths.el.
5727         Obey user-emacs-directory.
5728         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5729         user-emacs-directory.
5730         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5731         abbrev-file-name and calc-settings-file any more.
5732         * startup.el (command-line): Recompute abbrev-file-name and
5733         abbreviated-home-dir.
5734         (normal-no-mouse-startup-screen): Improve the generic code and get rid
5735         of the special code for when C-h bindings haven't been changed.
5736         (display-startup-echo-area-message): Use with-current-buffer.
5737         (command-line-1): Use a list of strings, rather than a list of lists
5738         of strings for longopts.
5740         * files.el (get-free-disk-space): Use / for default-directory.
5742         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5743         Use with-current-buffer.
5745         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5746         Recognize immutable variables like most-positive-fixnum.
5747         (byte-compile-setq-default): Check and warn if trying to assign
5748         to an immutable variable, or a non-variable.
5750         * progmodes/cc-vars.el (c-comment-continuation-stars):
5751         * progmodes/cc-engine.el (c-looking-at-bos):
5752         * progmodes/cc-cmds.el (c-toggle-auto-state)
5753         (c-forward-into-nomenclature, c-backward-into-nomenclature)
5754         (c-comment-line-break-function): Add version of obsolescence.
5756 2009-08-28  Juri Linkov  <juri@jurta.org>
5758         * files.el (magic-fallback-mode-alist): Add ZIP magic number
5759         associated with `archive-mode'.
5761         * image.el (image-type-header-regexps): Use only JPEG magic number
5762         to determine JPEG images, and don't use `image-jpeg-p' because
5763         Emacs can display non-JFIF non-Exif JPEG images.
5765 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5767         * arc-mode.el (archive-mode):
5768         * emacs-lisp/re-builder.el (re-builder-unload-function):
5769         Protect against the default value of `major-mode' being nil.
5771 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5773         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5774         Fix typos in docstrings.
5776         * progmodes/js.el (js--macro-decl-re): Doc fix.
5777         (js--plain-method-re, js--split-name): Refloc docstring.
5778         (js--class-styles, js--make-merged-item, js--splice-into-items):
5779         Fix typos in docstrings; reflow docstrings.
5780         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5781         (js--variable-decl-matcher, js--inside-pitem-p)
5782         (js--parse-state-at-point, js--get-all-known-symbols)
5783         (js--symbol-history, js-find-symbol, js--js-references)
5784         (js--moz-interactor, js--js-encode-value, js--read-tab):
5785         Fix typos in docstrings.
5787 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5789         * textmodes/reftex.el (reftex-get-file-buffer-force):
5790         * progmodes/verilog-mode.el (verilog-batch-execute-func):
5791         * emulation/viper.el (viper-go-away, viper-set-hooks):
5792         * emacs-lisp/re-builder.el (re-builder-unload-function):
5793         * emacs-lisp/bytecomp.el (byte-compile-file):
5794         * ses.el (ses-unload-function):
5795         * hexl.el (hexl-find-file):
5796         * files.el (normal-mode):
5797         * ehelp.el (with-electric-help):
5798         * autoinsert.el (auto-insert-alist):
5799         * arc-mode.el (archive-mode):
5800         Use (default-value 'major-mode) instead of default-major-mode.
5802         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5803         * international/mule.el (load-with-code-conversion):
5804         * emacs-lisp/debug.el (debug):
5805         * ediff-vers.el (ediff-rcs-get-output-buffer):
5806         * dired.el (dired-internal-noselect): Don't let-bind
5807         default-major-mode around code that doesn't use it.
5808         E.g. buffer creation via get-buffer-create doesn't use it.
5810 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5812         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5813         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5814         when writing the temp file.  Otherwise, epa-file gets confused.
5815         (tramp-register-file-name-handlers): Make it a defun.  Move also
5816         `epa-file-handler' to the front of `file-name-handler-alist'.
5818 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5821         start right after a ^M.
5822         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5823         (tramp-completion-file-name-regexp-separate)
5824         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5825         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5826         Don't modify last-coding-system-used by accident.
5827         (tramp-completion-file-name-handler): Apply the checks here,
5828         instead during registration.
5829         (tramp-register-file-name-handlers) Renamed from
5830         `tramp-register-file-name-handler'.  Register both
5831         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5832         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
5834 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
5836         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5837         Remove variable ...
5838         (gdb-init-1, gdb-display-separate-io-buffer)
5839         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5840         references to it.
5841         (gdb-inferior-io-mode): Use make-comint-in-buffer.
5842         (gdb-inferior-filter): Use comint-output-filter to stop
5843         echoing and remove ^M characters.
5845 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5847         * emulation/viper-init.el (viper-restore-cursor-type):
5848         * emulation/cua-base.el (cua--update-indications):
5849         Replace default-cursor-type with (default-value 'cursor-type).
5851         * mail/sendmail.el (mail-recover-1):
5852         * international/mule-diag.el (describe-current-coding-system-briefly)
5853         (describe-current-coding-system):
5854         * international/mule-cmds.el (select-safe-coding-system)
5855         (select-message-coding-system)
5856         (set-language-environment-coding-systems, set-locale-environment):
5857         * hexl.el (hexl-insert-multibyte-char):
5858         * dos-w32.el (find-buffer-file-type-coding-system):
5859         * simple.el (what-cursor-position):
5860         Replace uses of default-buffer-file-coding-system
5861         with (default-value 'buffer-file-coding-system).
5863         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5864         Replace uses of default-cursor-in-non-selected-windows
5865         with (default-value 'cursor-in-non-selected-windows).
5866         Use with-current-buffer.
5868         * mail/feedmail.el: Use CL macros.
5869         (feedmail-run-the-queue, feedmail-send-it-immediately):
5870         * dos-w32.el (find-buffer-file-type): Replace uses of
5871         default-buffer-file-type with (default-value 'buffer-file-type).
5873 2009-08-28  Glenn Morris  <rgm@gnu.org>
5875         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5876         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5877         Use default-value of major-mode rather than default-major-mode.
5879 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * Makefile.in (update-elcfiles): Report left over elc files.
5883         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5884         expand-file-name and with-current-buffer.
5885         (mail-get-names, mail-directory): Use with-current-buffer.
5887         * vc.el (vc-read-revision): New function.
5888         (vc-version-diff, vc-merge): Use it.
5890 2009-08-27  Sam Steingold  <sds@gnu.org>
5892         * simple.el (kill-do-not-save-duplicates): New user option.
5893         (kill-new): When it is non-nil, and the new string is the same as
5894         the latest kill, set replace to t to avoid duplicates in kill-ring.
5896 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
5898         * net/tramp.el (tramp-handle-process-file): Do not flush all
5899         caches when `process-file-side-effects' is set.
5900         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5901         instead of `tramp-find-file-exists-command'.
5902         Unset `process-file-side-effects'.
5904 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
5906         * net/tramp.el (tramp-methods): New method "rsyncc".
5907         (top): Add completion function for "rsyncc".
5908         (tramp-message-show-message): New defvar.
5909         (tramp-message, tramp-error): Use it.
5910         (tramp-do-copy-or-rename-file-directly): Extend check for direct
5911         remote copying.
5912         (tramp-do-copy-or-rename-file-out-of-band): Handle new
5913         `tramp-methods' entry `copy-env' of "rsyncc".
5914         (tramp-vc-registered-read-file-names): New defconst.
5915         (tramp-vc-registered-file-names): New defvar.
5916         (tramp-handle-vc-registered): Implement optimization strategy.
5917         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5918         (tramp-vc-file-name-handler): New defun.
5919         (tramp-get-ls-command, tramp-get-test-command)
5920         (tramp-get-file-exists-command, tramp-get-remote-ln)
5921         (tramp-get-remote-perl, tramp-get-remote-stat)
5922         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5924         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5925         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
5926         timestamps.
5927         (tramp-get-file-property): Check for timestamps in
5928         `tramp-cache-inhibit-cache'.
5929         (tramp-set-file-property): Write timestamp.
5931 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5933         * language/japan-util.el (japanese-symbol-table): Add entries for
5934         cp932-2-byte.
5936         * international/characters.el: Add category `j' to cp932-2-byte.
5938 2009-08-27  Kenichi Handa  <handa@m17n.org>
5940         * international/fontset.el (build-default-fontset-data): New macro.
5941         (setup-default-fontset): Use build-default-fontset-data for CJK,
5942         tibetan, ethiopic, and ipa.
5944 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * cus-start.el (default-major-mode): Customize `major-mode' instead.
5947         (enable-multibyte-characters): Not customizable any more.
5949         * subr.el (default-mode-line-format, default-header-line-format)
5950         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5951         (default-direction-reversed, default-truncate-lines)
5952         (default-left-margin, default-tab-width, default-case-fold-search)
5953         (default-left-margin-width, default-right-margin-width)
5954         (default-left-fringe-width, default-right-fringe-width)
5955         (default-fringes-outside-margins, default-scroll-bar-width)
5956         (default-vertical-scroll-bar, default-indicate-empty-lines)
5957         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5958         (default-fringe-cursor-alist, default-scroll-up-aggressively)
5959         (default-scroll-down-aggressively, default-fill-column)
5960         (default-cursor-type, default-buffer-file-type)
5961         (default-cursor-in-non-selected-windows)
5962         (default-buffer-file-coding-system, default-major-mode)
5963         (default-enable-multibyte-characters): Mark as obsolete.
5965 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
5967         * vc-dir.el (vc-dir-update): Remove debug helper.
5969         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5971 2009-08-26  Sam Steingold  <sds@gnu.org>
5973         * simple.el (save-interprogram-paste-before-kill): New user option.
5974         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5975         save the interprogram-paste into kill-ring before overriding it
5976         with the Emacs kill.
5978 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5980         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5981         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5982         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5983         and move to vc-rcs.el.
5984         (vc-default-next-revision): Rename to vc-rcs-next-revision and
5985         move to vc-rcs.el.
5986         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5987         (vc-rcs-update-changelog): Remove.
5988         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5989         and move to vc-rcs.el.
5991         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5992         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5993         renaming.
5994         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5995         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5996         vc.el, renamed to be RCS specific.
5998         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5999         New functions.
6000         (vc-cvs-update-changelog): Move here from vc.el.
6002         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6003         New functions.
6005 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6007         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6009 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6011         * vc-git.el (vc-git-register): Use "git add" for directories.
6012         (vc-git-stash, vc-git-stash-show): New functions.
6013         (vc-git-extra-menu-map): Bind them.
6015         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6016         directory correctly in case the item is a directory itself.
6018         * vc.el: Document the desired behavior for reverted files in the
6019         `added' state.
6020         (vc-default-prettify-state-info): Remove function, unused.
6022         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6024 2009-08-26  Glenn Morris  <rgm@gnu.org>
6026         * bindings.el (standard-mode-line-format): Reposition dashes in
6027         which-func entry.  (Bug#4217)
6029         * files.el (enable-local-variables, enable-local-eval)
6030         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6031         the defcustoms.
6032         (auto-mode-alist, ignored-local-variables)
6033         (save-some-buffers-action-alist): Move risky declarations to the
6034         definitions.
6035         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6036         (font-lock-defaults, format-alist, imenu--index-alist)
6037         (imenu-generic-expression, input-method-alist, minor-mode-alist)
6038         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6039         (mode-line-modified, mode-line-mule-info, mode-line-position)
6040         (mode-line-process, mode-line-remote, outline-level)
6041         (parse-time-rules, rmail-output-file-alist)
6042         (special-display-buffer-names, vc-mode):
6043         Move risky declarations to the relevant files.
6044         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6045         (mode-line-modified, mode-line-process, mode-line-position)
6046         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6047         * font-core.el (font-lock-defaults):
6048         * format.el (format-alist):
6049         * vc-hooks.el (vc-mode):
6050         * window.el (special-display-buffer-names):
6051         * international/mule-cmds.el (input-method-alist):
6052         Define riskiness here (dumped file) rather than in files.el.
6053         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6054         * imenu.el (imenu-generic-expression, imenu--index-alist):
6055         * outline.el (outline-level):
6056         * time.el (display-time-string):
6057         * calendar/parse-time.el (parse-time-rules):
6058         * mail/rmailout.el (rmail-output-file-alist):
6059         Autoload riskiness here, rather than placing in files.el.
6061 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6063         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6065 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6067         * simple.el (process-file-side-effects): New defvar.
6069         * dired-aux.el (dired-show-file-type):
6070         * vc.el (vc-diff-internal):
6071         * vc-arch.el (vc-arch-diff):
6072         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6073         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6074         * vc-git.el (vc-git-registered, vc-git-working-revision)
6075         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6076         (vc-git--empty-db-p):
6077         * vc-hooks.el (vc-user-login-name):
6078         * vc-svn.el (vc-svn-registered, vc-svn-state)
6079         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6080         * progmodes/grep.el (grep-probe): Let-bind
6081         `process-file-side-effects' with nil.
6083         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6085         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6086         daemon.  Replace ping by checking for running service for bluez
6087         and zeroconf.  (Bug#4239)
6089 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6091         * net/dig.el (dig): Add autoload cookie.
6093 2009-08-25  Glenn Morris  <rgm@gnu.org>
6095         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6096         load-history for absolute file-names.
6097         (byte-compile-file-form-require): Warn about use of the cl package.
6099         * format.el (format-alist): Doc fix.
6101         * play/bubbles.el (top-level): Don't require cl at run-time.
6103         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6104         run-time cl).
6106 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6108         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6109         from cl package.
6110         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6112 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6114         * calc/calc-alg.el (math-trig-rewrite)
6115         (math-hyperbolic-trig-rewrite): New functions.
6116         (calc-simplify): Simplify trig functions when asked.
6118 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6120         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6122 2009-08-24  Kenichi Handa  <handa@m17n.org>
6124         * language/ind-util.el (mapthread): Delete it.
6125         (combinatorial): New function.
6126         (indian--puthash-cv): Use combinatorial instead of mapthread.
6128 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6130         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6131         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6132         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6133         Clarify docstring that the value is strings not symbols.
6134         (checkdoc-list-of-strings-p): New function.
6136 2009-08-22  Glenn Morris  <rgm@gnu.org>
6138         * files.el (auto-mode-alist):
6139         * hippie-exp.el (he-concat-directory-file-name):
6140         * lpr.el (lpr-windows-system, printer-name):
6141         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6142         * ps-print.el (ps-windows-system):
6143         * startup.el (command-line):
6144         * emulation/viper-ex.el (viper-glob-function):
6145         * international/mule-cmds.el (set-language-environment-coding-systems):
6146         * net/ange-ftp.el (ange-ftp-write-region):
6147         * obsolete/fast-lock.el (fast-lock-cache-name):
6148         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6149         unisoft-unix, vax-vms, win32, w32.
6151         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6152         given name if the pattern is not more specific.
6154         * calendar/lunar.el (lunar-phase-names): New option.
6155         (lunar-phase): Doc fix.
6156         (lunar-cycles-per-year): New constant.
6157         (lunar-index): New function.
6158         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6159         (lunar-phase-name): Use lunar-phase-names.
6160         (calendar-lunar-phases): Use format.
6161         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6163         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6164         Copy imenu-example--name-and-position function here for own use.
6165         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6167         * bs.el (bs--redisplay):
6168         * cus-edit.el (custom-redraw):
6169         * ibuffer.el (ibuffer-bury-buffer):
6170         * server.el (server-goto-line-column):
6171         * startup.el (command-line-1):
6172         * strokes.el (strokes-xpm-for-stroke):
6173         * term.el (term-display-buffer-line):
6174         * view.el (View-goto-line):
6175         * calc/calc.el (calc-do, calc-trail-buffer):
6176         * play/gamegrid.el (gamegrid-add-score-insecure):
6177         * progmodes/ada-mode.el (ada-compile-goto-error):
6178         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6179         (ebrowse-select-1st-to-9nth):
6180         * progmodes/cperl-mode.el (cperl-time-fontification):
6181         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6182         * progmodes/gud.el (gud-display-line):
6183         (idlwave-shell-display-line):
6184         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6185         * progmodes/make-mode.el (makefile-browser-toggle):
6186         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6187         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6188         * textmodes/picture.el (picture-draw-rectangle):
6189         * textmodes/reftex-index.el (reftex-index-goto-letter):
6190         (reftex-select-jump-to-previous):
6191         * textmodes/reftex-sel.el (reftex-find-start-point)
6192         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6193         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6194         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6195         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6196         * textmodes/two-column.el (2C-associated-buffer):
6197         Use forward-line rather than goto-line.
6199         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6200         goto-line.
6202         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6203         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6204         (quick-check-list-to-regexp): Declare.
6206         * progmodes/make-mode.el (makefile-browser-insert-selection):
6207         Use goto-char rather than goto-line.
6209         * progmodes/prolog.el (compilation-error-regexp-alist)
6210         (compilation-forget-errors): Declare.
6212 2009-08-22  Juri Linkov  <juri@jurta.org>
6214         * progmodes/grep.el (lgrep, rgrep): At the beginning
6215         set `dir' to `default-directory' unless `dir' is a non-nil
6216         readable directory.  (Bug#4052)
6217         (lgrep, rgrep): Change a weird way to report an error
6218         from using `read-string' to using `error'.
6219         Instead of using interactive arguments in the function body,
6220         add new argument `confirm'.
6222 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * textmodes/remember.el (remember-buffer):
6225         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6226         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6227         (icalendar-extract-ical-from-buffer):
6228         * net/newst-treeview.el (newsticker-groups-filename):
6229         * net/newst-backend.el (newsticker-cache-filename):
6230         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6231         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6232         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6233         (speedbar-buffers-line-path, speedbar-path-line)
6234         (speedbar-buffers-line-path):
6235         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6236         (epg-sign-keys):
6237         * epa.el (epa-display-verify-result):
6238         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6240 2009-08-21  Glenn Morris  <rgm@gnu.org>
6242         * progmodes/js.el (inferior-moz-process): Fix declaration.
6244         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6246         * obsolete/rnewspost.el (news-mail-reply):
6247         Use goto-char rather than goto-line.
6249         * term/ns-win.el (ns-open-file-select-line):
6250         Use line-beginning-position rather than goto-line.
6252         * apropos.el (apropos-command):
6253         * ehelp.el (electric-helpify):
6254         * printing.el (pr-show-setup):
6255         * strokes.el (strokes-help):
6256         * tutorial.el (tutorial--describe-nonstandard-key)
6257         (tutorial--detailed-help):
6258         * woman.el (woman-mini-help, woman-display-extended-fonts):
6259         * calc/calc-help.el (calc-describe-key):
6260         * emulation/edt.el (edt-electric-helpify):
6261         * international/mule-diag.el (mule-diag):
6262         * play/yow.el (apropos-zippy):
6263         * progmodes/python.el (python-describe-symbol):
6264         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6265         * textmodes/table.el (*table--cell-describe-mode)
6266         (*table--cell-describe-bindings):
6267         Use help-print-return-message rather than the now obsolete alias.
6269         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6270         (calendar-cursor-to-visible-date):
6271         * play/5x5.el (5x5-position-cursor):
6272         * play/decipher.el (decipher):
6273         * play/gomoku.el (gomoku-goto-xy):
6274         * play/landmark.el (lm-goto-xy):
6275         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6276         (mpuz-paint-digit):
6277         Use forward-line, not goto-line.
6279         * mail/rmail.el (rmail-obsolete): Delete custom group.
6280         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6281         (rmail-remote-password, rmail-remote-password-required):
6282         Remove unneeded :set-after and :set properties.
6284 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6286         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6288 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6290         * loadup.el: Remove leftover macos code.
6292         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6293         Explicitly pass the date format to git blame so that user local
6294         so that the output format can be parsed.
6296 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6298         * net/dbus.el (top): Don't check for (getenv
6299         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6301 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6303         * log-edit.el (log-edit-strip-single-file-name): New var.
6304         (log-edit-insert-changelog): Use it.  Bug#3571
6306 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6308         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6309         Bug#3287
6311         * help.el (help-print-return-message): Rename from
6312         print-help-return-message.
6314         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6315         cvs-mode-map parent hack.
6316         (log-view-mode): Derive from special-mode.
6318         * linum.el (linum-mode): window-size-change-functions is redundant.
6319         Adapt to new window-configuration-change-hook behavior.
6320         (linum-after-size, linum-after-config): Remove.
6322         * imenu.el (imenu-example--name-and-position)
6323         (imenu-example--lisp-extract-index-name)
6324         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6325         Mark as obsolete.
6327         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6328         (inferior-prolog-mode): Use it.
6329         (inferior-prolog-load-file): Reset list of errors.
6331 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6333         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6335         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6337 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6339         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6340         is running already.
6342 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6344         * subr.el (listify-key-sequence-1): Use normal syntax since those
6345         integers are nowadays always represented by the same (positive) number
6346         on all platforms.
6347         (read-key-empty-map): New const.
6348         (read-key-delay): New var.
6349         (read-key): New function.
6350         (force-mode-line-update): Use with-current-buffer.
6351         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6352         (start-process-shell-command, start-file-process-shell-command):
6353         Discourage the use of command-args.
6355 2009-08-19  Glenn Morris  <rgm@gnu.org>
6357         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6359 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * simple.el (choose-completion-string): Don't rely on
6362         minibuffer-completing-file-name and ad-hoc checks to decide whether
6363         to continue completion or not.
6365         * minibuffer.el (minibuffer-hide-completions): New function.
6366         (completion--do-completion): Use it.
6367         (completions-annotations): New face.
6368         (completion--insert-strings): Use it.
6369         (completion-pcm--delim-wild-regex): Add docstring.
6370         (completion-pcm--string->pattern): Add support for 0-width delimiters
6371         in completion-pcm--delim-wild-regex.
6373 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6375         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6376         Remove unused var `buffer-modified-p'.
6378         * minibuffer.el (completion--do-completion): Move point for the #b001
6379         case as well (bug#4176).
6380         (minibuffer-complete, minibuffer-complete-word): Don't move point.
6382 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
6384         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
6385         and :session buses.
6387 2009-08-18  Kenichi Handa  <handa@m17n.org>
6389         * international/ucs-normalize.el (ucs-normalize-version):
6390         Change to 1.1.
6391         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6392         (utf-8-hfs): Make it perform normalization on encoding too.
6394         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
6395         (sentence-end-without-space): Delete duplicated chars.
6396         (sentence-end-base): Likewise.
6398         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
6399         (html-mode): Delete duplicated chars from sentence-end-base.
6401         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
6402         (texinfo-mode): Delete duplicated chars from sentence-end-base.
6404 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
6406         * files.el (hack-one-local-variable): If the mode function is for
6407         a minor mode, pass it an argument (Bug#4148).
6409 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
6411         * net/tramp.el (tramp-register-completion-file-name-handler):
6412         Check also for (member 'partial-completion completion-styles).
6414 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6416         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6417         abbrev (Bug#3943).
6419 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
6421         * progmodes/cperl-mode.el: Merge upstream 6.2.
6422         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6423         (cperl-forward-re): Check cperl-brace-recursing.
6424         (cperl-highlight-charclass): New function.
6425         (cperl-find-pods-heres): Use it.
6426         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6427         (cperl-beautify-regexp-piece): Fix column calculation.
6428         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6429         (cperl-beautify-level): Don't process entire regexp.
6430         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6431         calling man.
6432         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6433         (cperl-init-faces): Build a list in the normal way.
6435 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6437         * calendar/parse-time.el (parse-time-string-chars): Save match
6438         data.
6440 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6442         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6443         (sql-product): Use it.
6444         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6445         (sql-set-product): Add completion.
6446         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6447         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6448         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6449         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6450         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6451         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6452         (sql-highlight-db2-keywords): Remove.
6453         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6454         (sql-highlight-product): Use derived-mode-p.
6455         (sql-set-sqli-buffer): Use with-current-buffer.
6456         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6457         Simplify.
6459         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6461         * term.el: Fix commenting convention, turn comments into docstrings.
6463 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6465         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6467 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6469         * calendar/parse-time.el (parse-time-string-chars): Compute using
6470         character classes, to handle non-ascii characters (Bug#3190).
6472 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6474         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6475         another heredoc if the user adds another < (Bug#3226).
6477         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6478         Don't initialize based on window-system (Bug#4124).
6480         * facemenu.el (facemenu-read-color): Use a completion function
6481         that accepts any defined color, such as RGB triplets (Bug#3677).
6483         * files.el (get-free-disk-space): Change fallback default
6484         directory to /.  Expand DIR argument before switching to fallback.
6485         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6487 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6489         * files.el (load-library): Doc fix.
6491 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6493         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6494         (viper-if-string): Redefine C-s in the minibuffer to insert the last
6495         incremental search string.
6497         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
6498         XEmacs.
6500         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
6501         (ediff-merge-region-is-non-clash)
6502         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
6503         Also check if the job is really a merge job.
6505         * ediff.el (ediff-current-file): New function.
6507 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6509         * progmodes/js.el: Edit docstrings throughout to follow Emacs
6510         conventions.
6511         (js-insert-and-indent): Delete function.
6512         (js-mode-map): Don't bind keys to js-insert-and-indent.
6513         (js-beginning-of-defun): Rename from js--beginning-of-defun.
6514         (js-end-of-defun): Rename from js--end-of-defun.
6515         (js-auto-indent-flag): Delete variable.
6517 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
6519         * progmodes/js.el: Remove proclaim statement.
6520         Defvar which-func-imenu-joiner-function to silence compiler.
6522         * files.el (auto-mode-alist): Use js-mode for .js files.
6524         * progmodes/js2-mode.el: Remove file.
6526         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
6528         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
6530         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
6532 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
6533             Karl Landstrom  <karl.landstrom@brgeight.se>
6535         * progmodes/js.el: New file.
6537 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
6539         * timezone.el (timezone-parse-date): Add ability to understand ISO
6540         basic format (minimal separators) dates in addition to the
6541         already-supported extended format dates.
6543 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
6545         * international/ucs-normalize.el: Add a `coding' file variable.
6547         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
6549 2009-08-14  Sam Steingold  <sds@gnu.org>
6551         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
6553 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
6555         * faces.el (help-argument-name): Define it here instead of
6556         help-fns.el, because in daemon mode help-fns.el may be loaded when
6557         faces are still uninitialized (Bug#1078).
6559         * help-fns.el (help-argument-name): Move defface to faces.el.
6561 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
6563         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
6564         create buffer with a pty but no process so that GDB can make the
6565         inferior the controlling process.
6567 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
6569         * international/ucs-normalize.el: New file.
6571 2009-08-13  Richard Stallman  <rms@gnu.org>
6573         * mail/rmail.el (rmail-get-attr-names):
6574         Accept an attribute header that is too short.
6576         * mail/rmail.el (rmail-forget-messages):
6577         Ignore nil elt in rmail-message-vector.  Use dotimes.
6579         * progmodes/compile.el (compilation-goto-locus):
6580         Use next-error-move-function.
6582         * simple.el (next-error-move-function): New variable.
6584 2009-08-12  Juri Linkov  <juri@jurta.org>
6586         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
6587         always non-nil.  (Bug#4052)
6589         * replace.el (read-regexp): Return empty string when
6590         `default-value' is nil.
6591         (keep-lines-read-args): Don't use empty string as the
6592         default value for `read-regexp'.  (Bug#2495)
6594 2009-08-12  Juri Linkov  <juri@jurta.org>
6596         * international/mule-cmds.el (ucs-insert): Change arguments
6597         from `arg' to `character', `count', `inherit' to be the same
6598         as in `insert-char'.  Doc fix.  (Bug#4039)
6600         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6602 2009-08-12  Juri Linkov  <juri@jurta.org>
6604         * files-x.el: New file.
6606         * files.el: Move code that deals with adding/deleting
6607         file/directory-local variables to files-x.el.
6609         * Makefile.in (ELCFILES): Add files-x.elc.
6611 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
6613         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6614         to use `goto-line'.
6615         (gdb-place-breakpoints, gdb-get-location): Rewritten without
6616         `goto-line'.
6617         (gdb-invalidate-disassembly): Do not refresh upon receiving
6618         'update signal.  Instead, update all disassembly buffers only after
6619         threads list.
6620         (gdb): Send -target-detach when buffer is killed (Bug#3794).
6621         (gdb-starting): Moved -data-list-register-names...
6622         (gdb-stopped): ...here so it's sent when first thread stops.
6623         (gdb-registers-handler-custom): Do nothing if register names are
6624         unknown yet.
6626         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6627         from `gdb-mi.el' to avoid extra tangling.
6629         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6630         change which breaks `gud-def' definitions used in `gdb'.
6631         (gdb-update-gud-running): No extra fuss for updating frame number.
6633 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6635         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6636         (describe-language-environment-map, setup-language-environment-map)
6637         (set-coding-system-map): Move initialization into declaration.
6638         (set-language-info-alist): Last arg to define-key-after can be skipped.
6640         * international/quail.el (quail-completion-1): Simplify.
6641         (quail-define-rules): Use slightly more compact code.
6642         (quail-insert-decode-map): Propertize keys, compact columns.
6644         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6645         Add goto-line.
6647 2009-08-10  Miles Bader  <miles@gnu.org>
6649         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6650         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6651         (js2-instance-member, js2-private-member, js2-private-function-call)
6652         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6653         (js2-magic-paren, js2-external-variable):
6654         Remove "-face" suffix from face names.
6655         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6656         (js2-highlight-undeclared-vars, js2-peek-token)
6657         (js2-parse-function-params, js2-mode-show-errors)
6658         (js2-mode-show-warnings, js2-make-magic-delimiter)
6659         (js2-mode-highlight-magic-parens): Update to use new face names.
6661 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
6663         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6664         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
6666 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
6668         * subr.el: Provide hashtable-print-readable.
6670         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6671         hs-c-like-adjust-block-beginning.
6672         (hs-hide-block-at-point): Stop hiding at the beginning of
6673         hs-block-end-regexp (Bug#700).
6675 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
6677         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6678         a macro.
6679         (gdb-registers-handler-custom): Do not fail when register names
6680         are unavailable.
6682 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6684         * progmodes/gdb-mi.el (gdb-control-all-threads)
6685         (gdb-control-current-thread): Interactive setters for
6686         `gdb-gud-control-all-threads' to use in menu.
6687         (gdb-show-run-p): Show «Go» when process is not active.
6688         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
6689         gud/thread.xpm and gud/all.xpm.
6691 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
6693         * net/net-utils.el (net-utils-font-lock-keywords): New var.
6694         (nslookup-font-lock-keywords): Make it a variable.
6695         (net-utils-mode): New mode for viewing diagnostic network output.
6696         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6697         (net-utils-run-simple): New function.
6698         (ifconfig, iwconfig, netstat, arp, route): Use it.
6700 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6702         * progmodes/gdb-mi.el (gdb-read-memory-custom)
6703         (gdb-memory-set-address, def-gdb-set-positive-number)
6704         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6705         after changing settings.
6706         (gdb-invalidate-disassembly): Update when first shown.
6707         (gdb-edit-locals-value): Fixed.
6708         (gdb-registers-handler-custom): Print registers in right order and
6709         allow changing register values (only for current thread yet).
6710         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6711         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6712         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6713         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6714         info in mode name.
6715         (gdb-registers-mode-map): TAB to switch to locals.
6717 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
6719         * mail/rmail.el (rmail-add-mbox-headers)
6720         (rmail-set-message-counters-counter): Search for
6721         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
6723 2009-08-08  Glenn Morris  <rgm@gnu.org>
6725         * Makefile.in (ELCFILES): Update.
6727 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6729         * mail/sendmail.el (mail-yank-original): Set
6730         buffer-file-coding-system from the one used by the message whose
6731         text is yanked.
6733         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6734         to "windows" when "pgnuplot" is used.
6735         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6736         call accept-process-output if "pgnuplot" is used.
6737         (calc-graph-init): Don't send -display and -geometry to
6738         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
6739         running "pgnuplot -V" with shell-command-to-string.
6741         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6742         the default.
6744 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6746         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6747         org/org-latex.elc.
6749 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6751         * vc-dispatcher.el (vc-resynch-window): Update comment.
6753         * term.el (term-handle-ansi-escape): Add comments with the
6754         terminfo capabilities implemented.
6756 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
6758         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6759         (gdb-var-create-handler): Rewritten using JSON parser.
6760         (gdb-propertize-header): Moved earlier.
6761         (gdb-set-header): Removed to avoid duplication.
6762         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6763         Refresh disassembly buffers only after threads list have been
6764         update.
6765         (gdb-threads-header, gdb-registers-header): Per-buffer header line
6766         variables.
6768 2009-08-04  Juri Linkov  <juri@jurta.org>
6770         * files.el: Commands to add/delete file/directory-local variables.
6771         (read-file-local-variable, read-file-local-variable-value)
6772         (read-file-local-variable-mode, modify-file-local-variable)
6773         (modify-file-local-variable-prop-line)
6774         (modify-dir-local-variable): New functions.
6775         (add-file-local-variable, delete-file-local-variable)
6776         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6777         (add-dir-local-variable, delete-dir-local-variable)
6778         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6779         (copy-dir-locals-to-file-locals-prop-line): New commands.
6781 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
6783         * abbrev.el (insert-abbrev-table-description): Prettify output.
6784         Suggested by Karl Chen.
6786 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
6788         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6789         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6790         (gdb-overlay-arrow-position, gdb-thread-position)
6791         (gdb-disassembly-position): Declare variables.
6792         (gdb-wait-for-pending): Function now.
6793         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6794         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6795         compilation goes smoothly.
6796         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6797         (gdb-non-stop-setting): New customization setting which replaces
6798         `gdb-non-stop' so changing it doesn't break active GDB session.
6799         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6800         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6801         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6802         (gdb-show-threads-by-default): New customization options.
6803         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6804         routines.
6805         (gdb-get-buffer-create): Send buffers update signal when they are
6806         created.
6807         (gdb-invalidate-locals, gdb-invalidate-registers)
6808         (gdb-invalidate-breakpoints)
6809         (gdb-invalidate-threads, gdb-invalidate-disassembly)
6810         (gdb-invalidate-memory): Accept update signal.
6811         (gdb-current-context-command): Use --frame option.
6812         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6813         Implement `gdb-frame-number' selection logic.
6814         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6815         whether to show GUD toolbar buttons.
6816         (gdb-thread-exited): Unselect current thread when it exits.
6817         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6818         (gdb-mark-line): Routine which sets overlay arrow or inverses
6819         video on fringeless displays.
6820         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6821         to build aligned columns of data in GDB buffers and set text
6822         properties line-by-line.
6823         (gdb-invalidate-breakpoints)
6824         (gdb-breakpoints-list-handler-custom)
6825         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6826         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6827         (gdb-registers-handler-custom): Align data columns.
6828         (gdb-locals-handler-custom): Now prints data like in variable
6829         declarations.
6830         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6831         Removed confusing buttons.
6832         (gdb-invalidate-threads): Append --frame.
6833         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6834         between breakpoints/threads buffers.
6835         (gdb-set-window-buffer): Now can ignore dedicated windows.
6836         (gdb-propertize-header): Use `gdb-set-window-buffer'.
6837         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6838         (def-gdb-thread-buffer-gud-command): Replaces
6839         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6840         for fine thread control.
6841         (gdb-preempt-existing-or-display-buffer): New function used to
6842         display bound buffers without breaking window layout.
6843         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6844         (gdb-select-frame): New version of `gdb-frames-select' which now
6845         sets `gdb-frame-number' so commands may use --frame option instead
6846         of inner debugger state.
6847         (gdb-frame-handler): Do not set `gdb-frame-number'.
6848         (gdb-threads-mode-map): Select threads with mouse.
6850         * progmodes/gud.el (gdb-gud-context-call): Declare function to
6851         avoid compilation warning.
6852         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6853         `gdb-show-stop-p`.
6855         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6856         Argument `key' renamed to `buffer-type'.
6857         (gdb-current-context-buffer-name): Do not add thread info to
6858         buffer name when no thread is selected.
6859         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6860         command (bug 3794).
6861         (gdb-thread-selected): Handle `=thread-selected' notification.
6862         (gdb-wait-for-pending): New macro to deal with congestion problems.
6863         (gdb-breakpoints-list-handler-custom): Don't fail on pending
6864         breakpoints.
6865         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6866         This fixes problem similar to one described in bug 3947.
6867         (gud-menu-map): More menu items.
6868         (gdb-init-1): Reset `gdb-thread-number' to nil.
6870         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6871         non-stop settings.
6873         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6874         (gdb-current-context-command): Do not append --thread if
6875         `gdb-thread-number' is nil.
6876         (gdb-running-threads-count, gdb-stopped-threads-count): New
6877         variables.
6878         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6879         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6880         customization options.
6881         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6882         GUD commands.
6883         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6884         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6885         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6886         set `gdb-thread-number' and update `gud-running' properly.
6887         (gdb-running): Update threads list when new threads appear.
6888         (gdb-stopped): Support non-stop operation and new thread switching
6889         logic.
6890         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6891         (gdb-json-partial-output): New set of JSON routines.
6892         (def-gdb-auto-update-trigger): New `signal-list' optional
6893         argument.
6894         (gdb-thread-list-handler-custom): Update `gud-running',
6895         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6896         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6897         (gdb-continue-thread, gdb-step-thread): New commands for fine
6898         thread execution control.
6899         (gud-menu-map): New menu items to switch non-stop options.
6900         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6901         (gdb-send): Mimic RET properly (bug 3794).
6903         * progmodes/gdb-mi.el (gdb-rules-name-maker)
6904         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6905         gdb-buffer-rules.
6906         (def-gdb-auto-update-handler): New nopreserve optional argument.
6907         (gdb-stack-list-frames-custom): Print stack from top to bottom.
6909         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6910         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6911         (gdb-parent-mode): New mode to derive other GDB modes from.
6912         (gdb-display-disassembly-for-thread)
6913         (gdb-frame-disassembly-for-thread): New commands for threads
6914         buffer.
6916         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6917         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6918         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6919         (gdb-update): We now store all GDB buffers in a list so that they
6920         can be updated by traversing a list instead of calling invalidate
6921         triggers explicitly.
6922         (def-gdb-trigger-and-handler): New macro to define trigger-handler
6923         pair for GDB buffer.
6924         (gdb-stack-buffer-name): Add thread information.
6925         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6926         handle pending triggers.
6927         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6928         (def-gdb-thread-buffer-simple-command)
6929         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6930         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6931         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6932         New commands which show buffers bound to thread.
6933         (gdb-stack-list-locals-regexp): Removed unused regexp.
6935         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6936         (gdb-locals-buffer-name, gdb-registers-buffer-name)
6937         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6938         to (gud-comint-buffer) in *-buffer-name functions
6939         because (gdb-get-target-string) already does that.
6940         (gdb-locals-handler-custom, gdb-registers-handler-custom)
6941         (gdb-changed-registers-handler): Rewritten without regexps.
6943         * progmodes/gdb-mi.el: Basic thread selection support.
6944         (gdb-thread-number): New variable.
6945         (gdb-current-context-command): New macro which adds --thread
6946         option to command.
6947         (gdb-threads-mode-map): Select thread with SPC.
6948         (gdb-thread-list-handler-custom): Mark current thread with overlay
6949         arrow.  Synchronize GDB thread and Emacs thread.
6950         (gdb-select-thread): New command which selects current thread.
6951         (gdb-invalidate-frames, gdb-invalidate-locals)
6952         (gdb-invalidate-registers): Use --thread option.
6954 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
6956         * net/tramp.el (top): Make check for tramp-gvfs loading more
6957         robust.  (Bug#3977)
6958         (tramp-handle-insert-file-contents): `unwind-protect' must be
6959         inside `with-parsed-tramp-file-name'.
6961         * net/tramp-gvfs.el (top): Remove superfluous message when loading
6962         fails.
6964 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
6966         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6967         directory if CLASSPATH is not set.
6969 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
6971         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6972         New defconst.
6973         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
6975 2009-08-02  Kevin Ryde  <user42@zip.com.au>
6977         * net/newst-backend.el (newsticker--raw-url-list-defaults):
6978         Update freshmeat link.  Delete newsforge.com as it seems gone.
6980 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6982         * select.el (x-set-selection): Doc fix (Bug#4021).
6984         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6986         * help-fns.el (describe-variable): Treat list return values from
6987         dir-locals-find-file properly (Bug#4005).
6989 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
6991         * net/tramp.el (tramp-debug-message): Print also microseconds.
6993 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
6995         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6996         or END is non-nil.
6997         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6998         (tramp-get-debug-buffer): Change `outline-regexp' according to new
6999         format.
7001         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7002         (tramp-get-file-property): Use it.
7004         * autorevert.el (auto-revert-handler): Allow
7005         `auto-revert-tail-mode' for remote files.
7007 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7009         * minibuffer.el (read-file-name): Treat confirm options to
7010         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7012 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7014         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7015         (font-lock-variable-name-face, font-lock-constant-face): Darken
7016         the colors for light backgrounds.
7018 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7020         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7021         month names.  (Bug#3987)
7023 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7025         * simple.el (line-move-finish): Pass whole number to
7026         line-move-to-column.
7027         (line-move-visual): Perform hscroll to the recorded position.
7029 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7031         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7033 2009-07-29  Alan Mackenzie  <acm@muc.de>
7035         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7037 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
7039         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7040         (gdb-place-breakpoints): Use full path when setting breakpoints.
7042 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7044         * calc/calc.el (calc-mode-map): Add keybinding for
7045         `calc-transpose-lines'.
7047 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
7049         * calc/calc-misc.el (calc-transpose-lines): New function.
7051 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
7053         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7054         Simplify check for out-of-band methods.
7055         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7056         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7058 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7060         * vc-git.el (vc-git-checkin): Fix typo.
7062 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7064         * progmodes/js2-mode.el: New file.
7066 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7068         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7069         (gud-menu-map): Adjust tooltip accordingly.
7071 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7073         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7074         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7076         * add-log.el (change-log-mode-map): Add a menu.
7078 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7080         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7081         function returns nil.
7082         (dbus-handle-event): Handle special return value :ignore.
7083         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7085 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7087         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7088         it's not needed.
7090 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7092         Fix Bug#3888:
7094         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7096         * term/pc-win.el (x-display-name, x-colors)
7097         (x-select-enable-clipboard, x-select-text): Doc fix.
7099         * term/common-win.el (x-display-name, x-colors): Doc fix.
7101         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7102         (xw-defined-colors): Doc fix.
7104         * w32-fns.el (x-select-text, x-setup-function-keys)
7105         (x-get-selection, x-set-selection): Doc fix.
7107         * term/x-win.el (x-select-text, x-setup-function-keys)
7108         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7110         * select.el (x-set-selection): Doc fix.
7112 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7114         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7115         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7116         "IsNSSSupportAvailable" method is not available.  Reported by
7117         Steve Youngs <steve@sxemacs.org>.
7119 2009-07-24  Kenichi Handa  <handa@m17n.org>
7121         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7122         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7123         (build-unicode-category-table): Fix range checks.
7125 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7127         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7128         the buffer we try to sync is current when calling
7129         vc-resynch-buffer.
7131         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7132         not show up to date files.
7134 2009-07-24  Glenn Morris  <rgm@gnu.org>
7136         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7137         Add autoload cookies.  If necessary, initialize.
7138         (elint-log): Handle non-file buffers.
7139         (elint-initialize): Add optional argument to reinitialize.
7140         (elint-find-builtin-variables): Save excursion.
7142 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7144         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7145         for Lint.
7147 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7149         * vc.el (vc-print-log-internal): New function, split out from ...
7150         (vc-print-log): ... here.
7151         (vc-dir-move-to-goal-column): Declare.
7153         * vc-git.el (vc-git-add-signoff): New variable.
7154         (vc-git-checkin): Use it.
7155         (vc-git-toggle-signoff): New function.
7156         (vc-git-extra-menu-map): Bind it to menu.
7157         (vc-git--run-command-string): Accept a nil FILE argument.
7158         (vc-git-stash-list): New function.
7159         (vc-git-dir-extra-headers): Use it.
7161 2009-07-23  Glenn Morris  <rgm@gnu.org>
7163         * help-fns.el (describe-variable): Describe ignored and risky local
7164         variables in a similar way to that in which we describe safe ones.
7166         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7167         (byte-compile-output-file-form, byte-compile-output-docform)
7168         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7169         Give some more local variables with common names a "bytecomp-" prefix,
7170         so as not to shadow things during compilation.
7171         * emacs-lisp/cl-macs.el (load-time-value)
7172         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7173         `outbuffer' to `bytecomp-outbuffer'.
7175         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7176         since the next two variables cover them automatically now.
7177         (elint-builtin-variables, elint-autoloaded-variables): New.
7178         (elint-unknown-builtin-args): Remove all members, since they can be
7179         parsed automatically now.
7180         (elint-extra-errors): New.
7181         (elint-env-add-env, elint-env-add-macro): Use cadr.
7182         (elint-current-buffer): Use or.  Change final message.
7183         (elint-get-top-forms): Use line-end-position.
7184         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7185         and defalias.
7186         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7187         (regexp-assoc): Remove unused function.
7188         (elint-top-form): Set elint-current-pos, to record the start of the
7189         top-level form, for compilation-mode.
7190         (elint-form): Trap errors in macro expansion.  Use dolist.
7191         (elint-unbound-variable): Use elint-builtin-variables and
7192         elint-autoloaded-variables.
7193         (elint-get-args): Use cadr, or.
7194         (elint-check-cond-form): Use dolist, cadr.
7195         (elint-check-condition-case-form): Doc fix.  Use cadr.
7196         Use elint-extra-errors.
7197         (elint-log): New function.
7198         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7199         Distinguish errors and warnings.
7200         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7201         Use a bytecomp-style format.
7202         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7203         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7204         Don't truncate lines.
7205         (elint-initialize): Set builtin and autoloaded variable lists.
7206         Only process elint-unknown-builtin-args if non-nil.
7207         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7208         New functions.
7209         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7211 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7213         * net/newst-backend.el (newsticker--parse-atom-1.0)
7214         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7215         (newsticker--parse-rss-1.0):
7216         * progmodes/idlwave.el (idlwave-mode):
7217         * progmodes/idlw-shell.el (idlwave-shell-mode):
7218         * progmodes/vera-mode.el (vera-mode):
7219         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7220         * progmodes/vhdl-mode.el (vhdl-mode):
7221         * textmodes/table.el (table-generate-source)
7222         (table--warn-incompatibility):
7223         Hyperlink urls in docstrings with URL `...'.
7225 2009-07-22  Glenn Morris  <rgm@gnu.org>
7227         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7228         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7229         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7230         Remove leading * from defcustom docs.
7232         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7234         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7235         defcustom doc.
7236         (list-load-path-shadows): Optionally, just return shadows as a string.
7238         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7240 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7242         * mail/rmailedit.el (rmail-edit-mode): Use
7243         auto-save-include-big-deletions.
7245         * mail/rmail.el (rmail-variables): Use
7246         auto-save-include-big-deletions.
7248         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7249         changes.
7251 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7253         * calc/calc.el (calc-undo-length): New variable.
7254         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7256 2009-07-21  Richard Stallman  <rms@gnu.org>
7258         * files.el (auto-save-mode): Handle buffer-save-size = -2
7259         for toggling mode.
7261 2009-07-21  Glenn Morris  <rgm@gnu.org>
7263         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7265         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7267         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7268         silence compiler.  Instead...
7269         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7270         (ps-print-ensure-fontified): Update for above function name changes.
7272         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7273         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7274         silence compiler.  Instead...
7275         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7276         (mh-show-buffer): Only define for compiler.
7277         (pr-mh-current-message): Update for above function name changes.
7279         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7280         as an argument.
7281         (find-file-noselect, insert-file-1): Update for above change.
7283         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7285         * mail/mailclient.el (mailclient-send-it): Fix message.
7287         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7288         (edebug-eval): Check cl-debug-env is bound.
7289         (print-level, print-circle): Don't redefine built-in variables.
7291         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7292         (custom-print-vectors): Remove old comments from doc.
7294         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7295         (emerge-version): Make the variable an obsolete alias for the
7296         emacs-version variable.  Make the function obsolete.
7297         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7298         Emerge options, rather than merging in into the main Options menu.
7299         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7300         and auto advance modes.  Disable edit/fast items when not relevant.
7302 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7304         * term/vt420.el (terminal-init-vt420): Fix typo.
7306 2009-07-20  Sam Steingold  <sds@gnu.org>
7308         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7309         variable (removed from compile.el on 2004-03-11).
7311 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7313         * files.el (hack-local-variables-filter): Fix last change.
7315 2009-07-19  Juri Linkov  <juri@jurta.org>
7317         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7318         (dir-local-variables-alist): New buffer-local variable.
7319         (hack-local-variables-filter): If variable is not dir-local,
7320         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7321         because file-local overrides dir-local.
7322         (c-postprocess-file-styles)<declare-function>:
7323         Remove obsolete declaration.
7324         (hack-dir-local-variables): Add dir-local variable/value pair to
7325         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7327         * help-fns.el (describe-variable): Add information about
7328         file-local and dir-local variables.
7330 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7332         * files.el (hack-local-variables-filter): Rewrite.
7334 2009-07-19  Glenn Morris  <rgm@gnu.org>
7336         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7337         Silence compiler by only defining on XEmacs.
7339         * international/mule.el (auto-coding-regexp-alist): Only match
7340         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7342         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7343         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7344         (cal-menu-context-mouse-menu): Doc fix.
7346         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7348         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7350 2009-07-18  Juri Linkov  <juri@jurta.org>
7352         * info.el: Virtual Info keyword finder.
7353         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7354         (Info-finder-file): New variable.
7355         (Info-finder-find-file): New function.
7356         (finder-known-keywords, finder-package-info)
7357         (find-library-name, lm-commentary): Use defvar and
7358         declare-function to silence compiler warnings.
7359         (Info-finder-find-node): New function.
7360         (info-finder): New command.
7362         * subr.el (process-kill-buffer-query-function): New function.
7363         (add-hook)<kill-buffer-query-functions>: Add hook
7364         `process-kill-buffer-query-function'.
7366 2009-07-18  Alan Mackenzie  <acm@muc.de>
7368         * progmodes/cc-mode.el (c-before-hack-hook)
7369         (c-postprocess-file-styles): Give invocation of `c-set-style'
7370         DONT-OVERRIDE parameter of t.  Already set style variables will
7371         thus not be overridden by style settings given by `c-file-syle'.
7373         * files.el (hack-local-variables-filter): Remove entries with
7374         duplicate keys from `file-local-variables-alist'.
7376 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7378         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7379         x-set-selection if display-selections-p returns nil for the
7380         current frame.
7382 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
7384         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7386 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7388         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7389         Accept nil in addition to a regexp.
7390         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7391         Accept nil in addition to a regexp.
7392         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7393         buffers that have an associated file.  Handle nil values of
7394         desktop-buffers-not-to-save and desktop-files-not-to-save.
7395         (Bug#3833)
7397         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7398         (x-disown-selection-internal): New functions.
7400 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
7402         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7403         warning.
7404         (gdb-breakpoints-header): Move forward to avoid compiler warning.
7405         (gdb-make-header-line-mouse-map): Remove duplicate definition.
7407 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
7409         * simple.el (set-mark): Revert last change.
7411 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
7413         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7414         rendering of pngs is not possible instead of messaging a long
7415         description.
7417 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
7419         * w32-fns.el (x-selection-owner-p): New function.
7421         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7422         (mouse-yank-at-click, mouse-yank-primary): If
7423         select-active-regions is non-nil, deactivate the mark before
7424         insertion.
7426         * simple.el (deactivate-mark, set-mark): Only save selection if we
7427         own it.
7429 2009-07-17  Kenichi Handa  <handa@m17n.org>
7431         * case-table.el (describe-buffer-case-table): Fix for the case
7432         that KEY is a cons.
7434 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7436         * vc-rcs.el (vc-rcs-find-file-hook):
7437         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7439 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
7441         * net/tramp.el (tramp-wait-for-output): Handle the case when
7442         commands do not return a newline but a null byte before the shell
7443         prompt.  (Bug#3858)
7445 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7447         * term/ns-win.el (ns-set-alpha): Don't declare.
7448         (ns-set-background-alpha): Remove function.
7450 2009-07-16  Kevin Ryde  <user42@zip.com.au>
7452         * emacs-lisp/copyright.el (copyright-update): Save match-data across
7453         y-or-n-p, for safety.
7455 2009-07-16  Richard Stallman  <rms@gnu.org>
7457         * files.el (auto-save-mode): If buffer-saved-size is -2,
7458         don't clobber it.
7460         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7461         (rmail-retry-ignored-headers): Add more uninteresting fields.
7463 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
7465         * net/rcirc.el (rcirc): Use history variables.
7466         (rcirc-server-name-history, rcirc-nick-name-history)
7467         (rcirc-server-port-history): New variables.
7469 2009-07-15  Kenichi Handa  <handa@m17n.org>
7471         * international/mule-cmds.el (set-language-environment-charset):
7472         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7473         ignore them.
7475         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7476         Delete unibyte-display.
7478 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7480         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7482 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7484         * simple.el (deactivate-mark): Optional argument FORCE.
7485         (set-mark): Use deactivate-mark.
7487         * info.el (Info-search): No need to check transient-mark-mode
7488         before calling deactivate-mark.
7490         * select.el (x-set-selection): Doc fix.
7491         (x-valid-simple-selection-p): Allow buffer values.
7492         (xselect--selection-bounds): Handle buffer values.  Suggested by
7493         David De La Harpe Golden.
7495         * mouse.el (mouse-set-region, mouse-drag-track): Call
7496         copy-region-as-kill before setting the mark, to let
7497         select-active-regions work.
7499 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
7501         * simple.el (deactivate-mark): If select-active-regions is
7502         non-nil, copy the selection data into a string.
7503         (activate-mark): If select-active-regions is non-nil, set the
7504         selection to the current buffer.
7505         (set-mark): Update selection if select-active-regions is non-nil.
7507         * select.el (x-valid-simple-selection-p): Allow buffer values.
7509 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7511         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
7512         and more featureful message-mode.
7514 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
7516         * select.el (x-set-selection): Doc fix.
7517         (x-valid-simple-selection-p): Disallow selection data consisting
7518         of a list or cons of integers, since that is not used.
7519         (xselect--selection-bounds, xselect--int-to-cons): New functions.
7520         (xselect-convert-to-string, xselect-convert-to-length)
7521         (xselect-convert-to-filename, xselect-convert-to-charpos)
7522         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
7524 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
7526         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
7527         output in -break-info command (Emacs bug #3794).
7529 2009-07-14  Glenn Morris  <rgm@gnu.org>
7531         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
7532         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
7533         (edebug-print-length, edebug-print-level, edebug-print-circle)
7534         (edebug-sit-for-seconds, edebug-view-outside)
7535         (edebug-bounce-point, edebug-set-global-break-condition)
7536         (edebug-Go-nonstop-mode, edebug-trace-mode)
7537         (edebug-Trace-fast-mode, edebug-continue-mode)
7538         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
7539         (edebug-visit-eval-list): Doc fixes.
7541         * subr.el (def-edebug-spec): Doc fix.
7543 2009-07-14  Kenichi Handa  <handa@m17n.org>
7545         * international/characters.el: Fix setting of category ?C.
7547 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
7549         * term/ns-win.el (x-select-font): defalias x-select-font to
7550         ns-popup-font-panel instead of generate-fontset-menu.
7552 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
7554         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
7556 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
7558         * arc-mode.el (archive-find-type): Allow for a PK00 string before
7559         the PK\003\004 header (Bug#3770).
7561 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
7563         * pcomplete.el (pcomplete-comint-setup): Check for
7564         shell-dynamic-complete-filename too.
7566 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
7568         * simple.el (temporary-goal-column): Change the value for
7569         line-move-visual to a cons cell.
7570         (line-move-visual): Record or set the window hscroll, if
7571         necessary (Bug#3494).
7572         (line-move-1): Handle cons value of temporary-goal-column.
7574 2009-07-11  Kenichi Handa  <handa@m17n.org>
7576         * international/mule-diag.el (describe-character-set): Don't show
7577         width.
7579 2009-07-10  Sam Steingold  <sds@gnu.org>
7581         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7582         Omake sometimes indents the errors it prints, so allow all
7583         regexps to start with spaces.
7585 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
7587         * cus-edit.el (customize-changed-options-previous-release):
7588         Bump value to 22.1.  (Bug#3804)
7590 2009-07-08  Sam Steingold  <sds@gnu.org>
7592         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7593         to be a cons cell (test . ignored-directory) to selectively ignore
7594         some directories depending on the location of the search.
7596 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
7598         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7599         remote user is root, on the local host.
7600         (tramp-local-host-p): Either the local user or the remote user
7601         must be root.  (Bug#3771)
7603 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7605         * progmodes/gdb-mi.el (gdb): Remove description of
7606         gdb-use-separate-io-buffer.
7607         (menu): Don't allow toggling of or enable
7608         gdb-use-separate-io-buffer from menubar.
7610 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7612         * mail/unrmail.el (unrmail): Make sure the message ends with two
7613         newlines (Bug#3769).
7615 2009-07-08  Glenn Morris  <rgm@gnu.org>
7617         * calendar/calendar.el (calendar-current-date): Rework previous change.
7619 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
7621         * calendar/calendar.el (calendar-current-date):
7622         Add an optional argument giving an offset from today.
7624 2009-07-08  Glenn Morris  <rgm@gnu.org>
7626         * tutorial.el (tutorial--describe-nonstandard-key):
7627         Adjust the message for when a key has been unbound.
7628         (help-with-tutorial): Hide the arch-tag.
7630 2009-07-08  Kenichi Handa  <handa@m17n.org>
7632         * international/fontset.el (setup-default-fontset): For each
7633         script, append (not set) font-specs.
7635         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7636         docstring.
7638 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7640         * progmodes/gdb-mi.el (gdb-init-1): Move sending
7641         -data-list-register-names to ...
7642         (gdb-starting): ... here because GDB 7.0 requires execution to
7643         have started when using this MI command.
7644         (gdb-set-header): New function to distinguish select and
7645         unselected tabs in gdb buffers.
7646         (gdb-propertize-header): New macro that uses gdb-set-header.
7647         (gdb-breakpoints-header, gdb-locals-header): Use it.
7648         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7650 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
7652         * Makefile.in (ELCFILES): Remove fadr.elc.
7654 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
7656         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7657         may contain frame information, so `string-match' should be used.
7658         (gdb-update): Disassembly is invalidated through
7659         `gdb-get-selected-frame'.
7660         (gdb-pad-string): New function to pad string with spaces.
7661         (gdb-invalidate-disassembly): Invalidate only if the buffer
7662         exists.
7663         (gdb-disassembly-handler-custom): Column alignment.
7664         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7665         placing new ones.
7666         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7667         end of line, too.
7668         (gdb-frame-handler): Match convention to for disassembly buffer
7669         mode name.
7670         (gdb-stack-list-frames-handler): Rewritten without regexps.
7671         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7672         not highlight breakpoints without line information.
7673         (gdb-input): Add trailing newline to command.
7675         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7676         buffer properly.
7677         (gdb-breakpoints-list-handler-custom): Replacement for
7678         `gdb-break-list-handler'.  Using real parser instead of regexps
7679         now.
7680         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7681         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7682         to place breakpoints.
7683         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7684         functions.
7685         (gdb-disassembly-handler-custom): Show overlay arrow.
7686         (gdb-disassembly-place-breakpoints): Show breakpoints in
7687         disassembly buffer.
7688         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7689         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7690         instead of parsing breakpoints buffer.  Fixed old menu references
7691         in `gud-menu-map'.
7693         * fadr.el: Remove.
7695         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7696         (gdb-memory-address): New variable which holds top address of
7697         memory page shown in memory buffer.
7698         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7699         customization variables.
7700         New functions:
7701         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7702         display the memory buffer.
7703         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7704         buffer display parameters.
7705         (def-gdb-memory-format, gdb-memory-format-binary)
7706         (gdb-memory-format-octal, gdb-memory-format-unsigned)
7707         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7708         Functions for setting memory buffer format.
7709         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7710         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7711         unit size used in memory buffer.
7712         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7713         to next/previous page of memory buffer.
7714         Now using (bindat-get-field) instead of fadr functions.
7716 2009-07-07  Sam Steingold  <sds@gnu.org>
7718         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7719         non-top-level files.
7721 2009-07-07  Kenichi Handa  <handa@m17n.org>
7723         * international/mule-cmds.el (reset-language-environment): Put
7724         the highset priority to the charset iso-8859-1.
7726 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7728         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7729         to the end of the line when locating the block (Bug#700).
7731 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
7733         * net/tramp.el (tramp-handle-write-region): Flush file properties
7734         in case of short track.
7736 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
7738         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7739         representation of verilog error regular expressions to work with
7740         Emacs-22's new format.
7741         (verilog-error-regexp-xemacs-alist): Coded custom representation
7742         of verilog error regular expressions to work with XEmacs format.
7743         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7744         error recognition into XEmacs.
7745         (verilog-error-regexp-add-emacs): Hook routine to install verilog
7746         error recognition into Emacs-22.
7748 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7750         * woman.el: Remove stand-alone closing parentheses.
7751         (woman-file-name, woman2-format-paragraphs)
7752         (woman-leave-blank-lines): Code cleanup.
7753         (woman-use-own-frame): Change default to nil.
7754         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7755         defaults to inherit from default faces.
7756         (woman2-process-escapes): Consume the newline after a stand-alone
7757         filler character (Bug#3651).
7759 2009-07-06  Glenn Morris  <rgm@gnu.org>
7761         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7762         (top-level): Move provide to the end.
7763         (ffap): Remove defunct URL from custom group.
7765         * subr.el (eval-after-load): Doc fix.
7767 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
7769         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7770         `calc-embedded-word' is called twice.
7772 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * files.el (find-alternate-file-other-window, find-alternate-file):
7775         Obey confirm-nonexistent-file-or-buffer.
7777 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
7779         * dired-aux.el (dired-show-file-type): Handle remote files.
7781 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
7783         * desktop.el (desktop-globals-to-save):
7784         Add file-name-history (Bug#2750).
7786 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
7788         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7790 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
7792         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7793         property on entire argument since this is what eshell-lisp-command
7794         expects.
7796 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
7798         * net/tramp-gvfs.el (tramp-gvfs-methods)
7799         (tramp-gvfs-zeroconf-domain)
7800         (tramp-bluez-discover-devices-timeout): Add version flag.
7801         (tramp-gvfs-handler-mounted-unmounted)
7802         (tramp-gvfs-connection-mounted-p): Polish handling of
7803         incompatibilities between GVFS 0.2 and 1.0.
7805 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
7807         * cus-start.el (all): Add make-pointer-invisible.
7809 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
7811         * calc-math.el (math-use-emacs-fn): Make sure that the number is
7812         formatted correctly.
7814 2009-07-02  Juri Linkov  <juri@jurta.org>
7816         * info.el: Virtual Info files and nodes.
7817         (Info-virtual-files, Info-virtual-nodes): New variables.
7818         (Info-current-node-virtual): New variable.
7819         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7820         New functions.
7821         (Info-file-supports-index-cookies): Use Info-virtual-file-p
7822         to check for a virtual file instead of checking a fixed list
7823         of node names.
7824         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7825         instead of ad-hoc processing of "dir" and (apropos history toc).
7826         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7827         instead of ad-hoc processing of "dir" and (apropos history toc).
7828         Reread a file when moving from a virtual node.
7829         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7830         (Info-directory-toc-nodes, Info-directory-find-file)
7831         (Info-directory-find-node): New functions.
7832         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7833         (Info-history): Move part of code to
7834         `Info-history-find-node'.
7835         (Info-history-toc-nodes, Info-history-find-file)
7836         (Info-history-find-node): New functions.
7837         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7838         (Info-toc): Move part of code to `Info-toc-find-node'.
7839         (Info-toc-find-node): New function.
7840         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
7841         the current Info file name to references because now the node
7842         "*TOC*" belongs to the same Info manual.
7843         (Info-toc-build): Rename from `Info-build-toc'.
7844         (Info-toc-nodes): Rename input argument `file' to `filename'.
7845         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7846         instead of ad-hoc processing of ("dir" apropos history toc).
7847         (Info-index-nodes): Use Info-virtual-file-p
7848         to check for a virtual file instead of checking a fixed list
7849         of node names.
7850         (Info-index-node): Add check for `Info-current-node-virtual'.
7851         Raise `save-match-data' higher up the tree to contain
7852         `search-forward' too (bug fix).
7853         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7854         (Info-virtual-index-nodes): New variable.
7855         (Info-virtual-index-find-node, Info-virtual-index): New functions.
7856         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7857         (Info-apropos-file, Info-apropos-nodes): New variables.
7858         (Info-apropos-toc-nodes, Info-apropos-find-file)
7859         (Info-apropos-find-node, Info-apropos-matches): New functions.
7860         (info-apropos): Move part of code to `Info-apropos-find-node' and
7861         `Info-apropos-matches'.
7862         (Info-mode-map): Bind "I" to `Info-virtual-index'.
7863         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7864         for a virtual file instead of checking a fixed list of node names.
7866         * simple.el (async-shell-command): New command.
7868         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7870         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7871         instead of `mount-info'.
7873 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
7875         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7876         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7878 2009-07-02  Kenichi Handa  <handa@m17n.org>
7880         * international/mule.el (set-keyboard-coding-system): Force *-unix
7881         coding-system to avoid eol conversion.
7883 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
7885         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7886         Add handler for `process-file', `shell-command' and
7887         `start-file-process'.
7888         (tramp-gvfs-handle-shell-command)
7889         (tramp-gvfs-handle-start-file-process)
7890         (tramp-gvfs-handle-process-file): New defuns.
7891         (tramp-synce-list-devices): Simplify check for existence of property.
7893 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
7895         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7897 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7899         * language/korean.el (set-language-info-alist): Add korean-cp949,
7900         cp949 to spec.
7902 2009-07-01  Kenichi Handa  <handa@m17n.org>
7904         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7906         * international/encoded-kb.el: Deleted.
7908         * international/mule.el (set-keyboard-coding-system): Perform the
7909         necessary setup here instead of calling encoded-kbd-setup-display.
7911 2009-07-01  Glenn Morris  <rgm@gnu.org>
7913         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7915 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7917         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
7919 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
7921         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7922         Handle also the 'rename case, when setting file modes.  (Bug#3712)
7923         (tramp-default-file-modes) Remove execute permissions.
7925         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7926         (top): Add a default for "synce" in `tramp-default-user-alist'.
7927         Add completion function for "synce" method.
7928         (tramp-hal-service, tramp-hal-path-manager)
7929         (tramp-hal-interface-manager, tramp-hal-interface-device):
7930         New defconst.
7931         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7932         (tramp-synce-list-devices, tramp-synce-parse-device-names):
7933         New defuns.
7935         * net/trampver.el: Update release number.
7937 2009-06-30  Kenichi Handa  <handa@m17n.org>
7939         * international/fontset.el (setup-default-fontset): Add CJK fonts
7940         for symbols and the other miscellaneous characters.
7942         * language/korea-util.el (setup-korean-environment-internal):
7943         Make char-width-table suitable for Korean environments.
7944         (exit-korean-environment): Cancel above.
7946         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7947         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7948         setup-funcion to make char-widht-table suitable for respective
7949         environments, and an exit-function to cancel that.
7951         * language/japan-util.el (setup-japanese-environment-internal):
7952         Call use-cjk-char-width-table with arg `ja_JP'.
7954         * international/characters.el (cjk-char-width-table): Delete it.
7955         (cjk-char-width-table-list): New variable.
7956         (use-cjk-char-width-table): New arg local-name.
7957         (use-default-char-width-table): Fix for the case that Emacs is
7958         already using the default char-width-table.
7960 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
7962         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7963         modes mandatory.  (Bug#3712)
7965 2009-06-29  Alan Mackenzie  <acm@muc.de>
7967         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7968         correction between the visible width of TABs and their number of bytes.
7970 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
7972         * server.el (server-buffer-done): Prevent kill-buffer from
7973         prompting by clearing the buffer modification flag (Bug#3696).
7975 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
7977         * verilog-mode.el (verilog-beg-of-statement)
7978         (verilog-endcomment-reason-re): Support unique case and priority case.
7979         (verilog-basic-complete-re): Support localparam lineup.
7980         (verilog-beg-of-statement-1): Fix for robustness, unique case.
7981         (verilog-set-auto-endcomments): Fix for unique case, always_comb
7982         commenting.
7983         (verilog-leap-to-case-head): Now support *nested* unique &
7984         priority case statements.
7985         (verilog-auto-lineup): Make just declarations the default (as it
7986         had been).
7987         (verilog-leap-to-case-head): Support priority/unique case statements.
7988         (verilog-auto-lineup): Rework to give users radio buttons to
7989         select the various styles of automatic lineup.
7990         (verilog-error-regexp-alist): Rework to support the XEmacs style
7991         of error regular expressions from compilers, lint tools &
7992         simulators.  Note that GNU Emacs has made it impossible for a mode
7993         to load such things.
7994         (electric-verilog-terminate-line, verilog-indent-declaration)
7995         (verilog-auto-wiure): Rework for radio button selection of
7996         auto-lineup selection of specification of auto lineup.
7997         (verilog-beg-of-statement-1): Redesign to support proper operation
7998         in additional code, based on testing with auto-lineup.
7999         (verilog-calculate-indent, assignments & declarations)
8000         (verilog-backward-token): Enhance to support auto-lineup of
8001         assignments & declarations.
8002         (verilog-in-directive-p, verilog-at-struct-p): New function for
8003         easy test of whether we are.
8004         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8005         to support safe execution at almost anyline.
8006         (verilog-calc-1): Properly support indenting deep inside generate
8007         blocks.
8008         (verilog-init-font) Remove definition & use of verilog-init-font,
8009         as it is redundant with font-lock-defaults.
8010         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8011         to avoid circular calls if syntax-ppss is a function (as is the
8012         case now in 22.x GNU Emacs) as that function would sometimes call
8013         itself, leading to (nearly) infinite recursion.
8014         (verilog-ovm-begin-re, verilog-ovm-end-re)
8015         (verilog-ovm-statement-re, verilog-leap-to-head)
8016         (verilog-backward-token): Add support for OVM macros.  Some are
8017         complete statements, and others open and close scopes like begin
8018         and end.
8019         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8020         (verilog-defun-level-generate-only-re): Really fix the defun-list
8021         compilation issue.
8022         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8023         coverpoint, constraint and cross statements.
8024         (verilog-defun-level-list, verilog-generate-defun-level-list)
8025         (verilog-all-defun-level-list): Redo these specifications - it is
8026         too hard to support eval-when compile aggregation of lists also
8027         built at when-compile time.
8028         (verilog-defun-level-list): Place defconsts of variables used in
8029         building regular expressions which are built in eval-when-compile
8030         bodies in the same eval-when-compile body to facilitate compile
8031         without load.
8032         (verilog-beg-block-re-ordered): Support indenting
8033         virtual/protected tasks and functions.
8034         (verilog-defun-level-list, verilog-in-generate-region-p)
8035         (verilog-backward-ws&directives, verilog-calc-1): Speed up
8036         indentation of some module items (generate items).
8037         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8038         across virtual/protected tasks and functions.
8040 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
8042         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8043         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
8044         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8045         in concatenations.  Reported by Yishay Belkind.
8046         (verilog-auto-ascii-enum): Support one-hot state machines in
8047         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
8048         (verilog-auto-inst, verilog-auto-inst-port): Include interface
8049         modport in AUTOINST and add vl-modport for users.  Reported by
8050         David Rogoff.
8051         (verilog-auto-inout-module, verilog-auto-inst)
8052         (verilog-decls-get-interfaces, verilog-insert-definition)
8053         (verilog-insert-one-definition, verilog-read-decls)
8054         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8055         (verilog-sig-modport, verilog-signals-combine-bus)
8056         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8057         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8058         Suggested by David Rogoff.
8059         (verilog-repair-open-comma): Fix non-insertion of comma when
8060         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8061         (verilog-make-width-expression): Simplify [A-1:0] expression
8062         widths to just {A{1'b0}}.
8063         (verilog-mode): Cleanup checkdoc warnings.
8064         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8065         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8066         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8067         (next-error-last-buffer): Fix byte-compiler warning.
8068         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8069         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8070         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8071         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8072         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8073         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8074         in AUTOINOUT.  Reported by Matthew Lovell.
8075         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8076         causing use of <= assignments.  Reported by Alex Reed.
8077         (verilog-read-decls): Fix triand, trior, wand, wor to be
8078         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8079         (verilog-extended-complete-re): Support import "DPI-C" functions.
8080         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8081         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8082         (verilog-insert-date, verilog-insert-year)
8083         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8084         Windows systems.  Reported by Michael Potts.
8085         (verilog-read-module-name): Fix AUTOINST when the child module
8086         declaration's name is a tick define.  Reported by Elliot Mednick.
8087         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8088         passed to next parameter's definition.  Reported by Bruce T.
8089         (verilog-read-decls): Fix detecting "parameter int" when using
8090         AUTOINSTPARAM.  Reported by Bruce T.
8091         (verilog-goto-defun): Fix goto not finding modules unless first
8092         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8093         (verilog-mode): Expand -f flag arguments on entry to mode so
8094         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8095         (verilog-getopt): Expand environment variables in -f file
8096         arguments.  Suggested by Lawrence Butcher.
8097         (verilog-set-define): Fix "Symbol's value as variable is void"
8098         when reading enumerations.
8099         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8100         Suggested by Stephen Peltan.
8101         (verilog-read-defines): Fix reading of enumerations in include
8102         files.  Reported by Steve Peltan.
8104 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8106         * files.el (trash-directory): Fix defcustom type.
8108 2009-06-28  Juri Linkov  <juri@jurta.org>
8110         * help-fns.el (describe-function-1): Correctly locate adviced
8111         functions in hyperlink (Bug#2438).
8113 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8115         * files.el (trash-directory): Change default to nil.
8116         (move-file-to-trash): If trash-directory is nil and
8117         system-move-file-to-trash is unbound, perform freedesktop-style
8118         trashing.
8120 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8122         * files.el (move-file-to-trash): Add freedesktop trash
8123         support (Bug#973).
8125 2009-06-28  Glenn Morris  <rgm@gnu.org>
8127         * autorevert.el (global-auto-revert-non-file-buffers)
8128         (global-auto-revert-mode): Doc fixes.
8130 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8132         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8134 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8136         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8137         opened an X connection before calling x-get-resource (Bug#3194).
8139         * play/doctor.el: Remove reference to obsolete website.
8140         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8142 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8144         Remove find-file-not-found-hook VC method.  (Bug#2757)
8145         * vc-hooks.el (vc-file-not-found-hook)
8146         (vc-default-find-file-not-found-hook): Remove functions.
8147         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8148         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8149         * vc.el:
8150         * vc-hg.el:
8151         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8153 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8155         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8156           compatibility function for `looking-back'.
8158         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8159         Use `ispell-looking-back'.
8161 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8163         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8164         rather than `filename'.
8166 2009-06-23  Miles Bader  <miles@gnu.org>
8168         * face-remap.el (text-scale-set): New function.
8170 2009-06-23  Glenn Morris  <rgm@gnu.org>
8172         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8174         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8176         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8178         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8180         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8181         Simplify Persian conditionals.
8183         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8184         variable `filename'.
8186         * comint.el (comint-insert-input): Doc fix.
8188         * Makefile.in (ELCFILES): Fix typo in previous change.
8190 2009-06-23  Miles Bader  <miles@gnu.org>
8192         * cus-start.el: Add entry for `recenter-redisplay'.
8194 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8196         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8197         Add an optional argument for the backend, use it instead of
8198         calling vc-backend.
8199         (vc-mode-line): Add an optional argument for the backend.
8200         Pass the backend to vc-state and vc-working-revision.  Move code for
8201         special handling for vc-state being a buffer to ...
8203         * vc-rcs.el (vc-rcs-find-file-hook):
8204         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8206         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8207         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8208         vc-stay-local-p and vc-mode-line calls.
8210         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8211         (vc-cvs-diff, vc-cvs-annotate-command)
8212         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8213         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8214         vc-mode-line calls.
8216         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8217         direct comparison.
8218         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8219         backend when calling vc-mode-line.
8220         (vc-register): Do not create a closure for calling the vc register
8221         function, call it directly.
8223 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8225         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8226         to make it obvious item can be clicked.
8228         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8230 2009-06-23  Kenichi Handa  <handa@m17n.org>
8232         * language/korea-util.el (korean-key-bindings): Change the binding
8233         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8234         same command.
8236 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8238         Sync with Tramp 2.1.16.
8240         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8242         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8243         when a loading of a package fails.  Completion function for rsync
8244         is `tramp-completion-function-alist-ssh'.
8245         (all): Replace all calls of `split-string' and
8246         `tramp-split-string' by `tramp-compat-split-string'.
8247         (tramp-default-method): Use `tramp-compat-process-running-p'.
8248         (tramp-default-proxies-alist): Allow also Lisp forms.
8249         (tramp-remote-path): Add choice "Private Directories".
8250         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8251         (tramp-domain-regexp): Allow also "-", "_" and ".".
8252         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8253         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8254         (tramp-debug-message): Insert header line in debug buffer.
8255         (tramp-handle-directory-files-and-attributes-with-stat):
8256         Care about filenames with spaces, or starting with "-".
8257         (tramp-handle-dired-uncache): New defun.
8258         (tramp-handle-insert-directory): Don't flush the directory from
8259         cache, this is handled by `dired-uncache' now.
8260         (tramp-handle-insert-file-contents): Improve error handling.
8261         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8262         Quote `tramp-end-of-output'.
8263         (tramp-action-password): Improve trace message.
8264         (tramp-check-for-regexp): Both echoes must be present, before removing.
8265         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8266         (tramp-compute-multi-hops): Eval cons cells of
8267         `tramp-default-proxies-alist'.
8268         (tramp-maybe-open-connection): Use the same command pattern for
8269         first hop and further hops.
8270         (tramp-wait-for-output): Remove handling of newlines.
8271         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8272         (tramp-split-string): Remove function.  It is handled in
8273         tramp-compat now.
8275         * net/tramp-cmds.el (tramp-bug):
8276         Recommend `tramp-cleanup-all-connections' in the bug mail.
8278         * net/tramp-compat.el (tramp-compat-split-string)
8279         (tramp-compat-process-running-p): New defuns.
8281         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8282         for `dired-uncache'.
8284         * net/tramp-gvfs.el: New package.
8286         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8287         Add handler for `dired-uncache'.
8288         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8290         * net/trampver.el: Update release number.  Make version check fit
8291         for SXEmacs 22.
8293 2009-06-22  Jim Meyering  <meyering@redhat.com>
8295         Automatically handle .xz suffix (XZ-compressed files), too.
8296         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8297         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8299 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8300             Nick Roberts  <nickrob@snap.net.nz>
8302         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8303         repository (http://sphinx.net.ru/hg/gdb-mi/).
8305 2009-06-22  Glenn Morris  <rgm@gnu.org>
8307         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8308         `mode' and `eval' entries.  (Bug#3430)
8310         * Makefile.in (ELCFILES): Add fadr.elc.
8312         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8313         differing behavior of \n and ^ in strings.  (Bug#3385)
8315         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8317         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8318         property.
8319         (lisp-indent-function): Make it a defcustom.
8321 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8323         * progmodes/gdb-ui.el: Replace with ...
8324         * progmodes/gdb-mi.el: ... this file.
8325         * progmodes/gud.el: Modify for gdb-mi.el.
8327 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8329         * fadr.el: New file.
8331 See ChangeLog.14 for earlier changes.
8333 ;; Local Variables:
8334 ;; coding: utf-8
8335 ;; End:
8337     Copyright (C) 2009  Free Software Foundation, Inc.
8339   This file is part of GNU Emacs.
8341   GNU Emacs is free software: you can redistribute it and/or modify
8342   it under the terms of the GNU General Public License as published by
8343   the Free Software Foundation, either version 3 of the License, or
8344   (at your option) any later version.
8346   GNU Emacs is distributed in the hope that it will be useful,
8347   but WITHOUT ANY WARRANTY; without even the implied warranty of
8348   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8349   GNU General Public License for more details.
8351   You should have received a copy of the GNU General Public License
8352   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8354 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1